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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3363 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() {#3365 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3364 …} $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 {#3800 -errors: [] -form: Symfony\Component\Form\Form {#3419 …} } |
| form | Symfony\Component\Form\FormView {#3798 …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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3378 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() {#3380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3379 …} $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 {#3823 -errors: [] -form: Symfony\Component\Form\Form {#3422 …} } |
| form | Symfony\Component\Form\FormView {#3803 …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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3387 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() {#3389 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3388 …} $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 {#3825 -errors: [] -form: Symfony\Component\Form\Form {#3425 …} } |
| form | Symfony\Component\Form\FormView {#3826 …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 {#3371 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3371 +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 {#3371 +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3400 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() {#3402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3401 …} $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 {#3827 -errors: [] -form: Symfony\Component\Form\Form {#3428 …} } |
| form | Symfony\Component\Form\FormView {#3828 …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 {#3840 …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 | "66524.xJyOn2sBmfesrEk-ewfz6TwrJKDBlI1Nc9zkKYfFubg.gOzIylo2xoXm1hpOIkKprAxvb-O79-9gQLiBRcCkyZW0883VUmXJwuTpcQ" |
| 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 | "66524.xJyOn2sBmfesrEk-ewfz6TwrJKDBlI1Nc9zkKYfFubg.gOzIylo2xoXm1hpOIkKprAxvb-O79-9gQLiBRcCkyZW0883VUmXJwuTpcQ" |
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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data | "66524.xJyOn2sBmfesrEk-ewfz6TwrJKDBlI1Nc9zkKYfFubg.gOzIylo2xoXm1hpOIkKprAxvb-O79-9gQLiBRcCkyZW0883VUmXJwuTpcQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3843 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() {#3845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3844 …} $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 | "66524.xJyOn2sBmfesrEk-ewfz6TwrJKDBlI1Nc9zkKYfFubg.gOzIylo2xoXm1hpOIkKprAxvb-O79-9gQLiBRcCkyZW0883VUmXJwuTpcQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3855 -errors: [] -form: Symfony\Component\Form\Form {#3851 …} } |
| form | Symfony\Component\Form\FormView {#3846 …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 | "66524.xJyOn2sBmfesrEk-ewfz6TwrJKDBlI1Nc9zkKYfFubg.gOzIylo2xoXm1hpOIkKprAxvb-O79-9gQLiBRcCkyZW0883VUmXJwuTpcQ" |
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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3445 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() {#3448 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3447 …} $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 {#3857 -errors: [] -form: Symfony\Component\Form\Form {#3700 …} } |
| form | Symfony\Component\Form\FormView {#3858 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3532 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3532 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3532 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3582 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() {#3584 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3583 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#3862 -errors: [] -form: Symfony\Component\Form\Form {#3703 …} } |
| form | Symfony\Component\Form\FormView {#3861 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Please select" => "" "Abkhazian" => "ab" "Acehnese" => "ace" "Acoli" => "ach" "Adangme" => "ada" "Adyghe" => "ady" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Ainu" => "ain" "Akan" => "ak" "Akkadian" => "akk" "Akoose" => "bss" "Alabama" => "akz" "Albanian" => "sq" "Aleut" => "ale" "Algerian Arabic" => "arq" "American Sign Language" => "ase" "Amharic" => "am" "Ancient Egyptian" => "egy" "Ancient Greek" => "grc" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabic" => "ar" "Aragonese" => "an" "Aramaic" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armenian" => "hy" "Aromanian" => "rup" "Arpitan" => "frp" "Assamese" => "as" "Asturian" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atsam" => "cch" "Avaric" => "av" "Avestan" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbaijani" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinese" => "ban" "Baluchi" => "bal" "Bambara" => "bm" "Bamun" => "bax" "Bangla" => "bn" "Banjar" => "bjn" "Basaa" => "bas" "Bashkir" => "ba" "Basque" => "eu" "Batak Toba" => "bbc" "Bavarian" => "bar" "Beja" => "bej" "Belarusian" => "be" "Bemba" => "bem" "Bena" => "bez" "Betawi" => "bew" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbols" => "zbl" "Bodo" => "brx" "Bosnian" => "bs" "Brahui" => "brh" "Braj" => "bra" "Breton" => "br" "Buginese" => "bug" "Bulgarian" => "bg" "Bulu" => "bum" "Buriat" => "bua" "Burmese" => "my" "Caddo" => "cad" "Cajun French" => "frc" "Cantonese" => "yue" "Capiznon" => "cps" "Carib" => "car" "Carolina Algonquian" => "crr" "Catalan" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Central Atlas Tamazight" => "tzm" "Central Dusun" => "dtp" "Central Kurdish" => "ckb" "Central Ojibwa" => "ojc" "Central Yupik" => "esu" "Chadian Arabic" => "shu" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Chechen" => "ce" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "Chinese" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Church Slavic" => "cu" "Chuukese" => "chk" "Chuvash" => "cv" "Classical Newari" => "nwc" "Classical Syriac" => "syc" "Colognian" => "ksh" "Comorian" => "swb" "Coptic" => "cop" "Cornish" => "kw" "Corsican" => "co" "Cree" => "cr" "Crimean Tatar" => "crh" "Croatian" => "hr" "Czech" => "cs" "Dakota" => "dak" "Danish" => "da" "Dargwa" => "dar" "Dazaga" => "dzg" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Dutch" => "nl" "Dyula" => "dyu" "Dzongkha" => "dz" "Eastern Frisian" => "frs" "Efik" => "efi" "Egyptian Arabic" => "arz" "Ekajuk" => "eka" "Elamite" => "elx" "Embu" => "ebu" "Emilian" => "egl" "English" => "en" "Erzya" => "myv" "Esperanto" => "eo" "Estonian" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremaduran" => "ext" "Fang" => "fan" "Fanti" => "fat" "Faroese" => "fo" "Fiji Hindi" => "hif" "Fijian" => "fj" "Filipino" => "fil" "Finnish" => "fi" "Fon" => "fon" "Frafra" => "gur" "French" => "fr" "Friulian" => "fur" "Fula" => "ff" "Ga" => "gaa" "Gagauz" => "gag" "Galician" => "gl" "Gan Chinese" => "gan" "Ganda" => "lg" "Gayo" => "gay" "Gbaya" => "gba" "Geez" => "gez" "Georgian" => "ka" "German" => "de" "Gheg Albanian" => "aln" "Ghomala" => "bbj" "Gilaki" => "glk" "Gilbertese" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothic" => "got" "Grebo" => "grb" "Greek" => "el" "Guarani" => "gn" "Gujarati" => "gu" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haitian Creole" => "ht" "Hakka Chinese" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaiian" => "haw" "Hebrew" => "he" "Herero" => "hz" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hittite" => "hit" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hungarian" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Icelandic" => "is" "Ido" => "io" "Igbo" => "ig" "Iloko" => "ilo" "Inari Sami" => "smn" "Indonesian" => "id" "Ingrian" => "izh" "Ingush" => "inh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Irish" => "ga" "Italian" => "it" "Jamaican Creole English" => "jam" "Japanese" => "ja" "Javanese" => "jv" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabic" => "jrb" "Judeo-Persian" => "jpr" "Jutish" => "jut" "Kabardian" => "kbd" "Kabuverdianu" => "kea" "Kabyle" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalaallisut" => "kl" "Kalenjin" => "kln" "Kalmyk" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kanuri" => "kr" "Kara-Kalpak" => "kaa" "Karachay-Balkar" => "krc" "Karelian" => "krl" "Kashmiri" => "ks" "Kashubian" => "csb" "Kawi" => "kaw" "Kazakh" => "kk" "Kenyang" => "ken" "Khasi" => "kha" "Khmer" => "km" "Khotanese" => "kho" "Khowar" => "khw" "Kikuyu" => "ki" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirmanjki" => "kiu" "Klingon" => "tlh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permyak" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Korean" => "ko" "Koro" => "kfo" "Kosraean" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krio" => "kri" "Kuanyama" => "kj" "Kumyk" => "kum" "Kurdish" => "ku" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Kwasio" => "nmg" "Kyrgyz" => "ky" "Kʼicheʼ" => "quc" "Ladino" => "lad" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Lao" => "lo" "Latgalian" => "ltg" "Latin" => "la" "Latvian" => "lv" "Laz" => "lzz" "Lezghian" => "lez" "Ligurian" => "lij" "Lillooet" => "lil" "Limburgish" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "Lithuanian" => "lt" "Livonian" => "liv" "Lojban" => "jbo" "Lombard" => "lmo" "Louisiana Creole" => "lou" "Low German" => "nds" "Lower Silesian" => "sli" "Lower Sorbian" => "dsb" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luiseno" => "lui" "Lule Sami" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxembourgish" => "lb" "Luyia" => "luy" "Maba" => "mde" "Macedonian" => "mk" "Machame" => "jmc" "Madurese" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Main-Franconian" => "vmf" "Maithili" => "mai" "Makasar" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagasy" => "mg" "Malay" => "ms" "Malayalam" => "ml" "Maliseet-Passamaquoddy" => "pqm" "Maltese" => "mt" "Manchu" => "mnc" "Mandar" => "mdr" "Mandingo" => "man" "Manipuri" => "mni" "Manx" => "gv" "Māori" => "mi" "Mapuche" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marshallese" => "mh" "Marwari" => "mwr" "Masai" => "mas" "Mazanderani" => "mzn" "Medumba" => "byv" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Metaʼ" => "mgo" "Mi'kmaw" => "mic" "Michif" => "crg" "Middle Dutch" => "dum" "Middle English" => "enm" "Middle French" => "frm" "Middle High German" => "gmh" "Middle Irish" => "mga" "Min Nan Chinese" => "nan" "Minangkabau" => "min" "Mingrelian" => "xmf" "Mirandese" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksha" => "mdf" "Mongo" => "lol" "Mongolian" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moroccan Arabic" => "ary" "Mossi" => "mos" "Mundang" => "mua" "Muscogee" => "mus" "Muslim Tat" => "ttt" "Myene" => "mye" "N’Ko" => "nqo" "Najdi Arabic" => "ars" "Nama" => "naq" "Nauru" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Neapolitan" => "nap" "Nepali" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Nheengatu" => "yrl" "Nias" => "nia" "Nigerian Pidgin" => "pcm" "Niuean" => "niu" "Nogai" => "nog" "North Ndebele" => "nd" "Northern East Cree" => "crl" "Northern Frisian" => "frr" "Northern Luri" => "lrc" "Northern Sami" => "se" "Northern Sotho" => "nso" "Northern Tutchone" => "ttm" "Northwestern Ojibwa" => "ojb" "Norwegian" => "no" "Norwegian Bokmål" => "nb" "Norwegian Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitan" => "oc" "Odia" => "or" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Old English" => "ang" "Old French" => "fro" "Old High German" => "goh" "Old Irish" => "sga" "Old Norse" => "non" "Old Persian" => "peo" "Old Provençal" => "pro" "Oromo" => "om" "Osage" => "osa" "Ossetic" => "os" "Ottoman Turkish" => "ota" "Pahlavi" => "pal" "Palatine German" => "pfl" "Palauan" => "pau" "Pali" => "pi" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiamento" => "pap" "Pashto" => "ps" "Pennsylvania German" => "pdc" "Persian" => "fa" "Phoenician" => "phn" "Picard" => "pcd" "Piedmontese" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeian" => "pon" "Polish" => "pl" "Pontic" => "pnt" "Portuguese" => "pt" "Prussian" => "prg" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Riffian" => "rif" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romanian" => "ro" "Romansh" => "rm" "Romany" => "rom" "Rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "Rundi" => "rn" "Russian" => "ru" "Rusyn" => "rue" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritan Aramaic" => "sam" "Samburu" => "saq" "Samoan" => "sm" "Samogitian" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskrit" => "sa" "Santali" => "sat" "Sardinian" => "sc" "Sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Scots" => "sco" "Scottish Gaelic" => "gd" "Selayar" => "sly" "Selkup" => "sel" "Sena" => "seh" "Seneca" => "see" "Serbian" => "sr" "Serbo-Croatian" => "sh" "Serer" => "srr" "Seri" => "sei" "Seselwa Creole French" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shona" => "sn" "Sichuan Yi" => "ii" "Sicilian" => "scn" "Sidamo" => "sid" "Siksiká" => "bla" "Silesian" => "szl" "Sindhi" => "sd" "Sinhala" => "si" "Skolt Sami" => "sms" "Slave" => "den" "Slovak" => "sk" "Slovenian" => "sl" "Soga" => "xog" "Sogdien" => "sog" "Somali" => "so" "Soninke" => "snk" "South Ndebele" => "nr" "Southern Altai" => "alt" "Southern East Cree" => "crj" "Southern Haida" => "hax" "Southern Kurdish" => "sdh" "Southern Lushootseed" => "slh" "Southern Sami" => "sma" "Southern Sotho" => "st" "Southern Tutchone" => "tce" "Spanish" => "es" "Sranan Tongo" => "srn" "Standard Moroccan Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Sumerian" => "sux" "Sundanese" => "su" "Susu" => "sus" "Swahili" => "sw" "Swampy Cree" => "csw" "Swati" => "ss" "Swedish" => "sv" "Swiss German" => "gsw" "Syriac" => "syr" "Tachelhit" => "shi" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitian" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Tajik" => "tg" "Talysh" => "tly" "Tamashek" => "tmh" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tatar" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetum" => "tet" "Thai" => "th" "Tibetan" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Tok Pisin" => "tpi" "Tokelau" => "tkl" "Toki Pona" => "tok" "Tongan" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "Tsimshian" => "tsi" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tumbuka" => "tum" "Tunisian Arabic" => "aeb" "Turkish" => "tr" "Turkmen" => "tk" "Turoyo" => "tru" "Tuvalu" => "tvl" "Tuvinian" => "tyv" "Twi" => "tw" "Tyap" => "kcg" "Udmurt" => "udm" "Ugaritic" => "uga" "Ukrainian" => "uk" "Umbundu" => "umb" "Upper Sorbian" => "hsb" "Urdu" => "ur" "Uyghur" => "ug" "Uzbek" => "uz" "Vai" => "vai" "Venda" => "ve" "Venetian" => "vec" "Veps" => "vep" "Vietnamese" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votic" => "vot" "Vunjo" => "vun" "Walloon" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "West Flemish" => "vls" "Western Balochi" => "bgn" "Western Canadian Inuktitut" => "ikt" "Western Frisian" => "fy" "Western Mari" => "mrj" "Western Ojibwa" => "ojw" "Western Panjabi" => "lah" "Wolaytta" => "wal" "Wolof" => "wo" "Wu Chinese" => "wuu" "Xhosa" => "xh" "Xiang Chinese" => "hsn" "Yakut" => "sah" "Yangben" => "yav" "Yao" => "yao" "Yapese" => "yap" "Yemba" => "ybb" "Yiddish" => "yi" "Yoruba" => "yo" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeelandic" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoroastrian Dari" => "gbz" "Zulu" => "zu" "Zuni" => "zun" ] |
[ "Please select" => "" "Abkhazian" => "ab" "Acehnese" => "ace" "Acoli" => "ach" "Adangme" => "ada" "Adyghe" => "ady" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Ainu" => "ain" "Akan" => "ak" "Akkadian" => "akk" "Akoose" => "bss" "Alabama" => "akz" "Albanian" => "sq" "Aleut" => "ale" "Algerian Arabic" => "arq" "American Sign Language" => "ase" "Amharic" => "am" "Ancient Egyptian" => "egy" "Ancient Greek" => "grc" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabic" => "ar" "Aragonese" => "an" "Aramaic" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armenian" => "hy" "Aromanian" => "rup" "Arpitan" => "frp" "Assamese" => "as" "Asturian" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atsam" => "cch" "Avaric" => "av" "Avestan" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbaijani" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinese" => "ban" "Baluchi" => "bal" "Bambara" => "bm" "Bamun" => "bax" "Bangla" => "bn" "Banjar" => "bjn" "Basaa" => "bas" "Bashkir" => "ba" "Basque" => "eu" "Batak Toba" => "bbc" "Bavarian" => "bar" "Beja" => "bej" "Belarusian" => "be" "Bemba" => "bem" "Bena" => "bez" "Betawi" => "bew" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbols" => "zbl" "Bodo" => "brx" "Bosnian" => "bs" "Brahui" => "brh" "Braj" => "bra" "Breton" => "br" "Buginese" => "bug" "Bulgarian" => "bg" "Bulu" => "bum" "Buriat" => "bua" "Burmese" => "my" "Caddo" => "cad" "Cajun French" => "frc" "Cantonese" => "yue" "Capiznon" => "cps" "Carib" => "car" "Carolina Algonquian" => "crr" "Catalan" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Central Atlas Tamazight" => "tzm" "Central Dusun" => "dtp" "Central Kurdish" => "ckb" "Central Ojibwa" => "ojc" "Central Yupik" => "esu" "Chadian Arabic" => "shu" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Chechen" => "ce" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "Chinese" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Church Slavic" => "cu" "Chuukese" => "chk" "Chuvash" => "cv" "Classical Newari" => "nwc" "Classical Syriac" => "syc" "Colognian" => "ksh" "Comorian" => "swb" "Coptic" => "cop" "Cornish" => "kw" "Corsican" => "co" "Cree" => "cr" "Crimean Tatar" => "crh" "Croatian" => "hr" "Czech" => "cs" "Dakota" => "dak" "Danish" => "da" "Dargwa" => "dar" "Dazaga" => "dzg" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Dutch" => "nl" "Dyula" => "dyu" "Dzongkha" => "dz" "Eastern Frisian" => "frs" "Efik" => "efi" "Egyptian Arabic" => "arz" "Ekajuk" => "eka" "Elamite" => "elx" "Embu" => "ebu" "Emilian" => "egl" "English" => "en" "Erzya" => "myv" "Esperanto" => "eo" "Estonian" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremaduran" => "ext" "Fang" => "fan" "Fanti" => "fat" "Faroese" => "fo" "Fiji Hindi" => "hif" "Fijian" => "fj" "Filipino" => "fil" "Finnish" => "fi" "Fon" => "fon" "Frafra" => "gur" "French" => "fr" "Friulian" => "fur" "Fula" => "ff" "Ga" => "gaa" "Gagauz" => "gag" "Galician" => "gl" "Gan Chinese" => "gan" "Ganda" => "lg" "Gayo" => "gay" "Gbaya" => "gba" "Geez" => "gez" "Georgian" => "ka" "German" => "de" "Gheg Albanian" => "aln" "Ghomala" => "bbj" "Gilaki" => "glk" "Gilbertese" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothic" => "got" "Grebo" => "grb" "Greek" => "el" "Guarani" => "gn" "Gujarati" => "gu" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haitian Creole" => "ht" "Hakka Chinese" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaiian" => "haw" "Hebrew" => "he" "Herero" => "hz" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hittite" => "hit" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hungarian" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Icelandic" => "is" "Ido" => "io" "Igbo" => "ig" "Iloko" => "ilo" "Inari Sami" => "smn" "Indonesian" => "id" "Ingrian" => "izh" "Ingush" => "inh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Irish" => "ga" "Italian" => "it" "Jamaican Creole English" => "jam" "Japanese" => "ja" "Javanese" => "jv" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabic" => "jrb" "Judeo-Persian" => "jpr" "Jutish" => "jut" "Kabardian" => "kbd" "Kabuverdianu" => "kea" "Kabyle" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalaallisut" => "kl" "Kalenjin" => "kln" "Kalmyk" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kanuri" => "kr" "Kara-Kalpak" => "kaa" "Karachay-Balkar" => "krc" "Karelian" => "krl" "Kashmiri" => "ks" "Kashubian" => "csb" "Kawi" => "kaw" "Kazakh" => "kk" "Kenyang" => "ken" "Khasi" => "kha" "Khmer" => "km" "Khotanese" => "kho" "Khowar" => "khw" "Kikuyu" => "ki" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirmanjki" => "kiu" "Klingon" => "tlh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permyak" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Korean" => "ko" "Koro" => "kfo" "Kosraean" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krio" => "kri" "Kuanyama" => "kj" "Kumyk" => "kum" "Kurdish" => "ku" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Kwasio" => "nmg" "Kyrgyz" => "ky" "Kʼicheʼ" => "quc" "Ladino" => "lad" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Lao" => "lo" "Latgalian" => "ltg" "Latin" => "la" "Latvian" => "lv" "Laz" => "lzz" "Lezghian" => "lez" "Ligurian" => "lij" "Lillooet" => "lil" "Limburgish" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "Lithuanian" => "lt" "Livonian" => "liv" "Lojban" => "jbo" "Lombard" => "lmo" "Louisiana Creole" => "lou" "Low German" => "nds" "Lower Silesian" => "sli" "Lower Sorbian" => "dsb" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luiseno" => "lui" "Lule Sami" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxembourgish" => "lb" "Luyia" => "luy" "Maba" => "mde" "Macedonian" => "mk" "Machame" => "jmc" "Madurese" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Main-Franconian" => "vmf" "Maithili" => "mai" "Makasar" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagasy" => "mg" "Malay" => "ms" "Malayalam" => "ml" "Maliseet-Passamaquoddy" => "pqm" "Maltese" => "mt" "Manchu" => "mnc" "Mandar" => "mdr" "Mandingo" => "man" "Manipuri" => "mni" "Manx" => "gv" "Māori" => "mi" "Mapuche" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marshallese" => "mh" "Marwari" => "mwr" "Masai" => "mas" "Mazanderani" => "mzn" "Medumba" => "byv" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Metaʼ" => "mgo" "Mi'kmaw" => "mic" "Michif" => "crg" "Middle Dutch" => "dum" "Middle English" => "enm" "Middle French" => "frm" "Middle High German" => "gmh" "Middle Irish" => "mga" "Min Nan Chinese" => "nan" "Minangkabau" => "min" "Mingrelian" => "xmf" "Mirandese" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksha" => "mdf" "Mongo" => "lol" "Mongolian" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moroccan Arabic" => "ary" "Mossi" => "mos" "Mundang" => "mua" "Muscogee" => "mus" "Muslim Tat" => "ttt" "Myene" => "mye" "N’Ko" => "nqo" "Najdi Arabic" => "ars" "Nama" => "naq" "Nauru" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Neapolitan" => "nap" "Nepali" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Nheengatu" => "yrl" "Nias" => "nia" "Nigerian Pidgin" => "pcm" "Niuean" => "niu" "Nogai" => "nog" "North Ndebele" => "nd" "Northern East Cree" => "crl" "Northern Frisian" => "frr" "Northern Luri" => "lrc" "Northern Sami" => "se" "Northern Sotho" => "nso" "Northern Tutchone" => "ttm" "Northwestern Ojibwa" => "ojb" "Norwegian" => "no" "Norwegian Bokmål" => "nb" "Norwegian Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitan" => "oc" "Odia" => "or" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Old English" => "ang" "Old French" => "fro" "Old High German" => "goh" "Old Irish" => "sga" "Old Norse" => "non" "Old Persian" => "peo" "Old Provençal" => "pro" "Oromo" => "om" "Osage" => "osa" "Ossetic" => "os" "Ottoman Turkish" => "ota" "Pahlavi" => "pal" "Palatine German" => "pfl" "Palauan" => "pau" "Pali" => "pi" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiamento" => "pap" "Pashto" => "ps" "Pennsylvania German" => "pdc" "Persian" => "fa" "Phoenician" => "phn" "Picard" => "pcd" "Piedmontese" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeian" => "pon" "Polish" => "pl" "Pontic" => "pnt" "Portuguese" => "pt" "Prussian" => "prg" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Riffian" => "rif" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romanian" => "ro" "Romansh" => "rm" "Romany" => "rom" "Rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "Rundi" => "rn" "Russian" => "ru" "Rusyn" => "rue" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritan Aramaic" => "sam" "Samburu" => "saq" "Samoan" => "sm" "Samogitian" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskrit" => "sa" "Santali" => "sat" "Sardinian" => "sc" "Sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Scots" => "sco" "Scottish Gaelic" => "gd" "Selayar" => "sly" "Selkup" => "sel" "Sena" => "seh" "Seneca" => "see" "Serbian" => "sr" "Serbo-Croatian" => "sh" "Serer" => "srr" "Seri" => "sei" "Seselwa Creole French" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shona" => "sn" "Sichuan Yi" => "ii" "Sicilian" => "scn" "Sidamo" => "sid" "Siksiká" => "bla" "Silesian" => "szl" "Sindhi" => "sd" "Sinhala" => "si" "Skolt Sami" => "sms" "Slave" => "den" "Slovak" => "sk" "Slovenian" => "sl" "Soga" => "xog" "Sogdien" => "sog" "Somali" => "so" "Soninke" => "snk" "South Ndebele" => "nr" "Southern Altai" => "alt" "Southern East Cree" => "crj" "Southern Haida" => "hax" "Southern Kurdish" => "sdh" "Southern Lushootseed" => "slh" "Southern Sami" => "sma" "Southern Sotho" => "st" "Southern Tutchone" => "tce" "Spanish" => "es" "Sranan Tongo" => "srn" "Standard Moroccan Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Sumerian" => "sux" "Sundanese" => "su" "Susu" => "sus" "Swahili" => "sw" "Swampy Cree" => "csw" "Swati" => "ss" "Swedish" => "sv" "Swiss German" => "gsw" "Syriac" => "syr" "Tachelhit" => "shi" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitian" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Tajik" => "tg" "Talysh" => "tly" "Tamashek" => "tmh" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tatar" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetum" => "tet" "Thai" => "th" "Tibetan" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Tok Pisin" => "tpi" "Tokelau" => "tkl" "Toki Pona" => "tok" "Tongan" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "Tsimshian" => "tsi" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tumbuka" => "tum" "Tunisian Arabic" => "aeb" "Turkish" => "tr" "Turkmen" => "tk" "Turoyo" => "tru" "Tuvalu" => "tvl" "Tuvinian" => "tyv" "Twi" => "tw" "Tyap" => "kcg" "Udmurt" => "udm" "Ugaritic" => "uga" "Ukrainian" => "uk" "Umbundu" => "umb" "Upper Sorbian" => "hsb" "Urdu" => "ur" "Uyghur" => "ug" "Uzbek" => "uz" "Vai" => "vai" "Venda" => "ve" "Venetian" => "vec" "Veps" => "vep" "Vietnamese" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votic" => "vot" "Vunjo" => "vun" "Walloon" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "West Flemish" => "vls" "Western Balochi" => "bgn" "Western Canadian Inuktitut" => "ikt" "Western Frisian" => "fy" "Western Mari" => "mrj" "Western Ojibwa" => "ojw" "Western Panjabi" => "lah" "Wolaytta" => "wal" "Wolof" => "wo" "Wu Chinese" => "wuu" "Xhosa" => "xh" "Xiang Chinese" => "hsn" "Yakut" => "sah" "Yangben" => "yav" "Yao" => "yao" "Yapese" => "yap" "Yemba" => "ybb" "Yiddish" => "yi" "Yoruba" => "yo" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeelandic" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoroastrian Dari" => "gbz" "Zulu" => "zu" "Zuni" => "zun" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| 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 | [ "Please select" => "" "Abkhazian" => "ab" "Acehnese" => "ace" "Acoli" => "ach" "Adangme" => "ada" "Adyghe" => "ady" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Ainu" => "ain" "Akan" => "ak" "Akkadian" => "akk" "Akoose" => "bss" "Alabama" => "akz" "Albanian" => "sq" "Aleut" => "ale" "Algerian Arabic" => "arq" "American Sign Language" => "ase" "Amharic" => "am" "Ancient Egyptian" => "egy" "Ancient Greek" => "grc" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabic" => "ar" "Aragonese" => "an" "Aramaic" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armenian" => "hy" "Aromanian" => "rup" "Arpitan" => "frp" "Assamese" => "as" "Asturian" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atsam" => "cch" "Avaric" => "av" "Avestan" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbaijani" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinese" => "ban" "Baluchi" => "bal" "Bambara" => "bm" "Bamun" => "bax" "Bangla" => "bn" "Banjar" => "bjn" "Basaa" => "bas" "Bashkir" => "ba" "Basque" => "eu" "Batak Toba" => "bbc" "Bavarian" => "bar" "Beja" => "bej" "Belarusian" => "be" "Bemba" => "bem" "Bena" => "bez" "Betawi" => "bew" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbols" => "zbl" "Bodo" => "brx" "Bosnian" => "bs" "Brahui" => "brh" "Braj" => "bra" "Breton" => "br" "Buginese" => "bug" "Bulgarian" => "bg" "Bulu" => "bum" "Buriat" => "bua" "Burmese" => "my" "Caddo" => "cad" "Cajun French" => "frc" "Cantonese" => "yue" "Capiznon" => "cps" "Carib" => "car" "Carolina Algonquian" => "crr" "Catalan" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Central Atlas Tamazight" => "tzm" "Central Dusun" => "dtp" "Central Kurdish" => "ckb" "Central Ojibwa" => "ojc" "Central Yupik" => "esu" "Chadian Arabic" => "shu" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Chechen" => "ce" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "Chinese" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Church Slavic" => "cu" "Chuukese" => "chk" "Chuvash" => "cv" "Classical Newari" => "nwc" "Classical Syriac" => "syc" "Colognian" => "ksh" "Comorian" => "swb" "Coptic" => "cop" "Cornish" => "kw" "Corsican" => "co" "Cree" => "cr" "Crimean Tatar" => "crh" "Croatian" => "hr" "Czech" => "cs" "Dakota" => "dak" "Danish" => "da" "Dargwa" => "dar" "Dazaga" => "dzg" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Dutch" => "nl" "Dyula" => "dyu" "Dzongkha" => "dz" "Eastern Frisian" => "frs" "Efik" => "efi" "Egyptian Arabic" => "arz" "Ekajuk" => "eka" "Elamite" => "elx" "Embu" => "ebu" "Emilian" => "egl" "English" => "en" "Erzya" => "myv" "Esperanto" => "eo" "Estonian" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremaduran" => "ext" "Fang" => "fan" "Fanti" => "fat" "Faroese" => "fo" "Fiji Hindi" => "hif" "Fijian" => "fj" "Filipino" => "fil" "Finnish" => "fi" "Fon" => "fon" "Frafra" => "gur" "French" => "fr" "Friulian" => "fur" "Fula" => "ff" "Ga" => "gaa" "Gagauz" => "gag" "Galician" => "gl" "Gan Chinese" => "gan" "Ganda" => "lg" "Gayo" => "gay" "Gbaya" => "gba" "Geez" => "gez" "Georgian" => "ka" "German" => "de" "Gheg Albanian" => "aln" "Ghomala" => "bbj" "Gilaki" => "glk" "Gilbertese" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothic" => "got" "Grebo" => "grb" "Greek" => "el" "Guarani" => "gn" "Gujarati" => "gu" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haitian Creole" => "ht" "Hakka Chinese" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaiian" => "haw" "Hebrew" => "he" "Herero" => "hz" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hittite" => "hit" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hungarian" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Icelandic" => "is" "Ido" => "io" "Igbo" => "ig" "Iloko" => "ilo" "Inari Sami" => "smn" "Indonesian" => "id" "Ingrian" => "izh" "Ingush" => "inh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Irish" => "ga" "Italian" => "it" "Jamaican Creole English" => "jam" "Japanese" => "ja" "Javanese" => "jv" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabic" => "jrb" "Judeo-Persian" => "jpr" "Jutish" => "jut" "Kabardian" => "kbd" "Kabuverdianu" => "kea" "Kabyle" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalaallisut" => "kl" "Kalenjin" => "kln" "Kalmyk" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kanuri" => "kr" "Kara-Kalpak" => "kaa" "Karachay-Balkar" => "krc" "Karelian" => "krl" "Kashmiri" => "ks" "Kashubian" => "csb" "Kawi" => "kaw" "Kazakh" => "kk" "Kenyang" => "ken" "Khasi" => "kha" "Khmer" => "km" "Khotanese" => "kho" "Khowar" => "khw" "Kikuyu" => "ki" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirmanjki" => "kiu" "Klingon" => "tlh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permyak" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Korean" => "ko" "Koro" => "kfo" "Kosraean" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krio" => "kri" "Kuanyama" => "kj" "Kumyk" => "kum" "Kurdish" => "ku" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Kwasio" => "nmg" "Kyrgyz" => "ky" "Kʼicheʼ" => "quc" "Ladino" => "lad" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Lao" => "lo" "Latgalian" => "ltg" "Latin" => "la" "Latvian" => "lv" "Laz" => "lzz" "Lezghian" => "lez" "Ligurian" => "lij" "Lillooet" => "lil" "Limburgish" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "Lithuanian" => "lt" "Livonian" => "liv" "Lojban" => "jbo" "Lombard" => "lmo" "Louisiana Creole" => "lou" "Low German" => "nds" "Lower Silesian" => "sli" "Lower Sorbian" => "dsb" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luiseno" => "lui" "Lule Sami" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxembourgish" => "lb" "Luyia" => "luy" "Maba" => "mde" "Macedonian" => "mk" "Machame" => "jmc" "Madurese" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Main-Franconian" => "vmf" "Maithili" => "mai" "Makasar" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagasy" => "mg" "Malay" => "ms" "Malayalam" => "ml" "Maliseet-Passamaquoddy" => "pqm" "Maltese" => "mt" "Manchu" => "mnc" "Mandar" => "mdr" "Mandingo" => "man" "Manipuri" => "mni" "Manx" => "gv" "Māori" => "mi" "Mapuche" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marshallese" => "mh" "Marwari" => "mwr" "Masai" => "mas" "Mazanderani" => "mzn" "Medumba" => "byv" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Metaʼ" => "mgo" "Mi'kmaw" => "mic" "Michif" => "crg" "Middle Dutch" => "dum" "Middle English" => "enm" "Middle French" => "frm" "Middle High German" => "gmh" "Middle Irish" => "mga" "Min Nan Chinese" => "nan" "Minangkabau" => "min" "Mingrelian" => "xmf" "Mirandese" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksha" => "mdf" "Mongo" => "lol" "Mongolian" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moroccan Arabic" => "ary" "Mossi" => "mos" "Mundang" => "mua" "Muscogee" => "mus" "Muslim Tat" => "ttt" "Myene" => "mye" "N’Ko" => "nqo" "Najdi Arabic" => "ars" "Nama" => "naq" "Nauru" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Neapolitan" => "nap" "Nepali" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Nheengatu" => "yrl" "Nias" => "nia" "Nigerian Pidgin" => "pcm" "Niuean" => "niu" "Nogai" => "nog" "North Ndebele" => "nd" "Northern East Cree" => "crl" "Northern Frisian" => "frr" "Northern Luri" => "lrc" "Northern Sami" => "se" "Northern Sotho" => "nso" "Northern Tutchone" => "ttm" "Northwestern Ojibwa" => "ojb" "Norwegian" => "no" "Norwegian Bokmål" => "nb" "Norwegian Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitan" => "oc" "Odia" => "or" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Old English" => "ang" "Old French" => "fro" "Old High German" => "goh" "Old Irish" => "sga" "Old Norse" => "non" "Old Persian" => "peo" "Old Provençal" => "pro" "Oromo" => "om" "Osage" => "osa" "Ossetic" => "os" "Ottoman Turkish" => "ota" "Pahlavi" => "pal" "Palatine German" => "pfl" "Palauan" => "pau" "Pali" => "pi" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiamento" => "pap" "Pashto" => "ps" "Pennsylvania German" => "pdc" "Persian" => "fa" "Phoenician" => "phn" "Picard" => "pcd" "Piedmontese" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeian" => "pon" "Polish" => "pl" "Pontic" => "pnt" "Portuguese" => "pt" "Prussian" => "prg" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Riffian" => "rif" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romanian" => "ro" "Romansh" => "rm" "Romany" => "rom" "Rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "Rundi" => "rn" "Russian" => "ru" "Rusyn" => "rue" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritan Aramaic" => "sam" "Samburu" => "saq" "Samoan" => "sm" "Samogitian" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskrit" => "sa" "Santali" => "sat" "Sardinian" => "sc" "Sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Scots" => "sco" "Scottish Gaelic" => "gd" "Selayar" => "sly" "Selkup" => "sel" "Sena" => "seh" "Seneca" => "see" "Serbian" => "sr" "Serbo-Croatian" => "sh" "Serer" => "srr" "Seri" => "sei" "Seselwa Creole French" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shona" => "sn" "Sichuan Yi" => "ii" "Sicilian" => "scn" "Sidamo" => "sid" "Siksiká" => "bla" "Silesian" => "szl" "Sindhi" => "sd" "Sinhala" => "si" "Skolt Sami" => "sms" "Slave" => "den" "Slovak" => "sk" "Slovenian" => "sl" "Soga" => "xog" "Sogdien" => "sog" "Somali" => "so" "Soninke" => "snk" "South Ndebele" => "nr" "Southern Altai" => "alt" "Southern East Cree" => "crj" "Southern Haida" => "hax" "Southern Kurdish" => "sdh" "Southern Lushootseed" => "slh" "Southern Sami" => "sma" "Southern Sotho" => "st" "Southern Tutchone" => "tce" "Spanish" => "es" "Sranan Tongo" => "srn" "Standard Moroccan Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Sumerian" => "sux" "Sundanese" => "su" "Susu" => "sus" "Swahili" => "sw" "Swampy Cree" => "csw" "Swati" => "ss" "Swedish" => "sv" "Swiss German" => "gsw" "Syriac" => "syr" "Tachelhit" => "shi" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitian" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Tajik" => "tg" "Talysh" => "tly" "Tamashek" => "tmh" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tatar" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetum" => "tet" "Thai" => "th" "Tibetan" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Tok Pisin" => "tpi" "Tokelau" => "tkl" "Toki Pona" => "tok" "Tongan" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "Tsimshian" => "tsi" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tumbuka" => "tum" "Tunisian Arabic" => "aeb" "Turkish" => "tr" "Turkmen" => "tk" "Turoyo" => "tru" "Tuvalu" => "tvl" "Tuvinian" => "tyv" "Twi" => "tw" "Tyap" => "kcg" "Udmurt" => "udm" "Ugaritic" => "uga" "Ukrainian" => "uk" "Umbundu" => "umb" "Upper Sorbian" => "hsb" "Urdu" => "ur" "Uyghur" => "ug" "Uzbek" => "uz" "Vai" => "vai" "Venda" => "ve" "Venetian" => "vec" "Veps" => "vep" "Vietnamese" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votic" => "vot" "Vunjo" => "vun" "Walloon" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "West Flemish" => "vls" "Western Balochi" => "bgn" "Western Canadian Inuktitut" => "ikt" "Western Frisian" => "fy" "Western Mari" => "mrj" "Western Ojibwa" => "ojw" "Western Panjabi" => "lah" "Wolaytta" => "wal" "Wolof" => "wo" "Wu Chinese" => "wuu" "Xhosa" => "xh" "Xiang Chinese" => "hsn" "Yakut" => "sah" "Yangben" => "yav" "Yao" => "yao" "Yapese" => "yap" "Yemba" => "ybb" "Yiddish" => "yi" "Yoruba" => "yo" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeelandic" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoroastrian Dari" => "gbz" "Zulu" => "zu" "Zuni" => "zun" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| 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() {#3605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3603 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#3865 +data: "" +value: "" +label: "Please select" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3866 +data: "ab" +value: "ab" +label: "Abkhazian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3867 +data: "ace" +value: "ace" +label: "Acehnese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3868 +data: "ach" +value: "ach" +label: "Acoli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3869 +data: "ada" +value: "ada" +label: "Adangme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3870 +data: "ady" +value: "ady" +label: "Adyghe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3871 +data: "aa" +value: "aa" +label: "Afar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3872 +data: "afh" +value: "afh" +label: "Afrihili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3873 +data: "af" +value: "af" +label: "Afrikaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3874 +data: "agq" +value: "agq" +label: "Aghem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3875 +data: "ain" +value: "ain" +label: "Ainu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3876 +data: "ak" +value: "ak" +label: "Akan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3877 +data: "akk" +value: "akk" +label: "Akkadian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3878 +data: "bss" +value: "bss" +label: "Akoose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3879 +data: "akz" +value: "akz" +label: "Alabama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3880 +data: "sq" +value: "sq" +label: "Albanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3881 +data: "ale" +value: "ale" +label: "Aleut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3882 +data: "arq" +value: "arq" +label: "Algerian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3883 +data: "ase" +value: "ase" +label: "American Sign Language" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3884 +data: "am" +value: "am" +label: "Amharic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3885 +data: "egy" +value: "egy" +label: "Ancient Egyptian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3886 +data: "grc" +value: "grc" +label: "Ancient Greek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3887 +data: "anp" +value: "anp" +label: "Angika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3888 +data: "blo" +value: "blo" +label: "Anii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3889 +data: "njo" +value: "njo" +label: "Ao Naga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3890 +data: "ar" +value: "ar" +label: "Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3891 +data: "an" +value: "an" +label: "Aragonese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3892 +data: "arc" +value: "arc" +label: "Aramaic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3893 +data: "aro" +value: "aro" +label: "Araona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3894 +data: "arp" +value: "arp" +label: "Arapaho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3895 +data: "arw" +value: "arw" +label: "Arawak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3896 +data: "hy" +value: "hy" +label: "Armenian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3897 +data: "rup" +value: "rup" +label: "Aromanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3898 +data: "frp" +value: "frp" +label: "Arpitan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3899 +data: "as" +value: "as" +label: "Assamese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3900 +data: "ast" +value: "ast" +label: "Asturian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3901 +data: "asa" +value: "asa" +label: "Asu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3902 +data: "atj" +value: "atj" +label: "Atikamekw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3903 +data: "cch" +value: "cch" +label: "Atsam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3904 +data: "av" +value: "av" +label: "Avaric" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +data: "ae" +value: "ae" +label: "Avestan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3906 +data: "awa" +value: "awa" +label: "Awadhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3907 +data: "ay" +value: "ay" +label: "Aymara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3908 +data: "az" +value: "az" +label: "Azerbaijani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3909 +data: "bfq" +value: "bfq" +label: "Badaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3910 +data: "ksf" +value: "ksf" +label: "Bafia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3911 +data: "bfd" +value: "bfd" +label: "Bafut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3912 +data: "bqi" +value: "bqi" +label: "Bakhtiari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3913 +data: "ban" +value: "ban" +label: "Balinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3914 +data: "bal" +value: "bal" +label: "Baluchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3915 +data: "bm" +value: "bm" +label: "Bambara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3916 +data: "bax" +value: "bax" +label: "Bamun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3917 +data: "bn" +value: "bn" +label: "Bangla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +data: "bjn" +value: "bjn" +label: "Banjar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +data: "bas" +value: "bas" +label: "Basaa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +data: "ba" +value: "ba" +label: "Bashkir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +data: "eu" +value: "eu" +label: "Basque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +data: "bbc" +value: "bbc" +label: "Batak Toba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +data: "bar" +value: "bar" +label: "Bavarian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +data: "bej" +value: "bej" +label: "Beja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +data: "be" +value: "be" +label: "Belarusian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +data: "bem" +value: "bem" +label: "Bemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +data: "bez" +value: "bez" +label: "Bena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +data: "bew" +value: "bew" +label: "Betawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +data: "bho" +value: "bho" +label: "Bhojpuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3930 +data: "bik" +value: "bik" +label: "Bikol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +data: "bin" +value: "bin" +label: "Bini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +data: "bpy" +value: "bpy" +label: "Bishnupriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +data: "bi" +value: "bi" +label: "Bislama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +data: "byn" +value: "byn" +label: "Blin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +data: "zbl" +value: "zbl" +label: "Blissymbols" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +data: "brx" +value: "brx" +label: "Bodo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +data: "bs" +value: "bs" +label: "Bosnian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +data: "brh" +value: "brh" +label: "Brahui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +data: "bra" +value: "bra" +label: "Braj" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +data: "br" +value: "br" +label: "Breton" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +data: "bug" +value: "bug" +label: "Buginese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +data: "bg" +value: "bg" +label: "Bulgarian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +data: "bum" +value: "bum" +label: "Bulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +data: "bua" +value: "bua" +label: "Buriat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +data: "my" +value: "my" +label: "Burmese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +data: "cad" +value: "cad" +label: "Caddo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +data: "frc" +value: "frc" +label: "Cajun French" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +data: "yue" +value: "yue" +label: "Cantonese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3949 +data: "cps" +value: "cps" +label: "Capiznon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +data: "car" +value: "car" +label: "Carib" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3951 +data: "crr" +value: "crr" +label: "Carolina Algonquian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3952 +data: "ca" +value: "ca" +label: "Catalan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +data: "cay" +value: "cay" +label: "Cayuga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3954 +data: "ceb" +value: "ceb" +label: "Cebuano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3955 +data: "tzm" +value: "tzm" +label: "Central Atlas Tamazight" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3956 +data: "dtp" +value: "dtp" +label: "Central Dusun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +data: "ckb" +value: "ckb" +label: "Central Kurdish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3958 +data: "ojc" +value: "ojc" +label: "Central Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3959 +data: "esu" +value: "esu" +label: "Central Yupik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +data: "shu" +value: "shu" +label: "Chadian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +data: "chg" +value: "chg" +label: "Chagatai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3962 +data: "ccp" +value: "ccp" +label: "Chakma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +data: "ch" +value: "ch" +label: "Chamorro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +data: "ce" +value: "ce" +label: "Chechen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3965 +data: "chr" +value: "chr" +label: "Cherokee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +data: "chy" +value: "chy" +label: "Cheyenne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +data: "chb" +value: "chb" +label: "Chibcha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +data: "cic" +value: "cic" +label: "Chickasaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3969 +data: "cgg" +value: "cgg" +label: "Chiga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +data: "clc" +value: "clc" +label: "Chilcotin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3971 +data: "qug" +value: "qug" +label: "Chimborazo Highland Quichua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3972 +data: "zh" +value: "zh" +label: "Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +data: "chn" +value: "chn" +label: "Chinook Jargon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3974 +data: "chp" +value: "chp" +label: "Chipewyan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3975 +data: "cho" +value: "cho" +label: "Choctaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3976 +data: "cu" +value: "cu" +label: "Church Slavic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3977 +data: "chk" +value: "chk" +label: "Chuukese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3978 +data: "cv" +value: "cv" +label: "Chuvash" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +data: "nwc" +value: "nwc" +label: "Classical Newari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +data: "syc" +value: "syc" +label: "Classical Syriac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +data: "ksh" +value: "ksh" +label: "Colognian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3982 +data: "swb" +value: "swb" +label: "Comorian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +data: "cop" +value: "cop" +label: "Coptic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3984 +data: "kw" +value: "kw" +label: "Cornish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3985 +data: "co" +value: "co" +label: "Corsican" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +data: "cr" +value: "cr" +label: "Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +data: "crh" +value: "crh" +label: "Crimean Tatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3988 +data: "hr" +value: "hr" +label: "Croatian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +data: "cs" +value: "cs" +label: "Czech" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3990 +data: "dak" +value: "dak" +label: "Dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3991 +data: "da" +value: "da" +label: "Danish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3992 +data: "dar" +value: "dar" +label: "Dargwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3993 +data: "dzg" +value: "dzg" +label: "Dazaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +data: "del" +value: "del" +label: "Delaware" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +data: "din" +value: "din" +label: "Dinka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +data: "dv" +value: "dv" +label: "Divehi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +data: "doi" +value: "doi" +label: "Dogri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +data: "dgr" +value: "dgr" +label: "Dogrib" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +data: "dua" +value: "dua" +label: "Duala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +data: "nl" +value: "nl" +label: "Dutch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +data: "dyu" +value: "dyu" +label: "Dyula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +data: "dz" +value: "dz" +label: "Dzongkha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +data: "frs" +value: "frs" +label: "Eastern Frisian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +data: "efi" +value: "efi" +label: "Efik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +data: "arz" +value: "arz" +label: "Egyptian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +data: "eka" +value: "eka" +label: "Ekajuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +data: "elx" +value: "elx" +label: "Elamite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +data: "ebu" +value: "ebu" +label: "Embu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +data: "egl" +value: "egl" +label: "Emilian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +data: "en" +value: "en" +label: "English" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +data: "myv" +value: "myv" +label: "Erzya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +data: "eo" +value: "eo" +label: "Esperanto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +data: "et" +value: "et" +label: "Estonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +data: "ee" +value: "ee" +label: "Ewe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +data: "ewo" +value: "ewo" +label: "Ewondo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +data: "ext" +value: "ext" +label: "Extremaduran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +data: "fan" +value: "fan" +label: "Fang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +data: "fat" +value: "fat" +label: "Fanti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +data: "fo" +value: "fo" +label: "Faroese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +data: "hif" +value: "hif" +label: "Fiji Hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +data: "fj" +value: "fj" +label: "Fijian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +data: "fil" +value: "fil" +label: "Filipino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +data: "fi" +value: "fi" +label: "Finnish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +data: "fon" +value: "fon" +label: "Fon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +data: "gur" +value: "gur" +label: "Frafra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +data: "fr" +value: "fr" +label: "French" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +data: "fur" +value: "fur" +label: "Friulian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +data: "ff" +value: "ff" +label: "Fula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +data: "gaa" +value: "gaa" +label: "Ga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +data: "gag" +value: "gag" +label: "Gagauz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +data: "gl" +value: "gl" +label: "Galician" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +data: "gan" +value: "gan" +label: "Gan Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +data: "lg" +value: "lg" +label: "Ganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +data: "gay" +value: "gay" +label: "Gayo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +data: "gba" +value: "gba" +label: "Gbaya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +data: "gez" +value: "gez" +label: "Geez" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +data: "ka" +value: "ka" +label: "Georgian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +data: "de" +value: "de" +label: "German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +data: "aln" +value: "aln" +label: "Gheg Albanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +data: "bbj" +value: "bbj" +label: "Ghomala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +data: "glk" +value: "glk" +label: "Gilaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +data: "gil" +value: "gil" +label: "Gilbertese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +data: "gon" +value: "gon" +label: "Gondi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +data: "gor" +value: "gor" +label: "Gorontalo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +data: "got" +value: "got" +label: "Gothic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +data: "grb" +value: "grb" +label: "Grebo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +data: "el" +value: "el" +label: "Greek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +data: "gn" +value: "gn" +label: "Guarani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +data: "gu" +value: "gu" +label: "Gujarati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +data: "guz" +value: "guz" +label: "Gusii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +data: "gwi" +value: "gwi" +label: "Gwichʼin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +data: "hai" +value: "hai" +label: "Haida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +data: "ht" +value: "ht" +label: "Haitian Creole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +data: "hak" +value: "hak" +label: "Hakka Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +data: "hur" +value: "hur" +label: "Halkomelem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +data: "bgc" +value: "bgc" +label: "Haryanvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +data: "ha" +value: "ha" +label: "Hausa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +data: "haw" +value: "haw" +label: "Hawaiian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +data: "he" +value: "he" +label: "Hebrew" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +data: "hz" +value: "hz" +label: "Herero" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +data: "hil" +value: "hil" +label: "Hiligaynon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +data: "hi" +value: "hi" +label: "Hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +data: "ho" +value: "ho" +label: "Hiri Motu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +data: "hit" +value: "hit" +label: "Hittite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +data: "hmn" +value: "hmn" +label: "Hmong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +data: "hnj" +value: "hnj" +label: "Hmong Njua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +data: "hu" +value: "hu" +label: "Hungarian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +data: "hup" +value: "hup" +label: "Hupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +data: "iba" +value: "iba" +label: "Iban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +data: "ibb" +value: "ibb" +label: "Ibibio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +data: "is" +value: "is" +label: "Icelandic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +data: "io" +value: "io" +label: "Ido" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +data: "ig" +value: "ig" +label: "Igbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +data: "ilo" +value: "ilo" +label: "Iloko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +data: "smn" +value: "smn" +label: "Inari Sami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +data: "id" +value: "id" +label: "Indonesian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +data: "izh" +value: "izh" +label: "Ingrian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +data: "inh" +value: "inh" +label: "Ingush" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +data: "moe" +value: "moe" +label: "Innu-aimun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +data: "ia" +value: "ia" +label: "Interlingua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +data: "ie" +value: "ie" +label: "Interlingue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +data: "iu" +value: "iu" +label: "Inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +data: "ik" +value: "ik" +label: "Inupiaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +data: "ga" +value: "ga" +label: "Irish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +data: "it" +value: "it" +label: "Italian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +data: "jam" +value: "jam" +label: "Jamaican Creole English" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +data: "ja" +value: "ja" +label: "Japanese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +data: "jv" +value: "jv" +label: "Javanese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +data: "kaj" +value: "kaj" +label: "Jju" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +data: "dyo" +value: "dyo" +label: "Jola-Fonyi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +data: "jrb" +value: "jrb" +label: "Judeo-Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +data: "jpr" +value: "jpr" +label: "Judeo-Persian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +data: "jut" +value: "jut" +label: "Jutish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +data: "kbd" +value: "kbd" +label: "Kabardian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +data: "kea" +value: "kea" +label: "Kabuverdianu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +data: "kab" +value: "kab" +label: "Kabyle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +data: "kac" +value: "kac" +label: "Kachin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +data: "kgp" +value: "kgp" +label: "Kaingang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +data: "kkj" +value: "kkj" +label: "Kako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +data: "kl" +value: "kl" +label: "Kalaallisut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +data: "kln" +value: "kln" +label: "Kalenjin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +data: "xal" +value: "xal" +label: "Kalmyk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +data: "kam" +value: "kam" +label: "Kamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +data: "kbl" +value: "kbl" +label: "Kanembu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +data: "xnr" +value: "xnr" +label: "Kangri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +data: "kn" +value: "kn" +label: "Kannada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +data: "kr" +value: "kr" +label: "Kanuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +data: "kaa" +value: "kaa" +label: "Kara-Kalpak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +data: "krc" +value: "krc" +label: "Karachay-Balkar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +data: "krl" +value: "krl" +label: "Karelian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +data: "ks" +value: "ks" +label: "Kashmiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +data: "csb" +value: "csb" +label: "Kashubian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +data: "kaw" +value: "kaw" +label: "Kawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +data: "kk" +value: "kk" +label: "Kazakh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +data: "ken" +value: "ken" +label: "Kenyang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +data: "kha" +value: "kha" +label: "Khasi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +data: "km" +value: "km" +label: "Khmer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +data: "kho" +value: "kho" +label: "Khotanese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +data: "khw" +value: "khw" +label: "Khowar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +data: "ki" +value: "ki" +label: "Kikuyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +data: "kmb" +value: "kmb" +label: "Kimbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +data: "krj" +value: "krj" +label: "Kinaray-a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +data: "rw" +value: "rw" +label: "Kinyarwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +data: "kiu" +value: "kiu" +label: "Kirmanjki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +data: "tlh" +value: "tlh" +label: "Klingon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +data: "bkm" +value: "bkm" +label: "Kom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +data: "kv" +value: "kv" +label: "Komi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +data: "koi" +value: "koi" +label: "Komi-Permyak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +data: "kg" +value: "kg" +label: "Kongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +data: "kok" +value: "kok" +label: "Konkani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +data: "ko" +value: "ko" +label: "Korean" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +data: "kfo" +value: "kfo" +label: "Koro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4133 +data: "kos" +value: "kos" +label: "Kosraean" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +data: "avk" +value: "avk" +label: "Kotava" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +data: "khq" +value: "khq" +label: "Koyra Chiini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +data: "ses" +value: "ses" +label: "Koyraboro Senni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +data: "kpe" +value: "kpe" +label: "Kpelle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +data: "kri" +value: "kri" +label: "Krio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +data: "kj" +value: "kj" +label: "Kuanyama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +data: "kum" +value: "kum" +label: "Kumyk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +data: "ku" +value: "ku" +label: "Kurdish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +data: "kru" +value: "kru" +label: "Kurukh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +data: "kut" +value: "kut" +label: "Kutenai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +data: "kxv" +value: "kxv" +label: "Kuvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +data: "kwk" +value: "kwk" +label: "Kwakʼwala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +data: "nmg" +value: "nmg" +label: "Kwasio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +data: "ky" +value: "ky" +label: "Kyrgyz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +data: "quc" +value: "quc" +label: "Kʼicheʼ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +data: "lad" +value: "lad" +label: "Ladino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +data: "lkt" +value: "lkt" +label: "Lakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +data: "lam" +value: "lam" +label: "Lamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +data: "lag" +value: "lag" +label: "Langi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +data: "lo" +value: "lo" +label: "Lao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +data: "ltg" +value: "ltg" +label: "Latgalian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +data: "la" +value: "la" +label: "Latin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +data: "lv" +value: "lv" +label: "Latvian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +data: "lzz" +value: "lzz" +label: "Laz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +data: "lez" +value: "lez" +label: "Lezghian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +data: "lij" +value: "lij" +label: "Ligurian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +data: "lil" +value: "lil" +label: "Lillooet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +data: "li" +value: "li" +label: "Limburgish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +data: "ln" +value: "ln" +label: "Lingala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +data: "lfn" +value: "lfn" +label: "Lingua Franca Nova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +data: "lzh" +value: "lzh" +label: "Literary Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +data: "lt" +value: "lt" +label: "Lithuanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4166 +data: "liv" +value: "liv" +label: "Livonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4167 +data: "jbo" +value: "jbo" +label: "Lojban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +data: "lmo" +value: "lmo" +label: "Lombard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +data: "lou" +value: "lou" +label: "Louisiana Creole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4170 +data: "nds" +value: "nds" +label: "Low German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4171 +data: "sli" +value: "sli" +label: "Lower Silesian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4172 +data: "dsb" +value: "dsb" +label: "Lower Sorbian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4173 +data: "loz" +value: "loz" +label: "Lozi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4174 +data: "lu" +value: "lu" +label: "Luba-Katanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4175 +data: "lua" +value: "lua" +label: "Luba-Lulua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +data: "lui" +value: "lui" +label: "Luiseno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4177 +data: "smj" +value: "smj" +label: "Lule Sami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +data: "lun" +value: "lun" +label: "Lunda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4179 +data: "luo" +value: "luo" +label: "Luo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +data: "lb" +value: "lb" +label: "Luxembourgish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +data: "luy" +value: "luy" +label: "Luyia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +data: "mde" +value: "mde" +label: "Maba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +data: "mk" +value: "mk" +label: "Macedonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4184 +data: "jmc" +value: "jmc" +label: "Machame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4185 +data: "mad" +value: "mad" +label: "Madurese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4186 +data: "maf" +value: "maf" +label: "Mafa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4187 +data: "mag" +value: "mag" +label: "Magahi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4188 +data: "vmf" +value: "vmf" +label: "Main-Franconian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +data: "mai" +value: "mai" +label: "Maithili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +data: "mak" +value: "mak" +label: "Makasar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +data: "vmw" +value: "vmw" +label: "Makhuwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4192 +data: "mgh" +value: "mgh" +label: "Makhuwa-Meetto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +data: "kde" +value: "kde" +label: "Makonde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +data: "mg" +value: "mg" +label: "Malagasy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +data: "ms" +value: "ms" +label: "Malay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +data: "ml" +value: "ml" +label: "Malayalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +data: "pqm" +value: "pqm" +label: "Maliseet-Passamaquoddy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +data: "mt" +value: "mt" +label: "Maltese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4199 +data: "mnc" +value: "mnc" +label: "Manchu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4200 +data: "mdr" +value: "mdr" +label: "Mandar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4201 +data: "man" +value: "man" +label: "Mandingo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: "mni" +value: "mni" +label: "Manipuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4203 +data: "gv" +value: "gv" +label: "Manx" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: "mi" +value: "mi" +label: "Māori" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4205 +data: "arn" +value: "arn" +label: "Mapuche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: "mr" +value: "mr" +label: "Marathi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: "chm" +value: "chm" +label: "Mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: "mh" +value: "mh" +label: "Marshallese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: "mwr" +value: "mwr" +label: "Marwari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: "mas" +value: "mas" +label: "Masai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: "mzn" +value: "mzn" +label: "Mazanderani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: "byv" +value: "byv" +label: "Medumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: "men" +value: "men" +label: "Mende" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: "mwv" +value: "mwv" +label: "Mentawai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: "mer" +value: "mer" +label: "Meru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: "mgo" +value: "mgo" +label: "Metaʼ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: "mic" +value: "mic" +label: "Mi'kmaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: "crg" +value: "crg" +label: "Michif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: "dum" +value: "dum" +label: "Middle Dutch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: "enm" +value: "enm" +label: "Middle English" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: "frm" +value: "frm" +label: "Middle French" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: "gmh" +value: "gmh" +label: "Middle High German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: "mga" +value: "mga" +label: "Middle Irish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: "nan" +value: "nan" +label: "Min Nan Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: "min" +value: "min" +label: "Minangkabau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: "xmf" +value: "xmf" +label: "Mingrelian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: "mwl" +value: "mwl" +label: "Mirandese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: "lus" +value: "lus" +label: "Mizo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: "moh" +value: "moh" +label: "Mohawk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: "mdf" +value: "mdf" +label: "Moksha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: "lol" +value: "lol" +label: "Mongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: "mn" +value: "mn" +label: "Mongolian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: "crm" +value: "crm" +label: "Moose Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: "mfe" +value: "mfe" +label: "Morisyen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: "ary" +value: "ary" +label: "Moroccan Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: "mos" +value: "mos" +label: "Mossi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: "mua" +value: "mua" +label: "Mundang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: "mus" +value: "mus" +label: "Muscogee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: "ttt" +value: "ttt" +label: "Muslim Tat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: "mye" +value: "mye" +label: "Myene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: "nqo" +value: "nqo" +label: "N’Ko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: "ars" +value: "ars" +label: "Najdi Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: "naq" +value: "naq" +label: "Nama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: "na" +value: "na" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: "nv" +value: "nv" +label: "Navajo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: "ng" +value: "ng" +label: "Ndonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: "nap" +value: "nap" +label: "Neapolitan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: "ne" +value: "ne" +label: "Nepali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: "new" +value: "new" +label: "Newari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: "sba" +value: "sba" +label: "Ngambay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: "nnh" +value: "nnh" +label: "Ngiemboon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: "jgo" +value: "jgo" +label: "Ngomba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: "yrl" +value: "yrl" +label: "Nheengatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: "nia" +value: "nia" +label: "Nias" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: "pcm" +value: "pcm" +label: "Nigerian Pidgin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: "niu" +value: "niu" +label: "Niuean" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: "nog" +value: "nog" +label: "Nogai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: "nd" +value: "nd" +label: "North Ndebele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: "crl" +value: "crl" +label: "Northern East Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: "frr" +value: "frr" +label: "Northern Frisian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: "lrc" +value: "lrc" +label: "Northern Luri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: "se" +value: "se" +label: "Northern Sami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: "nso" +value: "nso" +label: "Northern Sotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: "ttm" +value: "ttm" +label: "Northern Tutchone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: "ojb" +value: "ojb" +label: "Northwestern Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: "no" +value: "no" +label: "Norwegian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: "nb" +value: "nb" +label: "Norwegian Bokmål" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: "nn" +value: "nn" +label: "Norwegian Nynorsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: "nov" +value: "nov" +label: "Novial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: "nus" +value: "nus" +label: "Nuer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: "nym" +value: "nym" +label: "Nyamwezi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: "ny" +value: "ny" +label: "Nyanja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: "nyn" +value: "nyn" +label: "Nyankole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: "tog" +value: "tog" +label: "Nyasa Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: "nyo" +value: "nyo" +label: "Nyoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: "nzi" +value: "nzi" +label: "Nzima" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: "ann" +value: "ann" +label: "Obolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: "oc" +value: "oc" +label: "Occitan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: "or" +value: "or" +label: "Odia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: "ojs" +value: "ojs" +label: "Oji-Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: "oj" +value: "oj" +label: "Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: "oka" +value: "oka" +label: "Okanagan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: "ang" +value: "ang" +label: "Old English" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: "fro" +value: "fro" +label: "Old French" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: "goh" +value: "goh" +label: "Old High German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: "sga" +value: "sga" +label: "Old Irish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: "non" +value: "non" +label: "Old Norse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: "peo" +value: "peo" +label: "Old Persian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: "pro" +value: "pro" +label: "Old Provençal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: "om" +value: "om" +label: "Oromo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: "osa" +value: "osa" +label: "Osage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: "os" +value: "os" +label: "Ossetic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: "ota" +value: "ota" +label: "Ottoman Turkish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: "pal" +value: "pal" +label: "Pahlavi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: "pfl" +value: "pfl" +label: "Palatine German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: "pau" +value: "pau" +label: "Palauan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: "pi" +value: "pi" +label: "Pali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: "pam" +value: "pam" +label: "Pampanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: "pag" +value: "pag" +label: "Pangasinan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: "pap" +value: "pap" +label: "Papiamento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: "ps" +value: "ps" +label: "Pashto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: "pdc" +value: "pdc" +label: "Pennsylvania German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: "fa" +value: "fa" +label: "Persian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: "phn" +value: "phn" +label: "Phoenician" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: "pcd" +value: "pcd" +label: "Picard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: "pms" +value: "pms" +label: "Piedmontese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: "pis" +value: "pis" +label: "Pijin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: "crk" +value: "crk" +label: "Plains Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: "pdt" +value: "pdt" +label: "Plautdietsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: "pon" +value: "pon" +label: "Pohnpeian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: "pl" +value: "pl" +label: "Polish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: "pnt" +value: "pnt" +label: "Pontic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: "pt" +value: "pt" +label: "Portuguese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: "prg" +value: "prg" +label: "Prussian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: "pa" +value: "pa" +label: "Punjabi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: "qu" +value: "qu" +label: "Quechua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: "raj" +value: "raj" +label: "Rajasthani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: "rap" +value: "rap" +label: "Rapanui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: "rar" +value: "rar" +label: "Rarotongan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: "rif" +value: "rif" +label: "Riffian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: "rhg" +value: "rhg" +label: "Rohingya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: "rgn" +value: "rgn" +label: "Romagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: "ro" +value: "ro" +label: "Romanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: "rm" +value: "rm" +label: "Romansh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: "rom" +value: "rom" +label: "Romany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: "rof" +value: "rof" +label: "Rombo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: "rtm" +value: "rtm" +label: "Rotuman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: "rug" +value: "rug" +label: "Roviana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: "rn" +value: "rn" +label: "Rundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: "ru" +value: "ru" +label: "Russian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: "rue" +value: "rue" +label: "Rusyn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: "rwk" +value: "rwk" +label: "Rwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: "lsm" +value: "lsm" +label: "Saamia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: "ssy" +value: "ssy" +label: "Saho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: "sam" +value: "sam" +label: "Samaritan Aramaic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: "saq" +value: "saq" +label: "Samburu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: "sm" +value: "sm" +label: "Samoan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: "sgs" +value: "sgs" +label: "Samogitian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: "sad" +value: "sad" +label: "Sandawe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: "sg" +value: "sg" +label: "Sango" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: "sbp" +value: "sbp" +label: "Sangu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: "sa" +value: "sa" +label: "Sanskrit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: "sat" +value: "sat" +label: "Santali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: "sc" +value: "sc" +label: "Sardinian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: "sas" +value: "sas" +label: "Sasak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: "sdc" +value: "sdc" +label: "Sassarese Sardinian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: "stq" +value: "stq" +label: "Saterland Frisian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: "saz" +value: "saz" +label: "Saurashtra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: "sco" +value: "sco" +label: "Scots" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: "gd" +value: "gd" +label: "Scottish Gaelic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: "sly" +value: "sly" +label: "Selayar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: "sel" +value: "sel" +label: "Selkup" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: "seh" +value: "seh" +label: "Sena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: "see" +value: "see" +label: "Seneca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: "sr" +value: "sr" +label: "Serbian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: "sh" +value: "sh" +label: "Serbo-Croatian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: "srr" +value: "srr" +label: "Serer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: "sei" +value: "sei" +label: "Seri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: "crs" +value: "crs" +label: "Seselwa Creole French" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: "ksb" +value: "ksb" +label: "Shambala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: "shn" +value: "shn" +label: "Shan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: "sn" +value: "sn" +label: "Shona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: "ii" +value: "ii" +label: "Sichuan Yi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: "scn" +value: "scn" +label: "Sicilian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: "sid" +value: "sid" +label: "Sidamo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: "bla" +value: "bla" +label: "Siksiká" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: "szl" +value: "szl" +label: "Silesian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: "sd" +value: "sd" +label: "Sindhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: "si" +value: "si" +label: "Sinhala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: "sms" +value: "sms" +label: "Skolt Sami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: "den" +value: "den" +label: "Slave" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: "sk" +value: "sk" +label: "Slovak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: "sl" +value: "sl" +label: "Slovenian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: "xog" +value: "xog" +label: "Soga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: "sog" +value: "sog" +label: "Sogdien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: "so" +value: "so" +label: "Somali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: "snk" +value: "snk" +label: "Soninke" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: "nr" +value: "nr" +label: "South Ndebele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: "alt" +value: "alt" +label: "Southern Altai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: "crj" +value: "crj" +label: "Southern East Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: "hax" +value: "hax" +label: "Southern Haida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: "sdh" +value: "sdh" +label: "Southern Kurdish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: "slh" +value: "slh" +label: "Southern Lushootseed" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: "sma" +value: "sma" +label: "Southern Sami" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: "st" +value: "st" +label: "Southern Sotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: "tce" +value: "tce" +label: "Southern Tutchone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: "es" +value: "es" +label: "Spanish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: "srn" +value: "srn" +label: "Sranan Tongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: "zgh" +value: "zgh" +label: "Standard Moroccan Tamazight" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: "str" +value: "str" +label: "Straits Salish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: "suk" +value: "suk" +label: "Sukuma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: "sux" +value: "sux" +label: "Sumerian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: "su" +value: "su" +label: "Sundanese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: "sus" +value: "sus" +label: "Susu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: "sw" +value: "sw" +label: "Swahili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: "csw" +value: "csw" +label: "Swampy Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: "ss" +value: "ss" +label: "Swati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: "sv" +value: "sv" +label: "Swedish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: "gsw" +value: "gsw" +label: "Swiss German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: "syr" +value: "syr" +label: "Syriac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: "shi" +value: "shi" +label: "Tachelhit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: "tl" +value: "tl" +label: "Tagalog" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: "tgx" +value: "tgx" +label: "Tagish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: "ty" +value: "ty" +label: "Tahitian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: "tht" +value: "tht" +label: "Tahltan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: "blt" +value: "blt" +label: "Tai Dam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: "dav" +value: "dav" +label: "Taita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: "tg" +value: "tg" +label: "Tajik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: "tly" +value: "tly" +label: "Talysh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: "tmh" +value: "tmh" +label: "Tamashek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: "ta" +value: "ta" +label: "Tamil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: "trv" +value: "trv" +label: "Taroko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: "twq" +value: "twq" +label: "Tasawaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: "tt" +value: "tt" +label: "Tatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: "te" +value: "te" +label: "Telugu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: "ter" +value: "ter" +label: "Tereno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: "teo" +value: "teo" +label: "Teso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: "tet" +value: "tet" +label: "Tetum" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: "th" +value: "th" +label: "Thai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: "bo" +value: "bo" +label: "Tibetan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: "tig" +value: "tig" +label: "Tigre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: "ti" +value: "ti" +label: "Tigrinya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: "tem" +value: "tem" +label: "Timne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: "tiv" +value: "tiv" +label: "Tiv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: "tli" +value: "tli" +label: "Tlingit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: "tpi" +value: "tpi" +label: "Tok Pisin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: "tkl" +value: "tkl" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: "tok" +value: "tok" +label: "Toki Pona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: "to" +value: "to" +label: "Tongan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: "fit" +value: "fit" +label: "Tornedalen Finnish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: "trw" +value: "trw" +label: "Torwali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: "tkr" +value: "tkr" +label: "Tsakhur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: "tsd" +value: "tsd" +label: "Tsakonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: "tsi" +value: "tsi" +label: "Tsimshian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: "ts" +value: "ts" +label: "Tsonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: "tn" +value: "tn" +label: "Tswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: "tcy" +value: "tcy" +label: "Tulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: "tum" +value: "tum" +label: "Tumbuka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: "aeb" +value: "aeb" +label: "Tunisian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: "tr" +value: "tr" +label: "Turkish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: "tk" +value: "tk" +label: "Turkmen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: "tru" +value: "tru" +label: "Turoyo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: "tvl" +value: "tvl" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: "tyv" +value: "tyv" +label: "Tuvinian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: "tw" +value: "tw" +label: "Twi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: "kcg" +value: "kcg" +label: "Tyap" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: "udm" +value: "udm" +label: "Udmurt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: "uga" +value: "uga" +label: "Ugaritic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: "uk" +value: "uk" +label: "Ukrainian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: "umb" +value: "umb" +label: "Umbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: "hsb" +value: "hsb" +label: "Upper Sorbian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: "ur" +value: "ur" +label: "Urdu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: "ug" +value: "ug" +label: "Uyghur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: "uz" +value: "uz" +label: "Uzbek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: "vai" +value: "vai" +label: "Vai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: "ve" +value: "ve" +label: "Venda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +data: "vec" +value: "vec" +label: "Venetian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +data: "vep" +value: "vep" +label: "Veps" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +data: "vi" +value: "vi" +label: "Vietnamese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +data: "vo" +value: "vo" +label: "Volapük" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +data: "vro" +value: "vro" +label: "Võro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: "vot" +value: "vot" +label: "Votic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +data: "vun" +value: "vun" +label: "Vunjo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: "wa" +value: "wa" +label: "Walloon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +data: "wae" +value: "wae" +label: "Walser" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +data: "war" +value: "war" +label: "Waray" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +data: "wbp" +value: "wbp" +label: "Warlpiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: "was" +value: "was" +label: "Washo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +data: "guc" +value: "guc" +label: "Wayuu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +data: "cy" +value: "cy" +label: "Welsh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +data: "vls" +value: "vls" +label: "West Flemish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +data: "bgn" +value: "bgn" +label: "Western Balochi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +data: "ikt" +value: "ikt" +label: "Western Canadian Inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +data: "fy" +value: "fy" +label: "Western Frisian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +data: "mrj" +value: "mrj" +label: "Western Mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +data: "ojw" +value: "ojw" +label: "Western Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +data: "lah" +value: "lah" +label: "Western Panjabi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +data: "wal" +value: "wal" +label: "Wolaytta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +data: "wo" +value: "wo" +label: "Wolof" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +data: "wuu" +value: "wuu" +label: "Wu Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +data: "xh" +value: "xh" +label: "Xhosa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +data: "hsn" +value: "hsn" +label: "Xiang Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4483 +data: "sah" +value: "sah" +label: "Yakut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +data: "yav" +value: "yav" +label: "Yangben" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +data: "yao" +value: "yao" +label: "Yao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +data: "yap" +value: "yap" +label: "Yapese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +data: "ybb" +value: "ybb" +label: "Yemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +data: "yi" +value: "yi" +label: "Yiddish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +data: "yo" +value: "yo" +label: "Yoruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +data: "zap" +value: "zap" +label: "Zapotec" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +data: "dje" +value: "dje" +label: "Zarma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +data: "zza" +value: "zza" +label: "Zaza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +data: "zea" +value: "zea" +label: "Zeelandic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +data: "zen" +value: "zen" +label: "Zenaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +data: "za" +value: "za" +label: "Zhuang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +data: "gbz" +value: "gbz" +label: "Zoroastrian Dari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +data: "zu" +value: "zu" +label: "Zulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +data: "zun" +value: "zun" +label: "Zuni" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3863 -errors: [] -form: Symfony\Component\Form\Form {#3706 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3864 …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) {#4500 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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3615 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() {#3617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3616 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4501 -errors: [] -form: Symfony\Component\Form\Form {#3709 …} } |
| form | Symfony\Component\Form\FormView {#4502 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Please select" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
[ "Please select" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| 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 | [ "Please select" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| 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() {#3625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3624 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4505 +data: "" +value: "" +label: "Please select" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +data: "male" +value: "male" +label: "form.salutationMale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +data: "female" +value: "female" +label: "form.salutationFemale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4503 -errors: [] -form: Symfony\Component\Form\Form {#3712 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4504 …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) {#4509 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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3635 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() {#3637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3636 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4510 -errors: [] -form: Symfony\Component\Form\Form {#3715 …} } |
| form | Symfony\Component\Form\FormView {#4511 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3644 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() {#3646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3645 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4512 -errors: [] -form: Symfony\Component\Form\Form {#3718 …} } |
| form | Symfony\Component\Form\FormView {#4513 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Please select" => "" "Architect/Designer" => "Architect/Designer" "Building & Construction" => "Building and Construction" "Carpenter" => "Carpenter" "Electrical Engineer" => "Electrical Engineer" "Electrician" => "Electrician" "Private Client" => "Private Client" "Hospitality" => "Hotel Business" "Lighting Designer" => "Lighting Designer" "Lighting Dealer" => "Lighting Dealer" "Press" => "Press" "Consultant" => "Consultant" "Furniture Dealer" => "Furniture Dealer" "Retail Business" => "Retail Business" "Other" => "Other" ] |
[ "Please select" => "" "Architect/Designer" => "Architect/Designer" "Building & Construction" => "Building and Construction" "Carpenter" => "Carpenter" "Electrical Engineer" => "Electrical Engineer" "Electrician" => "Electrician" "Private Client" => "Private Client" "Hospitality" => "Hotel Business" "Lighting Designer" => "Lighting Designer" "Lighting Dealer" => "Lighting Dealer" "Press" => "Press" "Consultant" => "Consultant" "Furniture Dealer" => "Furniture Dealer" "Retail Business" => "Retail Business" "Other" => "Other" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3521 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3521 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| 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 | [ "Please select" => "" "Architect/Designer" => "Architect/Designer" "Building & Construction" => "Building and Construction" "Carpenter" => "Carpenter" "Electrical Engineer" => "Electrical Engineer" "Electrician" => "Electrician" "Private Client" => "Private Client" "Hospitality" => "Hotel Business" "Lighting Designer" => "Lighting Designer" "Lighting Dealer" => "Lighting Dealer" "Press" => "Press" "Consultant" => "Consultant" "Furniture Dealer" => "Furniture Dealer" "Retail Business" => "Retail Business" "Other" => "Other" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3521 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| 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() {#3654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3653 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4516 +data: "" +value: "" +label: "Please select" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +data: "Architect/Designer" +value: "Architect/Designer" +label: "Architect/Designer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +data: "Building and Construction" +value: "Building and Construction" +label: "Building & Construction" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +data: "Carpenter" +value: "Carpenter" +label: "Carpenter" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +data: "Electrical Engineer" +value: "Electrical Engineer" +label: "Electrical Engineer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +data: "Electrician" +value: "Electrician" +label: "Electrician" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +data: "Private Client" +value: "Private Client" +label: "Private Client" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +data: "Hotel Business" +value: "Hotel Business" +label: "Hospitality" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +data: "Lighting Designer" +value: "Lighting Designer" +label: "Lighting Designer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +data: "Lighting Dealer" +value: "Lighting Dealer" +label: "Lighting Dealer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +data: "Press" +value: "Press" +label: "Press" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +data: "Consultant" +value: "Consultant" +label: "Consultant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +data: "Furniture Dealer" +value: "Furniture Dealer" +label: "Furniture Dealer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +data: "Retail Business" +value: "Retail Business" +label: "Retail Business" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +data: "Other" +value: "Other" +label: "Other" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4514 -errors: [] -form: Symfony\Component\Form\Form {#3721 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4515 …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) {#4532 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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3576 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3576 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3576 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3664 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() {#3666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3665 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4533 -errors: [] -form: Symfony\Component\Form\Form {#3724 …} } |
| form | Symfony\Component\Form\FormView {#4534 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3578 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3579 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3578 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3579 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3578 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3579 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3673 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() {#3675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3674 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4535 -errors: [] -form: Symfony\Component\Form\Form {#3727 …} } |
| form | Symfony\Component\Form\FormView {#4536 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3580 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3580 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3580 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3686 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() {#3688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3687 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4537 -errors: [] -form: Symfony\Component\Form\Form {#3777 …} } |
| form | Symfony\Component\Form\FormView {#4538 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3694 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3694 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3694 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3731 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() {#3733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3732 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4542 -errors: [] -form: Symfony\Component\Form\Form {#3780 …} } |
| form | Symfony\Component\Form\FormView {#4541 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3695 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3695 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3695 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3740 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() {#3742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3741 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4543 -errors: [] -form: Symfony\Component\Form\Form {#3783 …} } |
| form | Symfony\Component\Form\FormView {#4544 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3696 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3696 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3696 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3749 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() {#3751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3750 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4545 -errors: [] -form: Symfony\Component\Form\Form {#3786 …} } |
| form | Symfony\Component\Form\FormView {#4546 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3697 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3697 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3697 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3758 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() {#3760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4547 -errors: [] -form: Symfony\Component\Form\Form {#3789 …} } |
| form | Symfony\Component\Form\FormView {#4548 …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" => "Field empty!" ] |
[ "data-parsley-required-message" => "Field empty!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
[ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3698 +payload: null +groups: ? +message: "Field empty!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3698 +payload: null +groups: ? +message: "Field empty!" +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" => "Field empty!" ] |
| 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 | [ "Please select" => "" "Afghanistan" => "AF" "Åland Islands" => "AX" "Albania" => "AL" "Algeria" => "DZ" "American Samoa" => "AS" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua & Barbuda" => "AG" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaijan" => "AZ" "Bahamas" => "BS" "Bahrain" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "Belgium" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnia & Herzegovina" => "BA" "Botswana" => "BW" "Bouvet Island" => "BV" "Brazil" => "BR" "British Indian Ocean Territory" => "IO" "British Virgin Islands" => "VG" "Brunei" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodia" => "KH" "Cameroon" => "CM" "Canada" => "CA" "Cape Verde" => "CV" "Caribbean Netherlands" => "BQ" "Cayman Islands" => "KY" "Central African Republic" => "CF" "Chad" => "TD" "Chile" => "CL" "China" => "CN" "Christmas Island" => "CX" "Cocos (Keeling) Islands" => "CC" "Colombia" => "CO" "Comoros" => "KM" "Congo - Brazzaville" => "CG" "Congo - Kinshasa" => "CD" "Cook Islands" => "CK" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croatia" => "HR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Czechia" => "CZ" "Denmark" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominican Republic" => "DO" "Ecuador" => "EC" "Egypt" => "EG" "El Salvador" => "SV" "Equatorial Guinea" => "GQ" "Eritrea" => "ER" "Estonia" => "EE" "Eswatini" => "SZ" "Ethiopia" => "ET" "Falkland Islands" => "FK" "Faroe Islands" => "FO" "Fiji" => "FJ" "Finland" => "FI" "France" => "FR" "French Guiana" => "GF" "French Polynesia" => "PF" "French Southern Territories" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Germany" => "DE" "Ghana" => "GH" "Gibraltar" => "GI" "Greece" => "GR" "Greenland" => "GL" "Grenada" => "GD" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinea" => "GN" "Guinea-Bissau" => "GW" "Guyana" => "GY" "Haiti" => "HT" "Heard & McDonald Islands" => "HM" "Honduras" => "HN" "Hong Kong SAR China" => "HK" "Hungary" => "HU" "Iceland" => "IS" "India" => "IN" "Indonesia" => "ID" "Iran" => "IR" "Iraq" => "IQ" "Ireland" => "IE" "Isle of Man" => "IM" "Israel" => "IL" "Italy" => "IT" "Jamaica" => "JM" "Japan" => "JP" "Jersey" => "JE" "Jordan" => "JO" "Kazakhstan" => "KZ" "Kenya" => "KE" "Kiribati" => "KI" "Kuwait" => "KW" "Kyrgyzstan" => "KG" "Laos" => "LA" "Latvia" => "LV" "Lebanon" => "LB" "Lesotho" => "LS" "Liberia" => "LR" "Libya" => "LY" "Liechtenstein" => "LI" "Lithuania" => "LT" "Luxembourg" => "LU" "Macao SAR China" => "MO" "Madagascar" => "MG" "Malawi" => "MW" "Malaysia" => "MY" "Maldives" => "MV" "Mali" => "ML" "Malta" => "MT" "Marshall Islands" => "MH" "Martinique" => "MQ" "Mauritania" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldova" => "MD" "Monaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Morocco" => "MA" "Mozambique" => "MZ" "Myanmar (Burma)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Netherlands" => "NL" "New Caledonia" => "NC" "New Zealand" => "NZ" "Nicaragua" => "NI" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Norfolk Island" => "NF" "North Korea" => "KP" "North Macedonia" => "MK" "Northern Mariana Islands" => "MP" "Norway" => "NO" "Oman" => "OM" "Pakistan" => "PK" "Palau" => "PW" "Palestinian Territories" => "PS" "Panama" => "PA" "Papua New Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Philippines" => "PH" "Pitcairn Islands" => "PN" "Poland" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Romania" => "RO" "Russia" => "RU" "Rwanda" => "RW" "Samoa" => "WS" "San Marino" => "SM" "São Tomé & Príncipe" => "ST" "Saudi Arabia" => "SA" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint Maarten" => "SX" "Slovakia" => "SK" "Slovenia" => "SI" "Solomon Islands" => "SB" "Somalia" => "SO" "South Africa" => "ZA" "South Georgia & South Sandwich Islands" => "GS" "South Korea" => "KR" "South Sudan" => "SS" "Spain" => "ES" "Sri Lanka" => "LK" "St. Barthélemy" => "BL" "St. Helena" => "SH" "St. Kitts & Nevis" => "KN" "St. Lucia" => "LC" "St. Martin" => "MF" "St. Pierre & Miquelon" => "PM" "St. Vincent & Grenadines" => "VC" "Sudan" => "SD" "Suriname" => "SR" "Svalbard & Jan Mayen" => "SJ" "Sweden" => "SE" "Switzerland" => "CH" "Syria" => "SY" "Taiwan" => "TW" "Tajikistan" => "TJ" "Tanzania" => "TZ" "Thailand" => "TH" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad & Tobago" => "TT" "Tunisia" => "TN" "Turkey" => "TR" "Turkmenistan" => "TM" "Turks & Caicos Islands" => "TC" "Tuvalu" => "TV" "U.S. Outlying Islands" => "UM" "U.S. Virgin Islands" => "VI" "Uganda" => "UG" "Ukraine" => "UA" "United Arab Emirates" => "AE" "United Kingdom" => "GB" "United States" => "US" "Uruguay" => "UY" "Uzbekistan" => "UZ" "Vanuatu" => "VU" "Vatican City" => "VA" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis & Futuna" => "WF" "Western Sahara" => "EH" "Yemen" => "YE" "Zambia" => "ZM" "Zimbabwe" => "ZW" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3698 +payload: null +groups: ? +message: "Field empty!" +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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| 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() {#3768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3767 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Field empty!" ] |
| 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 {#4551 +data: "" +value: "" +label: "Please select" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4552 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4553 +data: "AX" +value: "AX" +label: "Åland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4554 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4555 +data: "DZ" +value: "DZ" +label: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4556 +data: "AS" +value: "AS" +label: "American Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4557 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4560 +data: "AQ" +value: "AQ" +label: "Antarctica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4561 +data: "AG" +value: "AG" +label: "Antigua & Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4562 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4563 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4564 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4565 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4567 +data: "AZ" +value: "AZ" +label: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +data: "BH" +value: "BH" +label: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +data: "BE" +value: "BE" +label: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +data: "BA" +value: "BA" +label: "Bosnia & Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +data: "BV" +value: "BV" +label: "Bouvet Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +data: "BR" +value: "BR" +label: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +data: "IO" +value: "IO" +label: "British Indian Ocean Territory" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +data: "VG" +value: "VG" +label: "British Virgin Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4585 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4586 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4587 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4588 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4589 +data: "KH" +value: "KH" +label: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4590 +data: "CM" +value: "CM" +label: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4591 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4592 +data: "CV" +value: "CV" +label: "Cape Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4593 +data: "BQ" +value: "BQ" +label: "Caribbean Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4594 +data: "KY" +value: "KY" +label: "Cayman Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4595 +data: "CF" +value: "CF" +label: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4596 +data: "TD" +value: "TD" +label: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4597 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4598 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4599 +data: "CX" +value: "CX" +label: "Christmas Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4600 +data: "CC" +value: "CC" +label: "Cocos (Keeling) Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4601 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4602 +data: "KM" +value: "KM" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +data: "CG" +value: "CG" +label: "Congo - Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +data: "CD" +value: "CD" +label: "Congo - Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +data: "CK" +value: "CK" +label: "Cook Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +data: "HR" +value: "HR" +label: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +data: "CY" +value: "CY" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +data: "CZ" +value: "CZ" +label: "Czechia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +data: "DK" +value: "DK" +label: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +data: "DJ" +value: "DJ" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +data: "DO" +value: "DO" +label: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +data: "EG" +value: "EG" +label: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +data: "GQ" +value: "GQ" +label: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4621 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4622 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +data: "ET" +value: "ET" +label: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4625 +data: "FK" +value: "FK" +label: "Falkland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4626 +data: "FO" +value: "FO" +label: "Faroe Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4627 +data: "FJ" +value: "FJ" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4628 +data: "FI" +value: "FI" +label: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4629 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +data: "GF" +value: "GF" +label: "French Guiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +data: "PF" +value: "PF" +label: "French Polynesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +data: "TF" +value: "TF" +label: "French Southern Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4635 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: "DE" +value: "DE" +label: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4639 +data: "GR" +value: "GR" +label: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +data: "GL" +value: "GL" +label: "Greenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4641 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4644 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4645 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4646 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4647 +data: "GW" +value: "GW" +label: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4648 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4649 +data: "HT" +value: "HT" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4650 +data: "HM" +value: "HM" +label: "Heard & McDonald Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4651 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4652 +data: "HK" +value: "HK" +label: "Hong Kong SAR China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4653 +data: "HU" +value: "HU" +label: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4654 +data: "IS" +value: "IS" +label: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4655 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4656 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4657 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4658 +data: "IQ" +value: "IQ" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4659 +data: "IE" +value: "IE" +label: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4660 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4661 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4662 +data: "IT" +value: "IT" +label: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +data: "JM" +value: "JM" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4664 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +data: "JO" +value: "JO" +label: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +data: "KZ" +value: "KZ" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +data: "KG" +value: "KG" +label: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +data: "LV" +value: "LV" +label: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +data: "LB" +value: "LB" +label: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +data: "LY" +value: "LY" +label: "Libya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +data: "LT" +value: "LT" +label: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +data: "LU" +value: "LU" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +data: "MO" +value: "MO" +label: "Macao SAR China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +data: "MY" +value: "MY" +label: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +data: "MV" +value: "MV" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +data: "MH" +value: "MH" +label: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +data: "MX" +value: "MX" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +data: "MD" +value: "MD" +label: "Moldova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +data: "MA" +value: "MA" +label: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: "MM" +value: "MM" +label: "Myanmar (Burma)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +data: "NL" +value: "NL" +label: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +data: "NC" +value: "NC" +label: "New Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +data: "NZ" +value: "NZ" +label: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +data: "NF" +value: "NF" +label: "Norfolk Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +data: "KP" +value: "KP" +label: "North Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: "MK" +value: "MK" +label: "North Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +data: "MP" +value: "MP" +label: "Northern Mariana Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +data: "NO" +value: "NO" +label: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +data: "PS" +value: "PS" +label: "Palestinian Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +data: "PG" +value: "PG" +label: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4724 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4725 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4726 +data: "PH" +value: "PH" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4727 +data: "PN" +value: "PN" +label: "Pitcairn Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +data: "PL" +value: "PL" +label: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4730 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4731 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4732 +data: "RE" +value: "RE" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4733 +data: "RO" +value: "RO" +label: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +data: "RU" +value: "RU" +label: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4735 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4736 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4737 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4738 +data: "ST" +value: "ST" +label: "São Tomé & Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4739 +data: "SA" +value: "SA" +label: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4740 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4742 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4745 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4746 +data: "SK" +value: "SK" +label: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4747 +data: "SI" +value: "SI" +label: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4748 +data: "SB" +value: "SB" +label: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4749 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4750 +data: "ZA" +value: "ZA" +label: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4751 +data: "GS" +value: "GS" +label: "South Georgia & South Sandwich Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +data: "KR" +value: "KR" +label: "South Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4753 +data: "SS" +value: "SS" +label: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +data: "ES" +value: "ES" +label: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4755 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +data: "BL" +value: "BL" +label: "St. Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4757 +data: "SH" +value: "SH" +label: "St. Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4758 +data: "KN" +value: "KN" +label: "St. Kitts & Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4759 +data: "LC" +value: "LC" +label: "St. Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4760 +data: "MF" +value: "MF" +label: "St. Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4761 +data: "PM" +value: "PM" +label: "St. Pierre & Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4762 +data: "VC" +value: "VC" +label: "St. Vincent & Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +data: "SD" +value: "SD" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +data: "SJ" +value: "SJ" +label: "Svalbard & Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +data: "SE" +value: "SE" +label: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +data: "CH" +value: "CH" +label: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +data: "SY" +value: "SY" +label: "Syria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +data: "TJ" +value: "TJ" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +data: "TT" +value: "TT" +label: "Trinidad & Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +data: "TN" +value: "TN" +label: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +data: "TR" +value: "TR" +label: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +data: "TC" +value: "TC" +label: "Turks & Caicos Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +data: "UM" +value: "UM" +label: "U.S. Outlying Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +data: "VI" +value: "VI" +label: "U.S. Virgin Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +data: "AE" +value: "AE" +label: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +data: "GB" +value: "GB" +label: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +data: "US" +value: "US" +label: "United States" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +data: "UZ" +value: "UZ" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +data: "VA" +value: "VA" +label: "Vatican City" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +data: "WF" +value: "WF" +label: "Wallis & Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +data: "EH" +value: "EH" +label: "Western Sahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4799 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4549 -errors: [] -form: Symfony\Component\Form\Form {#3792 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4550 …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) {#4802 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 {#4540 …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 | "b41a.I5kh6mZdHipji81_qU6NliaPfmjAelpDPLWCAk4W2do.aO5EjxwXfx0u-qspwD_n8XfIKy6FCGwEC_q6Vjt84ZJJyVWoMG5GHDfMpg" |
| 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 | "b41a.I5kh6mZdHipji81_qU6NliaPfmjAelpDPLWCAk4W2do.aO5EjxwXfx0u-qspwD_n8XfIKy6FCGwEC_q6Vjt84ZJJyVWoMG5GHDfMpg" |
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 {#3333 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3335 …} -namespace: Closure() {#3337 …} } |
| data | "b41a.I5kh6mZdHipji81_qU6NliaPfmjAelpDPLWCAk4W2do.aO5EjxwXfx0u-qspwD_n8XfIKy6FCGwEC_q6Vjt84ZJJyVWoMG5GHDfMpg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3859 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() {#4804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#4539 …} $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 | "b41a.I5kh6mZdHipji81_qU6NliaPfmjAelpDPLWCAk4W2do.aO5EjxwXfx0u-qspwD_n8XfIKy6FCGwEC_q6Vjt84ZJJyVWoMG5GHDfMpg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4813 -errors: [] -form: Symfony\Component\Form\Form {#4809 …} } |
| form | Symfony\Component\Form\FormView {#4803 …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 | "b41a.I5kh6mZdHipji81_qU6NliaPfmjAelpDPLWCAk4W2do.aO5EjxwXfx0u-qspwD_n8XfIKy6FCGwEC_q6Vjt84ZJJyVWoMG5GHDfMpg" |