- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 124
- Events
- Routing
- Cache
- Translation 12
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Httplug 0/0
- E-mails
- Notifications
- 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
-
-
gender
-
language
-
firstname
-
lastname
-
email
-
country
-
-
first
-
second
-
-
agreedTerms
-
referer
-
_token
-
registration
"App\Form\RegistrationType"
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 |
|---|---|---|
| referer | null |
null
|
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 | "_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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1569 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} 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 |
| locale | "fr" |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| referer | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1570 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration" "_registration" ] |
| cache_key | "_registration_registration" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1588 -form: Symfony\Component\Form\Form {#1754 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1572 …5} |
| full_name | "registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration" |
| valid | true |
| value | null |
gender
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| class | "App\Entity\Gender" |
same as passed value |
| label | "form.registration.gender.label" |
same as passed value |
| placeholder | "form.registration.gender.placeholder" |
same as passed value |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1616 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1645 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1620 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1646 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1647 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1621 -om: Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1623 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Gender" |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| em | Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1621 -om: Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1623 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.registration.gender.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "form.registration.gender.placeholder" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1619 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1617 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_registration_gender" ] |
| cache_key | "_registration_gender_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1679 +label: "masculin" +value: "1" +data: App\Entity\Gender {#1852 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1815 +label: "feminin" +value: "2" +data: App\Entity\Gender {#1990 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1784 -form: Symfony\Component\Form\Form {#1757 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1792 …5} |
| full_name | "registration[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_gender" |
| is_selected | Closure($choice, $value) {#1848 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1594 …} } |
| label | "form.registration.gender.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gender" |
| placeholder | "form.registration.gender.placeholder" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_gender" |
| valid | true |
| value | "" |
language
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choice_translation_domain | "messages" |
same as passed value |
| choices | [ "form.registration.language.choice.french" => "french" "form.registration.language.choice.english" => "english" ] |
[ "form.registration.language.choice.french" => "french" "form.registration.language.choice.english" => "english" ] |
| label | "form.registration.language.label" |
same as passed value |
| placeholder | "form.registration.language.placeholder" |
same as passed value |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "form.registration.language.choice.french" => "french" "form.registration.language.choice.english" => "english" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | 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 | "form.registration.language.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "form.registration.language.placeholder" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1656 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_language" ] |
| cache_key | "_registration_language_choice" |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1844 +label: "form.registration.language.choice.french" +value: "french" +data: "french" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1845 +label: "form.registration.language.choice.english" +value: "english" +data: "english" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1693 -form: Symfony\Component\Form\Form {#1760 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1842 …5} |
| full_name | "registration[language]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_language" |
| is_selected | Closure($choice, $value) {#1850 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1594 …} } |
| label | "form.registration.language.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "language" |
| placeholder | "form.registration.language.placeholder" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_language" |
| valid | true |
| value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| attr | [ "placeholder" => "form.registration.firstname.placeholder" ] |
[ "placeholder" => "form.registration.firstname.placeholder" ] |
| label | "form.registration.firstname.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.registration.firstname.placeholder" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1667 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | "form.registration.firstname.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1668 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.registration.firstname.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_firstname" ] |
| cache_key | "_registration_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1997 -form: Symfony\Component\Form\Form {#1763 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1998 …5} |
| full_name | "registration[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_firstname" |
| label | "form.registration.firstname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_firstname" |
| valid | true |
| value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| attr | [ "placeholder" => "form.registration.lastname.placeholder" ] |
[ "placeholder" => "form.registration.lastname.placeholder" ] |
| label | "form.registration.lastname.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.registration.lastname.placeholder" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1676 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | "form.registration.lastname.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1678 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1677 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.registration.lastname.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_lastname" ] |
| cache_key | "_registration_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1999 -form: Symfony\Component\Form\Form {#1766 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2000 …5} |
| full_name | "registration[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_lastname" |
| label | "form.registration.lastname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_lastname" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
|---|---|---|
| attr | [ "placeholder" => "form.registration.email.placeholder" ] |
[ "placeholder" => "form.registration.email.placeholder" ] |
| label | "form.registration.email.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.registration.email.placeholder" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1690 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | "form.registration.email.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1689 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.registration.email.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_email" ] |
| cache_key | "_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2001 -form: Symfony\Component\Form\Form {#1769 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2002 …5} |
| full_name | "registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_email" |
| label | "form.registration.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_email" |
| valid | true |
| value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | Closure(CountryInfo $country) {#1577 class: "App\Form\RegistrationType" this: App\Form\RegistrationType {#1507 …} use: { $isFrench: true } } |
same as passed value |
| class | "App\Entity\Localisation\CountryInfo" |
same as passed value |
| label | "form.account.country.label" |
same as passed value |
| placeholder | "form.account.country.placeholder" |
same as passed value |
| query_builder | Closure($er) {#1578 class: "App\Form\RegistrationType" this: App\Form\RegistrationType {#1507 …} } |
Doctrine\ORM\QueryBuilder {#1701 -_em: Doctrine\ORM\EntityManager {#1129 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1703 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1704 #from: "App\Entity\Localisation\CountryInfo" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1705 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.countryName ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Localisation\CountryInfo c ORDER BY c.countryName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1702 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(CountryInfo $country) {#1577 class: "App\Form\RegistrationType" this: App\Form\RegistrationType {#1507 …} use: { $isFrench: true } } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1724 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1707 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1706 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1708 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1712 -om: Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1387 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Localisation\CountryInfo" |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| em | Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1712 -om: Container1lg0226\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#183 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1387 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.account.country.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "form.account.country.placeholder" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1701 -_em: Doctrine\ORM\EntityManager {#1129 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1703 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1704 #from: "App\Entity\Localisation\CountryInfo" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1705 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.countryName ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Localisation\CountryInfo c ORDER BY c.countryName ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1702 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1699 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_registration_country" ] |
| cache_key | "_registration_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2007 +label: "Afghanistan" +value: "3" +data: App\Entity\Localisation\CountryInfo {#2021 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2009 +label: "Îles Åland" +value: "15" +data: App\Entity\Localisation\CountryInfo {#2026 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2012 +label: "Albanie" +value: "6" +data: App\Entity\Localisation\CountryInfo {#2030 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2011 +label: "Algérie" +value: "62" +data: App\Entity\Localisation\CountryInfo {#2034 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2006 +label: "Samoa américaines" +value: "11" +data: App\Entity\Localisation\CountryInfo {#2038 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +label: "Andorre" +value: "1" +data: App\Entity\Localisation\CountryInfo {#2042 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: "Angola" +value: "8" +data: App\Entity\Localisation\CountryInfo {#2046 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2013 +label: "Anguilla" +value: "5" +data: App\Entity\Localisation\CountryInfo {#2050 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +label: "Antarctique" +value: "9" +data: App\Entity\Localisation\CountryInfo {#2054 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "Antigua-et-Barbuda" +value: "4" +data: App\Entity\Localisation\CountryInfo {#2058 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "Argentine" +value: "10" +data: App\Entity\Localisation\CountryInfo {#2062 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "Arménie" +value: "7" +data: App\Entity\Localisation\CountryInfo {#2066 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "Aruba" +value: "14" +data: App\Entity\Localisation\CountryInfo {#2070 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "Australie" +value: "13" +data: App\Entity\Localisation\CountryInfo {#2074 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "Autriche" +value: "12" +data: App\Entity\Localisation\CountryInfo {#2078 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +label: "Azerbaïdjan" +value: "16" +data: App\Entity\Localisation\CountryInfo {#2082 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "Bahamas" +value: "32" +data: App\Entity\Localisation\CountryInfo {#2086 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +label: "Bahreïn" +value: "23" +data: App\Entity\Localisation\CountryInfo {#2090 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +label: "Bangladesh" +value: "19" +data: App\Entity\Localisation\CountryInfo {#2094 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +label: "Barbade" +value: "18" +data: App\Entity\Localisation\CountryInfo {#2098 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3039 +label: "Biélorussie" +value: "36" +data: App\Entity\Localisation\CountryInfo {#2102 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "Belgique" +value: "20" +data: App\Entity\Localisation\CountryInfo {#2106 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3041 +label: "Belize" +value: "37" +data: App\Entity\Localisation\CountryInfo {#2110 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "Bénin" +value: "25" +data: App\Entity\Localisation\CountryInfo {#2114 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3043 +label: "Bermudes" +value: "27" +data: App\Entity\Localisation\CountryInfo {#2118 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3044 +label: "Bhoutan" +value: "33" +data: App\Entity\Localisation\CountryInfo {#2122 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3045 +label: "Bolivie" +value: "29" +data: App\Entity\Localisation\CountryInfo {#2126 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3046 +label: "Bonaire, Saint-Eustache et Saba" +value: "30" +data: App\Entity\Localisation\CountryInfo {#2130 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3047 +label: "Bosnie-Herzégovine" +value: "17" +data: App\Entity\Localisation\CountryInfo {#2134 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3048 +label: "Botswana" +value: "35" +data: App\Entity\Localisation\CountryInfo {#2138 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3049 +label: "Île Bouvet" +value: "34" +data: App\Entity\Localisation\CountryInfo {#2142 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3050 +label: "Brésil" +value: "31" +data: App\Entity\Localisation\CountryInfo {#2146 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3051 +label: "Territoire britannique de l'océan Indien" +value: "106" +data: App\Entity\Localisation\CountryInfo {#2150 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3052 +label: "Îles Vierges britanniques" +value: "240" +data: App\Entity\Localisation\CountryInfo {#2154 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3053 +label: "Brunei" +value: "28" +data: App\Entity\Localisation\CountryInfo {#2158 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3054 +label: "Bulgarie" +value: "22" +data: App\Entity\Localisation\CountryInfo {#2162 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3055 +label: "Burkina Faso" +value: "21" +data: App\Entity\Localisation\CountryInfo {#2166 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3056 +label: "Burundi" +value: "24" +data: App\Entity\Localisation\CountryInfo {#2170 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3057 +label: "Cap-Vert" +value: "52" +data: App\Entity\Localisation\CountryInfo {#2174 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3058 +label: "Cambodge" +value: "117" +data: App\Entity\Localisation\CountryInfo {#2178 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3059 +label: "Cameroun" +value: "47" +data: App\Entity\Localisation\CountryInfo {#2182 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3060 +label: "Canada" +value: "38" +data: App\Entity\Localisation\CountryInfo {#2186 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3061 +label: "Îles Caïmans" +value: "125" +data: App\Entity\Localisation\CountryInfo {#2190 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3062 +label: "République centrafricaine" +value: "41" +data: App\Entity\Localisation\CountryInfo {#2194 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3063 +label: "Tchad" +value: "216" +data: App\Entity\Localisation\CountryInfo {#2198 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3064 +label: "Chili" +value: "46" +data: App\Entity\Localisation\CountryInfo {#2202 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3065 +label: "Chine" +value: "48" +data: App\Entity\Localisation\CountryInfo {#2206 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3066 +label: "Île Christmas" +value: "54" +data: App\Entity\Localisation\CountryInfo {#2210 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3067 +label: "Îles Cocos" +value: "39" +data: App\Entity\Localisation\CountryInfo {#2214 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3068 +label: "Colombie" +value: "49" +data: App\Entity\Localisation\CountryInfo {#2218 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "Comores" +value: "119" +data: App\Entity\Localisation\CountryInfo {#2222 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3070 +label: "Îles Cook" +value: "45" +data: App\Entity\Localisation\CountryInfo {#2226 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +label: "Costa Rica" +value: "50" +data: App\Entity\Localisation\CountryInfo {#2230 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3072 +label: "Croatie" +value: "98" +data: App\Entity\Localisation\CountryInfo {#2234 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +label: "Cuba" +value: "51" +data: App\Entity\Localisation\CountryInfo {#2238 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3074 +label: "Curaçao" +value: "53" +data: App\Entity\Localisation\CountryInfo {#2242 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "Chypre" +value: "55" +data: App\Entity\Localisation\CountryInfo {#2246 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "Tchéquie" +value: "56" +data: App\Entity\Localisation\CountryInfo {#2250 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "République démocratique du Congo" +value: "40" +data: App\Entity\Localisation\CountryInfo {#2254 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "Danemark" +value: "59" +data: App\Entity\Localisation\CountryInfo {#2258 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "Djibouti" +value: "58" +data: App\Entity\Localisation\CountryInfo {#2262 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3080 +label: "Dominique" +value: "60" +data: App\Entity\Localisation\CountryInfo {#2266 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "République dominicaine" +value: "61" +data: App\Entity\Localisation\CountryInfo {#2270 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Équateur" +value: "63" +data: App\Entity\Localisation\CountryInfo {#2274 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "Égypte" +value: "65" +data: App\Entity\Localisation\CountryInfo {#2278 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "Salvador" +value: "211" +data: App\Entity\Localisation\CountryInfo {#2282 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3085 +label: "Guinée équatoriale" +value: "88" +data: App\Entity\Localisation\CountryInfo {#2286 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "Érythrée" +value: "67" +data: App\Entity\Localisation\CountryInfo {#2290 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "Estonie" +value: "64" +data: App\Entity\Localisation\CountryInfo {#2294 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "Eswatini" +value: "214" +data: App\Entity\Localisation\CountryInfo {#2298 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "Éthiopie" +value: "69" +data: App\Entity\Localisation\CountryInfo {#2302 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "Îles Malouines" +value: "72" +data: App\Entity\Localisation\CountryInfo {#2306 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "Îles Féroé" +value: "74" +data: App\Entity\Localisation\CountryInfo {#2310 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "Fidji" +value: "71" +data: App\Entity\Localisation\CountryInfo {#2314 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "Finlande" +value: "70" +data: App\Entity\Localisation\CountryInfo {#2318 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "France" +value: "75" +data: App\Entity\Localisation\CountryInfo {#2322 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "Guyane française" +value: "80" +data: App\Entity\Localisation\CountryInfo {#2326 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "Polynésie française" +value: "176" +data: App\Entity\Localisation\CountryInfo {#2330 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "Terres australes françaises" +value: "217" +data: App\Entity\Localisation\CountryInfo {#2334 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Gabon" +value: "76" +data: App\Entity\Localisation\CountryInfo {#2338 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "Gambie" +value: "85" +data: App\Entity\Localisation\CountryInfo {#2342 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "Géorgie" +value: "79" +data: App\Entity\Localisation\CountryInfo {#2346 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "Allemagne" +value: "57" +data: App\Entity\Localisation\CountryInfo {#2350 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "Ghana" +value: "82" +data: App\Entity\Localisation\CountryInfo {#2354 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +label: "Gibraltar" +value: "83" +data: App\Entity\Localisation\CountryInfo {#2358 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3104 +label: "Grèce" +value: "89" +data: App\Entity\Localisation\CountryInfo {#2362 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3105 +label: "Groenland" +value: "84" +data: App\Entity\Localisation\CountryInfo {#2366 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3106 +label: "Grenade" +value: "78" +data: App\Entity\Localisation\CountryInfo {#2370 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3107 +label: "Guadeloupe" +value: "87" +data: App\Entity\Localisation\CountryInfo {#2374 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3108 +label: "Guam" +value: "92" +data: App\Entity\Localisation\CountryInfo {#2378 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3109 +label: "Guatemala" +value: "91" +data: App\Entity\Localisation\CountryInfo {#2382 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3110 +label: "Guernesey" +value: "81" +data: App\Entity\Localisation\CountryInfo {#2386 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3111 +label: "Guinée" +value: "86" +data: App\Entity\Localisation\CountryInfo {#2390 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3112 +label: "Guinée-Bissau" +value: "93" +data: App\Entity\Localisation\CountryInfo {#2394 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3113 +label: "Guyana" +value: "94" +data: App\Entity\Localisation\CountryInfo {#2398 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3114 +label: "Haïti" +value: "99" +data: App\Entity\Localisation\CountryInfo {#2402 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3115 +label: "Îles Heard-et-MacDonald" +value: "96" +data: App\Entity\Localisation\CountryInfo {#2406 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3116 +label: "Honduras" +value: "97" +data: App\Entity\Localisation\CountryInfo {#2410 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3117 +label: "Hong Kong" +value: "95" +data: App\Entity\Localisation\CountryInfo {#2414 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3118 +label: "Hongrie" +value: "100" +data: App\Entity\Localisation\CountryInfo {#2418 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3119 +label: "Islande" +value: "109" +data: App\Entity\Localisation\CountryInfo {#2422 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3120 +label: "Inde" +value: "105" +data: App\Entity\Localisation\CountryInfo {#2426 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3121 +label: "Indonésie" +value: "101" +data: App\Entity\Localisation\CountryInfo {#2430 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3122 +label: "Iran" +value: "108" +data: App\Entity\Localisation\CountryInfo {#2434 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3123 +label: "Irak" +value: "107" +data: App\Entity\Localisation\CountryInfo {#2438 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3124 +label: "Irlande" +value: "102" +data: App\Entity\Localisation\CountryInfo {#2442 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3125 +label: "Île de Man" +value: "104" +data: App\Entity\Localisation\CountryInfo {#2446 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3126 +label: "Israël" +value: "103" +data: App\Entity\Localisation\CountryInfo {#2450 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3127 +label: "Italie" +value: "110" +data: App\Entity\Localisation\CountryInfo {#2454 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3128 +label: "Côte d'Ivoire" +value: "44" +data: App\Entity\Localisation\CountryInfo {#2458 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3129 +label: "Jamaïque" +value: "112" +data: App\Entity\Localisation\CountryInfo {#2462 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3130 +label: "Japon" +value: "114" +data: App\Entity\Localisation\CountryInfo {#2466 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3131 +label: "Jersey" +value: "111" +data: App\Entity\Localisation\CountryInfo {#2470 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3132 +label: "Jordanie" +value: "113" +data: App\Entity\Localisation\CountryInfo {#2474 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3133 +label: "Kazakhstan" +value: "126" +data: App\Entity\Localisation\CountryInfo {#2478 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3134 +label: "Kenya" +value: "115" +data: App\Entity\Localisation\CountryInfo {#2482 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3135 +label: "Kiribati" +value: "118" +data: App\Entity\Localisation\CountryInfo {#2486 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3136 +label: "Kosovo" +value: "123" +data: App\Entity\Localisation\CountryInfo {#2490 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3137 +label: "Koweït" +value: "124" +data: App\Entity\Localisation\CountryInfo {#2494 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3138 +label: "Kirghizistan" +value: "116" +data: App\Entity\Localisation\CountryInfo {#2498 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3139 +label: "Laos" +value: "127" +data: App\Entity\Localisation\CountryInfo {#2502 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3140 +label: "Lettonie" +value: "136" +data: App\Entity\Localisation\CountryInfo {#2506 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3141 +label: "Liban" +value: "128" +data: App\Entity\Localisation\CountryInfo {#2510 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3142 +label: "Lesotho" +value: "133" +data: App\Entity\Localisation\CountryInfo {#2514 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3143 +label: "Liberia" +value: "132" +data: App\Entity\Localisation\CountryInfo {#2518 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3144 +label: "Libye" +value: "137" +data: App\Entity\Localisation\CountryInfo {#2522 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3145 +label: "Liechtenstein" +value: "130" +data: App\Entity\Localisation\CountryInfo {#2526 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3146 +label: "Lituanie" +value: "134" +data: App\Entity\Localisation\CountryInfo {#2530 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3147 +label: "Luxembourg" +value: "135" +data: App\Entity\Localisation\CountryInfo {#2534 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +label: "Macao" +value: "149" +data: App\Entity\Localisation\CountryInfo {#2538 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +label: "Madagascar" +value: "143" +data: App\Entity\Localisation\CountryInfo {#2542 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3150 +label: "Malawi" +value: "157" +data: App\Entity\Localisation\CountryInfo {#2546 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +label: "Malaisie" +value: "159" +data: App\Entity\Localisation\CountryInfo {#2550 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3152 +label: "Maldives" +value: "156" +data: App\Entity\Localisation\CountryInfo {#2554 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +label: "Mali" +value: "146" +data: App\Entity\Localisation\CountryInfo {#2558 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +label: "Malte" +value: "154" +data: App\Entity\Localisation\CountryInfo {#2562 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "Îles Marshall" +value: "144" +data: App\Entity\Localisation\CountryInfo {#2566 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "Martinique" +value: "151" +data: App\Entity\Localisation\CountryInfo {#2570 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +label: "Mauritanie" +value: "152" +data: App\Entity\Localisation\CountryInfo {#2574 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "Maurice" +value: "155" +data: App\Entity\Localisation\CountryInfo {#2578 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +label: "Mayotte" +value: "247" +data: App\Entity\Localisation\CountryInfo {#2582 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "Mexique" +value: "158" +data: App\Entity\Localisation\CountryInfo {#2586 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "Micronésie" +value: "73" +data: App\Entity\Localisation\CountryInfo {#2590 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "Moldavie" +value: "140" +data: App\Entity\Localisation\CountryInfo {#2594 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "Monaco" +value: "139" +data: App\Entity\Localisation\CountryInfo {#2598 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "Mongolie" +value: "148" +data: App\Entity\Localisation\CountryInfo {#2602 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "Monténégro" +value: "141" +data: App\Entity\Localisation\CountryInfo {#2606 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "Montserrat" +value: "153" +data: App\Entity\Localisation\CountryInfo {#2610 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "Maroc" +value: "138" +data: App\Entity\Localisation\CountryInfo {#2614 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "Mozambique" +value: "160" +data: App\Entity\Localisation\CountryInfo {#2618 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "Myanmar" +value: "147" +data: App\Entity\Localisation\CountryInfo {#2622 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "Namibie" +value: "161" +data: App\Entity\Localisation\CountryInfo {#2626 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "Nauru" +value: "170" +data: App\Entity\Localisation\CountryInfo {#2630 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "Népal" +value: "169" +data: App\Entity\Localisation\CountryInfo {#2634 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "Antilles néerlandaises" +value: "252" +data: App\Entity\Localisation\CountryInfo {#2638 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "Nouvelle-Calédonie" +value: "162" +data: App\Entity\Localisation\CountryInfo {#2642 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "Nouvelle-Zélande" +value: "172" +data: App\Entity\Localisation\CountryInfo {#2646 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +label: "Nicaragua" +value: "166" +data: App\Entity\Localisation\CountryInfo {#2650 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "Niger" +value: "163" +data: App\Entity\Localisation\CountryInfo {#2654 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "Nigeria" +value: "165" +data: App\Entity\Localisation\CountryInfo {#2658 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "Niue" +value: "171" +data: App\Entity\Localisation\CountryInfo {#2662 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "Île Norfolk" +value: "164" +data: App\Entity\Localisation\CountryInfo {#2666 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "Corée du Nord" +value: "121" +data: App\Entity\Localisation\CountryInfo {#2670 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "Macédoine du Nord" +value: "145" +data: App\Entity\Localisation\CountryInfo {#2674 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "Îles Mariannes du Nord" +value: "150" +data: App\Entity\Localisation\CountryInfo {#2678 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "Norvège" +value: "168" +data: App\Entity\Localisation\CountryInfo {#2682 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "Oman" +value: "173" +data: App\Entity\Localisation\CountryInfo {#2686 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "Pakistan" +value: "179" +data: App\Entity\Localisation\CountryInfo {#2690 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "Palaos" +value: "186" +data: App\Entity\Localisation\CountryInfo {#2694 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "Palestine" +value: "184" +data: App\Entity\Localisation\CountryInfo {#2698 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "Panama" +value: "174" +data: App\Entity\Localisation\CountryInfo {#2702 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "Papouasie-Nouvelle-Guinée" +value: "177" +data: App\Entity\Localisation\CountryInfo {#2706 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "Paraguay" +value: "187" +data: App\Entity\Localisation\CountryInfo {#2710 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "Pérou" +value: "175" +data: App\Entity\Localisation\CountryInfo {#2714 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "Philippines" +value: "178" +data: App\Entity\Localisation\CountryInfo {#2718 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +label: "Pitcairn" +value: "182" +data: App\Entity\Localisation\CountryInfo {#2722 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "Pologne" +value: "180" +data: App\Entity\Localisation\CountryInfo {#2726 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "Portugal" +value: "185" +data: App\Entity\Localisation\CountryInfo {#2730 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "Porto Rico" +value: "183" +data: App\Entity\Localisation\CountryInfo {#2734 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "Qatar" +value: "188" +data: App\Entity\Localisation\CountryInfo {#2738 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "République du Congo" +value: "42" +data: App\Entity\Localisation\CountryInfo {#2742 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "La Réunion" +value: "189" +data: App\Entity\Localisation\CountryInfo {#2746 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "Roumanie" +value: "190" +data: App\Entity\Localisation\CountryInfo {#2750 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "Russie" +value: "192" +data: App\Entity\Localisation\CountryInfo {#2754 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "Rwanda" +value: "193" +data: App\Entity\Localisation\CountryInfo {#2758 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "Saint-Barthélemy" +value: "26" +data: App\Entity\Localisation\CountryInfo {#2762 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "Sainte-Hélène" +value: "201" +data: App\Entity\Localisation\CountryInfo {#2766 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "Saint-Kitts-et-Nevis" +value: "120" +data: App\Entity\Localisation\CountryInfo {#2770 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "Sainte-Lucie" +value: "129" +data: App\Entity\Localisation\CountryInfo {#2774 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "Saint-Martin" +value: "142" +data: App\Entity\Localisation\CountryInfo {#2778 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "Saint-Pierre-et-Miquelon" +value: "181" +data: App\Entity\Localisation\CountryInfo {#2782 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "Saint-Vincent-et-les-Grenadines" +value: "238" +data: App\Entity\Localisation\CountryInfo {#2786 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "Samoa" +value: "245" +data: App\Entity\Localisation\CountryInfo {#2790 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "Saint-Marin" +value: "206" +data: App\Entity\Localisation\CountryInfo {#2794 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "São Tomé-et-Príncipe" +value: "210" +data: App\Entity\Localisation\CountryInfo {#2798 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "Arabie saoudite" +value: "194" +data: App\Entity\Localisation\CountryInfo {#2802 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "Sénégal" +value: "207" +data: App\Entity\Localisation\CountryInfo {#2806 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "Serbie" +value: "191" +data: App\Entity\Localisation\CountryInfo {#2810 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "Serbie-et-Monténégro" +value: "251" +data: App\Entity\Localisation\CountryInfo {#2814 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "Seychelles" +value: "196" +data: App\Entity\Localisation\CountryInfo {#2818 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3219 +label: "Sierra Leone" +value: "205" +data: App\Entity\Localisation\CountryInfo {#2822 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +label: "Singapour" +value: "200" +data: App\Entity\Localisation\CountryInfo {#2826 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3221 +label: "Saint-Martin" +value: "212" +data: App\Entity\Localisation\CountryInfo {#2830 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "Slovaquie" +value: "204" +data: App\Entity\Localisation\CountryInfo {#2834 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "Slovénie" +value: "202" +data: App\Entity\Localisation\CountryInfo {#2838 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "Îles Salomon" +value: "195" +data: App\Entity\Localisation\CountryInfo {#2842 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3225 +label: "Somalie" +value: "208" +data: App\Entity\Localisation\CountryInfo {#2846 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "Afrique du Sud" +value: "248" +data: App\Entity\Localisation\CountryInfo {#2850 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +label: "Géorgie du Sud-et-les Îles Sandwich du Sud" +value: "90" +data: App\Entity\Localisation\CountryInfo {#2854 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "Corée du Sud" +value: "122" +data: App\Entity\Localisation\CountryInfo {#2858 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +label: "Soudan du Sud" +value: "198" +data: App\Entity\Localisation\CountryInfo {#2862 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +label: "Espagne" +value: "68" +data: App\Entity\Localisation\CountryInfo {#2866 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +label: "Sri Lanka" +value: "131" +data: App\Entity\Localisation\CountryInfo {#2870 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +label: "Soudan" +value: "197" +data: App\Entity\Localisation\CountryInfo {#2874 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +label: "Suriname" +value: "209" +data: App\Entity\Localisation\CountryInfo {#2878 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3234 +label: "Svalbard et Jan Mayen" +value: "203" +data: App\Entity\Localisation\CountryInfo {#2882 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3235 +label: "Suède" +value: "199" +data: App\Entity\Localisation\CountryInfo {#2886 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "Suisse" +value: "43" +data: App\Entity\Localisation\CountryInfo {#2890 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3237 +label: "Syrie" +value: "213" +data: App\Entity\Localisation\CountryInfo {#2894 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +label: "Taïwan" +value: "229" +data: App\Entity\Localisation\CountryInfo {#2898 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "Tadjikistan" +value: "220" +data: App\Entity\Localisation\CountryInfo {#2902 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +label: "Tanzanie" +value: "230" +data: App\Entity\Localisation\CountryInfo {#2906 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "Thaïlande" +value: "219" +data: App\Entity\Localisation\CountryInfo {#2910 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "Pays-Bas" +value: "167" +data: App\Entity\Localisation\CountryInfo {#2914 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +label: "Timor oriental" +value: "222" +data: App\Entity\Localisation\CountryInfo {#2918 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +label: "Togo" +value: "218" +data: App\Entity\Localisation\CountryInfo {#2922 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +label: "Tokelau" +value: "221" +data: App\Entity\Localisation\CountryInfo {#2926 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +label: "Tonga" +value: "225" +data: App\Entity\Localisation\CountryInfo {#2930 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3247 +label: "Trinité-et-Tobago" +value: "227" +data: App\Entity\Localisation\CountryInfo {#2934 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +label: "Tunisie" +value: "224" +data: App\Entity\Localisation\CountryInfo {#2938 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3249 +label: "Turquie" +value: "226" +data: App\Entity\Localisation\CountryInfo {#2942 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3250 +label: "Turkménistan" +value: "223" +data: App\Entity\Localisation\CountryInfo {#2946 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3251 +label: "Îles Turques-et-Caïques" +value: "215" +data: App\Entity\Localisation\CountryInfo {#2950 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3252 +label: "Tuvalu" +value: "228" +data: App\Entity\Localisation\CountryInfo {#2954 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +label: "Îles Vierges américaines" +value: "241" +data: App\Entity\Localisation\CountryInfo {#2958 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3254 +label: "Ouganda" +value: "232" +data: App\Entity\Localisation\CountryInfo {#2962 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +label: "Ukraine" +value: "231" +data: App\Entity\Localisation\CountryInfo {#2966 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3256 +label: "Émirats arabes unis" +value: "2" +data: App\Entity\Localisation\CountryInfo {#2970 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3257 +label: "Royaume-Uni" +value: "77" +data: App\Entity\Localisation\CountryInfo {#2974 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +label: "États-Unis" +value: "234" +data: App\Entity\Localisation\CountryInfo {#2978 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +label: "Îles mineures éloignées des États-Unis" +value: "233" +data: App\Entity\Localisation\CountryInfo {#2982 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "Uruguay" +value: "235" +data: App\Entity\Localisation\CountryInfo {#2986 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "Ouzbékistan" +value: "236" +data: App\Entity\Localisation\CountryInfo {#2990 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3262 +label: "Vanuatu" +value: "243" +data: App\Entity\Localisation\CountryInfo {#2994 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +label: "Vatican" +value: "237" +data: App\Entity\Localisation\CountryInfo {#2998 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3264 +label: "Venezuela" +value: "239" +data: App\Entity\Localisation\CountryInfo {#3002 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3265 +label: "Viêt Nam" +value: "242" +data: App\Entity\Localisation\CountryInfo {#3006 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "Wallis-et-Futuna" +value: "244" +data: App\Entity\Localisation\CountryInfo {#3010 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +label: "Sahara occidental" +value: "66" +data: App\Entity\Localisation\CountryInfo {#3014 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +label: "Yémen" +value: "246" +data: App\Entity\Localisation\CountryInfo {#3018 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3269 +label: "Zambie" +value: "249" +data: App\Entity\Localisation\CountryInfo {#3022 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3270 +label: "Zimbabwe" +value: "250" +data: App\Entity\Localisation\CountryInfo {#3026 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2003 -form: Symfony\Component\Form\Form {#1772 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2004 …5} |
| full_name | "registration[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_country" |
| is_selected | Closure($choice, $value) {#3272 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1594 …} } |
| label | "form.account.country.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "form.account.country.placeholder" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_country" |
| valid | true |
| value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "form.registration.password.first.label" "attr" => [ "placeholder" => "form.registration.password.first.placeholder" ] ] |
[ "label" => "form.registration.password.first.label" "attr" => [ "placeholder" => "form.registration.password.first.placeholder" ] ] |
| invalid_message | "form.registration.password.invalid_message" |
same as passed value |
| options | [ "attr" => [ "class" => "password-field" ] ] |
[ "attr" => [ "class" => "password-field" ] ] |
| second_options | [ "label" => "form.registration.password.second.label" "attr" => [ "placeholder" => "form.registration.password.second.placeholder" ] ] |
[ "label" => "form.registration.password.second.label" "attr" => [ "placeholder" => "form.registration.password.second.placeholder" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
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 | "_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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form.registration.password.first.label" "attr" => [ "placeholder" => "form.registration.password.first.placeholder" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form.registration.password.invalid_message" |
| 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" |
| options | [ "attr" => [ "class" => "password-field" ] ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "label" => "form.registration.password.second.label" "attr" => [ "placeholder" => "form.registration.password.second.placeholder" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1730 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_password" ] |
| cache_key | "_registration_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3271 -form: Symfony\Component\Form\Form {#1796 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3273 …5} |
| full_name | "registration[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 |
|---|---|---|
| attr | [ "placeholder" => "form.registration.password.first.placeholder" ] |
[ "placeholder" => "form.registration.password.first.placeholder" ] |
| error_bubbling | false |
false
|
| label | "form.registration.password.first.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "form.registration.password.first.placeholder" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | "form.registration.password.first.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1780 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.registration.password.first.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_password_first" ] |
| cache_key | "_registration_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3277 -form: Symfony\Component\Form\Form {#1799 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3276 …5} |
| full_name | "registration[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password_first" |
| label | "form.registration.password.first.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 |
|---|---|---|
| attr | [ "placeholder" => "form.registration.password.second.placeholder" ] |
[ "placeholder" => "form.registration.password.second.placeholder" ] |
| error_bubbling | false |
false
|
| label | "form.registration.password.second.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "form.registration.password.second.placeholder" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | "form.registration.password.second.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1790 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.registration.password.second.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_password_second" ] |
| cache_key | "_registration_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3278 -form: Symfony\Component\Form\Form {#1802 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3279 …5} |
| full_name | "registration[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password_second" |
| label | "form.registration.password.second.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password_second" |
| valid | true |
| value | "" |
agreedTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1579 +message: "form.registration.agreed_terms.error" +payload: null } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1579 +message: "form.registration.agreed_terms.error" +payload: null } ] |
| label | "form.registration.agreed_terms.label" |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1579 +message: "form.registration.agreed_terms.error" +payload: null } ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1742 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1738 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#1744 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.registration.agreed_terms.label" |
| 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." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1748 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1746 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_agreedTerms" ] |
| cache_key | "_registration_agreedTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3274 -form: Symfony\Component\Form\Form {#1805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3275 …5} |
| full_name | "registration[agreedTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_agreedTerms" |
| label | "form.registration.agreed_terms.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreedTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_agreedTerms" |
| valid | true |
| value | "1" |
referer
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| attr | [ "style" => "display:none" ] |
[ "style" => "display:none" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "style" => "display:none" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1585 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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 | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#1586 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "style" => "display:none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_referer" ] |
| cache_key | "_registration_referer_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3281 -form: Symfony\Component\Form\Form {#1808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3280 …5} |
| full_name | "registration[referer]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_referer" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "referer" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_referer" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7c6a24350ef2fafb3d.0YgAcbVLFtJod8el6Gzpy0rYZvRlJ_7FASGKuBm9WUM.iMJYBPJ-cLE7M_fdkgqguRWHBbUxdbTwe1Dl7lGFIAWewHYr0QUipS5C8w" |
| 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 | "7c6a24350ef2fafb3d.0YgAcbVLFtJod8el6Gzpy0rYZvRlJ_7FASGKuBm9WUM.iMJYBPJ-cLE7M_fdkgqguRWHBbUxdbTwe1Dl7lGFIAWewHYr0QUipS5C8w" |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#185 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#184 …} -namespace: Closure() {#187 …} } |
| data | "7c6a24350ef2fafb3d.0YgAcbVLFtJod8el6Gzpy0rYZvRlJ_7FASGKuBm9WUM.iMJYBPJ-cLE7M_fdkgqguRWHBbUxdbTwe1Dl7lGFIAWewHYr0QUipS5C8w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3286 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1508 …} } |
| 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." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1552 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1223 …} $translationDomain: "validators" $message: Closure() {#3285 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
| cache_key | "_registration__token_hidden" |
| compound | false |
| data | "7c6a24350ef2fafb3d.0YgAcbVLFtJod8el6Gzpy0rYZvRlJ_7FASGKuBm9WUM.iMJYBPJ-cLE7M_fdkgqguRWHBbUxdbTwe1Dl7lGFIAWewHYr0QUipS5C8w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3298 -form: Symfony\Component\Form\Form {#3294 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3289 …5} |
| full_name | "registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration__token" |
| valid | true |
| value | "7c6a24350ef2fafb3d.0YgAcbVLFtJod8el6Gzpy0rYZvRlJ_7FASGKuBm9WUM.iMJYBPJ-cLE7M_fdkgqguRWHBbUxdbTwe1Dl7lGFIAWewHYr0QUipS5C8w" |