Forms
-
registration_form
-
email
-
plainPassword
-
first
-
second
-
-
firstName
-
lastName
-
phone
-
address1
-
address2
-
postalCode
-
city
-
country
-
locale
-
timezone
-
newsletter
-
termsAccepted
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#558 -id: null -email: null -roles: [] -password: "" -isVerified: false -totpEnabled: false -totpSecret: null -createdAt: DateTimeImmutable @1756772860 {#603 date: 2025-09-02 00:27:40.468425 UTC (+00:00) } -updatedAt: DateTimeImmutable @1756772860 {#603} -firstName: null -lastName: null -address: null -city: null -postalCode: null -country: null -phone: null -locale: null -timezone: null -newsletter: false -termsAcceptedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#558 -id: null -email: null -roles: [] -password: "" -isVerified: false -totpEnabled: false -totpSecret: null -createdAt: DateTimeImmutable @1756772860 {#603 date: 2025-09-02 00:27:40.468425 UTC (+00:00) } -updatedAt: DateTimeImmutable @1756772860 {#603} -firstName: null -lastName: null -address: null -city: null -postalCode: null -country: null -phone: null -locale: null -timezone: null -newsletter: false -termsAcceptedAt: null } |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data | App\Entity\User {#558 -id: null -email: null -roles: [] -password: "" -isVerified: false -totpEnabled: false -totpSecret: null -createdAt: DateTimeImmutable @1756772860 {#603 date: 2025-09-02 00:27:40.468425 UTC (+00:00) } -updatedAt: DateTimeImmutable @1756772860 {#603} -firstName: null -lastName: null -address: null -city: null -postalCode: null -country: null -phone: null -locale: null -timezone: null -newsletter: false -termsAcceptedAt: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" 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 | [] |
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() {#700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#699 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_form" "_registration_form" ] |
cache_key | "_registration_form_registration_form" |
compound | true |
data | App\Entity\User {#558 -id: null -email: null -roles: [] -password: "" -isVerified: false -totpEnabled: false -totpSecret: null -createdAt: DateTimeImmutable @1756772860 {#603 date: 2025-09-02 00:27:40.468425 UTC (+00:00) } -updatedAt: DateTimeImmutable @1756772860 {#603} -firstName: null -lastName: null -address: null -city: null -postalCode: null -country: null -phone: null -locale: null -timezone: null -newsletter: false -termsAcceptedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2406 -form: Symfony\Component\Form\Form {#903 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2407 …5} |
full_name | "registration_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | App\Entity\User {#558 -id: null -email: null -roles: [] -password: "" -isVerified: false -totpEnabled: false -totpSecret: null -createdAt: DateTimeImmutable @1756772860 {#603 date: 2025-09-02 00:27:40.468425 UTC (+00:00) } -updatedAt: DateTimeImmutable @1756772860 {#603} -firstName: null -lastName: null -address: null -city: null -postalCode: null -country: null -phone: null -locale: null -timezone: null -newsletter: false -termsAcceptedAt: null } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +groups: ? +message: "Veuillez renseigner votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#711 +payload: null +groups: ? +message: "Email invalide." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +groups: ? +message: "Veuillez renseigner votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#711 +payload: null +groups: ? +message: "Email invalide." +mode: null +normalizer: null } ] |
label | "Email" |
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 | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +groups: ? +message: "Veuillez renseigner votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#711 +payload: null +groups: ? +message: "Email invalide." +mode: null +normalizer: 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#727 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#722 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
cache_key | "_registration_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2411 -form: Symfony\Component\Form\Form {#906 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2410 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_email" |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_email" |
valid | true |
value | "" |
plainPassword
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
first_options | [ "label" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
invalid_message | "Les mots de passe doivent correspondre." |
same as passed value |
mapped | false |
same as passed value |
second_options | [ "label" => "Confirmation du mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "Confirmation du mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#737 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les mots de passe doivent correspondre." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
options | [] |
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" => "Confirmation du mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#718 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
cache_key | "_registration_form_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2412 -form: Symfony\Component\Form\Form {#930 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2413 …5} |
full_name | "registration_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
error_bubbling | false |
same as passed value |
label | "Mot de passe" |
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 | [ "autocomplete" => "new-password" ] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#916 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
cache_key | "_registration_form_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2417 -form: Symfony\Component\Form\Form {#933 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2416 …5} |
full_name | "registration_form[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_first" |
label | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword_first" |
valid | true |
value | "" |
second
Errors
This form has no errors.
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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
error_bubbling | false |
same as passed value |
label | "Confirmation du mot de passe" |
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 | [ "autocomplete" => "new-password" ] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#923 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Confirmation du mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#924 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "new-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
cache_key | "_registration_form_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2418 -form: Symfony\Component\Form\Form {#936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2419 …5} |
full_name | "registration_form[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_second" |
label | "Confirmation du mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword_second" |
valid | true |
value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Prénom" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#748 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#744 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_firstName" ] |
cache_key | "_registration_form_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2414 -form: Symfony\Component\Form\Form {#939 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2415 …5} |
full_name | "registration_form[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_firstName" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Nom" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#754 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#755 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_lastName" ] |
cache_key | "_registration_form_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2421 -form: Symfony\Component\Form\Form {#942 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2420 …5} |
full_name | "registration_form[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_lastName" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_lastName" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Téléphone (optionnel)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#764 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Téléphone (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#763 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_registration_form_phone" ] |
cache_key | "_registration_form_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2422 -form: Symfony\Component\Form\Form {#945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2423 …5} |
full_name | "registration_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_phone" |
label | "Téléphone (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_phone" |
valid | true |
value | "" |
address1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Adresse" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#776 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#777 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_address1" ] |
cache_key | "_registration_form_address1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2424 -form: Symfony\Component\Form\Form {#948 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2425 …5} |
full_name | "registration_form[address1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_address1" |
label | "Adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address1" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_address1" |
valid | true |
value | "" |
address2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Complément d’adresse (optionnel)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Complément d’adresse (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#786 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_address2" ] |
cache_key | "_registration_form_address2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2426 -form: Symfony\Component\Form\Form {#951 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2427 …5} |
full_name | "registration_form[address2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_address2" |
label | "Complément d’adresse (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_address2" |
valid | true |
value | "" |
postalCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Code postal" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#794 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Code postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#795 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_postalCode" ] |
cache_key | "_registration_form_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2428 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2429 …5} |
full_name | "registration_form[postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_postalCode" |
label | "Code postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_postalCode" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
label | "Ville" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Ville" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#804 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_city" ] |
cache_key | "_registration_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2430 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2431 …5} |
full_name | "registration_form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_city" |
label | "Ville" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_city" |
valid | true |
value | "" |
country
Errors
This form has no errors.
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 |
---|---|---|
label | "Pays" |
same as passed value |
mapped | false |
same as passed value |
placeholder | "— Sélectionner —" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
alpha3 | 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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#839 -option: Symfony\Component\Form\ChoiceList\Loader\IntlCallbackChoiceLoader {#831 …} } |
choice_name | null |
choice_translation_domain | false |
choice_translation_locale | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "Please select a valid country." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "— Sélectionner —" |
placeholder_attr | [] |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#828 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "country" "_registration_form_country" ] |
cache_key | "_registration_form_country_country" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Afghanistan" +value: "AF" +data: "AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1044 +label: "Åland Islands" +value: "AX" +data: "AX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1045 +label: "Albania" +value: "AL" +data: "AL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Algeria" +value: "DZ" +data: "DZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +label: "American Samoa" +value: "AS" +data: "AS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +label: "Andorra" +value: "AD" +data: "AD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "Angola" +value: "AO" +data: "AO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "Anguilla" +value: "AI" +data: "AI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1043 +label: "Antarctica" +value: "AQ" +data: "AQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1051 +label: "Antigua & Barbuda" +value: "AG" +data: "AG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +label: "Argentina" +value: "AR" +data: "AR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1049 +label: "Armenia" +value: "AM" +data: "AM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "Aruba" +value: "AW" +data: "AW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +label: "Australia" +value: "AU" +data: "AU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Austria" +value: "AT" +data: "AT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "Azerbaijan" +value: "AZ" +data: "AZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1031 +label: "Bahamas" +value: "BS" +data: "BS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +label: "Bahrain" +value: "BH" +data: "BH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "Bangladesh" +value: "BD" +data: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "Barbados" +value: "BB" +data: "BB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +label: "Belarus" +value: "BY" +data: "BY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +label: "Belgium" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1036 +label: "Belize" +value: "BZ" +data: "BZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1040 +label: "Benin" +value: "BJ" +data: "BJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +label: "Bermuda" +value: "BM" +data: "BM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "Bhutan" +value: "BT" +data: "BT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +label: "Bolivia" +value: "BO" +data: "BO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Bosnia & Herzegovina" +value: "BA" +data: "BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +label: "Botswana" +value: "BW" +data: "BW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +label: "Bouvet Island" +value: "BV" +data: "BV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Brazil" +value: "BR" +data: "BR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "British Indian Ocean Territory" +value: "IO" +data: "IO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "British Virgin Islands" +value: "VG" +data: "VG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +label: "Brunei" +value: "BN" +data: "BN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Bulgaria" +value: "BG" +data: "BG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "Burkina Faso" +value: "BF" +data: "BF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "Burundi" +value: "BI" +data: "BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Cambodia" +value: "KH" +data: "KH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +label: "Cameroon" +value: "CM" +data: "CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +label: "Canada" +value: "CA" +data: "CA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +label: "Cape Verde" +value: "CV" +data: "CV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1069 +label: "Caribbean Netherlands" +value: "BQ" +data: "BQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +label: "Cayman Islands" +value: "KY" +data: "KY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Central African Republic" +value: "CF" +data: "CF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Chad" +value: "TD" +data: "TD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "Chile" +value: "CL" +data: "CL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +label: "China" +value: "CN" +data: "CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +label: "Christmas Island" +value: "CX" +data: "CX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +label: "Cocos (Keeling) Islands" +value: "CC" +data: "CC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +label: "Colombia" +value: "CO" +data: "CO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1078 +label: "Comoros" +value: "KM" +data: "KM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1079 +label: "Congo - Brazzaville" +value: "CG" +data: "CG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +label: "Congo - Kinshasa" +value: "CD" +data: "CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +label: "Cook Islands" +value: "CK" +data: "CK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +label: "Costa Rica" +value: "CR" +data: "CR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "Côte d’Ivoire" +value: "CI" +data: "CI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Croatia" +value: "HR" +data: "HR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +label: "Cuba" +value: "CU" +data: "CU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Curaçao" +value: "CW" +data: "CW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +label: "Cyprus" +value: "CY" +data: "CY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +label: "Czechia" +value: "CZ" +data: "CZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1089 +label: "Denmark" +value: "DK" +data: "DK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Djibouti" +value: "DJ" +data: "DJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +label: "Dominica" +value: "DM" +data: "DM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "Dominican Republic" +value: "DO" +data: "DO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "Ecuador" +value: "EC" +data: "EC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Egypt" +value: "EG" +data: "EG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "El Salvador" +value: "SV" +data: "SV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Equatorial Guinea" +value: "GQ" +data: "GQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Eritrea" +value: "ER" +data: "ER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "Estonia" +value: "EE" +data: "EE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Eswatini" +value: "SZ" +data: "SZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "Ethiopia" +value: "ET" +data: "ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "Falkland Islands" +value: "FK" +data: "FK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +label: "Faroe Islands" +value: "FO" +data: "FO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "Fiji" +value: "FJ" +data: "FJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "Finland" +value: "FI" +data: "FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "France" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "French Guiana" +value: "GF" +data: "GF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "French Polynesia" +value: "PF" +data: "PF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "French Southern Territories" +value: "TF" +data: "TF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +label: "Gabon" +value: "GA" +data: "GA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "Gambia" +value: "GM" +data: "GM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "Georgia" +value: "GE" +data: "GE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "Germany" +value: "DE" +data: "DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Ghana" +value: "GH" +data: "GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Gibraltar" +value: "GI" +data: "GI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Greece" +value: "GR" +data: "GR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +label: "Greenland" +value: "GL" +data: "GL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1117 +label: "Grenada" +value: "GD" +data: "GD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1118 +label: "Guadeloupe" +value: "GP" +data: "GP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1119 +label: "Guam" +value: "GU" +data: "GU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +label: "Guatemala" +value: "GT" +data: "GT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1121 +label: "Guernsey" +value: "GG" +data: "GG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1122 +label: "Guinea" +value: "GN" +data: "GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1123 +label: "Guinea-Bissau" +value: "GW" +data: "GW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1124 +label: "Guyana" +value: "GY" +data: "GY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1125 +label: "Haiti" +value: "HT" +data: "HT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1126 +label: "Heard & McDonald Islands" +value: "HM" +data: "HM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1127 +label: "Honduras" +value: "HN" +data: "HN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1128 +label: "Hong Kong SAR China" +value: "HK" +data: "HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1129 +label: "Hungary" +value: "HU" +data: "HU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "Iceland" +value: "IS" +data: "IS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +label: "India" +value: "IN" +data: "IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +label: "Indonesia" +value: "ID" +data: "ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +label: "Iran" +value: "IR" +data: "IR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +label: "Iraq" +value: "IQ" +data: "IQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1135 +label: "Ireland" +value: "IE" +data: "IE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1136 +label: "Isle of Man" +value: "IM" +data: "IM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "Israel" +value: "IL" +data: "IL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Italy" +value: "IT" +data: "IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +label: "Jamaica" +value: "JM" +data: "JM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Japan" +value: "JP" +data: "JP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1141 +label: "Jersey" +value: "JE" +data: "JE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +label: "Jordan" +value: "JO" +data: "JO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "Kazakhstan" +value: "KZ" +data: "KZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "Kenya" +value: "KE" +data: "KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +label: "Kiribati" +value: "KI" +data: "KI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +label: "Kuwait" +value: "KW" +data: "KW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +label: "Kyrgyzstan" +value: "KG" +data: "KG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1148 +label: "Laos" +value: "LA" +data: "LA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1149 +label: "Latvia" +value: "LV" +data: "LV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1150 +label: "Lebanon" +value: "LB" +data: "LB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1151 +label: "Lesotho" +value: "LS" +data: "LS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1152 +label: "Liberia" +value: "LR" +data: "LR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1153 +label: "Libya" +value: "LY" +data: "LY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1154 +label: "Liechtenstein" +value: "LI" +data: "LI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1155 +label: "Lithuania" +value: "LT" +data: "LT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +label: "Luxembourg" +value: "LU" +data: "LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1157 +label: "Macao SAR China" +value: "MO" +data: "MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1158 +label: "Madagascar" +value: "MG" +data: "MG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1159 +label: "Malawi" +value: "MW" +data: "MW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1160 +label: "Malaysia" +value: "MY" +data: "MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +label: "Maldives" +value: "MV" +data: "MV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1162 +label: "Mali" +value: "ML" +data: "ML" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +label: "Malta" +value: "MT" +data: "MT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +label: "Marshall Islands" +value: "MH" +data: "MH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1165 +label: "Martinique" +value: "MQ" +data: "MQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1166 +label: "Mauritania" +value: "MR" +data: "MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1167 +label: "Mauritius" +value: "MU" +data: "MU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1168 +label: "Mayotte" +value: "YT" +data: "YT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1169 +label: "Mexico" +value: "MX" +data: "MX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1170 +label: "Micronesia" +value: "FM" +data: "FM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1171 +label: "Moldova" +value: "MD" +data: "MD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1172 +label: "Monaco" +value: "MC" +data: "MC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1173 +label: "Mongolia" +value: "MN" +data: "MN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1174 +label: "Montenegro" +value: "ME" +data: "ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1175 +label: "Montserrat" +value: "MS" +data: "MS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1176 +label: "Morocco" +value: "MA" +data: "MA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +label: "Mozambique" +value: "MZ" +data: "MZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +label: "Myanmar (Burma)" +value: "MM" +data: "MM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1179 +label: "Namibia" +value: "NA" +data: "NA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1180 +label: "Nauru" +value: "NR" +data: "NR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1181 +label: "Nepal" +value: "NP" +data: "NP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1182 +label: "Netherlands" +value: "NL" +data: "NL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1183 +label: "New Caledonia" +value: "NC" +data: "NC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +label: "New Zealand" +value: "NZ" +data: "NZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1185 +label: "Nicaragua" +value: "NI" +data: "NI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1186 +label: "Niger" +value: "NE" +data: "NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +label: "Nigeria" +value: "NG" +data: "NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +label: "Niue" +value: "NU" +data: "NU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +label: "Norfolk Island" +value: "NF" +data: "NF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "North Korea" +value: "KP" +data: "KP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "North Macedonia" +value: "MK" +data: "MK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Northern Mariana Islands" +value: "MP" +data: "MP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Norway" +value: "NO" +data: "NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Oman" +value: "OM" +data: "OM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +label: "Pakistan" +value: "PK" +data: "PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Palau" +value: "PW" +data: "PW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +label: "Palestinian Territories" +value: "PS" +data: "PS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1198 +label: "Panama" +value: "PA" +data: "PA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "Papua New Guinea" +value: "PG" +data: "PG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1200 +label: "Paraguay" +value: "PY" +data: "PY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +label: "Peru" +value: "PE" +data: "PE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +label: "Philippines" +value: "PH" +data: "PH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "Pitcairn Islands" +value: "PN" +data: "PN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "Poland" +value: "PL" +data: "PL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "Portugal" +value: "PT" +data: "PT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "Puerto Rico" +value: "PR" +data: "PR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "Qatar" +value: "QA" +data: "QA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "Réunion" +value: "RE" +data: "RE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Romania" +value: "RO" +data: "RO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "Russia" +value: "RU" +data: "RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Rwanda" +value: "RW" +data: "RW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Samoa" +value: "WS" +data: "WS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "San Marino" +value: "SM" +data: "SM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "São Tomé & Príncipe" +value: "ST" +data: "ST" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "Saudi Arabia" +value: "SA" +data: "SA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Senegal" +value: "SN" +data: "SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "Serbia" +value: "RS" +data: "RS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Seychelles" +value: "SC" +data: "SC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Sierra Leone" +value: "SL" +data: "SL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Singapore" +value: "SG" +data: "SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "Sint Maarten" +value: "SX" +data: "SX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "Slovakia" +value: "SK" +data: "SK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "Slovenia" +value: "SI" +data: "SI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "Solomon Islands" +value: "SB" +data: "SB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "Somalia" +value: "SO" +data: "SO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "South Africa" +value: "ZA" +data: "ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +label: "South Georgia & South Sandwich Islands" +value: "GS" +data: "GS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +label: "South Korea" +value: "KR" +data: "KR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "South Sudan" +value: "SS" +data: "SS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "Spain" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +label: "Sri Lanka" +value: "LK" +data: "LK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "St. Barthélemy" +value: "BL" +data: "BL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +label: "St. Helena" +value: "SH" +data: "SH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "St. Kitts & Nevis" +value: "KN" +data: "KN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "St. Lucia" +value: "LC" +data: "LC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "St. Martin" +value: "MF" +data: "MF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "St. Pierre & Miquelon" +value: "PM" +data: "PM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "St. Vincent & Grenadines" +value: "VC" +data: "VC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "Sudan" +value: "SD" +data: "SD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "Suriname" +value: "SR" +data: "SR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "Svalbard & Jan Mayen" +value: "SJ" +data: "SJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "Sweden" +value: "SE" +data: "SE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "Switzerland" +value: "CH" +data: "CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "Syria" +value: "SY" +data: "SY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "Taiwan" +value: "TW" +data: "TW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "Tajikistan" +value: "TJ" +data: "TJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "Tanzania" +value: "TZ" +data: "TZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "Thailand" +value: "TH" +data: "TH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "Timor-Leste" +value: "TL" +data: "TL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "Togo" +value: "TG" +data: "TG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Tokelau" +value: "TK" +data: "TK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "Tonga" +value: "TO" +data: "TO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "Trinidad & Tobago" +value: "TT" +data: "TT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "Tunisia" +value: "TN" +data: "TN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "Türkiye" +value: "TR" +data: "TR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +label: "Turkmenistan" +value: "TM" +data: "TM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +label: "Turks & Caicos Islands" +value: "TC" +data: "TC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +label: "Tuvalu" +value: "TV" +data: "TV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "U.S. Outlying Islands" +value: "UM" +data: "UM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +label: "U.S. Virgin Islands" +value: "VI" +data: "VI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +label: "Uganda" +value: "UG" +data: "UG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +label: "Ukraine" +value: "UA" +data: "UA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "United Arab Emirates" +value: "AE" +data: "AE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "United Kingdom" +value: "GB" +data: "GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "United States" +value: "US" +data: "US" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "Uruguay" +value: "UY" +data: "UY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "Uzbekistan" +value: "UZ" +data: "UZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "Vanuatu" +value: "VU" +data: "VU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "Vatican City" +value: "VA" +data: "VA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "Venezuela" +value: "VE" +data: "VE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "Vietnam" +value: "VN" +data: "VN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "Wallis & Futuna" +value: "WF" +data: "WF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "Western Sahara" +value: "EH" +data: "EH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "Yemen" +value: "YE" +data: "YE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "Zambia" +value: "ZM" +data: "ZM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "Zimbabwe" +value: "ZW" +data: "ZW" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2432 -form: Symfony\Component\Form\Form {#960 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2433 …5} |
full_name | "registration_form[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_country" |
is_selected | Closure($choice, $value) {#2434 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | "— Sélectionner —" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_country" |
valid | true |
value | "" |
locale
Errors
This form has no errors.
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 |
---|---|---|
label | "Langue" |
same as passed value |
mapped | false |
same as passed value |
placeholder | "Auto" |
same as passed value |
preferred_choices | [ "fr" "en" ] |
[ "fr" "en" ] |
required | false |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#851 -option: Symfony\Component\Form\ChoiceList\Loader\IntlCallbackChoiceLoader {#849 …} } |
choice_name | null |
choice_translation_domain | false |
choice_translation_locale | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "Please select a valid locale." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Langue" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "Auto" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [ "fr" "en" ] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#837 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "locale" "_registration_form_locale" ] |
cache_key | "_registration_form_locale_locale" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Afrikaans" +value: "af" +data: "af" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Afrikaans (Namibia)" +value: "af_NA" +data: "af_NA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "Afrikaans (South Africa)" +value: "af_ZA" +data: "af_ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "Akan" +value: "ak" +data: "ak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Akan (Ghana)" +value: "ak_GH" +data: "ak_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "Albanian" +value: "sq" +data: "sq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Albanian (Albania)" +value: "sq_AL" +data: "sq_AL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "Albanian (North Macedonia)" +value: "sq_MK" +data: "sq_MK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Amharic" +value: "am" +data: "am" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Amharic (Ethiopia)" +value: "am_ET" +data: "am_ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Arabic" +value: "ar" +data: "ar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Arabic (Algeria)" +value: "ar_DZ" +data: "ar_DZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Arabic (Bahrain)" +value: "ar_BH" +data: "ar_BH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "Arabic (Chad)" +value: "ar_TD" +data: "ar_TD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "Arabic (Comoros)" +value: "ar_KM" +data: "ar_KM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "Arabic (Djibouti)" +value: "ar_DJ" +data: "ar_DJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "Arabic (Egypt)" +value: "ar_EG" +data: "ar_EG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "Arabic (Eritrea)" +value: "ar_ER" +data: "ar_ER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "Arabic (Iraq)" +value: "ar_IQ" +data: "ar_IQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "Arabic (Israel)" +value: "ar_IL" +data: "ar_IL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "Arabic (Jordan)" +value: "ar_JO" +data: "ar_JO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "Arabic (Kuwait)" +value: "ar_KW" +data: "ar_KW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "Arabic (Lebanon)" +value: "ar_LB" +data: "ar_LB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "Arabic (Libya)" +value: "ar_LY" +data: "ar_LY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "Arabic (Mauritania)" +value: "ar_MR" +data: "ar_MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Arabic (Morocco)" +value: "ar_MA" +data: "ar_MA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "Arabic (Oman)" +value: "ar_OM" +data: "ar_OM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "Arabic (Palestinian Territories)" +value: "ar_PS" +data: "ar_PS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Arabic (Qatar)" +value: "ar_QA" +data: "ar_QA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "Arabic (Saudi Arabia)" +value: "ar_SA" +data: "ar_SA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "Arabic (Somalia)" +value: "ar_SO" +data: "ar_SO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "Arabic (South Sudan)" +value: "ar_SS" +data: "ar_SS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Arabic (Sudan)" +value: "ar_SD" +data: "ar_SD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Arabic (Syria)" +value: "ar_SY" +data: "ar_SY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "Arabic (Tunisia)" +value: "ar_TN" +data: "ar_TN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "Arabic (United Arab Emirates)" +value: "ar_AE" +data: "ar_AE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Arabic (Western Sahara)" +value: "ar_EH" +data: "ar_EH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "Arabic (world)" +value: "ar_001" +data: "ar_001" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Arabic (Yemen)" +value: "ar_YE" +data: "ar_YE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "Armenian" +value: "hy" +data: "hy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "Armenian (Armenia)" +value: "hy_AM" +data: "hy_AM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Assamese" +value: "as" +data: "as" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "Assamese (India)" +value: "as_IN" +data: "as_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "Azerbaijani" +value: "az" +data: "az" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "Azerbaijani (Azerbaijan)" +value: "az_AZ" +data: "az_AZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "Azerbaijani (Cyrillic, Azerbaijan)" +value: "az_Cyrl_AZ" +data: "az_Cyrl_AZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Azerbaijani (Cyrillic)" +value: "az_Cyrl" +data: "az_Cyrl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Azerbaijani (Latin, Azerbaijan)" +value: "az_Latn_AZ" +data: "az_Latn_AZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "Azerbaijani (Latin)" +value: "az_Latn" +data: "az_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Bambara" +value: "bm" +data: "bm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Bambara (Mali)" +value: "bm_ML" +data: "bm_ML" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Bangla" +value: "bn" +data: "bn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "Bangla (Bangladesh)" +value: "bn_BD" +data: "bn_BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "Bangla (India)" +value: "bn_IN" +data: "bn_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "Basque" +value: "eu" +data: "eu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "Basque (Spain)" +value: "eu_ES" +data: "eu_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Belarusian" +value: "be" +data: "be" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Belarusian (Belarus)" +value: "be_BY" +data: "be_BY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Bosnian" +value: "bs" +data: "bs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "Bosnian (Bosnia & Herzegovina)" +value: "bs_BA" +data: "bs_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "Bosnian (Cyrillic, Bosnia & Herzegovina)" +value: "bs_Cyrl_BA" +data: "bs_Cyrl_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "Bosnian (Cyrillic)" +value: "bs_Cyrl" +data: "bs_Cyrl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Bosnian (Latin, Bosnia & Herzegovina)" +value: "bs_Latn_BA" +data: "bs_Latn_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "Bosnian (Latin)" +value: "bs_Latn" +data: "bs_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "Breton" +value: "br" +data: "br" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "Breton (France)" +value: "br_FR" +data: "br_FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "Bulgarian" +value: "bg" +data: "bg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "Bulgarian (Bulgaria)" +value: "bg_BG" +data: "bg_BG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +label: "Burmese" +value: "my" +data: "my" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +label: "Burmese (Myanmar [Burma])" +value: "my_MM" +data: "my_MM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2508 +label: "Catalan" +value: "ca" +data: "ca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2509 +label: "Catalan (Andorra)" +value: "ca_AD" +data: "ca_AD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2510 +label: "Catalan (France)" +value: "ca_FR" +data: "ca_FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "Catalan (Italy)" +value: "ca_IT" +data: "ca_IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Catalan (Spain)" +value: "ca_ES" +data: "ca_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Chechen" +value: "ce" +data: "ce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "Chechen (Russia)" +value: "ce_RU" +data: "ce_RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "Chinese" +value: "zh" +data: "zh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "Chinese (China)" +value: "zh_CN" +data: "zh_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "Chinese (Hong Kong SAR China)" +value: "zh_HK" +data: "zh_HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "Chinese (Macao SAR China)" +value: "zh_MO" +data: "zh_MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "Chinese (Simplified, China)" +value: "zh_Hans_CN" +data: "zh_Hans_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "Chinese (Simplified, Hong Kong SAR China)" +value: "zh_Hans_HK" +data: "zh_Hans_HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +label: "Chinese (Simplified, Macao SAR China)" +value: "zh_Hans_MO" +data: "zh_Hans_MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +label: "Chinese (Simplified, Malaysia)" +value: "zh_Hans_MY" +data: "zh_Hans_MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +label: "Chinese (Simplified, Singapore)" +value: "zh_Hans_SG" +data: "zh_Hans_SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +label: "Chinese (Simplified)" +value: "zh_Hans" +data: "zh_Hans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +label: "Chinese (Singapore)" +value: "zh_SG" +data: "zh_SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +label: "Chinese (Taiwan)" +value: "zh_TW" +data: "zh_TW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "Chinese (Traditional, Hong Kong SAR China)" +value: "zh_Hant_HK" +data: "zh_Hant_HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +label: "Chinese (Traditional, Macao SAR China)" +value: "zh_Hant_MO" +data: "zh_Hant_MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +label: "Chinese (Traditional, Malaysia)" +value: "zh_Hant_MY" +data: "zh_Hant_MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Chinese (Traditional, Taiwan)" +value: "zh_Hant_TW" +data: "zh_Hant_TW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "Chinese (Traditional)" +value: "zh_Hant" +data: "zh_Hant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Chuvash" +value: "cv" +data: "cv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +label: "Chuvash (Russia)" +value: "cv_RU" +data: "cv_RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "Cornish" +value: "kw" +data: "kw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +label: "Cornish (United Kingdom)" +value: "kw_GB" +data: "kw_GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "Croatian" +value: "hr" +data: "hr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "Croatian (Bosnia & Herzegovina)" +value: "hr_BA" +data: "hr_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "Croatian (Croatia)" +value: "hr_HR" +data: "hr_HR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2539 +label: "Czech" +value: "cs" +data: "cs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "Czech (Czechia)" +value: "cs_CZ" +data: "cs_CZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +label: "Danish" +value: "da" +data: "da" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "Danish (Denmark)" +value: "da_DK" +data: "da_DK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "Danish (Greenland)" +value: "da_GL" +data: "da_GL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Dutch" +value: "nl" +data: "nl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "Dutch (Aruba)" +value: "nl_AW" +data: "nl_AW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "Dutch (Belgium)" +value: "nl_BE" +data: "nl_BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +label: "Dutch (Caribbean Netherlands)" +value: "nl_BQ" +data: "nl_BQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "Dutch (Curaçao)" +value: "nl_CW" +data: "nl_CW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +label: "Dutch (Netherlands)" +value: "nl_NL" +data: "nl_NL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +label: "Dutch (Sint Maarten)" +value: "nl_SX" +data: "nl_SX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "Dutch (Suriname)" +value: "nl_SR" +data: "nl_SR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "Dzongkha" +value: "dz" +data: "dz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "Dzongkha (Bhutan)" +value: "dz_BT" +data: "dz_BT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "English" +value: "en" +data: "en" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "English (American Samoa)" +value: "en_AS" +data: "en_AS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "English (Anguilla)" +value: "en_AI" +data: "en_AI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "English (Antigua & Barbuda)" +value: "en_AG" +data: "en_AG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "English (Australia)" +value: "en_AU" +data: "en_AU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "English (Austria)" +value: "en_AT" +data: "en_AT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "English (Bahamas)" +value: "en_BS" +data: "en_BS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "English (Barbados)" +value: "en_BB" +data: "en_BB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "English (Belgium)" +value: "en_BE" +data: "en_BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "English (Belize)" +value: "en_BZ" +data: "en_BZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "English (Bermuda)" +value: "en_BM" +data: "en_BM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "English (Botswana)" +value: "en_BW" +data: "en_BW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "English (British Indian Ocean Territory)" +value: "en_IO" +data: "en_IO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "English (British Virgin Islands)" +value: "en_VG" +data: "en_VG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "English (Burundi)" +value: "en_BI" +data: "en_BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "English (Cameroon)" +value: "en_CM" +data: "en_CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "English (Canada)" +value: "en_CA" +data: "en_CA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "English (Cayman Islands)" +value: "en_KY" +data: "en_KY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "English (Christmas Island)" +value: "en_CX" +data: "en_CX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "English (Cocos [Keeling] Islands)" +value: "en_CC" +data: "en_CC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "English (Cook Islands)" +value: "en_CK" +data: "en_CK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "English (Cyprus)" +value: "en_CY" +data: "en_CY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "English (Czechia)" +value: "en_CZ" +data: "en_CZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "English (Denmark)" +value: "en_DK" +data: "en_DK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "English (Dominica)" +value: "en_DM" +data: "en_DM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "English (Eritrea)" +value: "en_ER" +data: "en_ER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "English (Eswatini)" +value: "en_SZ" +data: "en_SZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "English (Europe)" +value: "en_150" +data: "en_150" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "English (Falkland Islands)" +value: "en_FK" +data: "en_FK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "English (Fiji)" +value: "en_FJ" +data: "en_FJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +label: "English (Finland)" +value: "en_FI" +data: "en_FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "English (France)" +value: "en_FR" +data: "en_FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "English (Gambia)" +value: "en_GM" +data: "en_GM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +label: "English (Germany)" +value: "en_DE" +data: "en_DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "English (Ghana)" +value: "en_GH" +data: "en_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "English (Gibraltar)" +value: "en_GI" +data: "en_GI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "English (Grenada)" +value: "en_GD" +data: "en_GD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "English (Guam)" +value: "en_GU" +data: "en_GU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "English (Guernsey)" +value: "en_GG" +data: "en_GG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +label: "English (Guyana)" +value: "en_GY" +data: "en_GY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "English (Hong Kong SAR China)" +value: "en_HK" +data: "en_HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "English (Hungary)" +value: "en_HU" +data: "en_HU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "English (India)" +value: "en_IN" +data: "en_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "English (Indonesia)" +value: "en_ID" +data: "en_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "English (Ireland)" +value: "en_IE" +data: "en_IE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "English (Isle of Man)" +value: "en_IM" +data: "en_IM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "English (Israel)" +value: "en_IL" +data: "en_IL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "English (Italy)" +value: "en_IT" +data: "en_IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "English (Jamaica)" +value: "en_JM" +data: "en_JM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "English (Jersey)" +value: "en_JE" +data: "en_JE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "English (Kenya)" +value: "en_KE" +data: "en_KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "English (Kiribati)" +value: "en_KI" +data: "en_KI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "English (Lesotho)" +value: "en_LS" +data: "en_LS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "English (Liberia)" +value: "en_LR" +data: "en_LR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "English (Macao SAR China)" +value: "en_MO" +data: "en_MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "English (Madagascar)" +value: "en_MG" +data: "en_MG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "English (Malawi)" +value: "en_MW" +data: "en_MW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "English (Malaysia)" +value: "en_MY" +data: "en_MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "English (Maldives)" +value: "en_MV" +data: "en_MV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +label: "English (Malta)" +value: "en_MT" +data: "en_MT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "English (Marshall Islands)" +value: "en_MH" +data: "en_MH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +label: "English (Mauritius)" +value: "en_MU" +data: "en_MU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "English (Micronesia)" +value: "en_FM" +data: "en_FM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +label: "English (Montserrat)" +value: "en_MS" +data: "en_MS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +label: "English (Namibia)" +value: "en_NA" +data: "en_NA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +label: "English (Nauru)" +value: "en_NR" +data: "en_NR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +label: "English (Netherlands)" +value: "en_NL" +data: "en_NL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +label: "English (New Zealand)" +value: "en_NZ" +data: "en_NZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "English (Nigeria)" +value: "en_NG" +data: "en_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +label: "English (Niue)" +value: "en_NU" +data: "en_NU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +label: "English (Norfolk Island)" +value: "en_NF" +data: "en_NF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "English (Northern Mariana Islands)" +value: "en_MP" +data: "en_MP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "English (Norway)" +value: "en_NO" +data: "en_NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +label: "English (Pakistan)" +value: "en_PK" +data: "en_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "English (Palau)" +value: "en_PW" +data: "en_PW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +label: "English (Papua New Guinea)" +value: "en_PG" +data: "en_PG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +label: "English (Philippines)" +value: "en_PH" +data: "en_PH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "English (Pitcairn Islands)" +value: "en_PN" +data: "en_PN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "English (Poland)" +value: "en_PL" +data: "en_PL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "English (Portugal)" +value: "en_PT" +data: "en_PT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +label: "English (Puerto Rico)" +value: "en_PR" +data: "en_PR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +label: "English (Romania)" +value: "en_RO" +data: "en_RO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "English (Rwanda)" +value: "en_RW" +data: "en_RW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +label: "English (Samoa)" +value: "en_WS" +data: "en_WS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "English (Seychelles)" +value: "en_SC" +data: "en_SC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "English (Sierra Leone)" +value: "en_SL" +data: "en_SL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "English (Singapore)" +value: "en_SG" +data: "en_SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "English (Sint Maarten)" +value: "en_SX" +data: "en_SX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "English (Slovakia)" +value: "en_SK" +data: "en_SK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "English (Slovenia)" +value: "en_SI" +data: "en_SI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "English (Solomon Islands)" +value: "en_SB" +data: "en_SB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2645 +label: "English (South Africa)" +value: "en_ZA" +data: "en_ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +label: "English (South Georgia & South Sandwich Islands)" +value: "en_GS" +data: "en_GS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "English (South Sudan)" +value: "en_SS" +data: "en_SS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "English (Spain)" +value: "en_ES" +data: "en_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "English (St. Helena)" +value: "en_SH" +data: "en_SH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "English (St. Kitts & Nevis)" +value: "en_KN" +data: "en_KN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +label: "English (St. Lucia)" +value: "en_LC" +data: "en_LC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "English (St. Vincent & Grenadines)" +value: "en_VC" +data: "en_VC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "English (Sudan)" +value: "en_SD" +data: "en_SD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "English (Sweden)" +value: "en_SE" +data: "en_SE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "English (Switzerland)" +value: "en_CH" +data: "en_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "English (Tanzania)" +value: "en_TZ" +data: "en_TZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +label: "English (Tokelau)" +value: "en_TK" +data: "en_TK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "English (Tonga)" +value: "en_TO" +data: "en_TO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "English (Trinidad & Tobago)" +value: "en_TT" +data: "en_TT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +label: "English (Turks & Caicos Islands)" +value: "en_TC" +data: "en_TC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "English (Tuvalu)" +value: "en_TV" +data: "en_TV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "English (U.S. Outlying Islands)" +value: "en_UM" +data: "en_UM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "English (U.S. Virgin Islands)" +value: "en_VI" +data: "en_VI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "English (Uganda)" +value: "en_UG" +data: "en_UG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "English (United Arab Emirates)" +value: "en_AE" +data: "en_AE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "English (United Kingdom)" +value: "en_GB" +data: "en_GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "English (United States)" +value: "en_US" +data: "en_US" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +label: "English (Vanuatu)" +value: "en_VU" +data: "en_VU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +label: "English (world)" +value: "en_001" +data: "en_001" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "English (Zambia)" +value: "en_ZM" +data: "en_ZM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +label: "English (Zimbabwe)" +value: "en_ZW" +data: "en_ZW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2672 +label: "Esperanto" +value: "eo" +data: "eo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "Esperanto (world)" +value: "eo_001" +data: "eo_001" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +label: "Estonian" +value: "et" +data: "et" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +label: "Estonian (Estonia)" +value: "et_EE" +data: "et_EE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "Ewe" +value: "ee" +data: "ee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +label: "Ewe (Ghana)" +value: "ee_GH" +data: "ee_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +label: "Ewe (Togo)" +value: "ee_TG" +data: "ee_TG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +label: "Faroese" +value: "fo" +data: "fo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "Faroese (Denmark)" +value: "fo_DK" +data: "fo_DK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "Faroese (Faroe Islands)" +value: "fo_FO" +data: "fo_FO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "Finnish" +value: "fi" +data: "fi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "Finnish (Finland)" +value: "fi_FI" +data: "fi_FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "French" +value: "fr" +data: "fr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "French (Algeria)" +value: "fr_DZ" +data: "fr_DZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "French (Belgium)" +value: "fr_BE" +data: "fr_BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "French (Benin)" +value: "fr_BJ" +data: "fr_BJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "French (Burkina Faso)" +value: "fr_BF" +data: "fr_BF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "French (Burundi)" +value: "fr_BI" +data: "fr_BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "French (Cameroon)" +value: "fr_CM" +data: "fr_CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "French (Canada)" +value: "fr_CA" +data: "fr_CA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "French (Central African Republic)" +value: "fr_CF" +data: "fr_CF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "French (Chad)" +value: "fr_TD" +data: "fr_TD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "French (Comoros)" +value: "fr_KM" +data: "fr_KM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "French (Congo - Brazzaville)" +value: "fr_CG" +data: "fr_CG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "French (Congo - Kinshasa)" +value: "fr_CD" +data: "fr_CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "French (Côte d’Ivoire)" +value: "fr_CI" +data: "fr_CI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "French (Djibouti)" +value: "fr_DJ" +data: "fr_DJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +label: "French (Equatorial Guinea)" +value: "fr_GQ" +data: "fr_GQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "French (France)" +value: "fr_FR" +data: "fr_FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "French (French Guiana)" +value: "fr_GF" +data: "fr_GF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "French (French Polynesia)" +value: "fr_PF" +data: "fr_PF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "French (Gabon)" +value: "fr_GA" +data: "fr_GA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "French (Guadeloupe)" +value: "fr_GP" +data: "fr_GP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "French (Guinea)" +value: "fr_GN" +data: "fr_GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "French (Haiti)" +value: "fr_HT" +data: "fr_HT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "French (Luxembourg)" +value: "fr_LU" +data: "fr_LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "French (Madagascar)" +value: "fr_MG" +data: "fr_MG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "French (Mali)" +value: "fr_ML" +data: "fr_ML" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "French (Martinique)" +value: "fr_MQ" +data: "fr_MQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "French (Mauritania)" +value: "fr_MR" +data: "fr_MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "French (Mauritius)" +value: "fr_MU" +data: "fr_MU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "French (Mayotte)" +value: "fr_YT" +data: "fr_YT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "French (Monaco)" +value: "fr_MC" +data: "fr_MC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "French (Morocco)" +value: "fr_MA" +data: "fr_MA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "French (New Caledonia)" +value: "fr_NC" +data: "fr_NC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "French (Niger)" +value: "fr_NE" +data: "fr_NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "French (Réunion)" +value: "fr_RE" +data: "fr_RE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "French (Rwanda)" +value: "fr_RW" +data: "fr_RW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "French (Senegal)" +value: "fr_SN" +data: "fr_SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "French (Seychelles)" +value: "fr_SC" +data: "fr_SC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "French (St. Barthélemy)" +value: "fr_BL" +data: "fr_BL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "French (St. Martin)" +value: "fr_MF" +data: "fr_MF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "French (St. Pierre & Miquelon)" +value: "fr_PM" +data: "fr_PM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "French (Switzerland)" +value: "fr_CH" +data: "fr_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "French (Syria)" +value: "fr_SY" +data: "fr_SY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "French (Togo)" +value: "fr_TG" +data: "fr_TG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "French (Tunisia)" +value: "fr_TN" +data: "fr_TN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "French (Vanuatu)" +value: "fr_VU" +data: "fr_VU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "French (Wallis & Futuna)" +value: "fr_WF" +data: "fr_WF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "Fula" +value: "ff" +data: "ff" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "Fula (Adlam, Burkina Faso)" +value: "ff_Adlm_BF" +data: "ff_Adlm_BF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "Fula (Adlam, Cameroon)" +value: "ff_Adlm_CM" +data: "ff_Adlm_CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +label: "Fula (Adlam, Gambia)" +value: "ff_Adlm_GM" +data: "ff_Adlm_GM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "Fula (Adlam, Ghana)" +value: "ff_Adlm_GH" +data: "ff_Adlm_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "Fula (Adlam, Guinea-Bissau)" +value: "ff_Adlm_GW" +data: "ff_Adlm_GW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +label: "Fula (Adlam, Guinea)" +value: "ff_Adlm_GN" +data: "ff_Adlm_GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +label: "Fula (Adlam, Liberia)" +value: "ff_Adlm_LR" +data: "ff_Adlm_LR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +label: "Fula (Adlam, Mauritania)" +value: "ff_Adlm_MR" +data: "ff_Adlm_MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +label: "Fula (Adlam, Niger)" +value: "ff_Adlm_NE" +data: "ff_Adlm_NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "Fula (Adlam, Nigeria)" +value: "ff_Adlm_NG" +data: "ff_Adlm_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +label: "Fula (Adlam, Senegal)" +value: "ff_Adlm_SN" +data: "ff_Adlm_SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "Fula (Adlam, Sierra Leone)" +value: "ff_Adlm_SL" +data: "ff_Adlm_SL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "Fula (Adlam)" +value: "ff_Adlm" +data: "ff_Adlm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +label: "Fula (Cameroon)" +value: "ff_CM" +data: "ff_CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "Fula (Guinea)" +value: "ff_GN" +data: "ff_GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "Fula (Latin, Burkina Faso)" +value: "ff_Latn_BF" +data: "ff_Latn_BF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "Fula (Latin, Cameroon)" +value: "ff_Latn_CM" +data: "ff_Latn_CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "Fula (Latin, Gambia)" +value: "ff_Latn_GM" +data: "ff_Latn_GM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "Fula (Latin, Ghana)" +value: "ff_Latn_GH" +data: "ff_Latn_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "Fula (Latin, Guinea-Bissau)" +value: "ff_Latn_GW" +data: "ff_Latn_GW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "Fula (Latin, Guinea)" +value: "ff_Latn_GN" +data: "ff_Latn_GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "Fula (Latin, Liberia)" +value: "ff_Latn_LR" +data: "ff_Latn_LR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "Fula (Latin, Mauritania)" +value: "ff_Latn_MR" +data: "ff_Latn_MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "Fula (Latin, Niger)" +value: "ff_Latn_NE" +data: "ff_Latn_NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "Fula (Latin, Nigeria)" +value: "ff_Latn_NG" +data: "ff_Latn_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "Fula (Latin, Senegal)" +value: "ff_Latn_SN" +data: "ff_Latn_SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "Fula (Latin, Sierra Leone)" +value: "ff_Latn_SL" +data: "ff_Latn_SL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "Fula (Latin)" +value: "ff_Latn" +data: "ff_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "Fula (Mauritania)" +value: "ff_MR" +data: "ff_MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "Fula (Senegal)" +value: "ff_SN" +data: "ff_SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "Galician" +value: "gl" +data: "gl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "Galician (Spain)" +value: "gl_ES" +data: "gl_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "Ganda" +value: "lg" +data: "lg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "Ganda (Uganda)" +value: "lg_UG" +data: "lg_UG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "Georgian" +value: "ka" +data: "ka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "Georgian (Georgia)" +value: "ka_GE" +data: "ka_GE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "German" +value: "de" +data: "de" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "German (Austria)" +value: "de_AT" +data: "de_AT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "German (Belgium)" +value: "de_BE" +data: "de_BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "German (Germany)" +value: "de_DE" +data: "de_DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "German (Italy)" +value: "de_IT" +data: "de_IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2773 +label: "German (Liechtenstein)" +value: "de_LI" +data: "de_LI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +label: "German (Luxembourg)" +value: "de_LU" +data: "de_LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +label: "German (Switzerland)" +value: "de_CH" +data: "de_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "Greek" +value: "el" +data: "el" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2777 +label: "Greek (Cyprus)" +value: "el_CY" +data: "el_CY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2778 +label: "Greek (Greece)" +value: "el_GR" +data: "el_GR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "Gujarati" +value: "gu" +data: "gu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2780 +label: "Gujarati (India)" +value: "gu_IN" +data: "gu_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2781 +label: "Hausa" +value: "ha" +data: "ha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2782 +label: "Hausa (Ghana)" +value: "ha_GH" +data: "ha_GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2783 +label: "Hausa (Niger)" +value: "ha_NE" +data: "ha_NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2784 +label: "Hausa (Nigeria)" +value: "ha_NG" +data: "ha_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2785 +label: "Hebrew" +value: "he" +data: "he" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2786 +label: "Hebrew (Israel)" +value: "he_IL" +data: "he_IL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +label: "Hindi" +value: "hi" +data: "hi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2788 +label: "Hindi (India)" +value: "hi_IN" +data: "hi_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +label: "Hindi (Latin, India)" +value: "hi_Latn_IN" +data: "hi_Latn_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2790 +label: "Hindi (Latin)" +value: "hi_Latn" +data: "hi_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +label: "Hungarian" +value: "hu" +data: "hu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "Hungarian (Hungary)" +value: "hu_HU" +data: "hu_HU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +label: "Icelandic" +value: "is" +data: "is" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +label: "Icelandic (Iceland)" +value: "is_IS" +data: "is_IS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "Igbo" +value: "ig" +data: "ig" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +label: "Igbo (Nigeria)" +value: "ig_NG" +data: "ig_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +label: "Indonesian" +value: "id" +data: "id" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "Indonesian (Indonesia)" +value: "id_ID" +data: "id_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +label: "Interlingua" +value: "ia" +data: "ia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "Interlingua (world)" +value: "ia_001" +data: "ia_001" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "Interlingue" +value: "ie" +data: "ie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "Interlingue (Estonia)" +value: "ie_EE" +data: "ie_EE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "Irish" +value: "ga" +data: "ga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "Irish (Ireland)" +value: "ga_IE" +data: "ga_IE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +label: "Irish (United Kingdom)" +value: "ga_GB" +data: "ga_GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +label: "Italian" +value: "it" +data: "it" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +label: "Italian (Italy)" +value: "it_IT" +data: "it_IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +label: "Italian (San Marino)" +value: "it_SM" +data: "it_SM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +label: "Italian (Switzerland)" +value: "it_CH" +data: "it_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "Italian (Vatican City)" +value: "it_VA" +data: "it_VA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "Japanese" +value: "ja" +data: "ja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +label: "Japanese (Japan)" +value: "ja_JP" +data: "ja_JP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "Javanese" +value: "jv" +data: "jv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "Javanese (Indonesia)" +value: "jv_ID" +data: "jv_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "Kalaallisut" +value: "kl" +data: "kl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "Kalaallisut (Greenland)" +value: "kl_GL" +data: "kl_GL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "Kannada" +value: "kn" +data: "kn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "Kannada (India)" +value: "kn_IN" +data: "kn_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "Kashmiri" +value: "ks" +data: "ks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "Kashmiri (Arabic, India)" +value: "ks_Arab_IN" +data: "ks_Arab_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "Kashmiri (Arabic)" +value: "ks_Arab" +data: "ks_Arab" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "Kashmiri (Devanagari, India)" +value: "ks_Deva_IN" +data: "ks_Deva_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "Kashmiri (Devanagari)" +value: "ks_Deva" +data: "ks_Deva" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "Kashmiri (India)" +value: "ks_IN" +data: "ks_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "Kazakh" +value: "kk" +data: "kk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "Kazakh (Cyrillic, Kazakhstan)" +value: "kk_Cyrl_KZ" +data: "kk_Cyrl_KZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "Kazakh (Cyrillic)" +value: "kk_Cyrl" +data: "kk_Cyrl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "Kazakh (Kazakhstan)" +value: "kk_KZ" +data: "kk_KZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "Khmer" +value: "km" +data: "km" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "Khmer (Cambodia)" +value: "km_KH" +data: "km_KH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "Kikuyu" +value: "ki" +data: "ki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "Kikuyu (Kenya)" +value: "ki_KE" +data: "ki_KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "Kinyarwanda" +value: "rw" +data: "rw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "Kinyarwanda (Rwanda)" +value: "rw_RW" +data: "rw_RW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "Korean" +value: "ko" +data: "ko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "Korean (China)" +value: "ko_CN" +data: "ko_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "Korean (North Korea)" +value: "ko_KP" +data: "ko_KP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "Korean (South Korea)" +value: "ko_KR" +data: "ko_KR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "Kurdish" +value: "ku" +data: "ku" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "Kurdish (Türkiye)" +value: "ku_TR" +data: "ku_TR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "Kyrgyz" +value: "ky" +data: "ky" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "Kyrgyz (Kyrgyzstan)" +value: "ky_KG" +data: "ky_KG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "Lao" +value: "lo" +data: "lo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "Lao (Laos)" +value: "lo_LA" +data: "lo_LA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "Latvian" +value: "lv" +data: "lv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "Latvian (Latvia)" +value: "lv_LV" +data: "lv_LV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "Lingala" +value: "ln" +data: "ln" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "Lingala (Angola)" +value: "ln_AO" +data: "ln_AO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "Lingala (Central African Republic)" +value: "ln_CF" +data: "ln_CF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "Lingala (Congo - Brazzaville)" +value: "ln_CG" +data: "ln_CG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "Lingala (Congo - Kinshasa)" +value: "ln_CD" +data: "ln_CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "Lithuanian" +value: "lt" +data: "lt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "Lithuanian (Lithuania)" +value: "lt_LT" +data: "lt_LT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "Luba-Katanga" +value: "lu" +data: "lu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "Luba-Katanga (Congo - Kinshasa)" +value: "lu_CD" +data: "lu_CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "Luxembourgish" +value: "lb" +data: "lb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "Luxembourgish (Luxembourg)" +value: "lb_LU" +data: "lb_LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "Macedonian" +value: "mk" +data: "mk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "Macedonian (North Macedonia)" +value: "mk_MK" +data: "mk_MK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "Malagasy" +value: "mg" +data: "mg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "Malagasy (Madagascar)" +value: "mg_MG" +data: "mg_MG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "Malay" +value: "ms" +data: "ms" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "Malay (Brunei)" +value: "ms_BN" +data: "ms_BN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "Malay (Indonesia)" +value: "ms_ID" +data: "ms_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "Malay (Malaysia)" +value: "ms_MY" +data: "ms_MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "Malay (Singapore)" +value: "ms_SG" +data: "ms_SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "Malayalam" +value: "ml" +data: "ml" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "Malayalam (India)" +value: "ml_IN" +data: "ml_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "Maltese" +value: "mt" +data: "mt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "Maltese (Malta)" +value: "mt_MT" +data: "mt_MT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "Manx" +value: "gv" +data: "gv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "Manx (Isle of Man)" +value: "gv_IM" +data: "gv_IM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "Māori" +value: "mi" +data: "mi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "Māori (New Zealand)" +value: "mi_NZ" +data: "mi_NZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "Marathi" +value: "mr" +data: "mr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "Marathi (India)" +value: "mr_IN" +data: "mr_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "Mongolian" +value: "mn" +data: "mn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "Mongolian (Mongolia)" +value: "mn_MN" +data: "mn_MN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "Nepali" +value: "ne" +data: "ne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "Nepali (India)" +value: "ne_IN" +data: "ne_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "Nepali (Nepal)" +value: "ne_NP" +data: "ne_NP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "North Ndebele" +value: "nd" +data: "nd" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "North Ndebele (Zimbabwe)" +value: "nd_ZW" +data: "nd_ZW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "Northern Sami" +value: "se" +data: "se" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "Northern Sami (Finland)" +value: "se_FI" +data: "se_FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "Northern Sami (Norway)" +value: "se_NO" +data: "se_NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "Northern Sami (Sweden)" +value: "se_SE" +data: "se_SE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "Norwegian" +value: "no" +data: "no" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Norwegian (Norway)" +value: "no_NO" +data: "no_NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Norwegian Bokmål" +value: "nb" +data: "nb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Norwegian Bokmål (Norway)" +value: "nb_NO" +data: "nb_NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Norwegian Bokmål (Svalbard & Jan Mayen)" +value: "nb_SJ" +data: "nb_SJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Norwegian Nynorsk" +value: "nn" +data: "nn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Norwegian Nynorsk (Norway)" +value: "nn_NO" +data: "nn_NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "Occitan" +value: "oc" +data: "oc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "Occitan (France)" +value: "oc_FR" +data: "oc_FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "Occitan (Spain)" +value: "oc_ES" +data: "oc_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "Odia" +value: "or" +data: "or" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "Odia (India)" +value: "or_IN" +data: "or_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "Oromo" +value: "om" +data: "om" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "Oromo (Ethiopia)" +value: "om_ET" +data: "om_ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Oromo (Kenya)" +value: "om_KE" +data: "om_KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "Ossetic" +value: "os" +data: "os" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "Ossetic (Georgia)" +value: "os_GE" +data: "os_GE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "Ossetic (Russia)" +value: "os_RU" +data: "os_RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "Pashto" +value: "ps" +data: "ps" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "Pashto (Afghanistan)" +value: "ps_AF" +data: "ps_AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "Pashto (Pakistan)" +value: "ps_PK" +data: "ps_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "Persian" +value: "fa" +data: "fa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "Persian (Afghanistan)" +value: "fa_AF" +data: "fa_AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "Persian (Iran)" +value: "fa_IR" +data: "fa_IR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "Polish" +value: "pl" +data: "pl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "Polish (Poland)" +value: "pl_PL" +data: "pl_PL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "Portuguese" +value: "pt" +data: "pt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "Portuguese (Angola)" +value: "pt_AO" +data: "pt_AO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "Portuguese (Brazil)" +value: "pt_BR" +data: "pt_BR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "Portuguese (Cape Verde)" +value: "pt_CV" +data: "pt_CV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "Portuguese (Equatorial Guinea)" +value: "pt_GQ" +data: "pt_GQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "Portuguese (Guinea-Bissau)" +value: "pt_GW" +data: "pt_GW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "Portuguese (Luxembourg)" +value: "pt_LU" +data: "pt_LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "Portuguese (Macao SAR China)" +value: "pt_MO" +data: "pt_MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "Portuguese (Mozambique)" +value: "pt_MZ" +data: "pt_MZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "Portuguese (Portugal)" +value: "pt_PT" +data: "pt_PT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "Portuguese (São Tomé & Príncipe)" +value: "pt_ST" +data: "pt_ST" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "Portuguese (Switzerland)" +value: "pt_CH" +data: "pt_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "Portuguese (Timor-Leste)" +value: "pt_TL" +data: "pt_TL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "Punjabi" +value: "pa" +data: "pa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Punjabi (Arabic, Pakistan)" +value: "pa_Arab_PK" +data: "pa_Arab_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Punjabi (Arabic)" +value: "pa_Arab" +data: "pa_Arab" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "Punjabi (Gurmukhi, India)" +value: "pa_Guru_IN" +data: "pa_Guru_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Punjabi (Gurmukhi)" +value: "pa_Guru" +data: "pa_Guru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Punjabi (India)" +value: "pa_IN" +data: "pa_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Punjabi (Pakistan)" +value: "pa_PK" +data: "pa_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "Quechua" +value: "qu" +data: "qu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "Quechua (Bolivia)" +value: "qu_BO" +data: "qu_BO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Quechua (Ecuador)" +value: "qu_EC" +data: "qu_EC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "Quechua (Peru)" +value: "qu_PE" +data: "qu_PE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "Romanian" +value: "ro" +data: "ro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "Romanian (Moldova)" +value: "ro_MD" +data: "ro_MD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "Romanian (Romania)" +value: "ro_RO" +data: "ro_RO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "Romansh" +value: "rm" +data: "rm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Romansh (Switzerland)" +value: "rm_CH" +data: "rm_CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "Rundi" +value: "rn" +data: "rn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Rundi (Burundi)" +value: "rn_BI" +data: "rn_BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "Russian" +value: "ru" +data: "ru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "Russian (Belarus)" +value: "ru_BY" +data: "ru_BY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Russian (Kazakhstan)" +value: "ru_KZ" +data: "ru_KZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "Russian (Kyrgyzstan)" +value: "ru_KG" +data: "ru_KG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "Russian (Moldova)" +value: "ru_MD" +data: "ru_MD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "Russian (Russia)" +value: "ru_RU" +data: "ru_RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "Russian (Ukraine)" +value: "ru_UA" +data: "ru_UA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "Sango" +value: "sg" +data: "sg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "Sango (Central African Republic)" +value: "sg_CF" +data: "sg_CF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "Sanskrit" +value: "sa" +data: "sa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "Sanskrit (India)" +value: "sa_IN" +data: "sa_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Sardinian" +value: "sc" +data: "sc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Sardinian (Italy)" +value: "sc_IT" +data: "sc_IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "Scottish Gaelic" +value: "gd" +data: "gd" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "Scottish Gaelic (United Kingdom)" +value: "gd_GB" +data: "gd_GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "Serbian" +value: "sr" +data: "sr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "Serbian (Bosnia & Herzegovina)" +value: "sr_BA" +data: "sr_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "Serbian (Cyrillic, Bosnia & Herzegovina)" +value: "sr_Cyrl_BA" +data: "sr_Cyrl_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "Serbian (Cyrillic, Montenegro)" +value: "sr_Cyrl_ME" +data: "sr_Cyrl_ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "Serbian (Cyrillic, Serbia)" +value: "sr_Cyrl_RS" +data: "sr_Cyrl_RS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "Serbian (Cyrillic)" +value: "sr_Cyrl" +data: "sr_Cyrl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "Serbian (Latin, Bosnia & Herzegovina)" +value: "sr_Latn_BA" +data: "sr_Latn_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "Serbian (Latin, Montenegro)" +value: "sr_Latn_ME" +data: "sr_Latn_ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "Serbian (Latin, Serbia)" +value: "sr_Latn_RS" +data: "sr_Latn_RS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Serbian (Latin)" +value: "sr_Latn" +data: "sr_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "Serbian (Montenegro)" +value: "sr_ME" +data: "sr_ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "Serbian (Serbia)" +value: "sr_RS" +data: "sr_RS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "Serbo-Croatian" +value: "sh" +data: "sh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "Serbo-Croatian (Bosnia & Herzegovina)" +value: "sh_BA" +data: "sh_BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "Shona" +value: "sn" +data: "sn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "Shona (Zimbabwe)" +value: "sn_ZW" +data: "sn_ZW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "Sichuan Yi" +value: "ii" +data: "ii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "Sichuan Yi (China)" +value: "ii_CN" +data: "ii_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "Sindhi" +value: "sd" +data: "sd" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "Sindhi (Arabic, Pakistan)" +value: "sd_Arab_PK" +data: "sd_Arab_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "Sindhi (Arabic)" +value: "sd_Arab" +data: "sd_Arab" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "Sindhi (Devanagari, India)" +value: "sd_Deva_IN" +data: "sd_Deva_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "Sindhi (Devanagari)" +value: "sd_Deva" +data: "sd_Deva" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "Sindhi (India)" +value: "sd_IN" +data: "sd_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "Sindhi (Pakistan)" +value: "sd_PK" +data: "sd_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "Sinhala" +value: "si" +data: "si" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "Sinhala (Sri Lanka)" +value: "si_LK" +data: "si_LK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "Slovak" +value: "sk" +data: "sk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "Slovak (Slovakia)" +value: "sk_SK" +data: "sk_SK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "Slovenian" +value: "sl" +data: "sl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "Slovenian (Slovenia)" +value: "sl_SI" +data: "sl_SI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "Somali" +value: "so" +data: "so" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "Somali (Djibouti)" +value: "so_DJ" +data: "so_DJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "Somali (Ethiopia)" +value: "so_ET" +data: "so_ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "Somali (Kenya)" +value: "so_KE" +data: "so_KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "Somali (Somalia)" +value: "so_SO" +data: "so_SO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "Southern Sotho" +value: "st" +data: "st" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "Southern Sotho (Lesotho)" +value: "st_LS" +data: "st_LS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "Southern Sotho (South Africa)" +value: "st_ZA" +data: "st_ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "Spanish" +value: "es" +data: "es" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "Spanish (Argentina)" +value: "es_AR" +data: "es_AR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "Spanish (Belize)" +value: "es_BZ" +data: "es_BZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "Spanish (Bolivia)" +value: "es_BO" +data: "es_BO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "Spanish (Brazil)" +value: "es_BR" +data: "es_BR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +label: "Spanish (Chile)" +value: "es_CL" +data: "es_CL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "Spanish (Colombia)" +value: "es_CO" +data: "es_CO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "Spanish (Costa Rica)" +value: "es_CR" +data: "es_CR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "Spanish (Cuba)" +value: "es_CU" +data: "es_CU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "Spanish (Dominican Republic)" +value: "es_DO" +data: "es_DO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "Spanish (Ecuador)" +value: "es_EC" +data: "es_EC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +label: "Spanish (El Salvador)" +value: "es_SV" +data: "es_SV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "Spanish (Equatorial Guinea)" +value: "es_GQ" +data: "es_GQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "Spanish (Guatemala)" +value: "es_GT" +data: "es_GT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +label: "Spanish (Honduras)" +value: "es_HN" +data: "es_HN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3014 +label: "Spanish (Latin America)" +value: "es_419" +data: "es_419" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +label: "Spanish (Mexico)" +value: "es_MX" +data: "es_MX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "Spanish (Nicaragua)" +value: "es_NI" +data: "es_NI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "Spanish (Panama)" +value: "es_PA" +data: "es_PA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +label: "Spanish (Paraguay)" +value: "es_PY" +data: "es_PY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "Spanish (Peru)" +value: "es_PE" +data: "es_PE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "Spanish (Philippines)" +value: "es_PH" +data: "es_PH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "Spanish (Puerto Rico)" +value: "es_PR" +data: "es_PR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3022 +label: "Spanish (Spain)" +value: "es_ES" +data: "es_ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +label: "Spanish (United States)" +value: "es_US" +data: "es_US" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +label: "Spanish (Uruguay)" +value: "es_UY" +data: "es_UY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +label: "Spanish (Venezuela)" +value: "es_VE" +data: "es_VE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3026 +label: "Sundanese" +value: "su" +data: "su" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +label: "Sundanese (Indonesia)" +value: "su_ID" +data: "su_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3028 +label: "Sundanese (Latin, Indonesia)" +value: "su_Latn_ID" +data: "su_Latn_ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "Sundanese (Latin)" +value: "su_Latn" +data: "su_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "Swahili" +value: "sw" +data: "sw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "Swahili (Congo - Kinshasa)" +value: "sw_CD" +data: "sw_CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "Swahili (Kenya)" +value: "sw_KE" +data: "sw_KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "Swahili (Tanzania)" +value: "sw_TZ" +data: "sw_TZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +label: "Swahili (Uganda)" +value: "sw_UG" +data: "sw_UG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "Swedish" +value: "sv" +data: "sv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +label: "Swedish (Åland Islands)" +value: "sv_AX" +data: "sv_AX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +label: "Swedish (Finland)" +value: "sv_FI" +data: "sv_FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +label: "Swedish (Sweden)" +value: "sv_SE" +data: "sv_SE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3039 +label: "Tagalog" +value: "tl" +data: "tl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "Tagalog (Philippines)" +value: "tl_PH" +data: "tl_PH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3041 +label: "Tajik" +value: "tg" +data: "tg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "Tajik (Tajikistan)" +value: "tg_TJ" +data: "tg_TJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3043 +label: "Tamil" +value: "ta" +data: "ta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3044 +label: "Tamil (India)" +value: "ta_IN" +data: "ta_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3045 +label: "Tamil (Malaysia)" +value: "ta_MY" +data: "ta_MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3046 +label: "Tamil (Singapore)" +value: "ta_SG" +data: "ta_SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3047 +label: "Tamil (Sri Lanka)" +value: "ta_LK" +data: "ta_LK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3048 +label: "Tatar" +value: "tt" +data: "tt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3049 +label: "Tatar (Russia)" +value: "tt_RU" +data: "tt_RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3050 +label: "Telugu" +value: "te" +data: "te" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3051 +label: "Telugu (India)" +value: "te_IN" +data: "te_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3052 +label: "Thai" +value: "th" +data: "th" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3053 +label: "Thai (Thailand)" +value: "th_TH" +data: "th_TH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3054 +label: "Tibetan" +value: "bo" +data: "bo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3055 +label: "Tibetan (China)" +value: "bo_CN" +data: "bo_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3056 +label: "Tibetan (India)" +value: "bo_IN" +data: "bo_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3057 +label: "Tigrinya" +value: "ti" +data: "ti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3058 +label: "Tigrinya (Eritrea)" +value: "ti_ER" +data: "ti_ER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3059 +label: "Tigrinya (Ethiopia)" +value: "ti_ET" +data: "ti_ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3060 +label: "Tongan" +value: "to" +data: "to" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3061 +label: "Tongan (Tonga)" +value: "to_TO" +data: "to_TO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3062 +label: "Tswana" +value: "tn" +data: "tn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3063 +label: "Tswana (Botswana)" +value: "tn_BW" +data: "tn_BW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3064 +label: "Tswana (South Africa)" +value: "tn_ZA" +data: "tn_ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3065 +label: "Turkish" +value: "tr" +data: "tr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3066 +label: "Turkish (Cyprus)" +value: "tr_CY" +data: "tr_CY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3067 +label: "Turkish (Türkiye)" +value: "tr_TR" +data: "tr_TR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3068 +label: "Turkmen" +value: "tk" +data: "tk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "Turkmen (Turkmenistan)" +value: "tk_TM" +data: "tk_TM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3070 +label: "Ukrainian" +value: "uk" +data: "uk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +label: "Ukrainian (Ukraine)" +value: "uk_UA" +data: "uk_UA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3072 +label: "Urdu" +value: "ur" +data: "ur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +label: "Urdu (India)" +value: "ur_IN" +data: "ur_IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3074 +label: "Urdu (Pakistan)" +value: "ur_PK" +data: "ur_PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "Uyghur" +value: "ug" +data: "ug" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "Uyghur (China)" +value: "ug_CN" +data: "ug_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "Uzbek" +value: "uz" +data: "uz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "Uzbek (Afghanistan)" +value: "uz_AF" +data: "uz_AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "Uzbek (Arabic, Afghanistan)" +value: "uz_Arab_AF" +data: "uz_Arab_AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3080 +label: "Uzbek (Arabic)" +value: "uz_Arab" +data: "uz_Arab" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "Uzbek (Cyrillic, Uzbekistan)" +value: "uz_Cyrl_UZ" +data: "uz_Cyrl_UZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Uzbek (Cyrillic)" +value: "uz_Cyrl" +data: "uz_Cyrl" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "Uzbek (Latin, Uzbekistan)" +value: "uz_Latn_UZ" +data: "uz_Latn_UZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "Uzbek (Latin)" +value: "uz_Latn" +data: "uz_Latn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3085 +label: "Uzbek (Uzbekistan)" +value: "uz_UZ" +data: "uz_UZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "Vietnamese" +value: "vi" +data: "vi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "Vietnamese (Vietnam)" +value: "vi_VN" +data: "vi_VN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "Welsh" +value: "cy" +data: "cy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "Welsh (United Kingdom)" +value: "cy_GB" +data: "cy_GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "Western Frisian" +value: "fy" +data: "fy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "Western Frisian (Netherlands)" +value: "fy_NL" +data: "fy_NL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "Wolof" +value: "wo" +data: "wo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "Wolof (Senegal)" +value: "wo_SN" +data: "wo_SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "Xhosa" +value: "xh" +data: "xh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "Xhosa (South Africa)" +value: "xh_ZA" +data: "xh_ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "Yiddish" +value: "yi" +data: "yi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "Yiddish (Ukraine)" +value: "yi_UA" +data: "yi_UA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Yoruba" +value: "yo" +data: "yo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "Yoruba (Benin)" +value: "yo_BJ" +data: "yo_BJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "Yoruba (Nigeria)" +value: "yo_NG" +data: "yo_NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "Zhuang" +value: "za" +data: "za" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "Zhuang (China)" +value: "za_CN" +data: "za_CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +label: "Zulu" +value: "zu" +data: "zu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3104 +label: "Zulu (South Africa)" +value: "zu_ZA" +data: "zu_ZA" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2435 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2436 …5} |
full_name | "registration_form[locale]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_locale" |
is_selected | Closure($choice, $value) {#2437 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Langue" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "locale" |
placeholder | "Auto" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [ 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "French" +value: "fr" +data: "fr" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "English" +value: "en" +data: "en" +attr: [] +labelTranslationParameters: [] } ] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_locale" |
valid | true |
value | "" |
timezone
Errors
This form has no errors.
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 |
---|---|---|
label | "Fuseau horaire" |
same as passed value |
mapped | false |
same as passed value |
placeholder | "Auto" |
same as passed value |
required | false |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#871 -option: Symfony\Component\Form\ChoiceList\Loader\CallbackChoiceLoader {#870 …} } |
choice_name | null |
choice_translation_domain | false |
choice_translation_locale | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 |
input | "string" |
intl | false |
invalid_message | "Please select a valid timezone." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Fuseau horaire" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "Auto" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
regions | 2047 |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#860 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "timezone" "_registration_form_timezone" ] |
cache_key | "_registration_form_timezone_timezone" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1951 +label: "Africa / Abidjan" +value: "Africa/Abidjan" +data: "Africa/Abidjan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1952 +label: "Africa / Accra" +value: "Africa/Accra" +data: "Africa/Accra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1953 +label: "Africa / Addis Ababa" +value: "Africa/Addis_Ababa" +data: "Africa/Addis_Ababa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1954 +label: "Africa / Algiers" +value: "Africa/Algiers" +data: "Africa/Algiers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1955 +label: "Africa / Asmara" +value: "Africa/Asmara" +data: "Africa/Asmara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1956 +label: "Africa / Bamako" +value: "Africa/Bamako" +data: "Africa/Bamako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1957 +label: "Africa / Bangui" +value: "Africa/Bangui" +data: "Africa/Bangui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1958 +label: "Africa / Banjul" +value: "Africa/Banjul" +data: "Africa/Banjul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +label: "Africa / Bissau" +value: "Africa/Bissau" +data: "Africa/Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1960 +label: "Africa / Blantyre" +value: "Africa/Blantyre" +data: "Africa/Blantyre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1961 +label: "Africa / Brazzaville" +value: "Africa/Brazzaville" +data: "Africa/Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1962 +label: "Africa / Bujumbura" +value: "Africa/Bujumbura" +data: "Africa/Bujumbura" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1963 +label: "Africa / Cairo" +value: "Africa/Cairo" +data: "Africa/Cairo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +label: "Africa / Casablanca" +value: "Africa/Casablanca" +data: "Africa/Casablanca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1965 +label: "Africa / Ceuta" +value: "Africa/Ceuta" +data: "Africa/Ceuta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1966 +label: "Africa / Conakry" +value: "Africa/Conakry" +data: "Africa/Conakry" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1967 +label: "Africa / Dakar" +value: "Africa/Dakar" +data: "Africa/Dakar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1968 +label: "Africa / Dar es Salaam" +value: "Africa/Dar_es_Salaam" +data: "Africa/Dar_es_Salaam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1969 +label: "Africa / Djibouti" +value: "Africa/Djibouti" +data: "Africa/Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1970 +label: "Africa / Douala" +value: "Africa/Douala" +data: "Africa/Douala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1971 +label: "Africa / El Aaiun" +value: "Africa/El_Aaiun" +data: "Africa/El_Aaiun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +label: "Africa / Freetown" +value: "Africa/Freetown" +data: "Africa/Freetown" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1973 +label: "Africa / Gaborone" +value: "Africa/Gaborone" +data: "Africa/Gaborone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1974 +label: "Africa / Harare" +value: "Africa/Harare" +data: "Africa/Harare" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1975 +label: "Africa / Johannesburg" +value: "Africa/Johannesburg" +data: "Africa/Johannesburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1976 +label: "Africa / Juba" +value: "Africa/Juba" +data: "Africa/Juba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1977 +label: "Africa / Kampala" +value: "Africa/Kampala" +data: "Africa/Kampala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1978 +label: "Africa / Khartoum" +value: "Africa/Khartoum" +data: "Africa/Khartoum" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1979 +label: "Africa / Kigali" +value: "Africa/Kigali" +data: "Africa/Kigali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1980 +label: "Africa / Kinshasa" +value: "Africa/Kinshasa" +data: "Africa/Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1981 +label: "Africa / Lagos" +value: "Africa/Lagos" +data: "Africa/Lagos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1982 +label: "Africa / Libreville" +value: "Africa/Libreville" +data: "Africa/Libreville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1983 +label: "Africa / Lome" +value: "Africa/Lome" +data: "Africa/Lome" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1984 +label: "Africa / Luanda" +value: "Africa/Luanda" +data: "Africa/Luanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1985 +label: "Africa / Lubumbashi" +value: "Africa/Lubumbashi" +data: "Africa/Lubumbashi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1986 +label: "Africa / Lusaka" +value: "Africa/Lusaka" +data: "Africa/Lusaka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1987 +label: "Africa / Malabo" +value: "Africa/Malabo" +data: "Africa/Malabo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1988 +label: "Africa / Maputo" +value: "Africa/Maputo" +data: "Africa/Maputo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1989 +label: "Africa / Maseru" +value: "Africa/Maseru" +data: "Africa/Maseru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1990 +label: "Africa / Mbabane" +value: "Africa/Mbabane" +data: "Africa/Mbabane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1991 +label: "Africa / Mogadishu" +value: "Africa/Mogadishu" +data: "Africa/Mogadishu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1992 +label: "Africa / Monrovia" +value: "Africa/Monrovia" +data: "Africa/Monrovia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1993 +label: "Africa / Nairobi" +value: "Africa/Nairobi" +data: "Africa/Nairobi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1994 +label: "Africa / Ndjamena" +value: "Africa/Ndjamena" +data: "Africa/Ndjamena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1995 +label: "Africa / Niamey" +value: "Africa/Niamey" +data: "Africa/Niamey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1996 +label: "Africa / Nouakchott" +value: "Africa/Nouakchott" +data: "Africa/Nouakchott" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1997 +label: "Africa / Ouagadougou" +value: "Africa/Ouagadougou" +data: "Africa/Ouagadougou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1998 +label: "Africa / Porto-Novo" +value: "Africa/Porto-Novo" +data: "Africa/Porto-Novo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1999 +label: "Africa / Sao Tome" +value: "Africa/Sao_Tome" +data: "Africa/Sao_Tome" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2000 +label: "Africa / Tripoli" +value: "Africa/Tripoli" +data: "Africa/Tripoli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2001 +label: "Africa / Tunis" +value: "Africa/Tunis" +data: "Africa/Tunis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2002 +label: "Africa / Windhoek" +value: "Africa/Windhoek" +data: "Africa/Windhoek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2003 +label: "America / Adak" +value: "America/Adak" +data: "America/Adak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2004 +label: "America / Anchorage" +value: "America/Anchorage" +data: "America/Anchorage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2005 +label: "America / Anguilla" +value: "America/Anguilla" +data: "America/Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2006 +label: "America / Antigua" +value: "America/Antigua" +data: "America/Antigua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2007 +label: "America / Araguaina" +value: "America/Araguaina" +data: "America/Araguaina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +label: "America / Argentina / Buenos Aires" +value: "America/Argentina/Buenos_Aires" +data: "America/Argentina/Buenos_Aires" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2009 +label: "America / Argentina / Catamarca" +value: "America/Argentina/Catamarca" +data: "America/Argentina/Catamarca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2010 +label: "America / Argentina / Cordoba" +value: "America/Argentina/Cordoba" +data: "America/Argentina/Cordoba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2011 +label: "America / Argentina / Jujuy" +value: "America/Argentina/Jujuy" +data: "America/Argentina/Jujuy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2012 +label: "America / Argentina / La Rioja" +value: "America/Argentina/La_Rioja" +data: "America/Argentina/La_Rioja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2013 +label: "America / Argentina / Mendoza" +value: "America/Argentina/Mendoza" +data: "America/Argentina/Mendoza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2014 +label: "America / Argentina / Rio Gallegos" +value: "America/Argentina/Rio_Gallegos" +data: "America/Argentina/Rio_Gallegos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: "America / Argentina / Salta" +value: "America/Argentina/Salta" +data: "America/Argentina/Salta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +label: "America / Argentina / San Juan" +value: "America/Argentina/San_Juan" +data: "America/Argentina/San_Juan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +label: "America / Argentina / San Luis" +value: "America/Argentina/San_Luis" +data: "America/Argentina/San_Luis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "America / Argentina / Tucuman" +value: "America/Argentina/Tucuman" +data: "America/Argentina/Tucuman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +label: "America / Argentina / Ushuaia" +value: "America/Argentina/Ushuaia" +data: "America/Argentina/Ushuaia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2020 +label: "America / Aruba" +value: "America/Aruba" +data: "America/Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2021 +label: "America / Asuncion" +value: "America/Asuncion" +data: "America/Asuncion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2022 +label: "America / Atikokan" +value: "America/Atikokan" +data: "America/Atikokan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +label: "America / Bahia" +value: "America/Bahia" +data: "America/Bahia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +label: "America / Bahia Banderas" +value: "America/Bahia_Banderas" +data: "America/Bahia_Banderas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2025 +label: "America / Barbados" +value: "America/Barbados" +data: "America/Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2026 +label: "America / Belem" +value: "America/Belem" +data: "America/Belem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2027 +label: "America / Belize" +value: "America/Belize" +data: "America/Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +label: "America / Blanc-Sablon" +value: "America/Blanc-Sablon" +data: "America/Blanc-Sablon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +label: "America / Boa Vista" +value: "America/Boa_Vista" +data: "America/Boa_Vista" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +label: "America / Bogota" +value: "America/Bogota" +data: "America/Bogota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2031 +label: "America / Boise" +value: "America/Boise" +data: "America/Boise" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "America / Cambridge Bay" +value: "America/Cambridge_Bay" +data: "America/Cambridge_Bay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +label: "America / Campo Grande" +value: "America/Campo_Grande" +data: "America/Campo_Grande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "America / Cancun" +value: "America/Cancun" +data: "America/Cancun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "America / Caracas" +value: "America/Caracas" +data: "America/Caracas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "America / Cayenne" +value: "America/Cayenne" +data: "America/Cayenne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +label: "America / Cayman" +value: "America/Cayman" +data: "America/Cayman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "America / Chicago" +value: "America/Chicago" +data: "America/Chicago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +label: "America / Chihuahua" +value: "America/Chihuahua" +data: "America/Chihuahua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +label: "America / Ciudad Juarez" +value: "America/Ciudad_Juarez" +data: "America/Ciudad_Juarez" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "America / Costa Rica" +value: "America/Costa_Rica" +data: "America/Costa_Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "America / Coyhaique" +value: "America/Coyhaique" +data: "America/Coyhaique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: "America / Creston" +value: "America/Creston" +data: "America/Creston" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "America / Cuiaba" +value: "America/Cuiaba" +data: "America/Cuiaba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "America / Curacao" +value: "America/Curacao" +data: "America/Curacao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "America / Danmarkshavn" +value: "America/Danmarkshavn" +data: "America/Danmarkshavn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "America / Dawson" +value: "America/Dawson" +data: "America/Dawson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "America / Dawson Creek" +value: "America/Dawson_Creek" +data: "America/Dawson_Creek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "America / Denver" +value: "America/Denver" +data: "America/Denver" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: "America / Detroit" +value: "America/Detroit" +data: "America/Detroit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: "America / Dominica" +value: "America/Dominica" +data: "America/Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: "America / Edmonton" +value: "America/Edmonton" +data: "America/Edmonton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: "America / Eirunepe" +value: "America/Eirunepe" +data: "America/Eirunepe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "America / El Salvador" +value: "America/El_Salvador" +data: "America/El_Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "America / Fort Nelson" +value: "America/Fort_Nelson" +data: "America/Fort_Nelson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "America / Fortaleza" +value: "America/Fortaleza" +data: "America/Fortaleza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "America / Glace Bay" +value: "America/Glace_Bay" +data: "America/Glace_Bay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "America / Goose Bay" +value: "America/Goose_Bay" +data: "America/Goose_Bay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "America / Grand Turk" +value: "America/Grand_Turk" +data: "America/Grand_Turk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "America / Grenada" +value: "America/Grenada" +data: "America/Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +label: "America / Guadeloupe" +value: "America/Guadeloupe" +data: "America/Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: "America / Guatemala" +value: "America/Guatemala" +data: "America/Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: "America / Guayaquil" +value: "America/Guayaquil" +data: "America/Guayaquil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "America / Guyana" +value: "America/Guyana" +data: "America/Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "America / Halifax" +value: "America/Halifax" +data: "America/Halifax" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +label: "America / Havana" +value: "America/Havana" +data: "America/Havana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: "America / Hermosillo" +value: "America/Hermosillo" +data: "America/Hermosillo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: "America / Indiana / Indianapolis" +value: "America/Indiana/Indianapolis" +data: "America/Indiana/Indianapolis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: "America / Indiana / Knox" +value: "America/Indiana/Knox" +data: "America/Indiana/Knox" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2070 +label: "America / Indiana / Marengo" +value: "America/Indiana/Marengo" +data: "America/Indiana/Marengo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +label: "America / Indiana / Petersburg" +value: "America/Indiana/Petersburg" +data: "America/Indiana/Petersburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2072 +label: "America / Indiana / Tell City" +value: "America/Indiana/Tell_City" +data: "America/Indiana/Tell_City" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +label: "America / Indiana / Vevay" +value: "America/Indiana/Vevay" +data: "America/Indiana/Vevay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +label: "America / Indiana / Vincennes" +value: "America/Indiana/Vincennes" +data: "America/Indiana/Vincennes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2075 +label: "America / Indiana / Winamac" +value: "America/Indiana/Winamac" +data: "America/Indiana/Winamac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "America / Inuvik" +value: "America/Inuvik" +data: "America/Inuvik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2077 +label: "America / Iqaluit" +value: "America/Iqaluit" +data: "America/Iqaluit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2078 +label: "America / Jamaica" +value: "America/Jamaica" +data: "America/Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2079 +label: "America / Juneau" +value: "America/Juneau" +data: "America/Juneau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +label: "America / Kentucky / Louisville" +value: "America/Kentucky/Louisville" +data: "America/Kentucky/Louisville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2081 +label: "America / Kentucky / Monticello" +value: "America/Kentucky/Monticello" +data: "America/Kentucky/Monticello" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2082 +label: "America / Kralendijk" +value: "America/Kralendijk" +data: "America/Kralendijk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "America / La Paz" +value: "America/La_Paz" +data: "America/La_Paz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2084 +label: "America / Lima" +value: "America/Lima" +data: "America/Lima" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "America / Los Angeles" +value: "America/Los_Angeles" +data: "America/Los_Angeles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2086 +label: "America / Lower Princes" +value: "America/Lower_Princes" +data: "America/Lower_Princes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "America / Maceio" +value: "America/Maceio" +data: "America/Maceio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "America / Managua" +value: "America/Managua" +data: "America/Managua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "America / Manaus" +value: "America/Manaus" +data: "America/Manaus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "America / Marigot" +value: "America/Marigot" +data: "America/Marigot" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "America / Martinique" +value: "America/Martinique" +data: "America/Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2092 +label: "America / Matamoros" +value: "America/Matamoros" +data: "America/Matamoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2093 +label: "America / Mazatlan" +value: "America/Mazatlan" +data: "America/Mazatlan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "America / Menominee" +value: "America/Menominee" +data: "America/Menominee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "America / Merida" +value: "America/Merida" +data: "America/Merida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2096 +label: "America / Metlakatla" +value: "America/Metlakatla" +data: "America/Metlakatla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "America / Mexico City" +value: "America/Mexico_City" +data: "America/Mexico_City" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "America / Miquelon" +value: "America/Miquelon" +data: "America/Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "America / Moncton" +value: "America/Moncton" +data: "America/Moncton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "America / Monterrey" +value: "America/Monterrey" +data: "America/Monterrey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "America / Montevideo" +value: "America/Montevideo" +data: "America/Montevideo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +label: "America / Montserrat" +value: "America/Montserrat" +data: "America/Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "America / Nassau" +value: "America/Nassau" +data: "America/Nassau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +label: "America / New York" +value: "America/New_York" +data: "America/New_York" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2105 +label: "America / Nome" +value: "America/Nome" +data: "America/Nome" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2106 +label: "America / Noronha" +value: "America/Noronha" +data: "America/Noronha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "America / North Dakota / Beulah" +value: "America/North_Dakota/Beulah" +data: "America/North_Dakota/Beulah" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2108 +label: "America / North Dakota / Center" +value: "America/North_Dakota/Center" +data: "America/North_Dakota/Center" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "America / North Dakota / New Salem" +value: "America/North_Dakota/New_Salem" +data: "America/North_Dakota/New_Salem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2110 +label: "America / Nuuk" +value: "America/Nuuk" +data: "America/Nuuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "America / Ojinaga" +value: "America/Ojinaga" +data: "America/Ojinaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "America / Panama" +value: "America/Panama" +data: "America/Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "America / Paramaribo" +value: "America/Paramaribo" +data: "America/Paramaribo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "America / Phoenix" +value: "America/Phoenix" +data: "America/Phoenix" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "America / Port-au-Prince" +value: "America/Port-au-Prince" +data: "America/Port-au-Prince" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "America / Port of Spain" +value: "America/Port_of_Spain" +data: "America/Port_of_Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "America / Porto Velho" +value: "America/Porto_Velho" +data: "America/Porto_Velho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "America / Puerto Rico" +value: "America/Puerto_Rico" +data: "America/Puerto_Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "America / Punta Arenas" +value: "America/Punta_Arenas" +data: "America/Punta_Arenas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "America / Rankin Inlet" +value: "America/Rankin_Inlet" +data: "America/Rankin_Inlet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2121 +label: "America / Recife" +value: "America/Recife" +data: "America/Recife" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2122 +label: "America / Regina" +value: "America/Regina" +data: "America/Regina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "America / Resolute" +value: "America/Resolute" +data: "America/Resolute" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2124 +label: "America / Rio Branco" +value: "America/Rio_Branco" +data: "America/Rio_Branco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +label: "America / Santarem" +value: "America/Santarem" +data: "America/Santarem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2126 +label: "America / Santiago" +value: "America/Santiago" +data: "America/Santiago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "America / Santo Domingo" +value: "America/Santo_Domingo" +data: "America/Santo_Domingo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "America / Sao Paulo" +value: "America/Sao_Paulo" +data: "America/Sao_Paulo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "America / Scoresbysund" +value: "America/Scoresbysund" +data: "America/Scoresbysund" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "America / Sitka" +value: "America/Sitka" +data: "America/Sitka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2131 +label: "America / St Barthelemy" +value: "America/St_Barthelemy" +data: "America/St_Barthelemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2132 +label: "America / St Johns" +value: "America/St_Johns" +data: "America/St_Johns" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2133 +label: "America / St Kitts" +value: "America/St_Kitts" +data: "America/St_Kitts" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2134 +label: "America / St Lucia" +value: "America/St_Lucia" +data: "America/St_Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2135 +label: "America / St Thomas" +value: "America/St_Thomas" +data: "America/St_Thomas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2136 +label: "America / St Vincent" +value: "America/St_Vincent" +data: "America/St_Vincent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2137 +label: "America / Swift Current" +value: "America/Swift_Current" +data: "America/Swift_Current" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2138 +label: "America / Tegucigalpa" +value: "America/Tegucigalpa" +data: "America/Tegucigalpa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2139 +label: "America / Thule" +value: "America/Thule" +data: "America/Thule" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2140 +label: "America / Tijuana" +value: "America/Tijuana" +data: "America/Tijuana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2141 +label: "America / Toronto" +value: "America/Toronto" +data: "America/Toronto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +label: "America / Tortola" +value: "America/Tortola" +data: "America/Tortola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2143 +label: "America / Vancouver" +value: "America/Vancouver" +data: "America/Vancouver" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "America / Whitehorse" +value: "America/Whitehorse" +data: "America/Whitehorse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "America / Winnipeg" +value: "America/Winnipeg" +data: "America/Winnipeg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "America / Yakutat" +value: "America/Yakutat" +data: "America/Yakutat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "Antarctica / Casey" +value: "Antarctica/Casey" +data: "Antarctica/Casey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "Antarctica / Davis" +value: "Antarctica/Davis" +data: "Antarctica/Davis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2149 +label: "Antarctica / DumontDUrville" +value: "Antarctica/DumontDUrville" +data: "Antarctica/DumontDUrville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2150 +label: "Antarctica / Macquarie" +value: "Antarctica/Macquarie" +data: "Antarctica/Macquarie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2151 +label: "Antarctica / Mawson" +value: "Antarctica/Mawson" +data: "Antarctica/Mawson" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +label: "Antarctica / McMurdo" +value: "Antarctica/McMurdo" +data: "Antarctica/McMurdo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +label: "Antarctica / Palmer" +value: "Antarctica/Palmer" +data: "Antarctica/Palmer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +label: "Antarctica / Rothera" +value: "Antarctica/Rothera" +data: "Antarctica/Rothera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "Antarctica / Syowa" +value: "Antarctica/Syowa" +data: "Antarctica/Syowa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "Antarctica / Troll" +value: "Antarctica/Troll" +data: "Antarctica/Troll" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "Antarctica / Vostok" +value: "Antarctica/Vostok" +data: "Antarctica/Vostok" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2158 +label: "Arctic / Longyearbyen" +value: "Arctic/Longyearbyen" +data: "Arctic/Longyearbyen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2159 +label: "Asia / Aden" +value: "Asia/Aden" +data: "Asia/Aden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2160 +label: "Asia / Almaty" +value: "Asia/Almaty" +data: "Asia/Almaty" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +label: "Asia / Amman" +value: "Asia/Amman" +data: "Asia/Amman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +label: "Asia / Anadyr" +value: "Asia/Anadyr" +data: "Asia/Anadyr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +label: "Asia / Aqtau" +value: "Asia/Aqtau" +data: "Asia/Aqtau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "Asia / Aqtobe" +value: "Asia/Aqtobe" +data: "Asia/Aqtobe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +label: "Asia / Ashgabat" +value: "Asia/Ashgabat" +data: "Asia/Ashgabat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2166 +label: "Asia / Atyrau" +value: "Asia/Atyrau" +data: "Asia/Atyrau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +label: "Asia / Baghdad" +value: "Asia/Baghdad" +data: "Asia/Baghdad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +label: "Asia / Bahrain" +value: "Asia/Bahrain" +data: "Asia/Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +label: "Asia / Baku" +value: "Asia/Baku" +data: "Asia/Baku" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "Asia / Bangkok" +value: "Asia/Bangkok" +data: "Asia/Bangkok" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "Asia / Barnaul" +value: "Asia/Barnaul" +data: "Asia/Barnaul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "Asia / Beirut" +value: "Asia/Beirut" +data: "Asia/Beirut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "Asia / Bishkek" +value: "Asia/Bishkek" +data: "Asia/Bishkek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +label: "Asia / Brunei" +value: "Asia/Brunei" +data: "Asia/Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +label: "Asia / Chita" +value: "Asia/Chita" +data: "Asia/Chita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +label: "Asia / Colombo" +value: "Asia/Colombo" +data: "Asia/Colombo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +label: "Asia / Damascus" +value: "Asia/Damascus" +data: "Asia/Damascus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +label: "Asia / Dhaka" +value: "Asia/Dhaka" +data: "Asia/Dhaka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +label: "Asia / Dili" +value: "Asia/Dili" +data: "Asia/Dili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +label: "Asia / Dubai" +value: "Asia/Dubai" +data: "Asia/Dubai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "Asia / Dushanbe" +value: "Asia/Dushanbe" +data: "Asia/Dushanbe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "Asia / Famagusta" +value: "Asia/Famagusta" +data: "Asia/Famagusta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +label: "Asia / Gaza" +value: "Asia/Gaza" +data: "Asia/Gaza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +label: "Asia / Hebron" +value: "Asia/Hebron" +data: "Asia/Hebron" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +label: "Asia / Ho Chi Minh" +value: "Asia/Ho_Chi_Minh" +data: "Asia/Ho_Chi_Minh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +label: "Asia / Hong Kong" +value: "Asia/Hong_Kong" +data: "Asia/Hong_Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +label: "Asia / Hovd" +value: "Asia/Hovd" +data: "Asia/Hovd" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +label: "Asia / Irkutsk" +value: "Asia/Irkutsk" +data: "Asia/Irkutsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +label: "Asia / Jakarta" +value: "Asia/Jakarta" +data: "Asia/Jakarta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +label: "Asia / Jayapura" +value: "Asia/Jayapura" +data: "Asia/Jayapura" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +label: "Asia / Jerusalem" +value: "Asia/Jerusalem" +data: "Asia/Jerusalem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +label: "Asia / Kabul" +value: "Asia/Kabul" +data: "Asia/Kabul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "Asia / Kamchatka" +value: "Asia/Kamchatka" +data: "Asia/Kamchatka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +label: "Asia / Karachi" +value: "Asia/Karachi" +data: "Asia/Karachi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +label: "Asia / Kathmandu" +value: "Asia/Kathmandu" +data: "Asia/Kathmandu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +label: "Asia / Khandyga" +value: "Asia/Khandyga" +data: "Asia/Khandyga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +label: "Asia / Kolkata" +value: "Asia/Kolkata" +data: "Asia/Kolkata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +label: "Asia / Krasnoyarsk" +value: "Asia/Krasnoyarsk" +data: "Asia/Krasnoyarsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +label: "Asia / Kuala Lumpur" +value: "Asia/Kuala_Lumpur" +data: "Asia/Kuala_Lumpur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +label: "Asia / Kuching" +value: "Asia/Kuching" +data: "Asia/Kuching" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +label: "Asia / Kuwait" +value: "Asia/Kuwait" +data: "Asia/Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +label: "Asia / Macau" +value: "Asia/Macau" +data: "Asia/Macau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +label: "Asia / Magadan" +value: "Asia/Magadan" +data: "Asia/Magadan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +label: "Asia / Makassar" +value: "Asia/Makassar" +data: "Asia/Makassar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2205 +label: "Asia / Manila" +value: "Asia/Manila" +data: "Asia/Manila" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +label: "Asia / Muscat" +value: "Asia/Muscat" +data: "Asia/Muscat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +label: "Asia / Nicosia" +value: "Asia/Nicosia" +data: "Asia/Nicosia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +label: "Asia / Novokuznetsk" +value: "Asia/Novokuznetsk" +data: "Asia/Novokuznetsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2209 +label: "Asia / Novosibirsk" +value: "Asia/Novosibirsk" +data: "Asia/Novosibirsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2210 +label: "Asia / Omsk" +value: "Asia/Omsk" +data: "Asia/Omsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2211 +label: "Asia / Oral" +value: "Asia/Oral" +data: "Asia/Oral" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: "Asia / Phnom Penh" +value: "Asia/Phnom_Penh" +data: "Asia/Phnom_Penh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +label: "Asia / Pontianak" +value: "Asia/Pontianak" +data: "Asia/Pontianak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: "Asia / Pyongyang" +value: "Asia/Pyongyang" +data: "Asia/Pyongyang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: "Asia / Qatar" +value: "Asia/Qatar" +data: "Asia/Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +label: "Asia / Qostanay" +value: "Asia/Qostanay" +data: "Asia/Qostanay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +label: "Asia / Qyzylorda" +value: "Asia/Qyzylorda" +data: "Asia/Qyzylorda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +label: "Asia / Riyadh" +value: "Asia/Riyadh" +data: "Asia/Riyadh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +label: "Asia / Sakhalin" +value: "Asia/Sakhalin" +data: "Asia/Sakhalin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +label: "Asia / Samarkand" +value: "Asia/Samarkand" +data: "Asia/Samarkand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +label: "Asia / Seoul" +value: "Asia/Seoul" +data: "Asia/Seoul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +label: "Asia / Shanghai" +value: "Asia/Shanghai" +data: "Asia/Shanghai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +label: "Asia / Singapore" +value: "Asia/Singapore" +data: "Asia/Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +label: "Asia / Srednekolymsk" +value: "Asia/Srednekolymsk" +data: "Asia/Srednekolymsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +label: "Asia / Taipei" +value: "Asia/Taipei" +data: "Asia/Taipei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2226 +label: "Asia / Tashkent" +value: "Asia/Tashkent" +data: "Asia/Tashkent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2227 +label: "Asia / Tbilisi" +value: "Asia/Tbilisi" +data: "Asia/Tbilisi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2228 +label: "Asia / Tehran" +value: "Asia/Tehran" +data: "Asia/Tehran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2229 +label: "Asia / Thimphu" +value: "Asia/Thimphu" +data: "Asia/Thimphu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +label: "Asia / Tokyo" +value: "Asia/Tokyo" +data: "Asia/Tokyo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "Asia / Tomsk" +value: "Asia/Tomsk" +data: "Asia/Tomsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "Asia / Ulaanbaatar" +value: "Asia/Ulaanbaatar" +data: "Asia/Ulaanbaatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "Asia / Urumqi" +value: "Asia/Urumqi" +data: "Asia/Urumqi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "Asia / Ust-Nera" +value: "Asia/Ust-Nera" +data: "Asia/Ust-Nera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "Asia / Vientiane" +value: "Asia/Vientiane" +data: "Asia/Vientiane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "Asia / Vladivostok" +value: "Asia/Vladivostok" +data: "Asia/Vladivostok" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "Asia / Yakutsk" +value: "Asia/Yakutsk" +data: "Asia/Yakutsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "Asia / Yangon" +value: "Asia/Yangon" +data: "Asia/Yangon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "Asia / Yekaterinburg" +value: "Asia/Yekaterinburg" +data: "Asia/Yekaterinburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "Asia / Yerevan" +value: "Asia/Yerevan" +data: "Asia/Yerevan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "Atlantic / Azores" +value: "Atlantic/Azores" +data: "Atlantic/Azores" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "Atlantic / Bermuda" +value: "Atlantic/Bermuda" +data: "Atlantic/Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "Atlantic / Canary" +value: "Atlantic/Canary" +data: "Atlantic/Canary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "Atlantic / Cape Verde" +value: "Atlantic/Cape_Verde" +data: "Atlantic/Cape_Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "Atlantic / Faroe" +value: "Atlantic/Faroe" +data: "Atlantic/Faroe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "Atlantic / Madeira" +value: "Atlantic/Madeira" +data: "Atlantic/Madeira" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "Atlantic / Reykjavik" +value: "Atlantic/Reykjavik" +data: "Atlantic/Reykjavik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "Atlantic / South Georgia" +value: "Atlantic/South_Georgia" +data: "Atlantic/South_Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "Atlantic / St Helena" +value: "Atlantic/St_Helena" +data: "Atlantic/St_Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "Atlantic / Stanley" +value: "Atlantic/Stanley" +data: "Atlantic/Stanley" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "Australia / Adelaide" +value: "Australia/Adelaide" +data: "Australia/Adelaide" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "Australia / Brisbane" +value: "Australia/Brisbane" +data: "Australia/Brisbane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "Australia / Broken Hill" +value: "Australia/Broken_Hill" +data: "Australia/Broken_Hill" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "Australia / Darwin" +value: "Australia/Darwin" +data: "Australia/Darwin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "Australia / Eucla" +value: "Australia/Eucla" +data: "Australia/Eucla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "Australia / Hobart" +value: "Australia/Hobart" +data: "Australia/Hobart" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "Australia / Lindeman" +value: "Australia/Lindeman" +data: "Australia/Lindeman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "Australia / Lord Howe" +value: "Australia/Lord_Howe" +data: "Australia/Lord_Howe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "Australia / Melbourne" +value: "Australia/Melbourne" +data: "Australia/Melbourne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "Australia / Perth" +value: "Australia/Perth" +data: "Australia/Perth" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "Australia / Sydney" +value: "Australia/Sydney" +data: "Australia/Sydney" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "Europe / Amsterdam" +value: "Europe/Amsterdam" +data: "Europe/Amsterdam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "Europe / Andorra" +value: "Europe/Andorra" +data: "Europe/Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "Europe / Astrakhan" +value: "Europe/Astrakhan" +data: "Europe/Astrakhan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "Europe / Athens" +value: "Europe/Athens" +data: "Europe/Athens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "Europe / Belgrade" +value: "Europe/Belgrade" +data: "Europe/Belgrade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "Europe / Berlin" +value: "Europe/Berlin" +data: "Europe/Berlin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "Europe / Bratislava" +value: "Europe/Bratislava" +data: "Europe/Bratislava" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "Europe / Brussels" +value: "Europe/Brussels" +data: "Europe/Brussels" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "Europe / Bucharest" +value: "Europe/Bucharest" +data: "Europe/Bucharest" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "Europe / Budapest" +value: "Europe/Budapest" +data: "Europe/Budapest" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Europe / Busingen" +value: "Europe/Busingen" +data: "Europe/Busingen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "Europe / Chisinau" +value: "Europe/Chisinau" +data: "Europe/Chisinau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "Europe / Copenhagen" +value: "Europe/Copenhagen" +data: "Europe/Copenhagen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "Europe / Dublin" +value: "Europe/Dublin" +data: "Europe/Dublin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "Europe / Gibraltar" +value: "Europe/Gibraltar" +data: "Europe/Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "Europe / Guernsey" +value: "Europe/Guernsey" +data: "Europe/Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "Europe / Helsinki" +value: "Europe/Helsinki" +data: "Europe/Helsinki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "Europe / Isle of Man" +value: "Europe/Isle_of_Man" +data: "Europe/Isle_of_Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Europe / Istanbul" +value: "Europe/Istanbul" +data: "Europe/Istanbul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "Europe / Jersey" +value: "Europe/Jersey" +data: "Europe/Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "Europe / Kaliningrad" +value: "Europe/Kaliningrad" +data: "Europe/Kaliningrad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Europe / Kirov" +value: "Europe/Kirov" +data: "Europe/Kirov" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "Europe / Kyiv" +value: "Europe/Kyiv" +data: "Europe/Kyiv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "Europe / Lisbon" +value: "Europe/Lisbon" +data: "Europe/Lisbon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "Europe / Ljubljana" +value: "Europe/Ljubljana" +data: "Europe/Ljubljana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Europe / London" +value: "Europe/London" +data: "Europe/London" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "Europe / Luxembourg" +value: "Europe/Luxembourg" +data: "Europe/Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "Europe / Madrid" +value: "Europe/Madrid" +data: "Europe/Madrid" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "Europe / Malta" +value: "Europe/Malta" +data: "Europe/Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "Europe / Mariehamn" +value: "Europe/Mariehamn" +data: "Europe/Mariehamn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "Europe / Minsk" +value: "Europe/Minsk" +data: "Europe/Minsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "Europe / Monaco" +value: "Europe/Monaco" +data: "Europe/Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "Europe / Moscow" +value: "Europe/Moscow" +data: "Europe/Moscow" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "Europe / Oslo" +value: "Europe/Oslo" +data: "Europe/Oslo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Europe / Paris" +value: "Europe/Paris" +data: "Europe/Paris" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Europe / Podgorica" +value: "Europe/Podgorica" +data: "Europe/Podgorica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Europe / Prague" +value: "Europe/Prague" +data: "Europe/Prague" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "Europe / Riga" +value: "Europe/Riga" +data: "Europe/Riga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "Europe / Rome" +value: "Europe/Rome" +data: "Europe/Rome" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "Europe / Samara" +value: "Europe/Samara" +data: "Europe/Samara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "Europe / San Marino" +value: "Europe/San_Marino" +data: "Europe/San_Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "Europe / Sarajevo" +value: "Europe/Sarajevo" +data: "Europe/Sarajevo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "Europe / Saratov" +value: "Europe/Saratov" +data: "Europe/Saratov" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "Europe / Simferopol" +value: "Europe/Simferopol" +data: "Europe/Simferopol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "Europe / Skopje" +value: "Europe/Skopje" +data: "Europe/Skopje" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "Europe / Sofia" +value: "Europe/Sofia" +data: "Europe/Sofia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "Europe / Stockholm" +value: "Europe/Stockholm" +data: "Europe/Stockholm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "Europe / Tallinn" +value: "Europe/Tallinn" +data: "Europe/Tallinn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "Europe / Tirane" +value: "Europe/Tirane" +data: "Europe/Tirane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "Europe / Ulyanovsk" +value: "Europe/Ulyanovsk" +data: "Europe/Ulyanovsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "Europe / Vaduz" +value: "Europe/Vaduz" +data: "Europe/Vaduz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "Europe / Vatican" +value: "Europe/Vatican" +data: "Europe/Vatican" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "Europe / Vienna" +value: "Europe/Vienna" +data: "Europe/Vienna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "Europe / Vilnius" +value: "Europe/Vilnius" +data: "Europe/Vilnius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "Europe / Volgograd" +value: "Europe/Volgograd" +data: "Europe/Volgograd" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "Europe / Warsaw" +value: "Europe/Warsaw" +data: "Europe/Warsaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "Europe / Zagreb" +value: "Europe/Zagreb" +data: "Europe/Zagreb" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "Europe / Zurich" +value: "Europe/Zurich" +data: "Europe/Zurich" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "Indian / Antananarivo" +value: "Indian/Antananarivo" +data: "Indian/Antananarivo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "Indian / Chagos" +value: "Indian/Chagos" +data: "Indian/Chagos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "Indian / Christmas" +value: "Indian/Christmas" +data: "Indian/Christmas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "Indian / Cocos" +value: "Indian/Cocos" +data: "Indian/Cocos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "Indian / Comoro" +value: "Indian/Comoro" +data: "Indian/Comoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "Indian / Kerguelen" +value: "Indian/Kerguelen" +data: "Indian/Kerguelen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "Indian / Mahe" +value: "Indian/Mahe" +data: "Indian/Mahe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "Indian / Maldives" +value: "Indian/Maldives" +data: "Indian/Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "Indian / Mauritius" +value: "Indian/Mauritius" +data: "Indian/Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "Indian / Mayotte" +value: "Indian/Mayotte" +data: "Indian/Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "Indian / Reunion" +value: "Indian/Reunion" +data: "Indian/Reunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "Pacific / Apia" +value: "Pacific/Apia" +data: "Pacific/Apia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "Pacific / Auckland" +value: "Pacific/Auckland" +data: "Pacific/Auckland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "Pacific / Bougainville" +value: "Pacific/Bougainville" +data: "Pacific/Bougainville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "Pacific / Chatham" +value: "Pacific/Chatham" +data: "Pacific/Chatham" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "Pacific / Chuuk" +value: "Pacific/Chuuk" +data: "Pacific/Chuuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "Pacific / Easter" +value: "Pacific/Easter" +data: "Pacific/Easter" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "Pacific / Efate" +value: "Pacific/Efate" +data: "Pacific/Efate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "Pacific / Fakaofo" +value: "Pacific/Fakaofo" +data: "Pacific/Fakaofo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "Pacific / Fiji" +value: "Pacific/Fiji" +data: "Pacific/Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "Pacific / Funafuti" +value: "Pacific/Funafuti" +data: "Pacific/Funafuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "Pacific / Galapagos" +value: "Pacific/Galapagos" +data: "Pacific/Galapagos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "Pacific / Gambier" +value: "Pacific/Gambier" +data: "Pacific/Gambier" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "Pacific / Guadalcanal" +value: "Pacific/Guadalcanal" +data: "Pacific/Guadalcanal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "Pacific / Guam" +value: "Pacific/Guam" +data: "Pacific/Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "Pacific / Honolulu" +value: "Pacific/Honolulu" +data: "Pacific/Honolulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "Pacific / Kanton" +value: "Pacific/Kanton" +data: "Pacific/Kanton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "Pacific / Kiritimati" +value: "Pacific/Kiritimati" +data: "Pacific/Kiritimati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "Pacific / Kosrae" +value: "Pacific/Kosrae" +data: "Pacific/Kosrae" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "Pacific / Kwajalein" +value: "Pacific/Kwajalein" +data: "Pacific/Kwajalein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "Pacific / Majuro" +value: "Pacific/Majuro" +data: "Pacific/Majuro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "Pacific / Marquesas" +value: "Pacific/Marquesas" +data: "Pacific/Marquesas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "Pacific / Midway" +value: "Pacific/Midway" +data: "Pacific/Midway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "Pacific / Nauru" +value: "Pacific/Nauru" +data: "Pacific/Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "Pacific / Niue" +value: "Pacific/Niue" +data: "Pacific/Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "Pacific / Norfolk" +value: "Pacific/Norfolk" +data: "Pacific/Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "Pacific / Noumea" +value: "Pacific/Noumea" +data: "Pacific/Noumea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "Pacific / Pago Pago" +value: "Pacific/Pago_Pago" +data: "Pacific/Pago_Pago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "Pacific / Palau" +value: "Pacific/Palau" +data: "Pacific/Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "Pacific / Pitcairn" +value: "Pacific/Pitcairn" +data: "Pacific/Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "Pacific / Pohnpei" +value: "Pacific/Pohnpei" +data: "Pacific/Pohnpei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "Pacific / Port Moresby" +value: "Pacific/Port_Moresby" +data: "Pacific/Port_Moresby" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "Pacific / Rarotonga" +value: "Pacific/Rarotonga" +data: "Pacific/Rarotonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "Pacific / Saipan" +value: "Pacific/Saipan" +data: "Pacific/Saipan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "Pacific / Tahiti" +value: "Pacific/Tahiti" +data: "Pacific/Tahiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "Pacific / Tarawa" +value: "Pacific/Tarawa" +data: "Pacific/Tarawa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "Pacific / Tongatapu" +value: "Pacific/Tongatapu" +data: "Pacific/Tongatapu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "Pacific / Wake" +value: "Pacific/Wake" +data: "Pacific/Wake" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "Pacific / Wallis" +value: "Pacific/Wallis" +data: "Pacific/Wallis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "UTC" +value: "UTC" +data: "UTC" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#3105 -form: Symfony\Component\Form\Form {#966 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3106 …5} |
full_name | "registration_form[timezone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_timezone" |
is_selected | Closure($choice, $value) {#3107 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Fuseau horaire" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "timezone" |
placeholder | "Auto" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_timezone" |
valid | true |
value | "" |
newsletter
Errors
This form has no errors.
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 |
---|---|---|
label | "Recevoir des mises à jour (optionnel)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
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 | 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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Recevoir des mises à jour (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#888 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_newsletter" ] |
cache_key | "_registration_form_newsletter_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3108 -form: Symfony\Component\Form\Form {#969 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3109 …5} |
full_name | "registration_form[newsletter]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_newsletter" |
label | "Recevoir des mises à jour (optionnel)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_newsletter" |
valid | true |
value | "1" |
termsAccepted
Errors
This form has no errors.
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 {#733 +payload: null +groups: ? +message: "Vous devez accepter les conditions pour continuer." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#733 +payload: null +groups: ? +message: "Vous devez accepter les conditions pour continuer." } ] |
label | "J’accepte les CGU et la Politique de confidentialité *" |
same as passed value |
mapped | false |
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 | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#733 +payload: null +groups: ? +message: "Vous devez accepter les conditions pour continuer." } ] |
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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "J’accepte les CGU et la Politique de confidentialité *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_termsAccepted" ] |
cache_key | "_registration_form_termsAccepted_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3110 -form: Symfony\Component\Form\Form {#972 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3111 …5} |
full_name | "registration_form[termsAccepted]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_termsAccepted" |
label | "J’accepte les CGU et la Politique de confidentialité *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "termsAccepted" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_termsAccepted" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "67213ac7eab5.y77hzh1GIuk2XLvwi0MznFIB45oVJUsK8qMczxIrEqM.lM-2g20NSY9iLOiK4Cp9rDtQhNtvUg5LqOBvqFloedGI06j7aDZhrHoD_g" |
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 | "67213ac7eab5.y77hzh1GIuk2XLvwi0MznFIB45oVJUsK8qMczxIrEqM.lM-2g20NSY9iLOiK4Cp9rDtQhNtvUg5LqOBvqFloedGI06j7aDZhrHoD_g" |
same as passed value |
mapped | false |
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 | "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 {#674 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#675 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#676 …} -namespace: Closure() {#678 …} } |
data | "67213ac7eab5.y77hzh1GIuk2XLvwi0MznFIB45oVJUsK8qMczxIrEqM.lM-2g20NSY9iLOiK4Cp9rDtQhNtvUg5LqOBvqFloedGI06j7aDZhrHoD_g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#3112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#564 …} $message: Closure() {#3113 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
cache_key | "_registration_form__token_hidden" |
compound | false |
data | "67213ac7eab5.y77hzh1GIuk2XLvwi0MznFIB45oVJUsK8qMczxIrEqM.lM-2g20NSY9iLOiK4Cp9rDtQhNtvUg5LqOBvqFloedGI06j7aDZhrHoD_g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3123 -form: Symfony\Component\Form\Form {#3119 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3114 …5} |
full_name | "registration_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form__token" |
valid | true |
value | "67213ac7eab5.y77hzh1GIuk2XLvwi0MznFIB45oVJUsK8qMczxIrEqM.lM-2g20NSY9iLOiK4Cp9rDtQhNtvUg5LqOBvqFloedGI06j7aDZhrHoD_g" |