Forms
-
register_b2_c_form
-
firstname
-
lastname
-
email
-
submit
-
_token
-
-
register_b2_b_form
-
name
-
language
-
vat
-
salutation
-
primaryFirstname
-
primaryLastname
-
job
-
primaryPhone
-
primaryEmail
-
invoiceAddress
-
name
-
street
-
zip
-
city
-
country
-
-
submit
-
_token
-
register_b2_c_form
"App\Form\Register\RegisterB2CForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3396 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 | "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() {#3410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3409 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_b2_c_form" "_register_b2_c_form" ] |
| cache_key | "_register_b2_c_form_register_b2_c_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3879 -errors: [] -form: Symfony\Component\Form\Form {#3458 …} } |
| form | Symfony\Component\Form\FormView {#3850 …5} |
| full_name | "register_b2_c_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_b2_c_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_c_form" |
| valid | true |
| value | null |
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 | "form_label_firstname" |
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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3438 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 | "form_label_firstname" |
| 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 | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3439 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_c_form_firstname" ] |
| cache_key | "_register_b2_c_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3898 -errors: [] -form: Symfony\Component\Form\Form {#3523 …} } |
| form | Symfony\Component\Form\FormView {#3900 …5} |
| full_name | "register_b2_c_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form_firstname" |
| label | "form_label_firstname" |
| 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 | "_register_b2_c_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 | "form_label_lastname" |
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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3478 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 | "form_label_lastname" |
| 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 | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3480 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_c_form_lastname" ] |
| cache_key | "_register_b2_c_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3897 -errors: [] -form: Symfony\Component\Form\Form {#3520 …} } |
| form | Symfony\Component\Form\FormView {#3896 …5} |
| full_name | "register_b2_c_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form_lastname" |
| label | "form_label_lastname" |
| 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 | "_register_b2_c_form_lastname" |
| valid | true |
| value | "" |
"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\Email {#3472 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3472 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "form_label_email" |
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 | [ Symfony\Component\Validator\Constraints\Email {#3472 +payload: null +groups: ? +message: "This value is not a valid email address." +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3418 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 | "form_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 | false |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3413 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3419 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_b2_c_form_email" ] |
| cache_key | "_register_b2_c_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3895 -errors: [] -form: Symfony\Component\Form\Form {#3517 …} } |
| form | Symfony\Component\Form\FormView {#3894 …5} |
| full_name | "register_b2_c_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form_email" |
| label | "form_label_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_c_form_email" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
[ "class" => "btn btn-primary float-right" ] |
| label | "form_button_submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_b2_c_form_submit" ] |
| cache_key | "_register_b2_c_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3853 …5} |
| full_name | "register_b2_c_form[submit]" |
| id | "register_b2_c_form_submit" |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_b2_c_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5d76ef097c91246f9e1c81b4349b3b.fdGQpLXJM6G3QhFnqz62BZ4ZSu_H_abOTbPFcCfvD8M.MZzn9cSrevX2DyMyxGfMc_cvMN3yufWdBfuKOR-XYvUIhPLD85xew9Q0UA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_prefix | "csrf_token" |
same as passed value |
| data | "5d76ef097c91246f9e1c81b4349b3b.fdGQpLXJM6G3QhFnqz62BZ4ZSu_H_abOTbPFcCfvD8M.MZzn9cSrevX2DyMyxGfMc_cvMN3yufWdBfuKOR-XYvUIhPLD85xew9Q0UA" |
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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data | "5d76ef097c91246f9e1c81b4349b3b.fdGQpLXJM6G3QhFnqz62BZ4ZSu_H_abOTbPFcCfvD8M.MZzn9cSrevX2DyMyxGfMc_cvMN3yufWdBfuKOR-XYvUIhPLD85xew9Q0UA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3854 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() {#3878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3855 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_b2_c_form__token" ] |
| cache_key | "_register_b2_c_form__token_hidden" |
| compound | false |
| data | "5d76ef097c91246f9e1c81b4349b3b.fdGQpLXJM6G3QhFnqz62BZ4ZSu_H_abOTbPFcCfvD8M.MZzn9cSrevX2DyMyxGfMc_cvMN3yufWdBfuKOR-XYvUIhPLD85xew9Q0UA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3907 -errors: [] -form: Symfony\Component\Form\Form {#3903 …} } |
| form | Symfony\Component\Form\FormView {#3892 …5} |
| full_name | "register_b2_c_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_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 | "_register_b2_c_form__token" |
| valid | true |
| value | "5d76ef097c91246f9e1c81b4349b3b.fdGQpLXJM6G3QhFnqz62BZ4ZSu_H_abOTbPFcCfvD8M.MZzn9cSrevX2DyMyxGfMc_cvMN3yufWdBfuKOR-XYvUIhPLD85xew9Q0UA" |
register_b2_b_form
"App\Form\Register\RegisterB2BForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3531 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 | "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() {#3481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3485 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_b2_b_form" "_register_b2_b_form" ] |
| cache_key | "_register_b2_b_form_register_b2_b_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3909 -errors: [] -form: Symfony\Component\Form\Form {#3752 …} } |
| form | Symfony\Component\Form\FormView {#3910 …5} |
| full_name | "register_b2_b_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_b2_b_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form" |
| valid | true |
| value | null |
name
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3634 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 | "form_label_name" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3636 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3635 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_name" ] |
| cache_key | "_register_b2_b_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3914 -errors: [] -form: Symfony\Component\Form\Form {#3755 …} } |
| form | Symfony\Component\Form\FormView {#3913 …5} |
| full_name | "register_b2_b_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_name" |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_name" |
| valid | true |
| value | "" |
language
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 | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Veuillez choisir" => "" "abkhaze" => "ab" "aceh" => "ace" "acoli" => "ach" "adangme" => "ada" "adyguéen" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikaans" => "af" "aghem" => "agq" "aïnou" => "ain" "akan" => "ak" "akkadien" => "akk" "akoose" => "bss" "alabama" => "akz" "albanais" => "sq" "aléoute" => "ale" "algonquin de Caroline" => "crr" "allemand" => "de" "allemand palatin" => "pfl" "altaï du Sud" => "alt" "amazighe de l’Atlas central" => "tzm" "amazighe standard marocain" => "zgh" "amharique" => "am" "ancien anglais" => "ang" "ancien français" => "fro" "ancien haut allemand" => "goh" "ancien irlandais" => "sga" "angika" => "anp" "anglais" => "en" "anii" => "blo" "ao" => "njo" "arabe" => "ar" "arabe algérien" => "arq" "arabe égyptien" => "arz" "arabe marocain" => "ary" "arabe najdi" => "ars" "arabe tchadien" => "shu" "arabe tunisien" => "aeb" "aragonais" => "an" "araméen" => "arc" "araméen samaritain" => "sam" "araona" => "aro" "arapaho" => "arp" "arawak" => "arw" "arménien" => "hy" "aroumain" => "rup" "assamais" => "as" "asturien" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avar" => "av" "avestique" => "ae" "awadhi" => "awa" "aymara" => "ay" "azerbaïdjanais" => "az" "bachkir" => "ba" "badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bakhtiari" => "bqi" "balinais" => "ban" "baloutchi" => "bal" "baloutchi occidental" => "bgn" "bambara" => "bm" "bamoun" => "bax" "banjar" => "bjn" "bas-allemand" => "nds" "bas-prussien" => "pdt" "bas-silésien" => "sli" "bas-sorabe" => "dsb" "basque" => "eu" "bassa" => "bas" "batak toba" => "bbc" "bavarois" => "bar" "bedja" => "bej" "bemba" => "bem" "bena" => "bez" "bengali" => "bn" "betawi" => "bew" "bhodjpouri" => "bho" "bichelamar" => "bi" "biélorusse" => "be" "bikol" => "bik" "bini" => "bin" "birman" => "my" "bishnupriya" => "bpy" "blin" => "byn" "bodo" => "brx" "bosniaque" => "bs" "boulou" => "bum" "bouriate" => "bua" "brahoui" => "brh" "braj" => "bra" "breton" => "br" "bugi" => "bug" "bulgare" => "bg" "cachemiri" => "ks" "caddo" => "cad" "caingangue" => "kgp" "cantonais" => "yue" "capiznon" => "cps" "capverdien" => "kea" "carélien" => "krl" "caribe" => "car" "catalan" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "chamorro" => "ch" "changma kodha" => "ccp" "cherokee" => "chr" "chewa" => "ny" "cheyenne" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chilcotin" => "clc" "chinois" => "zh" "chinois littéraire" => "lzh" "chipewyan" => "chp" "chleuh" => "shi" "choctaw" => "cho" "chuuk" => "chk" "cingalais" => "si" "cisena" => "seh" "colville-okanagan" => "oka" "comorien" => "swb" "copte" => "cop" "coréen" => "ko" "cornique" => "kw" "corse" => "co" "cree" => "cr" "creek" => "mus" "créole haïtien" => "ht" "créole jamaïcain" => "jam" "créole louisianais" => "lou" "créole mauricien" => "mfe" "créole seychellois" => "crs" "cri de l’Est (dialecte du Nord)" => "crl" "cri de l’Est (dialecte du Sud)" => "crj" "cri de Moose" => "crm" "cri des marais" => "csw" "cri des plaines" => "crk" "croate" => "hr" "dakota" => "dak" "danois" => "da" "dargwa" => "dar" "dari zoroastrien" => "gbz" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diola-fogny" => "dyo" "dioula" => "dyu" "dogri" => "doi" "dogrib" => "dgr" "douala" => "dua" "dusun central" => "dtp" "dzongkha" => "dz" "écossais" => "sco" "éfik" => "efi" "égyptien ancien" => "egy" "ékadjouk" => "eka" "élamite" => "elx" "embu" => "ebu" "émilien" => "egl" "erzya" => "myv" "esclave" => "den" "espagnol" => "es" "espéranto" => "eo" "estonien" => "et" "estrémègne" => "ext" "éwé" => "ee" "éwondo" => "ewo" "fang" => "fan" "fanti" => "fat" "féroïen" => "fo" "fidjien" => "fj" "filipino" => "fil" "finnois" => "fi" "finnois tornédalien" => "fit" "flamand occidental" => "vls" "fon" => "fon" "français" => "fr" "français cadien" => "frc" "franconien du Main" => "vmf" "francoprovençal" => "frp" "frioulan" => "fur" "frison occidental" => "fy" "frison oriental" => "frs" "frison septentrional" => "frr" "ga" => "gaa" "gaélique écossais" => "gd" "gagaouze" => "gag" "galicien" => "gl" "gallois" => "cy" "gan" => "gan" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "géorgien" => "ka" "ghomalaʼ" => "bbj" "gilaki" => "glk" "gilbertin" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gotique" => "got" "goudjarati" => "gu" "grebo" => "grb" "grec" => "el" "grec ancien" => "grc" "groenlandais" => "kl" "guarani" => "gn" "guègue" => "aln" "guèze" => "gez" "gurenne" => "gur" "gusii" => "guz" "gwichʼin" => "gwi" "haïda" => "hai" "haïda du Sud" => "hax" "hakka" => "hak" "halkomelem" => "hur" "haoussa" => "ha" "haryanvi" => "bgc" "haut-sorabe" => "hsb" "hawaïen" => "haw" "hébreu" => "he" "héréro" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hindi fidjien" => "hif" "hiri motu" => "ho" "hittite" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "hongrois" => "hu" "hupa" => "hup" "iakoute" => "sah" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonésien" => "id" "ingouche" => "inh" "ingrien" => "izh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuktitut" => "iu" "inuktitut de l’Ouest canadien" => "ikt" "inupiaq" => "ik" "irlandais" => "ga" "isangu" => "sbp" "islandais" => "is" "italien" => "it" "japonais" => "ja" "jargon chinook" => "chn" "javanais" => "jv" "jju" => "kaj" "judéo-arabe" => "jrb" "judéo-persan" => "jpr" "jute" => "jut" "kabarde" => "kbd" "kabyle" => "kab" "kachin" => "kac" "kachoube" => "csb" "kako" => "kkj" "kalendjin" => "kln" "kalmouk" => "xal" "kamba" => "kam" "kanembou" => "kbl" "kangri" => "xnr" "kannada" => "kn" "kanouri" => "kr" "karakalpak" => "kaa" "karatchaï balkar" => "krc" "kawi" => "kaw" "kazakh" => "kk" "kényang" => "ken" "khasi" => "kha" "khmer" => "km" "khotanais" => "kho" "khowar" => "khw" "kiga" => "cgg" "kikongo" => "kg" "kikuyu" => "ki" "kimboundou" => "kmb" "kinaray-a" => "krj" "kinyarwanda" => "rw" "kirghize" => "ky" "kirmanjki" => "kiu" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi-permiak" => "koi" "konkani" => "kok" "koro" => "kfo" "kosraéen" => "kos" "kotava" => "avk" "koumyk" => "kum" "kouroukh" => "kru" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpellé" => "kpe" "krio" => "kri" "kuanyama" => "kj" "kurde" => "ku" "kurde du Sud" => "sdh" "kutenai" => "kut" "kuvi" => "kxv" "kwak’wala" => "kwk" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "langue des signes américaine" => "ase" "lao" => "lo" "latgalien" => "ltg" "latin" => "la" "laze" => "lzz" "letton" => "lv" "lezghien" => "lez" "ligure" => "lij" "lillooet" => "lil" "limbourgeois" => "li" "lingala" => "ln" "lingua franca nova" => "lfn" "lituanien" => "lt" "livonien" => "liv" "lojban" => "jbo" "lombard" => "lmo" "lori du Nord" => "lrc" "lozi" => "loz" "luba-kasaï (ciluba)" => "lua" "luba-katanga (kiluba)" => "lu" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushaï" => "lus" "lushootseed du Sud" => "slh" "luxembourgeois" => "lb" "luyia" => "luy" "maasaï" => "mas" "maba" => "mde" "macédonien" => "mk" "macua" => "vmw" "madurais" => "mad" "mafa" => "maf" "magahi" => "mag" "maïthili" => "mai" "makassar" => "mak" "makondé" => "kde" "makua" => "mgh" "malais" => "ms" "malayalam" => "ml" "maldivien" => "dv" "malécite-passamaquoddy" => "pqm" "malgache" => "mg" "maltais" => "mt" "mandar" => "mdr" "mandchou" => "mnc" "mandingue" => "man" "manipuri" => "mni" "mannois" => "gv" "maori" => "mi" "mapuche" => "arn" "marathi" => "mr" "mari" => "chm" "mari occidental" => "mrj" "marshallais" => "mh" "marwarî" => "mwr" "matchamé" => "jmc" "mazandérani" => "mzn" "médumba" => "byv" "mendé" => "men" "mentawaï" => "mwv" "meru" => "mer" "metaʼ" => "mgo" "micmac" => "mic" "minangkabau" => "min" "mingrélien" => "xmf" "minnan" => "nan" "mirandais" => "mwl" "mitchif" => "crg" "mohawk" => "moh" "mokcha" => "mdf" "mongo" => "lol" "mongol" => "mn" "moré" => "mos" "moundang" => "mua" "moyen anglais" => "enm" "moyen français" => "frm" "moyen haut-allemand" => "gmh" "moyen irlandais" => "mga" "moyen néerlandais" => "dum" "myènè" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitain" => "nap" "nauruan" => "na" "navajo" => "nv" "ndébélé du Nord" => "nd" "ndébélé du Sud" => "nr" "ndonga" => "ng" "néerlandais" => "nl" "népalais" => "ne" "newari" => "new" "newarî classique" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "ngoumba" => "nmg" "nheengatou" => "yrl" "niha" => "nia" "niuéen" => "niu" "nogaï" => "nog" "norvégien" => "no" "norvégien bokmål" => "nb" "norvégien nynorsk" => "nn" "novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyankolé" => "nyn" "nyoro" => "nyo" "nzema" => "nzi" "obolo" => "ann" "occitan" => "oc" "odia" => "or" "oji-cri" => "ojs" "ojibwa" => "oj" "ojibwé central" => "ojc" "ojibwé du Nord-Ouest" => "ojb" "ojibwé occidental" => "ojw" "oromo" => "om" "osage" => "osa" "ossète" => "os" "oudmourte" => "udm" "ougaritique" => "uga" "ouïghour" => "ug" "ourdou" => "ur" "ouzbek" => "uz" "pachto" => "ps" "pahlavi" => "pal" "palau" => "pau" "pali" => "pi" "pampangan" => "pam" "pangasinan" => "pag" "papiamento" => "pap" "pendjabi" => "pa" "pennsilfaanisch" => "pdc" "persan" => "fa" "persan ancien" => "peo" "peul" => "ff" "phénicien" => "phn" "picard" => "pcd" "pidgin nigérian" => "pcm" "piémontais" => "pms" "pijin" => "pis" "pohnpei" => "pon" "polonais" => "pl" "pontique" => "pnt" "portugais" => "pt" "provençal ancien" => "pro" "prussien" => "prg" "quechua" => "qu" "quiché" => "quc" "quichua du Haut-Chimborazo" => "qug" "rajasthani" => "raj" "rapanui" => "rap" "rarotongien" => "rar" "rifain" => "rif" "rohingya" => "rhg" "romagnol" => "rgn" "romanche" => "rm" "romani" => "rom" "rombo" => "rof" "rotuman" => "rtm" "roumain" => "ro" "roundi" => "rn" "roviana" => "rug" "russe" => "ru" "ruthène" => "rue" "rwa" => "rwk" "saho" => "ssy" "salish des détroits" => "str" "samburu" => "saq" "same d’Inari" => "smn" "same de Lule" => "smj" "same du Nord" => "se" "same du Sud" => "sma" "same skolt" => "sms" "samia" => "lsm" "samoan" => "sm" "samogitien" => "sgs" "sandawe" => "sad" "sango" => "sg" "sanskrit" => "sa" "santali" => "sat" "sarde" => "sc" "sarde sassarais" => "sdc" "sasak" => "sas" "saterlandais" => "stq" "saurashtra" => "saz" "sélayar" => "sly" "selkoupe" => "sel" "seneca" => "see" "serbe" => "sr" "serbo-croate" => "sh" "sérère" => "srr" "séri" => "sei" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "sicilien" => "scn" "sidamo" => "sid" "siksika" => "bla" "silésien" => "szl" "sindhi" => "sd" "slavon d’église" => "cu" "slovaque" => "sk" "slovène" => "sl" "soga" => "xog" "sogdien" => "sog" "somali" => "so" "soninké" => "snk" "sorani" => "ckb" "sotho du Nord" => "nso" "sotho du Sud" => "st" "soukouma" => "suk" "soundanais" => "su" "soussou" => "sus" "sranan tongo" => "srn" "suédois" => "sv" "suisse allemand" => "gsw" "sumérien" => "sux" "swahili" => "sw" "swati" => "ss" "symboles Bliss" => "zbl" "syriaque" => "syr" "syriaque classique" => "syc" "tadjik" => "tg" "tagalog" => "tl" "tagish" => "tgx" "tahitien" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "taita" => "dav" "talysh" => "tly" "tamacheq" => "tmh" "tamoul" => "ta" "taroko" => "trv" "tasawaq" => "twq" "tatar" => "tt" "tatar de Crimée" => "crh" "tati caucasien" => "ttt" "tchaghataï" => "chg" "tchèque" => "cs" "tchétchène" => "ce" "tchouvache" => "cv" "télougou" => "te" "tereno" => "ter" "teso" => "teo" "tétoum" => "tet" "thaï" => "th" "tibétain" => "bo" "tigré" => "tig" "tigrigna" => "ti" "timné" => "tem" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelau" => "tkl" "toki pona" => "tok" "tonga nyasa" => "tog" "tongien" => "to" "Torwali" => "trw" "toulou" => "tcy" "touroyo" => "tru" "touvain" => "tyv" "tsakhour" => "tkr" "tsakonien" => "tsd" "tsimshian" => "tsi" "tsonga" => "ts" "tswana" => "tn" "tumbuka" => "tum" "turc" => "tr" "turc ottoman" => "ota" "turkmène" => "tk" "tutchone du Nord" => "ttm" "tutchone du Sud" => "tce" "tuvalu" => "tvl" "twi" => "tw" "tyap" => "kcg" "ukrainien" => "uk" "umbundu" => "umb" "vaï" => "vai" "venda" => "ve" "vénitien" => "vec" "vepse" => "vep" "vietnamien" => "vi" "vieux norrois" => "non" "volapük" => "vo" "võro" => "vro" "vote" => "vot" "vunjo" => "vun" "walamo" => "wal" "wallon" => "wa" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "wayuu" => "guc" "wolof" => "wo" "wu" => "wuu" "xhosa" => "xh" "xiang" => "hsn" "yangben" => "yav" "yao" => "yao" "yapois" => "yap" "yemba" => "ybb" "yi du Sichuan" => "ii" "yiddish" => "yi" "yoruba" => "yo" "youpik central" => "esu" "zapotèque" => "zap" "zarma" => "dje" "zazaki" => "zza" "zélandais" => "zea" "zenaga" => "zen" "zhuang" => "za" "zoulou" => "zu" "zuñi" => "zun" ] |
[ "Veuillez choisir" => "" "abkhaze" => "ab" "aceh" => "ace" "acoli" => "ach" "adangme" => "ada" "adyguéen" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikaans" => "af" "aghem" => "agq" "aïnou" => "ain" "akan" => "ak" "akkadien" => "akk" "akoose" => "bss" "alabama" => "akz" "albanais" => "sq" "aléoute" => "ale" "algonquin de Caroline" => "crr" "allemand" => "de" "allemand palatin" => "pfl" "altaï du Sud" => "alt" "amazighe de l’Atlas central" => "tzm" "amazighe standard marocain" => "zgh" "amharique" => "am" "ancien anglais" => "ang" "ancien français" => "fro" "ancien haut allemand" => "goh" "ancien irlandais" => "sga" "angika" => "anp" "anglais" => "en" "anii" => "blo" "ao" => "njo" "arabe" => "ar" "arabe algérien" => "arq" "arabe égyptien" => "arz" "arabe marocain" => "ary" "arabe najdi" => "ars" "arabe tchadien" => "shu" "arabe tunisien" => "aeb" "aragonais" => "an" "araméen" => "arc" "araméen samaritain" => "sam" "araona" => "aro" "arapaho" => "arp" "arawak" => "arw" "arménien" => "hy" "aroumain" => "rup" "assamais" => "as" "asturien" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avar" => "av" "avestique" => "ae" "awadhi" => "awa" "aymara" => "ay" "azerbaïdjanais" => "az" "bachkir" => "ba" "badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bakhtiari" => "bqi" "balinais" => "ban" "baloutchi" => "bal" "baloutchi occidental" => "bgn" "bambara" => "bm" "bamoun" => "bax" "banjar" => "bjn" "bas-allemand" => "nds" "bas-prussien" => "pdt" "bas-silésien" => "sli" "bas-sorabe" => "dsb" "basque" => "eu" "bassa" => "bas" "batak toba" => "bbc" "bavarois" => "bar" "bedja" => "bej" "bemba" => "bem" "bena" => "bez" "bengali" => "bn" "betawi" => "bew" "bhodjpouri" => "bho" "bichelamar" => "bi" "biélorusse" => "be" "bikol" => "bik" "bini" => "bin" "birman" => "my" "bishnupriya" => "bpy" "blin" => "byn" "bodo" => "brx" "bosniaque" => "bs" "boulou" => "bum" "bouriate" => "bua" "brahoui" => "brh" "braj" => "bra" "breton" => "br" "bugi" => "bug" "bulgare" => "bg" "cachemiri" => "ks" "caddo" => "cad" "caingangue" => "kgp" "cantonais" => "yue" "capiznon" => "cps" "capverdien" => "kea" "carélien" => "krl" "caribe" => "car" "catalan" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "chamorro" => "ch" "changma kodha" => "ccp" "cherokee" => "chr" "chewa" => "ny" "cheyenne" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chilcotin" => "clc" "chinois" => "zh" "chinois littéraire" => "lzh" "chipewyan" => "chp" "chleuh" => "shi" "choctaw" => "cho" "chuuk" => "chk" "cingalais" => "si" "cisena" => "seh" "colville-okanagan" => "oka" "comorien" => "swb" "copte" => "cop" "coréen" => "ko" "cornique" => "kw" "corse" => "co" "cree" => "cr" "creek" => "mus" "créole haïtien" => "ht" "créole jamaïcain" => "jam" "créole louisianais" => "lou" "créole mauricien" => "mfe" "créole seychellois" => "crs" "cri de l’Est (dialecte du Nord)" => "crl" "cri de l’Est (dialecte du Sud)" => "crj" "cri de Moose" => "crm" "cri des marais" => "csw" "cri des plaines" => "crk" "croate" => "hr" "dakota" => "dak" "danois" => "da" "dargwa" => "dar" "dari zoroastrien" => "gbz" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diola-fogny" => "dyo" "dioula" => "dyu" "dogri" => "doi" "dogrib" => "dgr" "douala" => "dua" "dusun central" => "dtp" "dzongkha" => "dz" "écossais" => "sco" "éfik" => "efi" "égyptien ancien" => "egy" "ékadjouk" => "eka" "élamite" => "elx" "embu" => "ebu" "émilien" => "egl" "erzya" => "myv" "esclave" => "den" "espagnol" => "es" "espéranto" => "eo" "estonien" => "et" "estrémègne" => "ext" "éwé" => "ee" "éwondo" => "ewo" "fang" => "fan" "fanti" => "fat" "féroïen" => "fo" "fidjien" => "fj" "filipino" => "fil" "finnois" => "fi" "finnois tornédalien" => "fit" "flamand occidental" => "vls" "fon" => "fon" "français" => "fr" "français cadien" => "frc" "franconien du Main" => "vmf" "francoprovençal" => "frp" "frioulan" => "fur" "frison occidental" => "fy" "frison oriental" => "frs" "frison septentrional" => "frr" "ga" => "gaa" "gaélique écossais" => "gd" "gagaouze" => "gag" "galicien" => "gl" "gallois" => "cy" "gan" => "gan" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "géorgien" => "ka" "ghomalaʼ" => "bbj" "gilaki" => "glk" "gilbertin" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gotique" => "got" "goudjarati" => "gu" "grebo" => "grb" "grec" => "el" "grec ancien" => "grc" "groenlandais" => "kl" "guarani" => "gn" "guègue" => "aln" "guèze" => "gez" "gurenne" => "gur" "gusii" => "guz" "gwichʼin" => "gwi" "haïda" => "hai" "haïda du Sud" => "hax" "hakka" => "hak" "halkomelem" => "hur" "haoussa" => "ha" "haryanvi" => "bgc" "haut-sorabe" => "hsb" "hawaïen" => "haw" "hébreu" => "he" "héréro" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hindi fidjien" => "hif" "hiri motu" => "ho" "hittite" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "hongrois" => "hu" "hupa" => "hup" "iakoute" => "sah" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonésien" => "id" "ingouche" => "inh" "ingrien" => "izh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuktitut" => "iu" "inuktitut de l’Ouest canadien" => "ikt" "inupiaq" => "ik" "irlandais" => "ga" "isangu" => "sbp" "islandais" => "is" "italien" => "it" "japonais" => "ja" "jargon chinook" => "chn" "javanais" => "jv" "jju" => "kaj" "judéo-arabe" => "jrb" "judéo-persan" => "jpr" "jute" => "jut" "kabarde" => "kbd" "kabyle" => "kab" "kachin" => "kac" "kachoube" => "csb" "kako" => "kkj" "kalendjin" => "kln" "kalmouk" => "xal" "kamba" => "kam" "kanembou" => "kbl" "kangri" => "xnr" "kannada" => "kn" "kanouri" => "kr" "karakalpak" => "kaa" "karatchaï balkar" => "krc" "kawi" => "kaw" "kazakh" => "kk" "kényang" => "ken" "khasi" => "kha" "khmer" => "km" "khotanais" => "kho" "khowar" => "khw" "kiga" => "cgg" "kikongo" => "kg" "kikuyu" => "ki" "kimboundou" => "kmb" "kinaray-a" => "krj" "kinyarwanda" => "rw" "kirghize" => "ky" "kirmanjki" => "kiu" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi-permiak" => "koi" "konkani" => "kok" "koro" => "kfo" "kosraéen" => "kos" "kotava" => "avk" "koumyk" => "kum" "kouroukh" => "kru" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpellé" => "kpe" "krio" => "kri" "kuanyama" => "kj" "kurde" => "ku" "kurde du Sud" => "sdh" "kutenai" => "kut" "kuvi" => "kxv" "kwak’wala" => "kwk" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "langue des signes américaine" => "ase" "lao" => "lo" "latgalien" => "ltg" "latin" => "la" "laze" => "lzz" "letton" => "lv" "lezghien" => "lez" "ligure" => "lij" "lillooet" => "lil" "limbourgeois" => "li" "lingala" => "ln" "lingua franca nova" => "lfn" "lituanien" => "lt" "livonien" => "liv" "lojban" => "jbo" "lombard" => "lmo" "lori du Nord" => "lrc" "lozi" => "loz" "luba-kasaï (ciluba)" => "lua" "luba-katanga (kiluba)" => "lu" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushaï" => "lus" "lushootseed du Sud" => "slh" "luxembourgeois" => "lb" "luyia" => "luy" "maasaï" => "mas" "maba" => "mde" "macédonien" => "mk" "macua" => "vmw" "madurais" => "mad" "mafa" => "maf" "magahi" => "mag" "maïthili" => "mai" "makassar" => "mak" "makondé" => "kde" "makua" => "mgh" "malais" => "ms" "malayalam" => "ml" "maldivien" => "dv" "malécite-passamaquoddy" => "pqm" "malgache" => "mg" "maltais" => "mt" "mandar" => "mdr" "mandchou" => "mnc" "mandingue" => "man" "manipuri" => "mni" "mannois" => "gv" "maori" => "mi" "mapuche" => "arn" "marathi" => "mr" "mari" => "chm" "mari occidental" => "mrj" "marshallais" => "mh" "marwarî" => "mwr" "matchamé" => "jmc" "mazandérani" => "mzn" "médumba" => "byv" "mendé" => "men" "mentawaï" => "mwv" "meru" => "mer" "metaʼ" => "mgo" "micmac" => "mic" "minangkabau" => "min" "mingrélien" => "xmf" "minnan" => "nan" "mirandais" => "mwl" "mitchif" => "crg" "mohawk" => "moh" "mokcha" => "mdf" "mongo" => "lol" "mongol" => "mn" "moré" => "mos" "moundang" => "mua" "moyen anglais" => "enm" "moyen français" => "frm" "moyen haut-allemand" => "gmh" "moyen irlandais" => "mga" "moyen néerlandais" => "dum" "myènè" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitain" => "nap" "nauruan" => "na" "navajo" => "nv" "ndébélé du Nord" => "nd" "ndébélé du Sud" => "nr" "ndonga" => "ng" "néerlandais" => "nl" "népalais" => "ne" "newari" => "new" "newarî classique" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "ngoumba" => "nmg" "nheengatou" => "yrl" "niha" => "nia" "niuéen" => "niu" "nogaï" => "nog" "norvégien" => "no" "norvégien bokmål" => "nb" "norvégien nynorsk" => "nn" "novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyankolé" => "nyn" "nyoro" => "nyo" "nzema" => "nzi" "obolo" => "ann" "occitan" => "oc" "odia" => "or" "oji-cri" => "ojs" "ojibwa" => "oj" "ojibwé central" => "ojc" "ojibwé du Nord-Ouest" => "ojb" "ojibwé occidental" => "ojw" "oromo" => "om" "osage" => "osa" "ossète" => "os" "oudmourte" => "udm" "ougaritique" => "uga" "ouïghour" => "ug" "ourdou" => "ur" "ouzbek" => "uz" "pachto" => "ps" "pahlavi" => "pal" "palau" => "pau" "pali" => "pi" "pampangan" => "pam" "pangasinan" => "pag" "papiamento" => "pap" "pendjabi" => "pa" "pennsilfaanisch" => "pdc" "persan" => "fa" "persan ancien" => "peo" "peul" => "ff" "phénicien" => "phn" "picard" => "pcd" "pidgin nigérian" => "pcm" "piémontais" => "pms" "pijin" => "pis" "pohnpei" => "pon" "polonais" => "pl" "pontique" => "pnt" "portugais" => "pt" "provençal ancien" => "pro" "prussien" => "prg" "quechua" => "qu" "quiché" => "quc" "quichua du Haut-Chimborazo" => "qug" "rajasthani" => "raj" "rapanui" => "rap" "rarotongien" => "rar" "rifain" => "rif" "rohingya" => "rhg" "romagnol" => "rgn" "romanche" => "rm" "romani" => "rom" "rombo" => "rof" "rotuman" => "rtm" "roumain" => "ro" "roundi" => "rn" "roviana" => "rug" "russe" => "ru" "ruthène" => "rue" "rwa" => "rwk" "saho" => "ssy" "salish des détroits" => "str" "samburu" => "saq" "same d’Inari" => "smn" "same de Lule" => "smj" "same du Nord" => "se" "same du Sud" => "sma" "same skolt" => "sms" "samia" => "lsm" "samoan" => "sm" "samogitien" => "sgs" "sandawe" => "sad" "sango" => "sg" "sanskrit" => "sa" "santali" => "sat" "sarde" => "sc" "sarde sassarais" => "sdc" "sasak" => "sas" "saterlandais" => "stq" "saurashtra" => "saz" "sélayar" => "sly" "selkoupe" => "sel" "seneca" => "see" "serbe" => "sr" "serbo-croate" => "sh" "sérère" => "srr" "séri" => "sei" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "sicilien" => "scn" "sidamo" => "sid" "siksika" => "bla" "silésien" => "szl" "sindhi" => "sd" "slavon d’église" => "cu" "slovaque" => "sk" "slovène" => "sl" "soga" => "xog" "sogdien" => "sog" "somali" => "so" "soninké" => "snk" "sorani" => "ckb" "sotho du Nord" => "nso" "sotho du Sud" => "st" "soukouma" => "suk" "soundanais" => "su" "soussou" => "sus" "sranan tongo" => "srn" "suédois" => "sv" "suisse allemand" => "gsw" "sumérien" => "sux" "swahili" => "sw" "swati" => "ss" "symboles Bliss" => "zbl" "syriaque" => "syr" "syriaque classique" => "syc" "tadjik" => "tg" "tagalog" => "tl" "tagish" => "tgx" "tahitien" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "taita" => "dav" "talysh" => "tly" "tamacheq" => "tmh" "tamoul" => "ta" "taroko" => "trv" "tasawaq" => "twq" "tatar" => "tt" "tatar de Crimée" => "crh" "tati caucasien" => "ttt" "tchaghataï" => "chg" "tchèque" => "cs" "tchétchène" => "ce" "tchouvache" => "cv" "télougou" => "te" "tereno" => "ter" "teso" => "teo" "tétoum" => "tet" "thaï" => "th" "tibétain" => "bo" "tigré" => "tig" "tigrigna" => "ti" "timné" => "tem" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelau" => "tkl" "toki pona" => "tok" "tonga nyasa" => "tog" "tongien" => "to" "Torwali" => "trw" "toulou" => "tcy" "touroyo" => "tru" "touvain" => "tyv" "tsakhour" => "tkr" "tsakonien" => "tsd" "tsimshian" => "tsi" "tsonga" => "ts" "tswana" => "tn" "tumbuka" => "tum" "turc" => "tr" "turc ottoman" => "ota" "turkmène" => "tk" "tutchone du Nord" => "ttm" "tutchone du Sud" => "tce" "tuvalu" => "tvl" "twi" => "tw" "tyap" => "kcg" "ukrainien" => "uk" "umbundu" => "umb" "vaï" => "vai" "venda" => "ve" "vénitien" => "vec" "vepse" => "vep" "vietnamien" => "vi" "vieux norrois" => "non" "volapük" => "vo" "võro" => "vro" "vote" => "vot" "vunjo" => "vun" "walamo" => "wal" "wallon" => "wa" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "wayuu" => "guc" "wolof" => "wo" "wu" => "wuu" "xhosa" => "xh" "xiang" => "hsn" "yangben" => "yav" "yao" => "yao" "yapois" => "yap" "yemba" => "ybb" "yi du Sichuan" => "ii" "yiddish" => "yi" "yoruba" => "yo" "youpik central" => "esu" "zapotèque" => "zap" "zarma" => "dje" "zazaki" => "zza" "zélandais" => "zea" "zenaga" => "zen" "zhuang" => "za" "zoulou" => "zu" "zuñi" => "zun" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3514 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3514 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_language" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [] |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Veuillez choisir" => "" "abkhaze" => "ab" "aceh" => "ace" "acoli" => "ach" "adangme" => "ada" "adyguéen" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikaans" => "af" "aghem" => "agq" "aïnou" => "ain" "akan" => "ak" "akkadien" => "akk" "akoose" => "bss" "alabama" => "akz" "albanais" => "sq" "aléoute" => "ale" "algonquin de Caroline" => "crr" "allemand" => "de" "allemand palatin" => "pfl" "altaï du Sud" => "alt" "amazighe de l’Atlas central" => "tzm" "amazighe standard marocain" => "zgh" "amharique" => "am" "ancien anglais" => "ang" "ancien français" => "fro" "ancien haut allemand" => "goh" "ancien irlandais" => "sga" "angika" => "anp" "anglais" => "en" "anii" => "blo" "ao" => "njo" "arabe" => "ar" "arabe algérien" => "arq" "arabe égyptien" => "arz" "arabe marocain" => "ary" "arabe najdi" => "ars" "arabe tchadien" => "shu" "arabe tunisien" => "aeb" "aragonais" => "an" "araméen" => "arc" "araméen samaritain" => "sam" "araona" => "aro" "arapaho" => "arp" "arawak" => "arw" "arménien" => "hy" "aroumain" => "rup" "assamais" => "as" "asturien" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avar" => "av" "avestique" => "ae" "awadhi" => "awa" "aymara" => "ay" "azerbaïdjanais" => "az" "bachkir" => "ba" "badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bakhtiari" => "bqi" "balinais" => "ban" "baloutchi" => "bal" "baloutchi occidental" => "bgn" "bambara" => "bm" "bamoun" => "bax" "banjar" => "bjn" "bas-allemand" => "nds" "bas-prussien" => "pdt" "bas-silésien" => "sli" "bas-sorabe" => "dsb" "basque" => "eu" "bassa" => "bas" "batak toba" => "bbc" "bavarois" => "bar" "bedja" => "bej" "bemba" => "bem" "bena" => "bez" "bengali" => "bn" "betawi" => "bew" "bhodjpouri" => "bho" "bichelamar" => "bi" "biélorusse" => "be" "bikol" => "bik" "bini" => "bin" "birman" => "my" "bishnupriya" => "bpy" "blin" => "byn" "bodo" => "brx" "bosniaque" => "bs" "boulou" => "bum" "bouriate" => "bua" "brahoui" => "brh" "braj" => "bra" "breton" => "br" "bugi" => "bug" "bulgare" => "bg" "cachemiri" => "ks" "caddo" => "cad" "caingangue" => "kgp" "cantonais" => "yue" "capiznon" => "cps" "capverdien" => "kea" "carélien" => "krl" "caribe" => "car" "catalan" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "chamorro" => "ch" "changma kodha" => "ccp" "cherokee" => "chr" "chewa" => "ny" "cheyenne" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chilcotin" => "clc" "chinois" => "zh" "chinois littéraire" => "lzh" "chipewyan" => "chp" "chleuh" => "shi" "choctaw" => "cho" "chuuk" => "chk" "cingalais" => "si" "cisena" => "seh" "colville-okanagan" => "oka" "comorien" => "swb" "copte" => "cop" "coréen" => "ko" "cornique" => "kw" "corse" => "co" "cree" => "cr" "creek" => "mus" "créole haïtien" => "ht" "créole jamaïcain" => "jam" "créole louisianais" => "lou" "créole mauricien" => "mfe" "créole seychellois" => "crs" "cri de l’Est (dialecte du Nord)" => "crl" "cri de l’Est (dialecte du Sud)" => "crj" "cri de Moose" => "crm" "cri des marais" => "csw" "cri des plaines" => "crk" "croate" => "hr" "dakota" => "dak" "danois" => "da" "dargwa" => "dar" "dari zoroastrien" => "gbz" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diola-fogny" => "dyo" "dioula" => "dyu" "dogri" => "doi" "dogrib" => "dgr" "douala" => "dua" "dusun central" => "dtp" "dzongkha" => "dz" "écossais" => "sco" "éfik" => "efi" "égyptien ancien" => "egy" "ékadjouk" => "eka" "élamite" => "elx" "embu" => "ebu" "émilien" => "egl" "erzya" => "myv" "esclave" => "den" "espagnol" => "es" "espéranto" => "eo" "estonien" => "et" "estrémègne" => "ext" "éwé" => "ee" "éwondo" => "ewo" "fang" => "fan" "fanti" => "fat" "féroïen" => "fo" "fidjien" => "fj" "filipino" => "fil" "finnois" => "fi" "finnois tornédalien" => "fit" "flamand occidental" => "vls" "fon" => "fon" "français" => "fr" "français cadien" => "frc" "franconien du Main" => "vmf" "francoprovençal" => "frp" "frioulan" => "fur" "frison occidental" => "fy" "frison oriental" => "frs" "frison septentrional" => "frr" "ga" => "gaa" "gaélique écossais" => "gd" "gagaouze" => "gag" "galicien" => "gl" "gallois" => "cy" "gan" => "gan" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "géorgien" => "ka" "ghomalaʼ" => "bbj" "gilaki" => "glk" "gilbertin" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gotique" => "got" "goudjarati" => "gu" "grebo" => "grb" "grec" => "el" "grec ancien" => "grc" "groenlandais" => "kl" "guarani" => "gn" "guègue" => "aln" "guèze" => "gez" "gurenne" => "gur" "gusii" => "guz" "gwichʼin" => "gwi" "haïda" => "hai" "haïda du Sud" => "hax" "hakka" => "hak" "halkomelem" => "hur" "haoussa" => "ha" "haryanvi" => "bgc" "haut-sorabe" => "hsb" "hawaïen" => "haw" "hébreu" => "he" "héréro" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hindi fidjien" => "hif" "hiri motu" => "ho" "hittite" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "hongrois" => "hu" "hupa" => "hup" "iakoute" => "sah" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonésien" => "id" "ingouche" => "inh" "ingrien" => "izh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuktitut" => "iu" "inuktitut de l’Ouest canadien" => "ikt" "inupiaq" => "ik" "irlandais" => "ga" "isangu" => "sbp" "islandais" => "is" "italien" => "it" "japonais" => "ja" "jargon chinook" => "chn" "javanais" => "jv" "jju" => "kaj" "judéo-arabe" => "jrb" "judéo-persan" => "jpr" "jute" => "jut" "kabarde" => "kbd" "kabyle" => "kab" "kachin" => "kac" "kachoube" => "csb" "kako" => "kkj" "kalendjin" => "kln" "kalmouk" => "xal" "kamba" => "kam" "kanembou" => "kbl" "kangri" => "xnr" "kannada" => "kn" "kanouri" => "kr" "karakalpak" => "kaa" "karatchaï balkar" => "krc" "kawi" => "kaw" "kazakh" => "kk" "kényang" => "ken" "khasi" => "kha" "khmer" => "km" "khotanais" => "kho" "khowar" => "khw" "kiga" => "cgg" "kikongo" => "kg" "kikuyu" => "ki" "kimboundou" => "kmb" "kinaray-a" => "krj" "kinyarwanda" => "rw" "kirghize" => "ky" "kirmanjki" => "kiu" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi-permiak" => "koi" "konkani" => "kok" "koro" => "kfo" "kosraéen" => "kos" "kotava" => "avk" "koumyk" => "kum" "kouroukh" => "kru" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpellé" => "kpe" "krio" => "kri" "kuanyama" => "kj" "kurde" => "ku" "kurde du Sud" => "sdh" "kutenai" => "kut" "kuvi" => "kxv" "kwak’wala" => "kwk" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "langue des signes américaine" => "ase" "lao" => "lo" "latgalien" => "ltg" "latin" => "la" "laze" => "lzz" "letton" => "lv" "lezghien" => "lez" "ligure" => "lij" "lillooet" => "lil" "limbourgeois" => "li" "lingala" => "ln" "lingua franca nova" => "lfn" "lituanien" => "lt" "livonien" => "liv" "lojban" => "jbo" "lombard" => "lmo" "lori du Nord" => "lrc" "lozi" => "loz" "luba-kasaï (ciluba)" => "lua" "luba-katanga (kiluba)" => "lu" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushaï" => "lus" "lushootseed du Sud" => "slh" "luxembourgeois" => "lb" "luyia" => "luy" "maasaï" => "mas" "maba" => "mde" "macédonien" => "mk" "macua" => "vmw" "madurais" => "mad" "mafa" => "maf" "magahi" => "mag" "maïthili" => "mai" "makassar" => "mak" "makondé" => "kde" "makua" => "mgh" "malais" => "ms" "malayalam" => "ml" "maldivien" => "dv" "malécite-passamaquoddy" => "pqm" "malgache" => "mg" "maltais" => "mt" "mandar" => "mdr" "mandchou" => "mnc" "mandingue" => "man" "manipuri" => "mni" "mannois" => "gv" "maori" => "mi" "mapuche" => "arn" "marathi" => "mr" "mari" => "chm" "mari occidental" => "mrj" "marshallais" => "mh" "marwarî" => "mwr" "matchamé" => "jmc" "mazandérani" => "mzn" "médumba" => "byv" "mendé" => "men" "mentawaï" => "mwv" "meru" => "mer" "metaʼ" => "mgo" "micmac" => "mic" "minangkabau" => "min" "mingrélien" => "xmf" "minnan" => "nan" "mirandais" => "mwl" "mitchif" => "crg" "mohawk" => "moh" "mokcha" => "mdf" "mongo" => "lol" "mongol" => "mn" "moré" => "mos" "moundang" => "mua" "moyen anglais" => "enm" "moyen français" => "frm" "moyen haut-allemand" => "gmh" "moyen irlandais" => "mga" "moyen néerlandais" => "dum" "myènè" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitain" => "nap" "nauruan" => "na" "navajo" => "nv" "ndébélé du Nord" => "nd" "ndébélé du Sud" => "nr" "ndonga" => "ng" "néerlandais" => "nl" "népalais" => "ne" "newari" => "new" "newarî classique" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "ngoumba" => "nmg" "nheengatou" => "yrl" "niha" => "nia" "niuéen" => "niu" "nogaï" => "nog" "norvégien" => "no" "norvégien bokmål" => "nb" "norvégien nynorsk" => "nn" "novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyankolé" => "nyn" "nyoro" => "nyo" "nzema" => "nzi" "obolo" => "ann" "occitan" => "oc" "odia" => "or" "oji-cri" => "ojs" "ojibwa" => "oj" "ojibwé central" => "ojc" "ojibwé du Nord-Ouest" => "ojb" "ojibwé occidental" => "ojw" "oromo" => "om" "osage" => "osa" "ossète" => "os" "oudmourte" => "udm" "ougaritique" => "uga" "ouïghour" => "ug" "ourdou" => "ur" "ouzbek" => "uz" "pachto" => "ps" "pahlavi" => "pal" "palau" => "pau" "pali" => "pi" "pampangan" => "pam" "pangasinan" => "pag" "papiamento" => "pap" "pendjabi" => "pa" "pennsilfaanisch" => "pdc" "persan" => "fa" "persan ancien" => "peo" "peul" => "ff" "phénicien" => "phn" "picard" => "pcd" "pidgin nigérian" => "pcm" "piémontais" => "pms" "pijin" => "pis" "pohnpei" => "pon" "polonais" => "pl" "pontique" => "pnt" "portugais" => "pt" "provençal ancien" => "pro" "prussien" => "prg" "quechua" => "qu" "quiché" => "quc" "quichua du Haut-Chimborazo" => "qug" "rajasthani" => "raj" "rapanui" => "rap" "rarotongien" => "rar" "rifain" => "rif" "rohingya" => "rhg" "romagnol" => "rgn" "romanche" => "rm" "romani" => "rom" "rombo" => "rof" "rotuman" => "rtm" "roumain" => "ro" "roundi" => "rn" "roviana" => "rug" "russe" => "ru" "ruthène" => "rue" "rwa" => "rwk" "saho" => "ssy" "salish des détroits" => "str" "samburu" => "saq" "same d’Inari" => "smn" "same de Lule" => "smj" "same du Nord" => "se" "same du Sud" => "sma" "same skolt" => "sms" "samia" => "lsm" "samoan" => "sm" "samogitien" => "sgs" "sandawe" => "sad" "sango" => "sg" "sanskrit" => "sa" "santali" => "sat" "sarde" => "sc" "sarde sassarais" => "sdc" "sasak" => "sas" "saterlandais" => "stq" "saurashtra" => "saz" "sélayar" => "sly" "selkoupe" => "sel" "seneca" => "see" "serbe" => "sr" "serbo-croate" => "sh" "sérère" => "srr" "séri" => "sei" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "sicilien" => "scn" "sidamo" => "sid" "siksika" => "bla" "silésien" => "szl" "sindhi" => "sd" "slavon d’église" => "cu" "slovaque" => "sk" "slovène" => "sl" "soga" => "xog" "sogdien" => "sog" "somali" => "so" "soninké" => "snk" "sorani" => "ckb" "sotho du Nord" => "nso" "sotho du Sud" => "st" "soukouma" => "suk" "soundanais" => "su" "soussou" => "sus" "sranan tongo" => "srn" "suédois" => "sv" "suisse allemand" => "gsw" "sumérien" => "sux" "swahili" => "sw" "swati" => "ss" "symboles Bliss" => "zbl" "syriaque" => "syr" "syriaque classique" => "syc" "tadjik" => "tg" "tagalog" => "tl" "tagish" => "tgx" "tahitien" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "taita" => "dav" "talysh" => "tly" "tamacheq" => "tmh" "tamoul" => "ta" "taroko" => "trv" "tasawaq" => "twq" "tatar" => "tt" "tatar de Crimée" => "crh" "tati caucasien" => "ttt" "tchaghataï" => "chg" "tchèque" => "cs" "tchétchène" => "ce" "tchouvache" => "cv" "télougou" => "te" "tereno" => "ter" "teso" => "teo" "tétoum" => "tet" "thaï" => "th" "tibétain" => "bo" "tigré" => "tig" "tigrigna" => "ti" "timné" => "tem" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelau" => "tkl" "toki pona" => "tok" "tonga nyasa" => "tog" "tongien" => "to" "Torwali" => "trw" "toulou" => "tcy" "touroyo" => "tru" "touvain" => "tyv" "tsakhour" => "tkr" "tsakonien" => "tsd" "tsimshian" => "tsi" "tsonga" => "ts" "tswana" => "tn" "tumbuka" => "tum" "turc" => "tr" "turc ottoman" => "ota" "turkmène" => "tk" "tutchone du Nord" => "ttm" "tutchone du Sud" => "tce" "tuvalu" => "tvl" "twi" => "tw" "tyap" => "kcg" "ukrainien" => "uk" "umbundu" => "umb" "vaï" => "vai" "venda" => "ve" "vénitien" => "vec" "vepse" => "vep" "vietnamien" => "vi" "vieux norrois" => "non" "volapük" => "vo" "võro" => "vro" "vote" => "vot" "vunjo" => "vun" "walamo" => "wal" "wallon" => "wa" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "wayuu" => "guc" "wolof" => "wo" "wu" => "wuu" "xhosa" => "xh" "xiang" => "hsn" "yangben" => "yav" "yao" => "yao" "yapois" => "yap" "yemba" => "ybb" "yi du Sichuan" => "ii" "yiddish" => "yi" "yoruba" => "yo" "youpik central" => "esu" "zapotèque" => "zap" "zarma" => "dje" "zazaki" => "zza" "zélandais" => "zea" "zenaga" => "zen" "zhuang" => "za" "zoulou" => "zu" "zuñi" => "zun" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3514 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_language" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3655 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_language" ] |
| cache_key | "_register_b2_b_form_language_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3917 +data: "" +value: "" +label: "Veuillez choisir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +data: "ab" +value: "ab" +label: "abkhaze" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +data: "ace" +value: "ace" +label: "aceh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +data: "ach" +value: "ach" +label: "acoli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +data: "ada" +value: "ada" +label: "adangme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +data: "ady" +value: "ady" +label: "adyguéen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +data: "aa" +value: "aa" +label: "afar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +data: "afh" +value: "afh" +label: "afrihili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +data: "af" +value: "af" +label: "afrikaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +data: "agq" +value: "agq" +label: "aghem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +data: "ain" +value: "ain" +label: "aïnou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +data: "ak" +value: "ak" +label: "akan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +data: "akk" +value: "akk" +label: "akkadien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3930 +data: "bss" +value: "bss" +label: "akoose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +data: "akz" +value: "akz" +label: "alabama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +data: "sq" +value: "sq" +label: "albanais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +data: "ale" +value: "ale" +label: "aléoute" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +data: "crr" +value: "crr" +label: "algonquin de Caroline" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +data: "de" +value: "de" +label: "allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +data: "pfl" +value: "pfl" +label: "allemand palatin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +data: "alt" +value: "alt" +label: "altaï du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +data: "tzm" +value: "tzm" +label: "amazighe de l’Atlas central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +data: "zgh" +value: "zgh" +label: "amazighe standard marocain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +data: "am" +value: "am" +label: "amharique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +data: "ang" +value: "ang" +label: "ancien anglais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +data: "fro" +value: "fro" +label: "ancien français" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +data: "goh" +value: "goh" +label: "ancien haut allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +data: "sga" +value: "sga" +label: "ancien irlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +data: "anp" +value: "anp" +label: "angika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +data: "en" +value: "en" +label: "anglais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +data: "blo" +value: "blo" +label: "anii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +data: "njo" +value: "njo" +label: "ao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3949 +data: "ar" +value: "ar" +label: "arabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +data: "arq" +value: "arq" +label: "arabe algérien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3951 +data: "arz" +value: "arz" +label: "arabe égyptien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3952 +data: "ary" +value: "ary" +label: "arabe marocain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +data: "ars" +value: "ars" +label: "arabe najdi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3954 +data: "shu" +value: "shu" +label: "arabe tchadien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3955 +data: "aeb" +value: "aeb" +label: "arabe tunisien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3956 +data: "an" +value: "an" +label: "aragonais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +data: "arc" +value: "arc" +label: "araméen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3958 +data: "sam" +value: "sam" +label: "araméen samaritain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3959 +data: "aro" +value: "aro" +label: "araona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +data: "arp" +value: "arp" +label: "arapaho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +data: "arw" +value: "arw" +label: "arawak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3962 +data: "hy" +value: "hy" +label: "arménien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +data: "rup" +value: "rup" +label: "aroumain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +data: "as" +value: "as" +label: "assamais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3965 +data: "ast" +value: "ast" +label: "asturien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +data: "asa" +value: "asa" +label: "asu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +data: "atj" +value: "atj" +label: "atikamekw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +data: "cch" +value: "cch" +label: "atsam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3969 +data: "av" +value: "av" +label: "avar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +data: "ae" +value: "ae" +label: "avestique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3971 +data: "awa" +value: "awa" +label: "awadhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3972 +data: "ay" +value: "ay" +label: "aymara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +data: "az" +value: "az" +label: "azerbaïdjanais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3974 +data: "ba" +value: "ba" +label: "bachkir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3975 +data: "bfq" +value: "bfq" +label: "badaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3976 +data: "ksf" +value: "ksf" +label: "bafia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3977 +data: "bfd" +value: "bfd" +label: "bafut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3978 +data: "bqi" +value: "bqi" +label: "bakhtiari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +data: "ban" +value: "ban" +label: "balinais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +data: "bal" +value: "bal" +label: "baloutchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +data: "bgn" +value: "bgn" +label: "baloutchi occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3982 +data: "bm" +value: "bm" +label: "bambara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +data: "bax" +value: "bax" +label: "bamoun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3984 +data: "bjn" +value: "bjn" +label: "banjar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3985 +data: "nds" +value: "nds" +label: "bas-allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +data: "pdt" +value: "pdt" +label: "bas-prussien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +data: "sli" +value: "sli" +label: "bas-silésien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3988 +data: "dsb" +value: "dsb" +label: "bas-sorabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +data: "eu" +value: "eu" +label: "basque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3990 +data: "bas" +value: "bas" +label: "bassa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3991 +data: "bbc" +value: "bbc" +label: "batak toba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3992 +data: "bar" +value: "bar" +label: "bavarois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3993 +data: "bej" +value: "bej" +label: "bedja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +data: "bem" +value: "bem" +label: "bemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +data: "bez" +value: "bez" +label: "bena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +data: "bn" +value: "bn" +label: "bengali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +data: "bew" +value: "bew" +label: "betawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +data: "bho" +value: "bho" +label: "bhodjpouri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +data: "bi" +value: "bi" +label: "bichelamar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +data: "be" +value: "be" +label: "biélorusse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +data: "bik" +value: "bik" +label: "bikol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +data: "bin" +value: "bin" +label: "bini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +data: "my" +value: "my" +label: "birman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +data: "bpy" +value: "bpy" +label: "bishnupriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +data: "byn" +value: "byn" +label: "blin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +data: "brx" +value: "brx" +label: "bodo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +data: "bs" +value: "bs" +label: "bosniaque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +data: "bum" +value: "bum" +label: "boulou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +data: "bua" +value: "bua" +label: "bouriate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +data: "brh" +value: "brh" +label: "brahoui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +data: "bra" +value: "bra" +label: "braj" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +data: "br" +value: "br" +label: "breton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +data: "bug" +value: "bug" +label: "bugi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +data: "bg" +value: "bg" +label: "bulgare" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +data: "ks" +value: "ks" +label: "cachemiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +data: "cad" +value: "cad" +label: "caddo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +data: "kgp" +value: "kgp" +label: "caingangue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +data: "yue" +value: "yue" +label: "cantonais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +data: "cps" +value: "cps" +label: "capiznon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +data: "kea" +value: "kea" +label: "capverdien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +data: "krl" +value: "krl" +label: "carélien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +data: "car" +value: "car" +label: "caribe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +data: "ca" +value: "ca" +label: "catalan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +data: "cay" +value: "cay" +label: "cayuga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +data: "ceb" +value: "ceb" +label: "cebuano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +data: "ch" +value: "ch" +label: "chamorro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +data: "ccp" +value: "ccp" +label: "changma kodha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +data: "chr" +value: "chr" +label: "cherokee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +data: "ny" +value: "ny" +label: "chewa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +data: "chy" +value: "chy" +label: "cheyenne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +data: "chb" +value: "chb" +label: "chibcha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +data: "cic" +value: "cic" +label: "Chickasaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +data: "clc" +value: "clc" +label: "chilcotin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +data: "zh" +value: "zh" +label: "chinois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +data: "lzh" +value: "lzh" +label: "chinois littéraire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +data: "chp" +value: "chp" +label: "chipewyan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +data: "shi" +value: "shi" +label: "chleuh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +data: "cho" +value: "cho" +label: "choctaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +data: "chk" +value: "chk" +label: "chuuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +data: "si" +value: "si" +label: "cingalais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +data: "seh" +value: "seh" +label: "cisena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +data: "oka" +value: "oka" +label: "colville-okanagan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +data: "swb" +value: "swb" +label: "comorien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +data: "cop" +value: "cop" +label: "copte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +data: "ko" +value: "ko" +label: "coréen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +data: "kw" +value: "kw" +label: "cornique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +data: "co" +value: "co" +label: "corse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +data: "cr" +value: "cr" +label: "cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +data: "mus" +value: "mus" +label: "creek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +data: "ht" +value: "ht" +label: "créole haïtien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +data: "jam" +value: "jam" +label: "créole jamaïcain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +data: "lou" +value: "lou" +label: "créole louisianais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +data: "mfe" +value: "mfe" +label: "créole mauricien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +data: "crs" +value: "crs" +label: "créole seychellois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +data: "crl" +value: "crl" +label: "cri de l’Est (dialecte du Nord)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +data: "crj" +value: "crj" +label: "cri de l’Est (dialecte du Sud)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +data: "crm" +value: "crm" +label: "cri de Moose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +data: "csw" +value: "csw" +label: "cri des marais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +data: "crk" +value: "crk" +label: "cri des plaines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +data: "hr" +value: "hr" +label: "croate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +data: "dak" +value: "dak" +label: "dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +data: "da" +value: "da" +label: "danois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +data: "dar" +value: "dar" +label: "dargwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +data: "gbz" +value: "gbz" +label: "dari zoroastrien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +data: "dzg" +value: "dzg" +label: "dazaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +data: "del" +value: "del" +label: "delaware" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +data: "din" +value: "din" +label: "dinka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +data: "dyo" +value: "dyo" +label: "diola-fogny" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +data: "dyu" +value: "dyu" +label: "dioula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +data: "doi" +value: "doi" +label: "dogri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +data: "dgr" +value: "dgr" +label: "dogrib" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +data: "dua" +value: "dua" +label: "douala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +data: "dtp" +value: "dtp" +label: "dusun central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +data: "dz" +value: "dz" +label: "dzongkha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +data: "sco" +value: "sco" +label: "écossais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +data: "efi" +value: "efi" +label: "éfik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +data: "egy" +value: "egy" +label: "égyptien ancien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +data: "eka" +value: "eka" +label: "ékadjouk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +data: "elx" +value: "elx" +label: "élamite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +data: "ebu" +value: "ebu" +label: "embu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +data: "egl" +value: "egl" +label: "émilien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +data: "myv" +value: "myv" +label: "erzya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +data: "den" +value: "den" +label: "esclave" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +data: "es" +value: "es" +label: "espagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +data: "eo" +value: "eo" +label: "espéranto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +data: "et" +value: "et" +label: "estonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +data: "ext" +value: "ext" +label: "estrémègne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +data: "ee" +value: "ee" +label: "éwé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +data: "ewo" +value: "ewo" +label: "éwondo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +data: "fan" +value: "fan" +label: "fang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +data: "fat" +value: "fat" +label: "fanti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +data: "fo" +value: "fo" +label: "féroïen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +data: "fj" +value: "fj" +label: "fidjien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +data: "fil" +value: "fil" +label: "filipino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +data: "fi" +value: "fi" +label: "finnois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +data: "fit" +value: "fit" +label: "finnois tornédalien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +data: "vls" +value: "vls" +label: "flamand occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +data: "fon" +value: "fon" +label: "fon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +data: "fr" +value: "fr" +label: "français" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +data: "frc" +value: "frc" +label: "français cadien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +data: "vmf" +value: "vmf" +label: "franconien du Main" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +data: "frp" +value: "frp" +label: "francoprovençal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +data: "fur" +value: "fur" +label: "frioulan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +data: "fy" +value: "fy" +label: "frison occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +data: "frs" +value: "frs" +label: "frison oriental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +data: "frr" +value: "frr" +label: "frison septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +data: "gaa" +value: "gaa" +label: "ga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +data: "gd" +value: "gd" +label: "gaélique écossais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +data: "gag" +value: "gag" +label: "gagaouze" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +data: "gl" +value: "gl" +label: "galicien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +data: "cy" +value: "cy" +label: "gallois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +data: "gan" +value: "gan" +label: "gan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +data: "lg" +value: "lg" +label: "ganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +data: "gay" +value: "gay" +label: "gayo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +data: "gba" +value: "gba" +label: "gbaya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +data: "ka" +value: "ka" +label: "géorgien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +data: "bbj" +value: "bbj" +label: "ghomalaʼ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +data: "glk" +value: "glk" +label: "gilaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +data: "gil" +value: "gil" +label: "gilbertin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +data: "gon" +value: "gon" +label: "gondi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +data: "gor" +value: "gor" +label: "gorontalo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +data: "got" +value: "got" +label: "gotique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +data: "gu" +value: "gu" +label: "goudjarati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +data: "grb" +value: "grb" +label: "grebo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +data: "el" +value: "el" +label: "grec" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +data: "grc" +value: "grc" +label: "grec ancien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +data: "kl" +value: "kl" +label: "groenlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +data: "gn" +value: "gn" +label: "guarani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +data: "aln" +value: "aln" +label: "guègue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +data: "gez" +value: "gez" +label: "guèze" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +data: "gur" +value: "gur" +label: "gurenne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +data: "guz" +value: "guz" +label: "gusii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4133 +data: "gwi" +value: "gwi" +label: "gwichʼin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +data: "hai" +value: "hai" +label: "haïda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +data: "hax" +value: "hax" +label: "haïda du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +data: "hak" +value: "hak" +label: "hakka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +data: "hur" +value: "hur" +label: "halkomelem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +data: "ha" +value: "ha" +label: "haoussa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +data: "bgc" +value: "bgc" +label: "haryanvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +data: "hsb" +value: "hsb" +label: "haut-sorabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +data: "haw" +value: "haw" +label: "hawaïen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +data: "he" +value: "he" +label: "hébreu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +data: "hz" +value: "hz" +label: "héréro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +data: "hil" +value: "hil" +label: "hiligaynon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +data: "hi" +value: "hi" +label: "hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +data: "hif" +value: "hif" +label: "hindi fidjien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +data: "ho" +value: "ho" +label: "hiri motu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +data: "hit" +value: "hit" +label: "hittite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +data: "hmn" +value: "hmn" +label: "hmong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +data: "hnj" +value: "hnj" +label: "Hmong Njua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +data: "hu" +value: "hu" +label: "hongrois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +data: "hup" +value: "hup" +label: "hupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +data: "sah" +value: "sah" +label: "iakoute" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +data: "iba" +value: "iba" +label: "iban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +data: "ibb" +value: "ibb" +label: "ibibio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +data: "io" +value: "io" +label: "ido" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +data: "ig" +value: "ig" +label: "igbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +data: "ilo" +value: "ilo" +label: "ilocano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +data: "id" +value: "id" +label: "indonésien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +data: "inh" +value: "inh" +label: "ingouche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +data: "izh" +value: "izh" +label: "ingrien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +data: "moe" +value: "moe" +label: "innu-aimun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +data: "ia" +value: "ia" +label: "interlingua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +data: "ie" +value: "ie" +label: "interlingue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +data: "iu" +value: "iu" +label: "inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4166 +data: "ikt" +value: "ikt" +label: "inuktitut de l’Ouest canadien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4167 +data: "ik" +value: "ik" +label: "inupiaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +data: "ga" +value: "ga" +label: "irlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +data: "sbp" +value: "sbp" +label: "isangu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4170 +data: "is" +value: "is" +label: "islandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4171 +data: "it" +value: "it" +label: "italien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4172 +data: "ja" +value: "ja" +label: "japonais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4173 +data: "chn" +value: "chn" +label: "jargon chinook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4174 +data: "jv" +value: "jv" +label: "javanais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4175 +data: "kaj" +value: "kaj" +label: "jju" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +data: "jrb" +value: "jrb" +label: "judéo-arabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4177 +data: "jpr" +value: "jpr" +label: "judéo-persan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +data: "jut" +value: "jut" +label: "jute" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4179 +data: "kbd" +value: "kbd" +label: "kabarde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +data: "kab" +value: "kab" +label: "kabyle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +data: "kac" +value: "kac" +label: "kachin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +data: "csb" +value: "csb" +label: "kachoube" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +data: "kkj" +value: "kkj" +label: "kako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4184 +data: "kln" +value: "kln" +label: "kalendjin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4185 +data: "xal" +value: "xal" +label: "kalmouk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4186 +data: "kam" +value: "kam" +label: "kamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4187 +data: "kbl" +value: "kbl" +label: "kanembou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4188 +data: "xnr" +value: "xnr" +label: "kangri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +data: "kn" +value: "kn" +label: "kannada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +data: "kr" +value: "kr" +label: "kanouri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +data: "kaa" +value: "kaa" +label: "karakalpak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4192 +data: "krc" +value: "krc" +label: "karatchaï balkar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +data: "kaw" +value: "kaw" +label: "kawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +data: "kk" +value: "kk" +label: "kazakh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +data: "ken" +value: "ken" +label: "kényang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +data: "kha" +value: "kha" +label: "khasi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +data: "km" +value: "km" +label: "khmer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +data: "kho" +value: "kho" +label: "khotanais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4199 +data: "khw" +value: "khw" +label: "khowar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4200 +data: "cgg" +value: "cgg" +label: "kiga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4201 +data: "kg" +value: "kg" +label: "kikongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: "ki" +value: "ki" +label: "kikuyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4203 +data: "kmb" +value: "kmb" +label: "kimboundou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: "krj" +value: "krj" +label: "kinaray-a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4205 +data: "rw" +value: "rw" +label: "kinyarwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: "ky" +value: "ky" +label: "kirghize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: "kiu" +value: "kiu" +label: "kirmanjki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: "tlh" +value: "tlh" +label: "klingon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: "ksh" +value: "ksh" +label: "kölsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: "bkm" +value: "bkm" +label: "kom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: "kv" +value: "kv" +label: "komi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: "koi" +value: "koi" +label: "komi-permiak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: "kok" +value: "kok" +label: "konkani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: "kfo" +value: "kfo" +label: "koro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: "kos" +value: "kos" +label: "kosraéen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: "avk" +value: "avk" +label: "kotava" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: "kum" +value: "kum" +label: "koumyk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: "kru" +value: "kru" +label: "kouroukh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: "khq" +value: "khq" +label: "koyra chiini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: "ses" +value: "ses" +label: "koyraboro senni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: "kpe" +value: "kpe" +label: "kpellé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: "kri" +value: "kri" +label: "krio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: "kj" +value: "kj" +label: "kuanyama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: "ku" +value: "ku" +label: "kurde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: "sdh" +value: "sdh" +label: "kurde du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: "kut" +value: "kut" +label: "kutenai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: "kxv" +value: "kxv" +label: "kuvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: "kwk" +value: "kwk" +label: "kwak’wala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: "lad" +value: "lad" +label: "ladino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: "lah" +value: "lah" +label: "lahnda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: "lkt" +value: "lkt" +label: "lakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: "lam" +value: "lam" +label: "lamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: "lag" +value: "lag" +label: "langi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: "ase" +value: "ase" +label: "langue des signes américaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: "lo" +value: "lo" +label: "lao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: "ltg" +value: "ltg" +label: "latgalien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: "la" +value: "la" +label: "latin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: "lzz" +value: "lzz" +label: "laze" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: "lv" +value: "lv" +label: "letton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: "lez" +value: "lez" +label: "lezghien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: "lij" +value: "lij" +label: "ligure" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: "lil" +value: "lil" +label: "lillooet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: "li" +value: "li" +label: "limbourgeois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: "ln" +value: "ln" +label: "lingala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: "lfn" +value: "lfn" +label: "lingua franca nova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: "lt" +value: "lt" +label: "lituanien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: "liv" +value: "liv" +label: "livonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: "jbo" +value: "jbo" +label: "lojban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: "lmo" +value: "lmo" +label: "lombard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: "lrc" +value: "lrc" +label: "lori du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: "loz" +value: "loz" +label: "lozi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: "lua" +value: "lua" +label: "luba-kasaï (ciluba)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: "lu" +value: "lu" +label: "luba-katanga (kiluba)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: "lui" +value: "lui" +label: "luiseño" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: "lun" +value: "lun" +label: "lunda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: "luo" +value: "luo" +label: "Luo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: "lus" +value: "lus" +label: "lushaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: "slh" +value: "slh" +label: "lushootseed du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: "lb" +value: "lb" +label: "luxembourgeois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: "luy" +value: "luy" +label: "luyia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: "mas" +value: "mas" +label: "maasaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: "mde" +value: "mde" +label: "maba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: "mk" +value: "mk" +label: "macédonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: "vmw" +value: "vmw" +label: "macua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: "mad" +value: "mad" +label: "madurais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: "maf" +value: "maf" +label: "mafa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: "mag" +value: "mag" +label: "magahi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: "mai" +value: "mai" +label: "maïthili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: "mak" +value: "mak" +label: "makassar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: "kde" +value: "kde" +label: "makondé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: "mgh" +value: "mgh" +label: "makua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: "ms" +value: "ms" +label: "malais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: "ml" +value: "ml" +label: "malayalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: "dv" +value: "dv" +label: "maldivien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: "pqm" +value: "pqm" +label: "malécite-passamaquoddy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: "mg" +value: "mg" +label: "malgache" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: "mt" +value: "mt" +label: "maltais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: "mdr" +value: "mdr" +label: "mandar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: "mnc" +value: "mnc" +label: "mandchou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: "man" +value: "man" +label: "mandingue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: "mni" +value: "mni" +label: "manipuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: "gv" +value: "gv" +label: "mannois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: "mi" +value: "mi" +label: "maori" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: "arn" +value: "arn" +label: "mapuche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: "mr" +value: "mr" +label: "marathi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: "chm" +value: "chm" +label: "mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: "mrj" +value: "mrj" +label: "mari occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: "mh" +value: "mh" +label: "marshallais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: "mwr" +value: "mwr" +label: "marwarî" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: "jmc" +value: "jmc" +label: "matchamé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: "mzn" +value: "mzn" +label: "mazandérani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: "byv" +value: "byv" +label: "médumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: "men" +value: "men" +label: "mendé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: "mwv" +value: "mwv" +label: "mentawaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: "mer" +value: "mer" +label: "meru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: "mgo" +value: "mgo" +label: "metaʼ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: "mic" +value: "mic" +label: "micmac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: "min" +value: "min" +label: "minangkabau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: "xmf" +value: "xmf" +label: "mingrélien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: "nan" +value: "nan" +label: "minnan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: "mwl" +value: "mwl" +label: "mirandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: "crg" +value: "crg" +label: "mitchif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: "moh" +value: "moh" +label: "mohawk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: "mdf" +value: "mdf" +label: "mokcha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: "lol" +value: "lol" +label: "mongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: "mn" +value: "mn" +label: "mongol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: "mos" +value: "mos" +label: "moré" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: "mua" +value: "mua" +label: "moundang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: "enm" +value: "enm" +label: "moyen anglais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: "frm" +value: "frm" +label: "moyen français" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: "gmh" +value: "gmh" +label: "moyen haut-allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: "mga" +value: "mga" +label: "moyen irlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: "dum" +value: "dum" +label: "moyen néerlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: "mye" +value: "mye" +label: "myènè" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: "nqo" +value: "nqo" +label: "n’ko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: "naq" +value: "naq" +label: "nama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: "nap" +value: "nap" +label: "napolitain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: "na" +value: "na" +label: "nauruan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: "nv" +value: "nv" +label: "navajo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: "nd" +value: "nd" +label: "ndébélé du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: "nr" +value: "nr" +label: "ndébélé du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: "ng" +value: "ng" +label: "ndonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: "nl" +value: "nl" +label: "néerlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: "ne" +value: "ne" +label: "népalais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: "new" +value: "new" +label: "newari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: "nwc" +value: "nwc" +label: "newarî classique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: "sba" +value: "sba" +label: "ngambay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: "nnh" +value: "nnh" +label: "ngiemboon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: "jgo" +value: "jgo" +label: "ngomba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: "nmg" +value: "nmg" +label: "ngoumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: "yrl" +value: "yrl" +label: "nheengatou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: "nia" +value: "nia" +label: "niha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: "niu" +value: "niu" +label: "niuéen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: "nog" +value: "nog" +label: "nogaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: "no" +value: "no" +label: "norvégien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: "nb" +value: "nb" +label: "norvégien bokmål" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: "nn" +value: "nn" +label: "norvégien nynorsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: "nov" +value: "nov" +label: "novial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: "nus" +value: "nus" +label: "nuer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: "nym" +value: "nym" +label: "nyamwezi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: "nyn" +value: "nyn" +label: "nyankolé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: "nyo" +value: "nyo" +label: "nyoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: "nzi" +value: "nzi" +label: "nzema" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: "ann" +value: "ann" +label: "obolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: "oc" +value: "oc" +label: "occitan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: "or" +value: "or" +label: "odia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: "ojs" +value: "ojs" +label: "oji-cri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: "oj" +value: "oj" +label: "ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: "ojc" +value: "ojc" +label: "ojibwé central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: "ojb" +value: "ojb" +label: "ojibwé du Nord-Ouest" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: "ojw" +value: "ojw" +label: "ojibwé occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: "om" +value: "om" +label: "oromo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: "osa" +value: "osa" +label: "osage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: "os" +value: "os" +label: "ossète" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: "udm" +value: "udm" +label: "oudmourte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: "uga" +value: "uga" +label: "ougaritique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: "ug" +value: "ug" +label: "ouïghour" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: "ur" +value: "ur" +label: "ourdou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: "uz" +value: "uz" +label: "ouzbek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: "ps" +value: "ps" +label: "pachto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: "pal" +value: "pal" +label: "pahlavi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: "pau" +value: "pau" +label: "palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: "pi" +value: "pi" +label: "pali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: "pam" +value: "pam" +label: "pampangan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: "pag" +value: "pag" +label: "pangasinan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: "pap" +value: "pap" +label: "papiamento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: "pa" +value: "pa" +label: "pendjabi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: "pdc" +value: "pdc" +label: "pennsilfaanisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: "fa" +value: "fa" +label: "persan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: "peo" +value: "peo" +label: "persan ancien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: "ff" +value: "ff" +label: "peul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: "phn" +value: "phn" +label: "phénicien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: "pcd" +value: "pcd" +label: "picard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: "pcm" +value: "pcm" +label: "pidgin nigérian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: "pms" +value: "pms" +label: "piémontais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: "pis" +value: "pis" +label: "pijin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: "pon" +value: "pon" +label: "pohnpei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: "pl" +value: "pl" +label: "polonais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: "pnt" +value: "pnt" +label: "pontique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: "pt" +value: "pt" +label: "portugais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: "pro" +value: "pro" +label: "provençal ancien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: "prg" +value: "prg" +label: "prussien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: "qu" +value: "qu" +label: "quechua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: "quc" +value: "quc" +label: "quiché" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: "qug" +value: "qug" +label: "quichua du Haut-Chimborazo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: "raj" +value: "raj" +label: "rajasthani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: "rap" +value: "rap" +label: "rapanui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: "rar" +value: "rar" +label: "rarotongien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: "rif" +value: "rif" +label: "rifain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: "rhg" +value: "rhg" +label: "rohingya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: "rgn" +value: "rgn" +label: "romagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: "rm" +value: "rm" +label: "romanche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: "rom" +value: "rom" +label: "romani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: "rof" +value: "rof" +label: "rombo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: "rtm" +value: "rtm" +label: "rotuman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: "ro" +value: "ro" +label: "roumain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: "rn" +value: "rn" +label: "roundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: "rug" +value: "rug" +label: "roviana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: "ru" +value: "ru" +label: "russe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: "rue" +value: "rue" +label: "ruthène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: "rwk" +value: "rwk" +label: "rwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: "ssy" +value: "ssy" +label: "saho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: "str" +value: "str" +label: "salish des détroits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: "saq" +value: "saq" +label: "samburu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: "smn" +value: "smn" +label: "same d’Inari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: "smj" +value: "smj" +label: "same de Lule" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: "se" +value: "se" +label: "same du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: "sma" +value: "sma" +label: "same du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: "sms" +value: "sms" +label: "same skolt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: "lsm" +value: "lsm" +label: "samia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: "sm" +value: "sm" +label: "samoan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: "sgs" +value: "sgs" +label: "samogitien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: "sad" +value: "sad" +label: "sandawe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: "sg" +value: "sg" +label: "sango" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: "sa" +value: "sa" +label: "sanskrit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: "sat" +value: "sat" +label: "santali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: "sc" +value: "sc" +label: "sarde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: "sdc" +value: "sdc" +label: "sarde sassarais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: "sas" +value: "sas" +label: "sasak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: "stq" +value: "stq" +label: "saterlandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: "saz" +value: "saz" +label: "saurashtra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: "sly" +value: "sly" +label: "sélayar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: "sel" +value: "sel" +label: "selkoupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: "see" +value: "see" +label: "seneca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: "sr" +value: "sr" +label: "serbe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: "sh" +value: "sh" +label: "serbo-croate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: "srr" +value: "srr" +label: "sérère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: "sei" +value: "sei" +label: "séri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: "ksb" +value: "ksb" +label: "shambala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: "shn" +value: "shn" +label: "shan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: "sn" +value: "sn" +label: "shona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: "scn" +value: "scn" +label: "sicilien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: "sid" +value: "sid" +label: "sidamo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: "bla" +value: "bla" +label: "siksika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: "szl" +value: "szl" +label: "silésien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: "sd" +value: "sd" +label: "sindhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: "cu" +value: "cu" +label: "slavon d’église" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: "sk" +value: "sk" +label: "slovaque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: "sl" +value: "sl" +label: "slovène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: "xog" +value: "xog" +label: "soga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: "sog" +value: "sog" +label: "sogdien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: "so" +value: "so" +label: "somali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: "snk" +value: "snk" +label: "soninké" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: "ckb" +value: "ckb" +label: "sorani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: "nso" +value: "nso" +label: "sotho du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: "st" +value: "st" +label: "sotho du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: "suk" +value: "suk" +label: "soukouma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: "su" +value: "su" +label: "soundanais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: "sus" +value: "sus" +label: "soussou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: "srn" +value: "srn" +label: "sranan tongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: "sv" +value: "sv" +label: "suédois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: "gsw" +value: "gsw" +label: "suisse allemand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: "sux" +value: "sux" +label: "sumérien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: "sw" +value: "sw" +label: "swahili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: "ss" +value: "ss" +label: "swati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: "zbl" +value: "zbl" +label: "symboles Bliss" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +data: "syr" +value: "syr" +label: "syriaque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +data: "syc" +value: "syc" +label: "syriaque classique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +data: "tg" +value: "tg" +label: "tadjik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +data: "tl" +value: "tl" +label: "tagalog" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +data: "tgx" +value: "tgx" +label: "tagish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: "ty" +value: "ty" +label: "tahitien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +data: "tht" +value: "tht" +label: "tahltan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: "blt" +value: "blt" +label: "Tai Dam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +data: "dav" +value: "dav" +label: "taita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +data: "tly" +value: "tly" +label: "talysh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +data: "tmh" +value: "tmh" +label: "tamacheq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: "ta" +value: "ta" +label: "tamoul" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +data: "trv" +value: "trv" +label: "taroko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +data: "twq" +value: "twq" +label: "tasawaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +data: "tt" +value: "tt" +label: "tatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +data: "crh" +value: "crh" +label: "tatar de Crimée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +data: "ttt" +value: "ttt" +label: "tati caucasien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +data: "chg" +value: "chg" +label: "tchaghataï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +data: "cs" +value: "cs" +label: "tchèque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +data: "ce" +value: "ce" +label: "tchétchène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +data: "cv" +value: "cv" +label: "tchouvache" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +data: "te" +value: "te" +label: "télougou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +data: "ter" +value: "ter" +label: "tereno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +data: "teo" +value: "teo" +label: "teso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +data: "tet" +value: "tet" +label: "tétoum" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +data: "th" +value: "th" +label: "thaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4483 +data: "bo" +value: "bo" +label: "tibétain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +data: "tig" +value: "tig" +label: "tigré" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +data: "ti" +value: "ti" +label: "tigrigna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +data: "tem" +value: "tem" +label: "timné" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +data: "tiv" +value: "tiv" +label: "tiv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +data: "tli" +value: "tli" +label: "tlingit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +data: "tpi" +value: "tpi" +label: "tok pisin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +data: "tkl" +value: "tkl" +label: "tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +data: "tok" +value: "tok" +label: "toki pona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +data: "tog" +value: "tog" +label: "tonga nyasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +data: "to" +value: "to" +label: "tongien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +data: "trw" +value: "trw" +label: "Torwali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +data: "tcy" +value: "tcy" +label: "toulou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +data: "tru" +value: "tru" +label: "touroyo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +data: "tyv" +value: "tyv" +label: "touvain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +data: "tkr" +value: "tkr" +label: "tsakhour" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +data: "tsd" +value: "tsd" +label: "tsakonien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +data: "tsi" +value: "tsi" +label: "tsimshian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +data: "ts" +value: "ts" +label: "tsonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +data: "tn" +value: "tn" +label: "tswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +data: "tum" +value: "tum" +label: "tumbuka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +data: "tr" +value: "tr" +label: "turc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +data: "ota" +value: "ota" +label: "turc ottoman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +data: "tk" +value: "tk" +label: "turkmène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +data: "ttm" +value: "ttm" +label: "tutchone du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +data: "tce" +value: "tce" +label: "tutchone du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +data: "tvl" +value: "tvl" +label: "tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +data: "tw" +value: "tw" +label: "twi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4511 +data: "kcg" +value: "kcg" +label: "tyap" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4512 +data: "uk" +value: "uk" +label: "ukrainien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +data: "umb" +value: "umb" +label: "umbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +data: "vai" +value: "vai" +label: "vaï" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +data: "ve" +value: "ve" +label: "venda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +data: "vec" +value: "vec" +label: "vénitien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +data: "vep" +value: "vep" +label: "vepse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +data: "vi" +value: "vi" +label: "vietnamien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +data: "non" +value: "non" +label: "vieux norrois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +data: "vo" +value: "vo" +label: "volapük" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +data: "vro" +value: "vro" +label: "võro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +data: "vot" +value: "vot" +label: "vote" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +data: "vun" +value: "vun" +label: "vunjo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +data: "wal" +value: "wal" +label: "walamo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +data: "wa" +value: "wa" +label: "wallon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +data: "wae" +value: "wae" +label: "walser" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +data: "war" +value: "war" +label: "waray" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +data: "wbp" +value: "wbp" +label: "warlpiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +data: "was" +value: "was" +label: "washo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +data: "guc" +value: "guc" +label: "wayuu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4531 +data: "wo" +value: "wo" +label: "wolof" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +data: "wuu" +value: "wuu" +label: "wu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +data: "xh" +value: "xh" +label: "xhosa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4534 +data: "hsn" +value: "hsn" +label: "xiang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4535 +data: "yav" +value: "yav" +label: "yangben" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4536 +data: "yao" +value: "yao" +label: "yao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4537 +data: "yap" +value: "yap" +label: "yapois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4538 +data: "ybb" +value: "ybb" +label: "yemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4539 +data: "ii" +value: "ii" +label: "yi du Sichuan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +data: "yi" +value: "yi" +label: "yiddish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4541 +data: "yo" +value: "yo" +label: "yoruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4542 +data: "esu" +value: "esu" +label: "youpik central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4543 +data: "zap" +value: "zap" +label: "zapotèque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4544 +data: "dje" +value: "dje" +label: "zarma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4545 +data: "zza" +value: "zza" +label: "zazaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4546 +data: "zea" +value: "zea" +label: "zélandais" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4547 +data: "zen" +value: "zen" +label: "zenaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4548 +data: "za" +value: "za" +label: "zhuang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4549 +data: "zu" +value: "zu" +label: "zoulou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4550 +data: "zun" +value: "zun" +label: "zuñi" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3915 -errors: [] -form: Symfony\Component\Form\Form {#3758 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3916 …5} |
| full_name | "register_b2_b_form[language]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_language" |
| is_selected | Closure($choice, $value) {#4554 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_language" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "language" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_language" |
| valid | true |
| value | "" |
vat
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3503 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3503 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_vat" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3503 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3663 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 | "form_label_vat" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3666 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_vat" ] |
| cache_key | "_register_b2_b_form_vat_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4552 -errors: [] -form: Symfony\Component\Form\Form {#3761 …} } |
| form | Symfony\Component\Form\FormView {#4553 …5} |
| full_name | "register_b2_b_form[vat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_vat" |
| label | "form_label_vat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vat" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_vat" |
| valid | true |
| value | "" |
salutation
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 | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Veuillez choisir" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
[ "Veuillez choisir" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3454 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3454 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_salutation" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [] |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Veuillez choisir" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3454 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_salutation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3676 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_salutation" ] |
| cache_key | "_register_b2_b_form_salutation_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4557 +data: "" +value: "" +label: "Veuillez choisir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +data: "male" +value: "male" +label: "form.salutationMale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +data: "female" +value: "female" +label: "form.salutationFemale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4555 -errors: [] -form: Symfony\Component\Form\Form {#3764 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4556 …5} |
| full_name | "register_b2_b_form[salutation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_salutation" |
| is_selected | Closure($choice, $value) {#4561 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_salutation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "salutation" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_salutation" |
| valid | true |
| value | "" |
primaryFirstname
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3501 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3501 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_primaryFirstname" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3501 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3687 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 | "form_label_primaryFirstname" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3688 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryFirstname" ] |
| cache_key | "_register_b2_b_form_primaryFirstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4562 -errors: [] -form: Symfony\Component\Form\Form {#3767 …} } |
| form | Symfony\Component\Form\FormView {#4563 …5} |
| full_name | "register_b2_b_form[primaryFirstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryFirstname" |
| label | "form_label_primaryFirstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryFirstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryFirstname" |
| valid | true |
| value | "" |
primaryLastname
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3502 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3502 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_primaryLastname" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3502 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3696 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 | "form_label_primaryLastname" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3697 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryLastname" ] |
| cache_key | "_register_b2_b_form_primaryLastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4564 -errors: [] -form: Symfony\Component\Form\Form {#3770 …} } |
| form | Symfony\Component\Form\FormView {#4565 …5} |
| full_name | "register_b2_b_form[primaryLastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryLastname" |
| label | "form_label_primaryLastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryLastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryLastname" |
| valid | true |
| value | "" |
job
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 | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Veuillez choisir" => "" "Architecte/Designer" => "Architect/Designer" "Construction" => "Building and Construction" "Menuisier" => "Carpenter" "Électrotechnicien" => "Electrical Engineer" "Électricien" => "Electrician" "Client privé" => "Private Client" "Hôtellerie & Restauration" => "Hotel Business" "Concepteur d'éclairage" => "Lighting Designer" "Revendeurs de luminaires" => "Lighting Dealer" "Presse" => "Press" "Conseiller" => "Consultant" "Distributeur de meubles" => "Furniture Dealer" "Commerce de détail" => "Retail Business" "Autres" => "Other" ] |
[ "Veuillez choisir" => "" "Architecte/Designer" => "Architect/Designer" "Construction" => "Building and Construction" "Menuisier" => "Carpenter" "Électrotechnicien" => "Electrical Engineer" "Électricien" => "Electrician" "Client privé" => "Private Client" "Hôtellerie & Restauration" => "Hotel Business" "Concepteur d'éclairage" => "Lighting Designer" "Revendeurs de luminaires" => "Lighting Dealer" "Presse" => "Press" "Conseiller" => "Consultant" "Distributeur de meubles" => "Furniture Dealer" "Commerce de détail" => "Retail Business" "Autres" => "Other" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3500 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3500 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_job" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [] |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Veuillez choisir" => "" "Architecte/Designer" => "Architect/Designer" "Construction" => "Building and Construction" "Menuisier" => "Carpenter" "Électrotechnicien" => "Electrical Engineer" "Électricien" => "Electrician" "Client privé" => "Private Client" "Hôtellerie & Restauration" => "Hotel Business" "Concepteur d'éclairage" => "Lighting Designer" "Revendeurs de luminaires" => "Lighting Dealer" "Presse" => "Press" "Conseiller" => "Consultant" "Distributeur de meubles" => "Furniture Dealer" "Commerce de détail" => "Retail Business" "Autres" => "Other" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3500 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_job" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3705 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_job" ] |
| cache_key | "_register_b2_b_form_job_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +data: "" +value: "" +label: "Veuillez choisir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +data: "Architect/Designer" +value: "Architect/Designer" +label: "Architecte/Designer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +data: "Building and Construction" +value: "Building and Construction" +label: "Construction" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +data: "Carpenter" +value: "Carpenter" +label: "Menuisier" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +data: "Electrical Engineer" +value: "Electrical Engineer" +label: "Électrotechnicien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +data: "Electrician" +value: "Electrician" +label: "Électricien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +data: "Private Client" +value: "Private Client" +label: "Client privé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +data: "Hotel Business" +value: "Hotel Business" +label: "Hôtellerie & Restauration" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +data: "Lighting Designer" +value: "Lighting Designer" +label: "Concepteur d'éclairage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +data: "Lighting Dealer" +value: "Lighting Dealer" +label: "Revendeurs de luminaires" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +data: "Press" +value: "Press" +label: "Presse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +data: "Consultant" +value: "Consultant" +label: "Conseiller" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +data: "Furniture Dealer" +value: "Furniture Dealer" +label: "Distributeur de meubles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +data: "Retail Business" +value: "Retail Business" +label: "Commerce de détail" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +data: "Other" +value: "Other" +label: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4566 -errors: [] -form: Symfony\Component\Form\Form {#3773 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4567 …5} |
| full_name | "register_b2_b_form[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_job" |
| is_selected | Closure($choice, $value) {#4584 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_job" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "job" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_job" |
| valid | true |
| value | "" |
primaryPhone
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_phone_number" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3716 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 | "form_label_phone_number" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3717 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryPhone" ] |
| cache_key | "_register_b2_b_form_primaryPhone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4585 -errors: [] -form: Symfony\Component\Form\Form {#3776 …} } |
| form | Symfony\Component\Form\FormView {#4586 …5} |
| full_name | "register_b2_b_form[primaryPhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryPhone" |
| label | "form_label_phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryPhone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryPhone" |
| valid | true |
| value | "" |
primaryEmail
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_primaryEmail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3725 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 | "form_label_primaryEmail" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3726 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_b2_b_form_primaryEmail" ] |
| cache_key | "_register_b2_b_form_primaryEmail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4587 -errors: [] -form: Symfony\Component\Form\Form {#3779 …} } |
| form | Symfony\Component\Form\FormView {#4588 …5} |
| full_name | "register_b2_b_form[primaryEmail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryEmail" |
| label | "form_label_primaryEmail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryEmail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryEmail" |
| valid | true |
| value | "" |
invoiceAddress
"App\Form\Type\AddressType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| enable_contact | false |
| 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() {#3740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3739 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_register_b2_b_form_invoiceAddress" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_address" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4589 -errors: [] -form: Symfony\Component\Form\Form {#3829 …} } |
| form | Symfony\Component\Form\FormView {#4590 …5} |
| full_name | "register_b2_b_form[invoiceAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "invoiceAddress" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress" |
| valid | true |
| value | null |
name
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3783 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 | "form_label_name" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3784 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_name" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4594 -errors: [] -form: Symfony\Component\Form\Form {#3832 …} } |
| form | Symfony\Component\Form\FormView {#4593 …5} |
| full_name | "register_b2_b_form[invoiceAddress][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_name" |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_name" |
| valid | true |
| value | "" |
street
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_street" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3792 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 | "form_label_street" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3793 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_street" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_street_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4595 -errors: [] -form: Symfony\Component\Form\Form {#3835 …} } |
| form | Symfony\Component\Form\FormView {#4596 …5} |
| full_name | "register_b2_b_form[invoiceAddress][street]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_street" |
| label | "form_label_street" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "street" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_street" |
| valid | true |
| value | "" |
zip
"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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_zip" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3801 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 | "form_label_zip" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3802 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_zip" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_zip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4597 -errors: [] -form: Symfony\Component\Form\Form {#3838 …} } |
| form | Symfony\Component\Form\FormView {#4598 …5} |
| full_name | "register_b2_b_form[invoiceAddress][zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_zip" |
| label | "form_label_zip" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_zip" |
| 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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_city" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3810 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 | "form_label_city" |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3811 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_city" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4599 -errors: [] -form: Symfony\Component\Form\Form {#3841 …} } |
| form | Symfony\Component\Form\FormView {#4600 …5} |
| full_name | "register_b2_b_form[invoiceAddress][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_city" |
| label | "form_label_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_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 |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
[ "data-parsley-required-message" => "Champ vide !" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Veuillez choisir" => "" "Afghanistan" => "AF" "Afrique du Sud" => "ZA" "Albanie" => "AL" "Algérie" => "DZ" "Allemagne" => "DE" "Andorre" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctique" => "AQ" "Antigua-et-Barbuda" => "AG" "Arabie saoudite" => "SA" "Argentine" => "AR" "Arménie" => "AM" "Aruba" => "AW" "Australie" => "AU" "Autriche" => "AT" "Azerbaïdjan" => "AZ" "Bahamas" => "BS" "Bahreïn" => "BH" "Bangladesh" => "BD" "Barbade" => "BB" "Belgique" => "BE" "Belize" => "BZ" "Bénin" => "BJ" "Bermudes" => "BM" "Bhoutan" => "BT" "Biélorussie" => "BY" "Bolivie" => "BO" "Bosnie-Herzégovine" => "BA" "Botswana" => "BW" "Brésil" => "BR" "Brunéi Darussalam" => "BN" "Bulgarie" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodge" => "KH" "Cameroun" => "CM" "Canada" => "CA" "Cap-Vert" => "CV" "Chili" => "CL" "Chine" => "CN" "Chypre" => "CY" "Colombie" => "CO" "Comores" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Corée du Nord" => "KP" "Corée du Sud" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatie" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danemark" => "DK" "Djibouti" => "DJ" "Dominique" => "DM" "Égypte" => "EG" "Émirats arabes unis" => "AE" "Équateur" => "EC" "Érythrée" => "ER" "Espagne" => "ES" "Estonie" => "EE" "Eswatini" => "SZ" "État de la Cité du Vatican" => "VA" "États fédérés de Micronésie" => "FM" "États-Unis" => "US" "Éthiopie" => "ET" "Fidji" => "FJ" "Finlande" => "FI" "France" => "FR" "Gabon" => "GA" "Gambie" => "GM" "Géorgie" => "GE" "Géorgie du Sud et îles Sandwich du Sud" => "GS" "Ghana" => "GH" "Gibraltar" => "GI" "Grèce" => "GR" "Grenade" => "GD" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernesey" => "GG" "Guinée" => "GN" "Guinée équatoriale" => "GQ" "Guinée-Bissau" => "GW" "Guyana" => "GY" "Guyane française" => "GF" "Haïti" => "HT" "Honduras" => "HN" "Hongrie" => "HU" "Île Bouvet" => "BV" "Île Christmas" => "CX" "Île de Man" => "IM" "Île Norfolk" => "NF" "Îles Åland" => "AX" "Îles Caïmans" => "KY" "Îles Cocos" => "CC" "Îles Cook" => "CK" "Îles Féroé" => "FO" "Îles Heard et McDonald" => "HM" "Îles Malouines" => "FK" "Îles Mariannes du Nord" => "MP" "Îles Marshall" => "MH" "Îles mineures éloignées des États-Unis" => "UM" "Îles Pitcairn" => "PN" "Îles Salomon" => "SB" "Îles Turques-et-Caïques" => "TC" "Îles Vierges britanniques" => "VG" "Îles Vierges des États-Unis" => "VI" "Inde" => "IN" "Indonésie" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irlande" => "IE" "Islande" => "IS" "Israël" => "IL" "Italie" => "IT" "Jamaïque" => "JM" "Japon" => "JP" "Jersey" => "JE" "Jordanie" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Koweït" => "KW" "La Réunion" => "RE" "Laos" => "LA" "Lesotho" => "LS" "Lettonie" => "LV" "Liban" => "LB" "Libéria" => "LR" "Libye" => "LY" "Liechtenstein" => "LI" "Lituanie" => "LT" "Luxembourg" => "LU" "Macédoine du Nord" => "MK" "Madagascar" => "MG" "Malaisie" => "MY" "Malawi" => "MW" "Maldives" => "MV" "Mali" => "ML" "Malte" => "MT" "Maroc" => "MA" "Martinique" => "MQ" "Maurice" => "MU" "Mauritanie" => "MR" "Mayotte" => "YT" "Mexique" => "MX" "Moldavie" => "MD" "Monaco" => "MC" "Mongolie" => "MN" "Monténégro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmanie)" => "MM" "Namibie" => "NA" "Nauru" => "NR" "Népal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigéria" => "NG" "Niue" => "NU" "Norvège" => "NO" "Nouvelle-Calédonie" => "NC" "Nouvelle-Zélande" => "NZ" "Oman" => "OM" "Ouganda" => "UG" "Ouzbékistan" => "UZ" "Pakistan" => "PK" "Palaos" => "PW" "Panama" => "PA" "Papouasie-Nouvelle-Guinée" => "PG" "Paraguay" => "PY" "Pays-Bas" => "NL" "Pays-Bas caribéens" => "BQ" "Pérou" => "PE" "Philippines" => "PH" "Pologne" => "PL" "Polynésie française" => "PF" "Porto Rico" => "PR" "Portugal" => "PT" "Qatar" => "QA" "R.A.S. chinoise de Hong Kong" => "HK" "R.A.S. chinoise de Macao" => "MO" "République centrafricaine" => "CF" "République dominicaine" => "DO" "Roumanie" => "RO" "Royaume-Uni" => "GB" "Russie" => "RU" "Rwanda" => "RW" "Sahara occidental" => "EH" "Saint-Barthélemy" => "BL" "Saint-Christophe-et-Niévès" => "KN" "Saint-Marin" => "SM" "Saint-Martin" => "MF" "Saint-Martin (partie néerlandaise)" => "SX" "Saint-Pierre-et-Miquelon" => "PM" "Saint-Vincent-et-les-Grenadines" => "VC" "Sainte-Hélène" => "SH" "Sainte-Lucie" => "LC" "Salvador" => "SV" "Samoa" => "WS" "Samoa américaines" => "AS" "Sao Tomé-et-Principe" => "ST" "Sénégal" => "SN" "Serbie" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapour" => "SG" "Slovaquie" => "SK" "Slovénie" => "SI" "Somalie" => "SO" "Soudan" => "SD" "Soudan du Sud" => "SS" "Sri Lanka" => "LK" "Suède" => "SE" "Suisse" => "CH" "Suriname" => "SR" "Svalbard et Jan Mayen" => "SJ" "Syrie" => "SY" "Tadjikistan" => "TJ" "Taïwan" => "TW" "Tanzanie" => "TZ" "Tchad" => "TD" "Tchéquie" => "CZ" "Terres australes françaises" => "TF" "Territoire britannique de l’océan Indien" => "IO" "Territoires palestiniens" => "PS" "Thaïlande" => "TH" "Timor oriental" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinité-et-Tobago" => "TT" "Tunisie" => "TN" "Turkménistan" => "TM" "Turquie" => "TR" "Tuvalu" => "TV" "Ukraine" => "UA" "Uruguay" => "UY" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis-et-Futuna" => "WF" "Yémen" => "YE" "Zambie" => "ZM" "Zimbabwe" => "ZW" ] |
[ "Veuillez choisir" => "" "Afghanistan" => "AF" "Afrique du Sud" => "ZA" "Albanie" => "AL" "Algérie" => "DZ" "Allemagne" => "DE" "Andorre" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctique" => "AQ" "Antigua-et-Barbuda" => "AG" "Arabie saoudite" => "SA" "Argentine" => "AR" "Arménie" => "AM" "Aruba" => "AW" "Australie" => "AU" "Autriche" => "AT" "Azerbaïdjan" => "AZ" "Bahamas" => "BS" "Bahreïn" => "BH" "Bangladesh" => "BD" "Barbade" => "BB" "Belgique" => "BE" "Belize" => "BZ" "Bénin" => "BJ" "Bermudes" => "BM" "Bhoutan" => "BT" "Biélorussie" => "BY" "Bolivie" => "BO" "Bosnie-Herzégovine" => "BA" "Botswana" => "BW" "Brésil" => "BR" "Brunéi Darussalam" => "BN" "Bulgarie" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodge" => "KH" "Cameroun" => "CM" "Canada" => "CA" "Cap-Vert" => "CV" "Chili" => "CL" "Chine" => "CN" "Chypre" => "CY" "Colombie" => "CO" "Comores" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Corée du Nord" => "KP" "Corée du Sud" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatie" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danemark" => "DK" "Djibouti" => "DJ" "Dominique" => "DM" "Égypte" => "EG" "Émirats arabes unis" => "AE" "Équateur" => "EC" "Érythrée" => "ER" "Espagne" => "ES" "Estonie" => "EE" "Eswatini" => "SZ" "État de la Cité du Vatican" => "VA" "États fédérés de Micronésie" => "FM" "États-Unis" => "US" "Éthiopie" => "ET" "Fidji" => "FJ" "Finlande" => "FI" "France" => "FR" "Gabon" => "GA" "Gambie" => "GM" "Géorgie" => "GE" "Géorgie du Sud et îles Sandwich du Sud" => "GS" "Ghana" => "GH" "Gibraltar" => "GI" "Grèce" => "GR" "Grenade" => "GD" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernesey" => "GG" "Guinée" => "GN" "Guinée équatoriale" => "GQ" "Guinée-Bissau" => "GW" "Guyana" => "GY" "Guyane française" => "GF" "Haïti" => "HT" "Honduras" => "HN" "Hongrie" => "HU" "Île Bouvet" => "BV" "Île Christmas" => "CX" "Île de Man" => "IM" "Île Norfolk" => "NF" "Îles Åland" => "AX" "Îles Caïmans" => "KY" "Îles Cocos" => "CC" "Îles Cook" => "CK" "Îles Féroé" => "FO" "Îles Heard et McDonald" => "HM" "Îles Malouines" => "FK" "Îles Mariannes du Nord" => "MP" "Îles Marshall" => "MH" "Îles mineures éloignées des États-Unis" => "UM" "Îles Pitcairn" => "PN" "Îles Salomon" => "SB" "Îles Turques-et-Caïques" => "TC" "Îles Vierges britanniques" => "VG" "Îles Vierges des États-Unis" => "VI" "Inde" => "IN" "Indonésie" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irlande" => "IE" "Islande" => "IS" "Israël" => "IL" "Italie" => "IT" "Jamaïque" => "JM" "Japon" => "JP" "Jersey" => "JE" "Jordanie" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Koweït" => "KW" "La Réunion" => "RE" "Laos" => "LA" "Lesotho" => "LS" "Lettonie" => "LV" "Liban" => "LB" "Libéria" => "LR" "Libye" => "LY" "Liechtenstein" => "LI" "Lituanie" => "LT" "Luxembourg" => "LU" "Macédoine du Nord" => "MK" "Madagascar" => "MG" "Malaisie" => "MY" "Malawi" => "MW" "Maldives" => "MV" "Mali" => "ML" "Malte" => "MT" "Maroc" => "MA" "Martinique" => "MQ" "Maurice" => "MU" "Mauritanie" => "MR" "Mayotte" => "YT" "Mexique" => "MX" "Moldavie" => "MD" "Monaco" => "MC" "Mongolie" => "MN" "Monténégro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmanie)" => "MM" "Namibie" => "NA" "Nauru" => "NR" "Népal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigéria" => "NG" "Niue" => "NU" "Norvège" => "NO" "Nouvelle-Calédonie" => "NC" "Nouvelle-Zélande" => "NZ" "Oman" => "OM" "Ouganda" => "UG" "Ouzbékistan" => "UZ" "Pakistan" => "PK" "Palaos" => "PW" "Panama" => "PA" "Papouasie-Nouvelle-Guinée" => "PG" "Paraguay" => "PY" "Pays-Bas" => "NL" "Pays-Bas caribéens" => "BQ" "Pérou" => "PE" "Philippines" => "PH" "Pologne" => "PL" "Polynésie française" => "PF" "Porto Rico" => "PR" "Portugal" => "PT" "Qatar" => "QA" "R.A.S. chinoise de Hong Kong" => "HK" "R.A.S. chinoise de Macao" => "MO" "République centrafricaine" => "CF" "République dominicaine" => "DO" "Roumanie" => "RO" "Royaume-Uni" => "GB" "Russie" => "RU" "Rwanda" => "RW" "Sahara occidental" => "EH" "Saint-Barthélemy" => "BL" "Saint-Christophe-et-Niévès" => "KN" "Saint-Marin" => "SM" "Saint-Martin" => "MF" "Saint-Martin (partie néerlandaise)" => "SX" "Saint-Pierre-et-Miquelon" => "PM" "Saint-Vincent-et-les-Grenadines" => "VC" "Sainte-Hélène" => "SH" "Sainte-Lucie" => "LC" "Salvador" => "SV" "Samoa" => "WS" "Samoa américaines" => "AS" "Sao Tomé-et-Principe" => "ST" "Sénégal" => "SN" "Serbie" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapour" => "SG" "Slovaquie" => "SK" "Slovénie" => "SI" "Somalie" => "SO" "Soudan" => "SD" "Soudan du Sud" => "SS" "Sri Lanka" => "LK" "Suède" => "SE" "Suisse" => "CH" "Suriname" => "SR" "Svalbard et Jan Mayen" => "SJ" "Syrie" => "SY" "Tadjikistan" => "TJ" "Taïwan" => "TW" "Tanzanie" => "TZ" "Tchad" => "TD" "Tchéquie" => "CZ" "Terres australes françaises" => "TF" "Territoire britannique de l’océan Indien" => "IO" "Territoires palestiniens" => "PS" "Thaïlande" => "TH" "Timor oriental" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinité-et-Tobago" => "TT" "Tunisie" => "TN" "Turkménistan" => "TM" "Turquie" => "TR" "Tuvalu" => "TV" "Ukraine" => "UA" "Uruguay" => "UY" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis-et-Futuna" => "WF" "Yémen" => "YE" "Zambie" => "ZM" "Zimbabwe" => "ZW" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +normalizer: null } ] |
| label | "form_label_country" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [] |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Veuillez choisir" => "" "Afghanistan" => "AF" "Afrique du Sud" => "ZA" "Albanie" => "AL" "Algérie" => "DZ" "Allemagne" => "DE" "Andorre" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctique" => "AQ" "Antigua-et-Barbuda" => "AG" "Arabie saoudite" => "SA" "Argentine" => "AR" "Arménie" => "AM" "Aruba" => "AW" "Australie" => "AU" "Autriche" => "AT" "Azerbaïdjan" => "AZ" "Bahamas" => "BS" "Bahreïn" => "BH" "Bangladesh" => "BD" "Barbade" => "BB" "Belgique" => "BE" "Belize" => "BZ" "Bénin" => "BJ" "Bermudes" => "BM" "Bhoutan" => "BT" "Biélorussie" => "BY" "Bolivie" => "BO" "Bosnie-Herzégovine" => "BA" "Botswana" => "BW" "Brésil" => "BR" "Brunéi Darussalam" => "BN" "Bulgarie" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodge" => "KH" "Cameroun" => "CM" "Canada" => "CA" "Cap-Vert" => "CV" "Chili" => "CL" "Chine" => "CN" "Chypre" => "CY" "Colombie" => "CO" "Comores" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Corée du Nord" => "KP" "Corée du Sud" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatie" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Danemark" => "DK" "Djibouti" => "DJ" "Dominique" => "DM" "Égypte" => "EG" "Émirats arabes unis" => "AE" "Équateur" => "EC" "Érythrée" => "ER" "Espagne" => "ES" "Estonie" => "EE" "Eswatini" => "SZ" "État de la Cité du Vatican" => "VA" "États fédérés de Micronésie" => "FM" "États-Unis" => "US" "Éthiopie" => "ET" "Fidji" => "FJ" "Finlande" => "FI" "France" => "FR" "Gabon" => "GA" "Gambie" => "GM" "Géorgie" => "GE" "Géorgie du Sud et îles Sandwich du Sud" => "GS" "Ghana" => "GH" "Gibraltar" => "GI" "Grèce" => "GR" "Grenade" => "GD" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernesey" => "GG" "Guinée" => "GN" "Guinée équatoriale" => "GQ" "Guinée-Bissau" => "GW" "Guyana" => "GY" "Guyane française" => "GF" "Haïti" => "HT" "Honduras" => "HN" "Hongrie" => "HU" "Île Bouvet" => "BV" "Île Christmas" => "CX" "Île de Man" => "IM" "Île Norfolk" => "NF" "Îles Åland" => "AX" "Îles Caïmans" => "KY" "Îles Cocos" => "CC" "Îles Cook" => "CK" "Îles Féroé" => "FO" "Îles Heard et McDonald" => "HM" "Îles Malouines" => "FK" "Îles Mariannes du Nord" => "MP" "Îles Marshall" => "MH" "Îles mineures éloignées des États-Unis" => "UM" "Îles Pitcairn" => "PN" "Îles Salomon" => "SB" "Îles Turques-et-Caïques" => "TC" "Îles Vierges britanniques" => "VG" "Îles Vierges des États-Unis" => "VI" "Inde" => "IN" "Indonésie" => "ID" "Irak" => "IQ" "Iran" => "IR" "Irlande" => "IE" "Islande" => "IS" "Israël" => "IL" "Italie" => "IT" "Jamaïque" => "JM" "Japon" => "JP" "Jersey" => "JE" "Jordanie" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kirghizistan" => "KG" "Kiribati" => "KI" "Koweït" => "KW" "La Réunion" => "RE" "Laos" => "LA" "Lesotho" => "LS" "Lettonie" => "LV" "Liban" => "LB" "Libéria" => "LR" "Libye" => "LY" "Liechtenstein" => "LI" "Lituanie" => "LT" "Luxembourg" => "LU" "Macédoine du Nord" => "MK" "Madagascar" => "MG" "Malaisie" => "MY" "Malawi" => "MW" "Maldives" => "MV" "Mali" => "ML" "Malte" => "MT" "Maroc" => "MA" "Martinique" => "MQ" "Maurice" => "MU" "Mauritanie" => "MR" "Mayotte" => "YT" "Mexique" => "MX" "Moldavie" => "MD" "Monaco" => "MC" "Mongolie" => "MN" "Monténégro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmanie)" => "MM" "Namibie" => "NA" "Nauru" => "NR" "Népal" => "NP" "Nicaragua" => "NI" "Niger" => "NE" "Nigéria" => "NG" "Niue" => "NU" "Norvège" => "NO" "Nouvelle-Calédonie" => "NC" "Nouvelle-Zélande" => "NZ" "Oman" => "OM" "Ouganda" => "UG" "Ouzbékistan" => "UZ" "Pakistan" => "PK" "Palaos" => "PW" "Panama" => "PA" "Papouasie-Nouvelle-Guinée" => "PG" "Paraguay" => "PY" "Pays-Bas" => "NL" "Pays-Bas caribéens" => "BQ" "Pérou" => "PE" "Philippines" => "PH" "Pologne" => "PL" "Polynésie française" => "PF" "Porto Rico" => "PR" "Portugal" => "PT" "Qatar" => "QA" "R.A.S. chinoise de Hong Kong" => "HK" "R.A.S. chinoise de Macao" => "MO" "République centrafricaine" => "CF" "République dominicaine" => "DO" "Roumanie" => "RO" "Royaume-Uni" => "GB" "Russie" => "RU" "Rwanda" => "RW" "Sahara occidental" => "EH" "Saint-Barthélemy" => "BL" "Saint-Christophe-et-Niévès" => "KN" "Saint-Marin" => "SM" "Saint-Martin" => "MF" "Saint-Martin (partie néerlandaise)" => "SX" "Saint-Pierre-et-Miquelon" => "PM" "Saint-Vincent-et-les-Grenadines" => "VC" "Sainte-Hélène" => "SH" "Sainte-Lucie" => "LC" "Salvador" => "SV" "Samoa" => "WS" "Samoa américaines" => "AS" "Sao Tomé-et-Principe" => "ST" "Sénégal" => "SN" "Serbie" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapour" => "SG" "Slovaquie" => "SK" "Slovénie" => "SI" "Somalie" => "SO" "Soudan" => "SD" "Soudan du Sud" => "SS" "Sri Lanka" => "LK" "Suède" => "SE" "Suisse" => "CH" "Suriname" => "SR" "Svalbard et Jan Mayen" => "SJ" "Syrie" => "SY" "Tadjikistan" => "TJ" "Taïwan" => "TW" "Tanzanie" => "TZ" "Tchad" => "TD" "Tchéquie" => "CZ" "Terres australes françaises" => "TF" "Territoire britannique de l’océan Indien" => "IO" "Territoires palestiniens" => "PS" "Thaïlande" => "TH" "Timor oriental" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinité-et-Tobago" => "TT" "Tunisie" => "TN" "Turkménistan" => "TM" "Turquie" => "TR" "Tuvalu" => "TV" "Ukraine" => "UA" "Uruguay" => "UY" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis-et-Futuna" => "WF" "Yémen" => "YE" "Zambie" => "ZM" "Zimbabwe" => "ZW" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Champ vide !" +allowNull: false +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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3819 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Champ vide !" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_invoiceAddress_country" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +data: "" +value: "" +label: "Veuillez choisir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +data: "ZA" +value: "ZA" +label: "Afrique du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +data: "AL" +value: "AL" +label: "Albanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +data: "DZ" +value: "DZ" +label: "Algérie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +data: "DE" +value: "DE" +label: "Allemagne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +data: "AD" +value: "AD" +label: "Andorre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +data: "AQ" +value: "AQ" +label: "Antarctique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +data: "AG" +value: "AG" +label: "Antigua-et-Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +data: "SA" +value: "SA" +label: "Arabie saoudite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +data: "AR" +value: "AR" +label: "Argentine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +data: "AM" +value: "AM" +label: "Arménie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +data: "AU" +value: "AU" +label: "Australie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +data: "AT" +value: "AT" +label: "Autriche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +data: "AZ" +value: "AZ" +label: "Azerbaïdjan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4621 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4622 +data: "BH" +value: "BH" +label: "Bahreïn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +data: "BB" +value: "BB" +label: "Barbade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4625 +data: "BE" +value: "BE" +label: "Belgique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4626 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4627 +data: "BJ" +value: "BJ" +label: "Bénin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4628 +data: "BM" +value: "BM" +label: "Bermudes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4629 +data: "BT" +value: "BT" +label: "Bhoutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +data: "BY" +value: "BY" +label: "Biélorussie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +data: "BO" +value: "BO" +label: "Bolivie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +data: "BA" +value: "BA" +label: "Bosnie-Herzégovine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +data: "BR" +value: "BR" +label: "Brésil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4635 +data: "BN" +value: "BN" +label: "Brunéi Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: "BG" +value: "BG" +label: "Bulgarie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4639 +data: "KH" +value: "KH" +label: "Cambodge" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +data: "CM" +value: "CM" +label: "Cameroun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4641 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +data: "CV" +value: "CV" +label: "Cap-Vert" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +data: "CL" +value: "CL" +label: "Chili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4644 +data: "CN" +value: "CN" +label: "Chine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4645 +data: "CY" +value: "CY" +label: "Chypre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4646 +data: "CO" +value: "CO" +label: "Colombie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4647 +data: "KM" +value: "KM" +label: "Comores" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4648 +data: "CG" +value: "CG" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4649 +data: "CD" +value: "CD" +label: "Congo-Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4650 +data: "KP" +value: "KP" +label: "Corée du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4651 +data: "KR" +value: "KR" +label: "Corée du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4652 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4653 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4654 +data: "HR" +value: "HR" +label: "Croatie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4655 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4656 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4657 +data: "DK" +value: "DK" +label: "Danemark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4658 +data: "DJ" +value: "DJ" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4659 +data: "DM" +value: "DM" +label: "Dominique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4660 +data: "EG" +value: "EG" +label: "Égypte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4661 +data: "AE" +value: "AE" +label: "Émirats arabes unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4662 +data: "EC" +value: "EC" +label: "Équateur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +data: "ER" +value: "ER" +label: "Érythrée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4664 +data: "ES" +value: "ES" +label: "Espagne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +data: "EE" +value: "EE" +label: "Estonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +data: "VA" +value: "VA" +label: "État de la Cité du Vatican" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +data: "FM" +value: "FM" +label: "États fédérés de Micronésie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +data: "US" +value: "US" +label: "États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +data: "ET" +value: "ET" +label: "Éthiopie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +data: "FJ" +value: "FJ" +label: "Fidji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +data: "FI" +value: "FI" +label: "Finlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +data: "GM" +value: "GM" +label: "Gambie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +data: "GE" +value: "GE" +label: "Géorgie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +data: "GS" +value: "GS" +label: "Géorgie du Sud et îles Sandwich du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +data: "GR" +value: "GR" +label: "Grèce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +data: "GD" +value: "GD" +label: "Grenade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +data: "GL" +value: "GL" +label: "Groenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +data: "GG" +value: "GG" +label: "Guernesey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +data: "GN" +value: "GN" +label: "Guinée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +data: "GQ" +value: "GQ" +label: "Guinée équatoriale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +data: "GW" +value: "GW" +label: "Guinée-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +data: "GF" +value: "GF" +label: "Guyane française" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +data: "HT" +value: "HT" +label: "Haïti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +data: "HU" +value: "HU" +label: "Hongrie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +data: "BV" +value: "BV" +label: "Île Bouvet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +data: "CX" +value: "CX" +label: "Île Christmas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +data: "IM" +value: "IM" +label: "Île de Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +data: "NF" +value: "NF" +label: "Île Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +data: "AX" +value: "AX" +label: "Îles Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +data: "KY" +value: "KY" +label: "Îles Caïmans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +data: "CC" +value: "CC" +label: "Îles Cocos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: "CK" +value: "CK" +label: "Îles Cook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +data: "FO" +value: "FO" +label: "Îles Féroé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +data: "HM" +value: "HM" +label: "Îles Heard et McDonald" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +data: "FK" +value: "FK" +label: "Îles Malouines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +data: "MP" +value: "MP" +label: "Îles Mariannes du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +data: "MH" +value: "MH" +label: "Îles Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +data: "UM" +value: "UM" +label: "Îles mineures éloignées des États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +data: "PN" +value: "PN" +label: "Îles Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +data: "SB" +value: "SB" +label: "Îles Salomon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +data: "TC" +value: "TC" +label: "Îles Turques-et-Caïques" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +data: "VG" +value: "VG" +label: "Îles Vierges britanniques" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +data: "VI" +value: "VI" +label: "Îles Vierges des États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +data: "IN" +value: "IN" +label: "Inde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: "ID" +value: "ID" +label: "Indonésie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +data: "IE" +value: "IE" +label: "Irlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +data: "IS" +value: "IS" +label: "Islande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +data: "IL" +value: "IL" +label: "Israël" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +data: "IT" +value: "IT" +label: "Italie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +data: "JM" +value: "JM" +label: "Jamaïque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +data: "JP" +value: "JP" +label: "Japon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4724 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4725 +data: "JO" +value: "JO" +label: "Jordanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4726 +data: "KZ" +value: "KZ" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4727 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +data: "KG" +value: "KG" +label: "Kirghizistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4730 +data: "KW" +value: "KW" +label: "Koweït" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4731 +data: "RE" +value: "RE" +label: "La Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4732 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4733 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +data: "LV" +value: "LV" +label: "Lettonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4735 +data: "LB" +value: "LB" +label: "Liban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4736 +data: "LR" +value: "LR" +label: "Libéria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4737 +data: "LY" +value: "LY" +label: "Libye" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4738 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4739 +data: "LT" +value: "LT" +label: "Lituanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4740 +data: "LU" +value: "LU" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +data: "MK" +value: "MK" +label: "Macédoine du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4742 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +data: "MY" +value: "MY" +label: "Malaisie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4745 +data: "MV" +value: "MV" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4746 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4747 +data: "MT" +value: "MT" +label: "Malte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4748 +data: "MA" +value: "MA" +label: "Maroc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4749 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4750 +data: "MU" +value: "MU" +label: "Maurice" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4751 +data: "MR" +value: "MR" +label: "Mauritanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4753 +data: "MX" +value: "MX" +label: "Mexique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +data: "MD" +value: "MD" +label: "Moldavie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4755 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +data: "MN" +value: "MN" +label: "Mongolie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4757 +data: "ME" +value: "ME" +label: "Monténégro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4758 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4759 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4760 +data: "MM" +value: "MM" +label: "Myanmar (Birmanie)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4761 +data: "NA" +value: "NA" +label: "Namibie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4762 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +data: "NP" +value: "NP" +label: "Népal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +data: "NG" +value: "NG" +label: "Nigéria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +data: "NO" +value: "NO" +label: "Norvège" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +data: "NC" +value: "NC" +label: "Nouvelle-Calédonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +data: "NZ" +value: "NZ" +label: "Nouvelle-Zélande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +data: "UG" +value: "UG" +label: "Ouganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +data: "UZ" +value: "UZ" +label: "Ouzbékistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +data: "PW" +value: "PW" +label: "Palaos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +data: "PG" +value: "PG" +label: "Papouasie-Nouvelle-Guinée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +data: "NL" +value: "NL" +label: "Pays-Bas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +data: "BQ" +value: "BQ" +label: "Pays-Bas caribéens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +data: "PE" +value: "PE" +label: "Pérou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +data: "PH" +value: "PH" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +data: "PL" +value: "PL" +label: "Pologne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +data: "PF" +value: "PF" +label: "Polynésie française" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +data: "PR" +value: "PR" +label: "Porto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +data: "HK" +value: "HK" +label: "R.A.S. chinoise de Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +data: "MO" +value: "MO" +label: "R.A.S. chinoise de Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +data: "CF" +value: "CF" +label: "République centrafricaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +data: "DO" +value: "DO" +label: "République dominicaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +data: "RO" +value: "RO" +label: "Roumanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +data: "GB" +value: "GB" +label: "Royaume-Uni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +data: "RU" +value: "RU" +label: "Russie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +data: "EH" +value: "EH" +label: "Sahara occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +data: "BL" +value: "BL" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +data: "KN" +value: "KN" +label: "Saint-Christophe-et-Niévès" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4799 +data: "SM" +value: "SM" +label: "Saint-Marin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +data: "MF" +value: "MF" +label: "Saint-Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +data: "SX" +value: "SX" +label: "Saint-Martin (partie néerlandaise)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4802 +data: "PM" +value: "PM" +label: "Saint-Pierre-et-Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4803 +data: "VC" +value: "VC" +label: "Saint-Vincent-et-les-Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4804 +data: "SH" +value: "SH" +label: "Sainte-Hélène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4805 +data: "LC" +value: "LC" +label: "Sainte-Lucie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +data: "SV" +value: "SV" +label: "Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +data: "AS" +value: "AS" +label: "Samoa américaines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +data: "ST" +value: "ST" +label: "Sao Tomé-et-Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +data: "SN" +value: "SN" +label: "Sénégal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +data: "RS" +value: "RS" +label: "Serbie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4812 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4813 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +data: "SG" +value: "SG" +label: "Singapour" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4815 +data: "SK" +value: "SK" +label: "Slovaquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4816 +data: "SI" +value: "SI" +label: "Slovénie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +data: "SO" +value: "SO" +label: "Somalie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +data: "SD" +value: "SD" +label: "Soudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4819 +data: "SS" +value: "SS" +label: "Soudan du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4821 +data: "SE" +value: "SE" +label: "Suède" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4822 +data: "CH" +value: "CH" +label: "Suisse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4823 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4824 +data: "SJ" +value: "SJ" +label: "Svalbard et Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4825 +data: "SY" +value: "SY" +label: "Syrie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4826 +data: "TJ" +value: "TJ" +label: "Tadjikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4827 +data: "TW" +value: "TW" +label: "Taïwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4828 +data: "TZ" +value: "TZ" +label: "Tanzanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4829 +data: "TD" +value: "TD" +label: "Tchad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4830 +data: "CZ" +value: "CZ" +label: "Tchéquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4831 +data: "TF" +value: "TF" +label: "Terres australes françaises" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4832 +data: "IO" +value: "IO" +label: "Territoire britannique de l’océan Indien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4833 +data: "PS" +value: "PS" +label: "Territoires palestiniens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4834 +data: "TH" +value: "TH" +label: "Thaïlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4835 +data: "TL" +value: "TL" +label: "Timor oriental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4836 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4837 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4838 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4839 +data: "TT" +value: "TT" +label: "Trinité-et-Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4840 +data: "TN" +value: "TN" +label: "Tunisie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4841 +data: "TM" +value: "TM" +label: "Turkménistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4842 +data: "TR" +value: "TR" +label: "Turquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4843 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4844 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4846 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4847 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4849 +data: "WF" +value: "WF" +label: "Wallis-et-Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +data: "YE" +value: "YE" +label: "Yémen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +data: "ZM" +value: "ZM" +label: "Zambie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4601 -errors: [] -form: Symfony\Component\Form\Form {#3844 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4602 …5} |
| full_name | "register_b2_b_form[invoiceAddress][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_country" |
| is_selected | Closure($choice, $value) {#4854 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_country" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
[ "class" => "btn btn-primary float-right" ] |
| label | "form_button_submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_b2_b_form_submit" ] |
| cache_key | "_register_b2_b_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4592 …5} |
| full_name | "register_b2_b_form[submit]" |
| id | "register_b2_b_form_submit" |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "efd3e8ac0796de.jZRgqP74XGkpBi6l_PAroKXljMfp17ioW0I_DjU7_rk.udYN4ruNFRh8Y17UlZ5dwfzU4YzakOL7HS9Yf2R2qNfpowLJnIgRAG8rQQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_prefix | "csrf_token" |
same as passed value |
| data | "efd3e8ac0796de.jZRgqP74XGkpBi6l_PAroKXljMfp17ioW0I_DjU7_rk.udYN4ruNFRh8Y17UlZ5dwfzU4YzakOL7HS9Yf2R2qNfpowLJnIgRAG8rQQ" |
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 {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data | "efd3e8ac0796de.jZRgqP74XGkpBi6l_PAroKXljMfp17ioW0I_DjU7_rk.udYN4ruNFRh8Y17UlZ5dwfzU4YzakOL7HS9Yf2R2qNfpowLJnIgRAG8rQQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3911 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() {#4856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#4591 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_b2_b_form__token" ] |
| cache_key | "_register_b2_b_form__token_hidden" |
| compound | false |
| data | "efd3e8ac0796de.jZRgqP74XGkpBi6l_PAroKXljMfp17ioW0I_DjU7_rk.udYN4ruNFRh8Y17UlZ5dwfzU4YzakOL7HS9Yf2R2qNfpowLJnIgRAG8rQQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4865 -errors: [] -form: Symfony\Component\Form\Form {#4861 …} } |
| form | Symfony\Component\Form\FormView {#4855 …5} |
| full_name | "register_b2_b_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_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 | "_register_b2_b_form__token" |
| valid | true |
| value | "efd3e8ac0796de.jZRgqP74XGkpBi6l_PAroKXljMfp17ioW0I_DjU7_rk.udYN4ruNFRh8Y17UlZ5dwfzU4YzakOL7HS9Yf2R2qNfpowLJnIgRAG8rQQ" |