- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 74
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 2
- Debug
- Messages
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "security_register_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "security_register_item" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#700 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | "user" |
| trim | true |
| upload_max_size_message | Closure() {#768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#769 …} } } |
| validation_groups | [
"register"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#834 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#767 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register" |
| valid | true |
| value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#899 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Prénom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_name" ] |
| cache_key | "_register_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#829 -form: Symfony\Component\Form\Form {#808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#828 …5} |
| full_name | "register[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register_name" |
| valid | true |
| value | null |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#891 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Nom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_lastname" ] |
| cache_key | "_register_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#830 -form: Symfony\Component\Form\Form {#804 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#831 …5} |
| full_name | "register[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_lastname" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register_lastname" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
[ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#882 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control r-carousel-item-control" "placeholder" => "Votre email*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#832 -form: Symfony\Component\Form\Form {#801 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#833 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register_email" |
| valid | true |
| value | null |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#902 +payload: null +groups: [ "register" ] +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#902 +payload: null +groups: [ "register" ] +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
false
|
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#902 +payload: null +groups: [ "register" ] +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#866 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#700 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| language | "fr" |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| public_key | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#864 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#865 …} } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_register_recaptcha" ] |
| cache_key | "_register_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#863 -form: Symfony\Component\Form\Form {#854 …} -errors: [] } |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | false |
| form | Symfony\Component\Form\FormView {#875 …5} |
| full_name | "register[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| prepend | null |
| priority | 0 |
| public_key | "6Ld0c6MUAAAAAHwzsvMQ27r6rDrlfHz3P-2WuyFe" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register_recaptcha" |
| valid | true |
| value | "" |
security_register_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "109b64674d5224c8a69ba925c4322.fGvFHMde6U7J3OdBHh_i0iUVRlta3mQxreKCnmuAQjc.TQeBT4EU2S2xvrh0RlPWo0B8FxkW5yYI2ICx5i7kb0A3HK9e_jK2f6iRtg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "109b64674d5224c8a69ba925c4322.fGvFHMde6U7J3OdBHh_i0iUVRlta3mQxreKCnmuAQjc.TQeBT4EU2S2xvrh0RlPWo0B8FxkW5yYI2ICx5i7kb0A3HK9e_jK2f6iRtg" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data | "109b64674d5224c8a69ba925c4322.fGvFHMde6U7J3OdBHh_i0iUVRlta3mQxreKCnmuAQjc.TQeBT4EU2S2xvrh0RlPWo0B8FxkW5yYI2ICx5i7kb0A3HK9e_jK2f6iRtg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#700 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#888 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_security_register_token" ] |
| cache_key | "_register_security_register_token_hidden" |
| compound | false |
| data | "109b64674d5224c8a69ba925c4322.fGvFHMde6U7J3OdBHh_i0iUVRlta3mQxreKCnmuAQjc.TQeBT4EU2S2xvrh0RlPWo0B8FxkW5yYI2ICx5i7kb0A3HK9e_jK2f6iRtg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#798 -form: Symfony\Component\Form\Form {#811 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#836 …5} |
| full_name | "register[security_register_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_security_register_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "security_register_token" |
| prepend | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "user" |
| unique_block_prefix | "_register_security_register_token" |
| valid | true |
| value | "109b64674d5224c8a69ba925c4322.fGvFHMde6U7J3OdBHh_i0iUVRlta3mQxreKCnmuAQjc.TQeBT4EU2S2xvrh0RlPWo0B8FxkW5yYI2ICx5i7kb0A3HK9e_jK2f6iRtg" |