Forms
-
register_b2_c_form
-
firstname
-
lastname
-
email
-
submit
-
_token
-
-
register_b2_b_form
-
name
-
language
-
vat
-
salutation
-
primaryFirstname
-
primaryLastname
-
job
-
primaryPhone
-
primaryEmail
-
invoiceAddress
-
name
-
street
-
zip
-
city
-
country
-
-
submit
-
_token
-
register_b2_c_form
"App\Form\Register\RegisterB2CForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3409 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_b2_c_form" "_register_b2_c_form" ] |
| cache_key | "_register_b2_c_form_register_b2_c_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3852 -errors: [] -form: Symfony\Component\Form\Form {#3464 …} } |
| form | Symfony\Component\Form\FormView {#3850 …5} |
| full_name | "register_b2_c_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_b2_c_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_c_form" |
| valid | true |
| value | null |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form_label_firstname" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3423 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() {#3425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3424 …} $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 {#3875 -errors: [] -form: Symfony\Component\Form\Form {#3467 …} } |
| form | Symfony\Component\Form\FormView {#3855 …5} |
| full_name | "register_b2_c_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_c_form_firstname" |
| label | "form_label_firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_c_form_firstname" |
| valid | true |
| value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form_label_lastname" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3432 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() {#3434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3433 …} $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 {#3877 -errors: [] -form: Symfony\Component\Form\Form {#3470 …} } |
| form | Symfony\Component\Form\FormView {#3878 …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 {#3416 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3416 +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 {#3416 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3445 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() {#3447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3446 …} $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 {#3879 -errors: [] -form: Symfony\Component\Form\Form {#3473 …} } |
| form | Symfony\Component\Form\FormView {#3880 …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 {#3892 …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 | "bf9a078e5b5a68c40fd693b4318ec9b.HlO9fIrR6rpS8k58sXZWyTbpWyzHosr5ovlJJjIMuSg.ZjHkGryWmvE9pHwk2iEZ8UKHPlXq6PKp9JEDVFlV219TNtM2-5CEwzqQfg" |
| 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 | "bf9a078e5b5a68c40fd693b4318ec9b.HlO9fIrR6rpS8k58sXZWyTbpWyzHosr5ovlJJjIMuSg.ZjHkGryWmvE9pHwk2iEZ8UKHPlXq6PKp9JEDVFlV219TNtM2-5CEwzqQfg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data | "bf9a078e5b5a68c40fd693b4318ec9b.HlO9fIrR6rpS8k58sXZWyTbpWyzHosr5ovlJJjIMuSg.ZjHkGryWmvE9pHwk2iEZ8UKHPlXq6PKp9JEDVFlV219TNtM2-5CEwzqQfg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3895 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() {#3897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3896 …} $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 | "bf9a078e5b5a68c40fd693b4318ec9b.HlO9fIrR6rpS8k58sXZWyTbpWyzHosr5ovlJJjIMuSg.ZjHkGryWmvE9pHwk2iEZ8UKHPlXq6PKp9JEDVFlV219TNtM2-5CEwzqQfg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3907 -errors: [] -form: Symfony\Component\Form\Form {#3903 …} } |
| form | Symfony\Component\Form\FormView {#3898 …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 | "bf9a078e5b5a68c40fd693b4318ec9b.HlO9fIrR6rpS8k58sXZWyTbpWyzHosr5ovlJJjIMuSg.ZjHkGryWmvE9pHwk2iEZ8UKHPlXq6PKp9JEDVFlV219TNtM2-5CEwzqQfg" |
register_b2_b_form
"App\Form\Register\RegisterB2BForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3490 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() {#3493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3492 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_b2_b_form" "_register_b2_b_form" ] |
| cache_key | "_register_b2_b_form_register_b2_b_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3909 -errors: [] -form: Symfony\Component\Form\Form {#3752 …} } |
| form | Symfony\Component\Form\FormView {#3910 …5} |
| full_name | "register_b2_b_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_b2_b_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form" |
| valid | true |
| value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3634 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3636 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3635 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_name" ] |
| cache_key | "_register_b2_b_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3914 -errors: [] -form: Symfony\Component\Form\Form {#3755 …} } |
| form | Symfony\Component\Form\FormView {#3913 …5} |
| full_name | "register_b2_b_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_name" |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_name" |
| valid | true |
| value | "" |
language
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Elija una opción" => "" "abjasio" => "ab" "acadio" => "akk" "achenés" => "ace" "acoli" => "ach" "adangme" => "ada" "adigué" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikáans" => "af" "aghem" => "agq" "aimara" => "ay" "ainu" => "ain" "akan" => "ak" "akoose" => "bss" "Alabama" => "akz" "albanés" => "sq" "alemán" => "de" "alemán suizo" => "gsw" "aleutiano" => "ale" "Algerian Arabic" => "arq" "algonquino de Carolina" => "crr" "altái meridional" => "alt" "alto alemán antiguo" => "goh" "alto alemán medio" => "gmh" "alto sorbio" => "hsb" "amárico" => "am" "American Sign Language" => "ase" "angika" => "anp" "anii" => "blo" "Ao Naga" => "njo" "árabe" => "ar" "árabe chadiano" => "shu" "árabe najdí" => "ars" "aragonés" => "an" "arahuaco" => "arw" "arameo" => "arc" "arameo samaritano" => "sam" "Araona" => "aro" "arapaho" => "arp" "armenio" => "hy" "Arpitan" => "frp" "arrumano" => "rup" "asamés" => "as" "asturiano" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avadhi" => "awa" "avar" => "av" "avéstico" => "ae" "azerbaiyano" => "az" "Badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bajo alemán" => "nds" "bajo sorbio" => "dsb" "Bakhtiari" => "bqi" "balinés" => "ban" "baluchi" => "bal" "baluchi occidental" => "bgn" "bambara" => "bm" "bamún" => "bax" "Banjar" => "bjn" "basaa" => "bas" "baskir" => "ba" "Batak Toba" => "bbc" "Bavarian" => "bar" "beja" => "bej" "bemba" => "bem" "bena" => "bez" "bengalí" => "bn" "Betawi" => "bew" "bhoyapurí" => "bho" "bicol" => "bik" "bielorruso" => "be" "bini" => "bin" "birmano" => "my" "Bishnupriya" => "bpy" "bislama" => "bi" "blin" => "byn" "bodo" => "brx" "bosnio" => "bs" "Brahui" => "brh" "braj" => "bra" "bretón" => "br" "buginés" => "bug" "búlgaro" => "bg" "bulu" => "bum" "buriato" => "bua" "cabileño" => "kab" "cachemir" => "ks" "caddo" => "cad" "canarés" => "kn" "cantonés" => "yue" "Capiznon" => "cps" "carelio" => "krl" "caribe" => "car" "casubio" => "csb" "catalán" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "Central Dusun" => "dtp" "Central Yupik" => "esu" "chagatái" => "chg" "chakma" => "ccp" "chamorro" => "ch" "checheno" => "ce" "checo" => "cs" "cheroqui" => "chr" "cheyene" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chiga" => "cgg" "chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "chino" => "zh" "chino gan" => "gan" "chino hakka" => "hak" "chino min nan" => "nan" "chino wu" => "wuu" "chino xiang" => "hsn" "chipewyan" => "chp" "choctaw" => "cho" "chuvasio" => "cv" "cingalés" => "si" "comorense" => "swb" "copto" => "cop" "coreano" => "ko" "córnico" => "kw" "corso" => "co" "cree" => "cr" "cree de las llanuras" => "crk" "cree de los pantanos" => "csw" "cree moose" => "crm" "cree nororiental" => "crl" "cree suroriental" => "crj" "creek" => "mus" "criollo caboverdiano" => "kea" "criollo de Luisiana" => "lou" "criollo haitiano" => "ht" "criollo mauriciano" => "mfe" "criollo seychelense" => "crs" "croata" => "hr" "dakota" => "dak" "danés" => "da" "dargva" => "dar" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diula" => "dyu" "divehi" => "dv" "dogri" => "doi" "dogrib" => "dgr" "duala" => "dua" "dzongkha" => "dz" "efik" => "efi" "egipcio antiguo" => "egy" "Egyptian Arabic" => "arz" "ekajuk" => "eka" "elamita" => "elx" "embu" => "ebu" "Emilian" => "egl" "erzya" => "myv" "escocés" => "sco" "eslavo eclesiástico" => "cu" "eslovaco" => "sk" "esloveno" => "sl" "español" => "es" "esperanto" => "eo" "estonio" => "et" "euskera" => "eu" "ewé" => "ee" "ewondo" => "ewo" "Extremaduran" => "ext" "fang" => "fan" "fanti" => "fat" "fenicio" => "phn" "feroés" => "fo" "Fiji Hindi" => "hif" "filipino" => "fil" "finés" => "fi" "fiyiano" => "fj" "fon" => "fon" "Frafra" => "gur" "francés" => "fr" "francés antiguo" => "fro" "francés cajún" => "frc" "francés medio" => "frm" "frisón occidental" => "fy" "frisón oriental" => "frs" "frisón septentrional" => "frr" "friulano" => "fur" "fula" => "ff" "ga" => "gaa" "gaélico escocés" => "gd" "gagauzo" => "gag" "galés" => "cy" "gallego" => "gl" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "geez" => "gez" "georgiano" => "ka" "Gheg Albanian" => "aln" "ghomala" => "bbj" "Gilaki" => "glk" "gilbertés" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gótico" => "got" "grebo" => "grb" "griego" => "el" "griego antiguo" => "grc" "groenlandés" => "kl" "guaraní" => "gn" "gusii" => "guz" "guyaratí" => "gu" "haida" => "hai" "haida meridional" => "hax" "halkomelem" => "hur" "haryanvi" => "bgc" "hausa" => "ha" "hawaiano" => "haw" "hebreo" => "he" "herero" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hiri motu" => "ho" "hitita" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "húngaro" => "hu" "hupa" => "hup" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonesio" => "id" "inglés" => "en" "inglés antiguo" => "ang" "inglés medio" => "enm" "Ingrian" => "izh" "ingush" => "inh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuit del oeste de Canadá" => "ikt" "inuktitut" => "iu" "inupiaq" => "ik" "irlandés" => "ga" "irlandés antiguo" => "sga" "irlandés medio" => "mga" "islandés" => "is" "italiano" => "it" "Jamaican Creole English" => "jam" "japonés" => "ja" "javanés" => "jv" "jemer" => "km" "jerga chinuk" => "chn" "jju" => "kaj" "jola-fonyi" => "dyo" "judeo-árabe" => "jrb" "judeo-persa" => "jpr" "Jutish" => "jut" "kabardiano" => "kbd" "kachin" => "kac" "káingang" => "kgp" "kako" => "kkj" "kalenjin" => "kln" "kalmyk" => "xal" "kamba" => "kam" "kanembu" => "kbl" "kangri" => "xnr" "kanuri" => "kr" "karachay-balkar" => "krc" "karakalpako" => "kaa" "kawi" => "kaw" "kazajo" => "kk" "Kenyang" => "ken" "khasi" => "kha" "Khowar" => "khw" "kikuyu" => "ki" "kimbundu" => "kmb" "Kinaray-a" => "krj" "kinyarwanda" => "rw" "kirguís" => "ky" "Kirmanjki" => "kiu" "kirundi" => "rn" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi permio" => "koi" "kongo" => "kg" "konkaní" => "kok" "koro" => "kfo" "kosraeano" => "kos" "kotanés" => "kho" "Kotava" => "avk" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpelle" => "kpe" "Krio" => "kri" "kuanyama" => "kj" "kumyk" => "kum" "kurdo" => "ku" "kurdo meridional" => "sdh" "kurdo sorani" => "ckb" "kurukh" => "kru" "kutchin" => "gwi" "kutenai" => "kut" "kuvi" => "kxv" "kwakʼwala" => "kwk" "kwasio" => "nmg" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "lao" => "lo" "Latgalian" => "ltg" "latín" => "la" "Laz" => "lzz" "letón" => "lv" "lezgiano" => "lez" "ligur" => "lij" "lillooet" => "lil" "limburgués" => "li" "lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "lituano" => "lt" "Livonian" => "liv" "lojban" => "jbo" "lombardo" => "lmo" "lorí septentrional" => "lrc" "Lower Silesian" => "sli" "lozi" => "loz" "luba-katanga" => "lu" "luba-lulua" => "lua" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushootseed meridional" => "slh" "luxemburgués" => "lb" "luyia" => "luy" "maba" => "mde" "macasar" => "mak" "macedonio" => "mk" "machame" => "jmc" "madurés" => "mad" "mafa" => "maf" "magahi" => "mag" "Main-Franconian" => "vmf" "maithili" => "mai" "makhuwa-meetto" => "mgh" "makonde" => "kde" "makua" => "vmw" "malayálam" => "ml" "malayo" => "ms" "malgache" => "mg" "maliseet-passamaquoddy" => "pqm" "maltés" => "mt" "manchú" => "mnc" "mandar" => "mdr" "mandingo" => "man" "manés" => "gv" "manipurí" => "mni" "maorí" => "mi" "mapuche" => "arn" "maratí" => "mr" "marí" => "chm" "marshalés" => "mh" "marwari" => "mwr" "masái" => "mas" "mazandaraní" => "mzn" "medumba" => "byv" "mende" => "men" "Mentawai" => "mwv" "meru" => "mer" "meta’" => "mgo" "michif" => "crg" "micmac" => "mic" "minangkabau" => "min" "Mingrelian" => "xmf" "mirandés" => "mwl" "mizo" => "lus" "mohawk" => "moh" "moksha" => "mdf" "mongo" => "lol" "mongol" => "mn" "Moroccan Arabic" => "ary" "mossi" => "mos" "mundang" => "mua" "Muslim Tat" => "ttt" "myene" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitano" => "nap" "nauruano" => "na" "navajo" => "nv" "ndebele meridional" => "nr" "ndebele septentrional" => "nd" "ndonga" => "ng" "neerlandés" => "nl" "neerlandés medio" => "dum" "nepalí" => "ne" "nevarí" => "new" "newari clásico" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "nias" => "nia" "niueano" => "niu" "nogai" => "nog" "nórdico antiguo" => "non" "noruego" => "no" "noruego bokmal" => "nb" "noruego nynorsk" => "nn" "Novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyanja" => "ny" "nyankole" => "nyn" "nyoro" => "nyo" "nzima" => "nzi" "ñe’engatú" => "yrl" "obolo" => "ann" "occitano" => "oc" "oji-cree" => "ojs" "ojibwa" => "oj" "ojibwa central" => "ojc" "ojibwa noroccidental" => "ojb" "ojibwa occidental" => "ojw" "okanagan" => "oka" "oriya" => "or" "oromo" => "om" "osage" => "osa" "osético" => "os" "pahlavi" => "pal" "Palatine German" => "pfl" "palauano" => "pau" "pali" => "pi" "pampanga" => "pam" "pangasinán" => "pag" "papiamento" => "pap" "pastún" => "ps" "Pennsylvania German" => "pdc" "persa" => "fa" "persa antiguo" => "peo" "Picard" => "pcd" "pidgin de Nigeria" => "pcm" "pidgin salomonense" => "pis" "Piedmontese" => "pms" "Plautdietsch" => "pdt" "pohnpeiano" => "pon" "polaco" => "pl" "Pontic" => "pnt" "portugués" => "pt" "provenzal antiguo" => "pro" "prusiano" => "prg" "punyabí" => "pa" "quechua" => "qu" "quiché" => "quc" "rajasthani" => "raj" "rapanui" => "rap" "rarotongano" => "rar" "Riffian" => "rif" "rohinyá" => "rhg" "Romagnol" => "rgn" "romanche" => "rm" "romaní" => "rom" "rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "rumano" => "ro" "ruso" => "ru" "Rusyn" => "rue" "rwa" => "rwk" "saho" => "ssy" "sakha" => "sah" "salish de los estrechos" => "str" "samburu" => "saq" "sami inari" => "smn" "sami lule" => "smj" "sami meridional" => "sma" "sami septentrional" => "se" "sami skolt" => "sms" "samia" => "lsm" "samoano" => "sm" "Samogitian" => "sgs" "sandawe" => "sad" "sango" => "sg" "sangu" => "sbp" "sánscrito" => "sa" "santali" => "sat" "sardo" => "sc" "sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Selayar" => "sly" "selkup" => "sel" "sena" => "seh" "seneca" => "see" "serbio" => "sr" "serbocroata" => "sh" "serer" => "srr" "Seri" => "sei" "setsuana" => "tn" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "siciliano" => "scn" "sidamo" => "sid" "siksika" => "bla" "silesio" => "szl" "símbolos Bliss" => "zbl" "sindi" => "sd" "siriaco" => "syr" "siríaco clásico" => "syc" "slave" => "den" "soga" => "xog" "sogdiano" => "sog" "somalí" => "so" "soninké" => "snk" "sotho meridional" => "st" "sotho septentrional" => "nso" "sranan tongo" => "srn" "suajili" => "sw" "suazi" => "ss" "sueco" => "sv" "sukuma" => "suk" "sumerio" => "sux" "sundanés" => "su" "susu" => "sus" "tagalo" => "tl" "tagish" => "tgx" "tahitiano" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "tailandés" => "th" "taita" => "dav" "Talysh" => "tly" "tamashek" => "tmh" "tamazight del Atlas Central" => "tzm" "tamazight estándar marroquí" => "zgh" "tamil" => "ta" "taroko" => "trv" "tártaro" => "tt" "tártaro de Crimea" => "crh" "tasawaq" => "twq" "tashelhit" => "shi" "tayiko" => "tg" "telugu" => "te" "temne" => "tem" "tereno" => "ter" "teso" => "teo" "tetún" => "tet" "tibetano" => "bo" "tigré" => "tig" "tigriña" => "ti" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelauano" => "tkl" "toki pona" => "tok" "tonga del Nyasa" => "tog" "tongano" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "trukés" => "chk" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "tsimshiano" => "tsi" "tsonga" => "ts" "Tulu" => "tcy" "tumbuka" => "tum" "Tunisian Arabic" => "aeb" "turco" => "tr" "turco otomano" => "ota" "turcomano" => "tk" "Turoyo" => "tru" "tutchone meridional" => "tce" "tutchone septentrional" => "ttm" "tuvaluano" => "tvl" "tuviniano" => "tyv" "twi" => "tw" "tyap" => "kcg" "ucraniano" => "uk" "udmurt" => "udm" "ugarítico" => "uga" "uigur" => "ug" "umbundu" => "umb" "urdu" => "ur" "uzbeko" => "uz" "Vai" => "vai" "valón" => "wa" "venda" => "ve" "veneciano" => "vec" "Veps" => "vep" "vietnamita" => "vi" "volapük" => "vo" "Võro" => "vro" "vótico" => "vot" "vunjo" => "vun" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "Wayuu" => "guc" "West Flemish" => "vls" "Western Mari" => "mrj" "wolayta" => "wal" "wólof" => "wo" "xhosa" => "xh" "yangben" => "yav" "yao" => "yao" "yapés" => "yap" "yemba" => "ybb" "yi de Sichuán" => "ii" "yidis" => "yi" "yoruba" => "yo" "zapoteco" => "zap" "zarma" => "dje" "zazaki" => "zza" "Zeelandic" => "zea" "zenaga" => "zen" "zhuang" => "za" "Zoroastrian Dari" => "gbz" "zulú" => "zu" "zuñi" => "zun" ] |
[ "Elija una opción" => "" "abjasio" => "ab" "acadio" => "akk" "achenés" => "ace" "acoli" => "ach" "adangme" => "ada" "adigué" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikáans" => "af" "aghem" => "agq" "aimara" => "ay" "ainu" => "ain" "akan" => "ak" "akoose" => "bss" "Alabama" => "akz" "albanés" => "sq" "alemán" => "de" "alemán suizo" => "gsw" "aleutiano" => "ale" "Algerian Arabic" => "arq" "algonquino de Carolina" => "crr" "altái meridional" => "alt" "alto alemán antiguo" => "goh" "alto alemán medio" => "gmh" "alto sorbio" => "hsb" "amárico" => "am" "American Sign Language" => "ase" "angika" => "anp" "anii" => "blo" "Ao Naga" => "njo" "árabe" => "ar" "árabe chadiano" => "shu" "árabe najdí" => "ars" "aragonés" => "an" "arahuaco" => "arw" "arameo" => "arc" "arameo samaritano" => "sam" "Araona" => "aro" "arapaho" => "arp" "armenio" => "hy" "Arpitan" => "frp" "arrumano" => "rup" "asamés" => "as" "asturiano" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avadhi" => "awa" "avar" => "av" "avéstico" => "ae" "azerbaiyano" => "az" "Badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bajo alemán" => "nds" "bajo sorbio" => "dsb" "Bakhtiari" => "bqi" "balinés" => "ban" "baluchi" => "bal" "baluchi occidental" => "bgn" "bambara" => "bm" "bamún" => "bax" "Banjar" => "bjn" "basaa" => "bas" "baskir" => "ba" "Batak Toba" => "bbc" "Bavarian" => "bar" "beja" => "bej" "bemba" => "bem" "bena" => "bez" "bengalí" => "bn" "Betawi" => "bew" "bhoyapurí" => "bho" "bicol" => "bik" "bielorruso" => "be" "bini" => "bin" "birmano" => "my" "Bishnupriya" => "bpy" "bislama" => "bi" "blin" => "byn" "bodo" => "brx" "bosnio" => "bs" "Brahui" => "brh" "braj" => "bra" "bretón" => "br" "buginés" => "bug" "búlgaro" => "bg" "bulu" => "bum" "buriato" => "bua" "cabileño" => "kab" "cachemir" => "ks" "caddo" => "cad" "canarés" => "kn" "cantonés" => "yue" "Capiznon" => "cps" "carelio" => "krl" "caribe" => "car" "casubio" => "csb" "catalán" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "Central Dusun" => "dtp" "Central Yupik" => "esu" "chagatái" => "chg" "chakma" => "ccp" "chamorro" => "ch" "checheno" => "ce" "checo" => "cs" "cheroqui" => "chr" "cheyene" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chiga" => "cgg" "chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "chino" => "zh" "chino gan" => "gan" "chino hakka" => "hak" "chino min nan" => "nan" "chino wu" => "wuu" "chino xiang" => "hsn" "chipewyan" => "chp" "choctaw" => "cho" "chuvasio" => "cv" "cingalés" => "si" "comorense" => "swb" "copto" => "cop" "coreano" => "ko" "córnico" => "kw" "corso" => "co" "cree" => "cr" "cree de las llanuras" => "crk" "cree de los pantanos" => "csw" "cree moose" => "crm" "cree nororiental" => "crl" "cree suroriental" => "crj" "creek" => "mus" "criollo caboverdiano" => "kea" "criollo de Luisiana" => "lou" "criollo haitiano" => "ht" "criollo mauriciano" => "mfe" "criollo seychelense" => "crs" "croata" => "hr" "dakota" => "dak" "danés" => "da" "dargva" => "dar" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diula" => "dyu" "divehi" => "dv" "dogri" => "doi" "dogrib" => "dgr" "duala" => "dua" "dzongkha" => "dz" "efik" => "efi" "egipcio antiguo" => "egy" "Egyptian Arabic" => "arz" "ekajuk" => "eka" "elamita" => "elx" "embu" => "ebu" "Emilian" => "egl" "erzya" => "myv" "escocés" => "sco" "eslavo eclesiástico" => "cu" "eslovaco" => "sk" "esloveno" => "sl" "español" => "es" "esperanto" => "eo" "estonio" => "et" "euskera" => "eu" "ewé" => "ee" "ewondo" => "ewo" "Extremaduran" => "ext" "fang" => "fan" "fanti" => "fat" "fenicio" => "phn" "feroés" => "fo" "Fiji Hindi" => "hif" "filipino" => "fil" "finés" => "fi" "fiyiano" => "fj" "fon" => "fon" "Frafra" => "gur" "francés" => "fr" "francés antiguo" => "fro" "francés cajún" => "frc" "francés medio" => "frm" "frisón occidental" => "fy" "frisón oriental" => "frs" "frisón septentrional" => "frr" "friulano" => "fur" "fula" => "ff" "ga" => "gaa" "gaélico escocés" => "gd" "gagauzo" => "gag" "galés" => "cy" "gallego" => "gl" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "geez" => "gez" "georgiano" => "ka" "Gheg Albanian" => "aln" "ghomala" => "bbj" "Gilaki" => "glk" "gilbertés" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gótico" => "got" "grebo" => "grb" "griego" => "el" "griego antiguo" => "grc" "groenlandés" => "kl" "guaraní" => "gn" "gusii" => "guz" "guyaratí" => "gu" "haida" => "hai" "haida meridional" => "hax" "halkomelem" => "hur" "haryanvi" => "bgc" "hausa" => "ha" "hawaiano" => "haw" "hebreo" => "he" "herero" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hiri motu" => "ho" "hitita" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "húngaro" => "hu" "hupa" => "hup" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonesio" => "id" "inglés" => "en" "inglés antiguo" => "ang" "inglés medio" => "enm" "Ingrian" => "izh" "ingush" => "inh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuit del oeste de Canadá" => "ikt" "inuktitut" => "iu" "inupiaq" => "ik" "irlandés" => "ga" "irlandés antiguo" => "sga" "irlandés medio" => "mga" "islandés" => "is" "italiano" => "it" "Jamaican Creole English" => "jam" "japonés" => "ja" "javanés" => "jv" "jemer" => "km" "jerga chinuk" => "chn" "jju" => "kaj" "jola-fonyi" => "dyo" "judeo-árabe" => "jrb" "judeo-persa" => "jpr" "Jutish" => "jut" "kabardiano" => "kbd" "kachin" => "kac" "káingang" => "kgp" "kako" => "kkj" "kalenjin" => "kln" "kalmyk" => "xal" "kamba" => "kam" "kanembu" => "kbl" "kangri" => "xnr" "kanuri" => "kr" "karachay-balkar" => "krc" "karakalpako" => "kaa" "kawi" => "kaw" "kazajo" => "kk" "Kenyang" => "ken" "khasi" => "kha" "Khowar" => "khw" "kikuyu" => "ki" "kimbundu" => "kmb" "Kinaray-a" => "krj" "kinyarwanda" => "rw" "kirguís" => "ky" "Kirmanjki" => "kiu" "kirundi" => "rn" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi permio" => "koi" "kongo" => "kg" "konkaní" => "kok" "koro" => "kfo" "kosraeano" => "kos" "kotanés" => "kho" "Kotava" => "avk" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpelle" => "kpe" "Krio" => "kri" "kuanyama" => "kj" "kumyk" => "kum" "kurdo" => "ku" "kurdo meridional" => "sdh" "kurdo sorani" => "ckb" "kurukh" => "kru" "kutchin" => "gwi" "kutenai" => "kut" "kuvi" => "kxv" "kwakʼwala" => "kwk" "kwasio" => "nmg" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "lao" => "lo" "Latgalian" => "ltg" "latín" => "la" "Laz" => "lzz" "letón" => "lv" "lezgiano" => "lez" "ligur" => "lij" "lillooet" => "lil" "limburgués" => "li" "lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "lituano" => "lt" "Livonian" => "liv" "lojban" => "jbo" "lombardo" => "lmo" "lorí septentrional" => "lrc" "Lower Silesian" => "sli" "lozi" => "loz" "luba-katanga" => "lu" "luba-lulua" => "lua" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushootseed meridional" => "slh" "luxemburgués" => "lb" "luyia" => "luy" "maba" => "mde" "macasar" => "mak" "macedonio" => "mk" "machame" => "jmc" "madurés" => "mad" "mafa" => "maf" "magahi" => "mag" "Main-Franconian" => "vmf" "maithili" => "mai" "makhuwa-meetto" => "mgh" "makonde" => "kde" "makua" => "vmw" "malayálam" => "ml" "malayo" => "ms" "malgache" => "mg" "maliseet-passamaquoddy" => "pqm" "maltés" => "mt" "manchú" => "mnc" "mandar" => "mdr" "mandingo" => "man" "manés" => "gv" "manipurí" => "mni" "maorí" => "mi" "mapuche" => "arn" "maratí" => "mr" "marí" => "chm" "marshalés" => "mh" "marwari" => "mwr" "masái" => "mas" "mazandaraní" => "mzn" "medumba" => "byv" "mende" => "men" "Mentawai" => "mwv" "meru" => "mer" "meta’" => "mgo" "michif" => "crg" "micmac" => "mic" "minangkabau" => "min" "Mingrelian" => "xmf" "mirandés" => "mwl" "mizo" => "lus" "mohawk" => "moh" "moksha" => "mdf" "mongo" => "lol" "mongol" => "mn" "Moroccan Arabic" => "ary" "mossi" => "mos" "mundang" => "mua" "Muslim Tat" => "ttt" "myene" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitano" => "nap" "nauruano" => "na" "navajo" => "nv" "ndebele meridional" => "nr" "ndebele septentrional" => "nd" "ndonga" => "ng" "neerlandés" => "nl" "neerlandés medio" => "dum" "nepalí" => "ne" "nevarí" => "new" "newari clásico" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "nias" => "nia" "niueano" => "niu" "nogai" => "nog" "nórdico antiguo" => "non" "noruego" => "no" "noruego bokmal" => "nb" "noruego nynorsk" => "nn" "Novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyanja" => "ny" "nyankole" => "nyn" "nyoro" => "nyo" "nzima" => "nzi" "ñe’engatú" => "yrl" "obolo" => "ann" "occitano" => "oc" "oji-cree" => "ojs" "ojibwa" => "oj" "ojibwa central" => "ojc" "ojibwa noroccidental" => "ojb" "ojibwa occidental" => "ojw" "okanagan" => "oka" "oriya" => "or" "oromo" => "om" "osage" => "osa" "osético" => "os" "pahlavi" => "pal" "Palatine German" => "pfl" "palauano" => "pau" "pali" => "pi" "pampanga" => "pam" "pangasinán" => "pag" "papiamento" => "pap" "pastún" => "ps" "Pennsylvania German" => "pdc" "persa" => "fa" "persa antiguo" => "peo" "Picard" => "pcd" "pidgin de Nigeria" => "pcm" "pidgin salomonense" => "pis" "Piedmontese" => "pms" "Plautdietsch" => "pdt" "pohnpeiano" => "pon" "polaco" => "pl" "Pontic" => "pnt" "portugués" => "pt" "provenzal antiguo" => "pro" "prusiano" => "prg" "punyabí" => "pa" "quechua" => "qu" "quiché" => "quc" "rajasthani" => "raj" "rapanui" => "rap" "rarotongano" => "rar" "Riffian" => "rif" "rohinyá" => "rhg" "Romagnol" => "rgn" "romanche" => "rm" "romaní" => "rom" "rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "rumano" => "ro" "ruso" => "ru" "Rusyn" => "rue" "rwa" => "rwk" "saho" => "ssy" "sakha" => "sah" "salish de los estrechos" => "str" "samburu" => "saq" "sami inari" => "smn" "sami lule" => "smj" "sami meridional" => "sma" "sami septentrional" => "se" "sami skolt" => "sms" "samia" => "lsm" "samoano" => "sm" "Samogitian" => "sgs" "sandawe" => "sad" "sango" => "sg" "sangu" => "sbp" "sánscrito" => "sa" "santali" => "sat" "sardo" => "sc" "sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Selayar" => "sly" "selkup" => "sel" "sena" => "seh" "seneca" => "see" "serbio" => "sr" "serbocroata" => "sh" "serer" => "srr" "Seri" => "sei" "setsuana" => "tn" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "siciliano" => "scn" "sidamo" => "sid" "siksika" => "bla" "silesio" => "szl" "símbolos Bliss" => "zbl" "sindi" => "sd" "siriaco" => "syr" "siríaco clásico" => "syc" "slave" => "den" "soga" => "xog" "sogdiano" => "sog" "somalí" => "so" "soninké" => "snk" "sotho meridional" => "st" "sotho septentrional" => "nso" "sranan tongo" => "srn" "suajili" => "sw" "suazi" => "ss" "sueco" => "sv" "sukuma" => "suk" "sumerio" => "sux" "sundanés" => "su" "susu" => "sus" "tagalo" => "tl" "tagish" => "tgx" "tahitiano" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "tailandés" => "th" "taita" => "dav" "Talysh" => "tly" "tamashek" => "tmh" "tamazight del Atlas Central" => "tzm" "tamazight estándar marroquí" => "zgh" "tamil" => "ta" "taroko" => "trv" "tártaro" => "tt" "tártaro de Crimea" => "crh" "tasawaq" => "twq" "tashelhit" => "shi" "tayiko" => "tg" "telugu" => "te" "temne" => "tem" "tereno" => "ter" "teso" => "teo" "tetún" => "tet" "tibetano" => "bo" "tigré" => "tig" "tigriña" => "ti" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelauano" => "tkl" "toki pona" => "tok" "tonga del Nyasa" => "tog" "tongano" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "trukés" => "chk" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "tsimshiano" => "tsi" "tsonga" => "ts" "Tulu" => "tcy" "tumbuka" => "tum" "Tunisian Arabic" => "aeb" "turco" => "tr" "turco otomano" => "ota" "turcomano" => "tk" "Turoyo" => "tru" "tutchone meridional" => "tce" "tutchone septentrional" => "ttm" "tuvaluano" => "tvl" "tuviniano" => "tyv" "twi" => "tw" "tyap" => "kcg" "ucraniano" => "uk" "udmurt" => "udm" "ugarítico" => "uga" "uigur" => "ug" "umbundu" => "umb" "urdu" => "ur" "uzbeko" => "uz" "Vai" => "vai" "valón" => "wa" "venda" => "ve" "veneciano" => "vec" "Veps" => "vep" "vietnamita" => "vi" "volapük" => "vo" "Võro" => "vro" "vótico" => "vot" "vunjo" => "vun" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "Wayuu" => "guc" "West Flemish" => "vls" "Western Mari" => "mrj" "wolayta" => "wal" "wólof" => "wo" "xhosa" => "xh" "yangben" => "yav" "yao" => "yao" "yapés" => "yap" "yemba" => "ybb" "yi de Sichuán" => "ii" "yidis" => "yi" "yoruba" => "yo" "zapoteco" => "zap" "zarma" => "dje" "zazaki" => "zza" "Zeelandic" => "zea" "zenaga" => "zen" "zhuang" => "za" "Zoroastrian Dari" => "gbz" "zulú" => "zu" "zuñi" => "zun" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| 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 | [ "Elija una opción" => "" "abjasio" => "ab" "acadio" => "akk" "achenés" => "ace" "acoli" => "ach" "adangme" => "ada" "adigué" => "ady" "afar" => "aa" "afrihili" => "afh" "afrikáans" => "af" "aghem" => "agq" "aimara" => "ay" "ainu" => "ain" "akan" => "ak" "akoose" => "bss" "Alabama" => "akz" "albanés" => "sq" "alemán" => "de" "alemán suizo" => "gsw" "aleutiano" => "ale" "Algerian Arabic" => "arq" "algonquino de Carolina" => "crr" "altái meridional" => "alt" "alto alemán antiguo" => "goh" "alto alemán medio" => "gmh" "alto sorbio" => "hsb" "amárico" => "am" "American Sign Language" => "ase" "angika" => "anp" "anii" => "blo" "Ao Naga" => "njo" "árabe" => "ar" "árabe chadiano" => "shu" "árabe najdí" => "ars" "aragonés" => "an" "arahuaco" => "arw" "arameo" => "arc" "arameo samaritano" => "sam" "Araona" => "aro" "arapaho" => "arp" "armenio" => "hy" "Arpitan" => "frp" "arrumano" => "rup" "asamés" => "as" "asturiano" => "ast" "asu" => "asa" "atikamekw" => "atj" "atsam" => "cch" "avadhi" => "awa" "avar" => "av" "avéstico" => "ae" "azerbaiyano" => "az" "Badaga" => "bfq" "bafia" => "ksf" "bafut" => "bfd" "bajo alemán" => "nds" "bajo sorbio" => "dsb" "Bakhtiari" => "bqi" "balinés" => "ban" "baluchi" => "bal" "baluchi occidental" => "bgn" "bambara" => "bm" "bamún" => "bax" "Banjar" => "bjn" "basaa" => "bas" "baskir" => "ba" "Batak Toba" => "bbc" "Bavarian" => "bar" "beja" => "bej" "bemba" => "bem" "bena" => "bez" "bengalí" => "bn" "Betawi" => "bew" "bhoyapurí" => "bho" "bicol" => "bik" "bielorruso" => "be" "bini" => "bin" "birmano" => "my" "Bishnupriya" => "bpy" "bislama" => "bi" "blin" => "byn" "bodo" => "brx" "bosnio" => "bs" "Brahui" => "brh" "braj" => "bra" "bretón" => "br" "buginés" => "bug" "búlgaro" => "bg" "bulu" => "bum" "buriato" => "bua" "cabileño" => "kab" "cachemir" => "ks" "caddo" => "cad" "canarés" => "kn" "cantonés" => "yue" "Capiznon" => "cps" "carelio" => "krl" "caribe" => "car" "casubio" => "csb" "catalán" => "ca" "cayuga" => "cay" "cebuano" => "ceb" "Central Dusun" => "dtp" "Central Yupik" => "esu" "chagatái" => "chg" "chakma" => "ccp" "chamorro" => "ch" "checheno" => "ce" "checo" => "cs" "cheroqui" => "chr" "cheyene" => "chy" "chibcha" => "chb" "Chickasaw" => "cic" "chiga" => "cgg" "chilcotin" => "clc" "Chimborazo Highland Quichua" => "qug" "chino" => "zh" "chino gan" => "gan" "chino hakka" => "hak" "chino min nan" => "nan" "chino wu" => "wuu" "chino xiang" => "hsn" "chipewyan" => "chp" "choctaw" => "cho" "chuvasio" => "cv" "cingalés" => "si" "comorense" => "swb" "copto" => "cop" "coreano" => "ko" "córnico" => "kw" "corso" => "co" "cree" => "cr" "cree de las llanuras" => "crk" "cree de los pantanos" => "csw" "cree moose" => "crm" "cree nororiental" => "crl" "cree suroriental" => "crj" "creek" => "mus" "criollo caboverdiano" => "kea" "criollo de Luisiana" => "lou" "criollo haitiano" => "ht" "criollo mauriciano" => "mfe" "criollo seychelense" => "crs" "croata" => "hr" "dakota" => "dak" "danés" => "da" "dargva" => "dar" "dazaga" => "dzg" "delaware" => "del" "dinka" => "din" "diula" => "dyu" "divehi" => "dv" "dogri" => "doi" "dogrib" => "dgr" "duala" => "dua" "dzongkha" => "dz" "efik" => "efi" "egipcio antiguo" => "egy" "Egyptian Arabic" => "arz" "ekajuk" => "eka" "elamita" => "elx" "embu" => "ebu" "Emilian" => "egl" "erzya" => "myv" "escocés" => "sco" "eslavo eclesiástico" => "cu" "eslovaco" => "sk" "esloveno" => "sl" "español" => "es" "esperanto" => "eo" "estonio" => "et" "euskera" => "eu" "ewé" => "ee" "ewondo" => "ewo" "Extremaduran" => "ext" "fang" => "fan" "fanti" => "fat" "fenicio" => "phn" "feroés" => "fo" "Fiji Hindi" => "hif" "filipino" => "fil" "finés" => "fi" "fiyiano" => "fj" "fon" => "fon" "Frafra" => "gur" "francés" => "fr" "francés antiguo" => "fro" "francés cajún" => "frc" "francés medio" => "frm" "frisón occidental" => "fy" "frisón oriental" => "frs" "frisón septentrional" => "frr" "friulano" => "fur" "fula" => "ff" "ga" => "gaa" "gaélico escocés" => "gd" "gagauzo" => "gag" "galés" => "cy" "gallego" => "gl" "ganda" => "lg" "gayo" => "gay" "gbaya" => "gba" "geez" => "gez" "georgiano" => "ka" "Gheg Albanian" => "aln" "ghomala" => "bbj" "Gilaki" => "glk" "gilbertés" => "gil" "gondi" => "gon" "gorontalo" => "gor" "gótico" => "got" "grebo" => "grb" "griego" => "el" "griego antiguo" => "grc" "groenlandés" => "kl" "guaraní" => "gn" "gusii" => "guz" "guyaratí" => "gu" "haida" => "hai" "haida meridional" => "hax" "halkomelem" => "hur" "haryanvi" => "bgc" "hausa" => "ha" "hawaiano" => "haw" "hebreo" => "he" "herero" => "hz" "hiligaynon" => "hil" "hindi" => "hi" "hiri motu" => "ho" "hitita" => "hit" "hmong" => "hmn" "Hmong Njua" => "hnj" "húngaro" => "hu" "hupa" => "hup" "iban" => "iba" "ibibio" => "ibb" "ido" => "io" "igbo" => "ig" "ilocano" => "ilo" "indonesio" => "id" "inglés" => "en" "inglés antiguo" => "ang" "inglés medio" => "enm" "Ingrian" => "izh" "ingush" => "inh" "innu-aimun" => "moe" "interlingua" => "ia" "interlingue" => "ie" "inuit del oeste de Canadá" => "ikt" "inuktitut" => "iu" "inupiaq" => "ik" "irlandés" => "ga" "irlandés antiguo" => "sga" "irlandés medio" => "mga" "islandés" => "is" "italiano" => "it" "Jamaican Creole English" => "jam" "japonés" => "ja" "javanés" => "jv" "jemer" => "km" "jerga chinuk" => "chn" "jju" => "kaj" "jola-fonyi" => "dyo" "judeo-árabe" => "jrb" "judeo-persa" => "jpr" "Jutish" => "jut" "kabardiano" => "kbd" "kachin" => "kac" "káingang" => "kgp" "kako" => "kkj" "kalenjin" => "kln" "kalmyk" => "xal" "kamba" => "kam" "kanembu" => "kbl" "kangri" => "xnr" "kanuri" => "kr" "karachay-balkar" => "krc" "karakalpako" => "kaa" "kawi" => "kaw" "kazajo" => "kk" "Kenyang" => "ken" "khasi" => "kha" "Khowar" => "khw" "kikuyu" => "ki" "kimbundu" => "kmb" "Kinaray-a" => "krj" "kinyarwanda" => "rw" "kirguís" => "ky" "Kirmanjki" => "kiu" "kirundi" => "rn" "klingon" => "tlh" "kölsch" => "ksh" "kom" => "bkm" "komi" => "kv" "komi permio" => "koi" "kongo" => "kg" "konkaní" => "kok" "koro" => "kfo" "kosraeano" => "kos" "kotanés" => "kho" "Kotava" => "avk" "koyra chiini" => "khq" "koyraboro senni" => "ses" "kpelle" => "kpe" "Krio" => "kri" "kuanyama" => "kj" "kumyk" => "kum" "kurdo" => "ku" "kurdo meridional" => "sdh" "kurdo sorani" => "ckb" "kurukh" => "kru" "kutchin" => "gwi" "kutenai" => "kut" "kuvi" => "kxv" "kwakʼwala" => "kwk" "kwasio" => "nmg" "ladino" => "lad" "lahnda" => "lah" "lakota" => "lkt" "lamba" => "lam" "langi" => "lag" "lao" => "lo" "Latgalian" => "ltg" "latín" => "la" "Laz" => "lzz" "letón" => "lv" "lezgiano" => "lez" "ligur" => "lij" "lillooet" => "lil" "limburgués" => "li" "lingala" => "ln" "Lingua Franca Nova" => "lfn" "Literary Chinese" => "lzh" "lituano" => "lt" "Livonian" => "liv" "lojban" => "jbo" "lombardo" => "lmo" "lorí septentrional" => "lrc" "Lower Silesian" => "sli" "lozi" => "loz" "luba-katanga" => "lu" "luba-lulua" => "lua" "luiseño" => "lui" "lunda" => "lun" "Luo" => "luo" "lushootseed meridional" => "slh" "luxemburgués" => "lb" "luyia" => "luy" "maba" => "mde" "macasar" => "mak" "macedonio" => "mk" "machame" => "jmc" "madurés" => "mad" "mafa" => "maf" "magahi" => "mag" "Main-Franconian" => "vmf" "maithili" => "mai" "makhuwa-meetto" => "mgh" "makonde" => "kde" "makua" => "vmw" "malayálam" => "ml" "malayo" => "ms" "malgache" => "mg" "maliseet-passamaquoddy" => "pqm" "maltés" => "mt" "manchú" => "mnc" "mandar" => "mdr" "mandingo" => "man" "manés" => "gv" "manipurí" => "mni" "maorí" => "mi" "mapuche" => "arn" "maratí" => "mr" "marí" => "chm" "marshalés" => "mh" "marwari" => "mwr" "masái" => "mas" "mazandaraní" => "mzn" "medumba" => "byv" "mende" => "men" "Mentawai" => "mwv" "meru" => "mer" "meta’" => "mgo" "michif" => "crg" "micmac" => "mic" "minangkabau" => "min" "Mingrelian" => "xmf" "mirandés" => "mwl" "mizo" => "lus" "mohawk" => "moh" "moksha" => "mdf" "mongo" => "lol" "mongol" => "mn" "Moroccan Arabic" => "ary" "mossi" => "mos" "mundang" => "mua" "Muslim Tat" => "ttt" "myene" => "mye" "n’ko" => "nqo" "nama" => "naq" "napolitano" => "nap" "nauruano" => "na" "navajo" => "nv" "ndebele meridional" => "nr" "ndebele septentrional" => "nd" "ndonga" => "ng" "neerlandés" => "nl" "neerlandés medio" => "dum" "nepalí" => "ne" "nevarí" => "new" "newari clásico" => "nwc" "ngambay" => "sba" "ngiemboon" => "nnh" "ngomba" => "jgo" "nias" => "nia" "niueano" => "niu" "nogai" => "nog" "nórdico antiguo" => "non" "noruego" => "no" "noruego bokmal" => "nb" "noruego nynorsk" => "nn" "Novial" => "nov" "nuer" => "nus" "nyamwezi" => "nym" "nyanja" => "ny" "nyankole" => "nyn" "nyoro" => "nyo" "nzima" => "nzi" "ñe’engatú" => "yrl" "obolo" => "ann" "occitano" => "oc" "oji-cree" => "ojs" "ojibwa" => "oj" "ojibwa central" => "ojc" "ojibwa noroccidental" => "ojb" "ojibwa occidental" => "ojw" "okanagan" => "oka" "oriya" => "or" "oromo" => "om" "osage" => "osa" "osético" => "os" "pahlavi" => "pal" "Palatine German" => "pfl" "palauano" => "pau" "pali" => "pi" "pampanga" => "pam" "pangasinán" => "pag" "papiamento" => "pap" "pastún" => "ps" "Pennsylvania German" => "pdc" "persa" => "fa" "persa antiguo" => "peo" "Picard" => "pcd" "pidgin de Nigeria" => "pcm" "pidgin salomonense" => "pis" "Piedmontese" => "pms" "Plautdietsch" => "pdt" "pohnpeiano" => "pon" "polaco" => "pl" "Pontic" => "pnt" "portugués" => "pt" "provenzal antiguo" => "pro" "prusiano" => "prg" "punyabí" => "pa" "quechua" => "qu" "quiché" => "quc" "rajasthani" => "raj" "rapanui" => "rap" "rarotongano" => "rar" "Riffian" => "rif" "rohinyá" => "rhg" "Romagnol" => "rgn" "romanche" => "rm" "romaní" => "rom" "rombo" => "rof" "Rotuman" => "rtm" "Roviana" => "rug" "rumano" => "ro" "ruso" => "ru" "Rusyn" => "rue" "rwa" => "rwk" "saho" => "ssy" "sakha" => "sah" "salish de los estrechos" => "str" "samburu" => "saq" "sami inari" => "smn" "sami lule" => "smj" "sami meridional" => "sma" "sami septentrional" => "se" "sami skolt" => "sms" "samia" => "lsm" "samoano" => "sm" "Samogitian" => "sgs" "sandawe" => "sad" "sango" => "sg" "sangu" => "sbp" "sánscrito" => "sa" "santali" => "sat" "sardo" => "sc" "sasak" => "sas" "Sassarese Sardinian" => "sdc" "Saterland Frisian" => "stq" "Saurashtra" => "saz" "Selayar" => "sly" "selkup" => "sel" "sena" => "seh" "seneca" => "see" "serbio" => "sr" "serbocroata" => "sh" "serer" => "srr" "Seri" => "sei" "setsuana" => "tn" "shambala" => "ksb" "shan" => "shn" "shona" => "sn" "siciliano" => "scn" "sidamo" => "sid" "siksika" => "bla" "silesio" => "szl" "símbolos Bliss" => "zbl" "sindi" => "sd" "siriaco" => "syr" "siríaco clásico" => "syc" "slave" => "den" "soga" => "xog" "sogdiano" => "sog" "somalí" => "so" "soninké" => "snk" "sotho meridional" => "st" "sotho septentrional" => "nso" "sranan tongo" => "srn" "suajili" => "sw" "suazi" => "ss" "sueco" => "sv" "sukuma" => "suk" "sumerio" => "sux" "sundanés" => "su" "susu" => "sus" "tagalo" => "tl" "tagish" => "tgx" "tahitiano" => "ty" "tahltan" => "tht" "Tai Dam" => "blt" "tailandés" => "th" "taita" => "dav" "Talysh" => "tly" "tamashek" => "tmh" "tamazight del Atlas Central" => "tzm" "tamazight estándar marroquí" => "zgh" "tamil" => "ta" "taroko" => "trv" "tártaro" => "tt" "tártaro de Crimea" => "crh" "tasawaq" => "twq" "tashelhit" => "shi" "tayiko" => "tg" "telugu" => "te" "temne" => "tem" "tereno" => "ter" "teso" => "teo" "tetún" => "tet" "tibetano" => "bo" "tigré" => "tig" "tigriña" => "ti" "tiv" => "tiv" "tlingit" => "tli" "tok pisin" => "tpi" "tokelauano" => "tkl" "toki pona" => "tok" "tonga del Nyasa" => "tog" "tongano" => "to" "Tornedalen Finnish" => "fit" "Torwali" => "trw" "trukés" => "chk" "Tsakhur" => "tkr" "Tsakonian" => "tsd" "tsimshiano" => "tsi" "tsonga" => "ts" "Tulu" => "tcy" "tumbuka" => "tum" "Tunisian Arabic" => "aeb" "turco" => "tr" "turco otomano" => "ota" "turcomano" => "tk" "Turoyo" => "tru" "tutchone meridional" => "tce" "tutchone septentrional" => "ttm" "tuvaluano" => "tvl" "tuviniano" => "tyv" "twi" => "tw" "tyap" => "kcg" "ucraniano" => "uk" "udmurt" => "udm" "ugarítico" => "uga" "uigur" => "ug" "umbundu" => "umb" "urdu" => "ur" "uzbeko" => "uz" "Vai" => "vai" "valón" => "wa" "venda" => "ve" "veneciano" => "vec" "Veps" => "vep" "vietnamita" => "vi" "volapük" => "vo" "Võro" => "vro" "vótico" => "vot" "vunjo" => "vun" "walser" => "wae" "waray" => "war" "warlpiri" => "wbp" "washo" => "was" "Wayuu" => "guc" "West Flemish" => "vls" "Western Mari" => "mrj" "wolayta" => "wal" "wólof" => "wo" "xhosa" => "xh" "yangben" => "yav" "yao" => "yao" "yapés" => "yap" "yemba" => "ybb" "yi de Sichuán" => "ii" "yidis" => "yi" "yoruba" => "yo" "zapoteco" => "zap" "zarma" => "dje" "zazaki" => "zza" "Zeelandic" => "zea" "zenaga" => "zen" "zhuang" => "za" "Zoroastrian Dari" => "gbz" "zulú" => "zu" "zuñi" => "zun" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3507 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_language" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3655 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_language" ] |
| cache_key | "_register_b2_b_form_language_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3917 +data: "" +value: "" +label: "Elija una opción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +data: "ab" +value: "ab" +label: "abjasio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +data: "akk" +value: "akk" +label: "acadio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +data: "ace" +value: "ace" +label: "achenés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +data: "ach" +value: "ach" +label: "acoli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +data: "ada" +value: "ada" +label: "adangme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +data: "ady" +value: "ady" +label: "adigué" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +data: "aa" +value: "aa" +label: "afar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +data: "afh" +value: "afh" +label: "afrihili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +data: "af" +value: "af" +label: "afrikáans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +data: "agq" +value: "agq" +label: "aghem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +data: "ay" +value: "ay" +label: "aimara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +data: "ain" +value: "ain" +label: "ainu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3930 +data: "ak" +value: "ak" +label: "akan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +data: "bss" +value: "bss" +label: "akoose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +data: "akz" +value: "akz" +label: "Alabama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +data: "sq" +value: "sq" +label: "albanés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +data: "de" +value: "de" +label: "alemán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +data: "gsw" +value: "gsw" +label: "alemán suizo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +data: "ale" +value: "ale" +label: "aleutiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +data: "arq" +value: "arq" +label: "Algerian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +data: "crr" +value: "crr" +label: "algonquino de Carolina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +data: "alt" +value: "alt" +label: "altái meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +data: "goh" +value: "goh" +label: "alto alemán antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +data: "gmh" +value: "gmh" +label: "alto alemán medio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +data: "hsb" +value: "hsb" +label: "alto sorbio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +data: "am" +value: "am" +label: "amárico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +data: "ase" +value: "ase" +label: "American Sign Language" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +data: "anp" +value: "anp" +label: "angika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +data: "blo" +value: "blo" +label: "anii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +data: "njo" +value: "njo" +label: "Ao Naga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +data: "ar" +value: "ar" +label: "árabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3949 +data: "shu" +value: "shu" +label: "árabe chadiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +data: "ars" +value: "ars" +label: "árabe najdí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3951 +data: "an" +value: "an" +label: "aragonés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3952 +data: "arw" +value: "arw" +label: "arahuaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +data: "arc" +value: "arc" +label: "arameo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3954 +data: "sam" +value: "sam" +label: "arameo samaritano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3955 +data: "aro" +value: "aro" +label: "Araona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3956 +data: "arp" +value: "arp" +label: "arapaho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +data: "hy" +value: "hy" +label: "armenio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3958 +data: "frp" +value: "frp" +label: "Arpitan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3959 +data: "rup" +value: "rup" +label: "arrumano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +data: "as" +value: "as" +label: "asamés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +data: "ast" +value: "ast" +label: "asturiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3962 +data: "asa" +value: "asa" +label: "asu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +data: "atj" +value: "atj" +label: "atikamekw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +data: "cch" +value: "cch" +label: "atsam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3965 +data: "awa" +value: "awa" +label: "avadhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +data: "av" +value: "av" +label: "avar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +data: "ae" +value: "ae" +label: "avéstico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +data: "az" +value: "az" +label: "azerbaiyano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3969 +data: "bfq" +value: "bfq" +label: "Badaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +data: "ksf" +value: "ksf" +label: "bafia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3971 +data: "bfd" +value: "bfd" +label: "bafut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3972 +data: "nds" +value: "nds" +label: "bajo alemán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +data: "dsb" +value: "dsb" +label: "bajo sorbio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3974 +data: "bqi" +value: "bqi" +label: "Bakhtiari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3975 +data: "ban" +value: "ban" +label: "balinés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3976 +data: "bal" +value: "bal" +label: "baluchi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3977 +data: "bgn" +value: "bgn" +label: "baluchi occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3978 +data: "bm" +value: "bm" +label: "bambara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +data: "bax" +value: "bax" +label: "bamún" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +data: "bjn" +value: "bjn" +label: "Banjar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +data: "bas" +value: "bas" +label: "basaa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3982 +data: "ba" +value: "ba" +label: "baskir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +data: "bbc" +value: "bbc" +label: "Batak Toba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3984 +data: "bar" +value: "bar" +label: "Bavarian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3985 +data: "bej" +value: "bej" +label: "beja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +data: "bem" +value: "bem" +label: "bemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +data: "bez" +value: "bez" +label: "bena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3988 +data: "bn" +value: "bn" +label: "bengalí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +data: "bew" +value: "bew" +label: "Betawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3990 +data: "bho" +value: "bho" +label: "bhoyapurí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3991 +data: "bik" +value: "bik" +label: "bicol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3992 +data: "be" +value: "be" +label: "bielorruso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3993 +data: "bin" +value: "bin" +label: "bini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +data: "my" +value: "my" +label: "birmano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +data: "bpy" +value: "bpy" +label: "Bishnupriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +data: "bi" +value: "bi" +label: "bislama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +data: "byn" +value: "byn" +label: "blin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +data: "brx" +value: "brx" +label: "bodo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +data: "bs" +value: "bs" +label: "bosnio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +data: "brh" +value: "brh" +label: "Brahui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +data: "bra" +value: "bra" +label: "braj" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +data: "br" +value: "br" +label: "bretón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +data: "bug" +value: "bug" +label: "buginés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +data: "bg" +value: "bg" +label: "búlgaro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +data: "bum" +value: "bum" +label: "bulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +data: "bua" +value: "bua" +label: "buriato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +data: "kab" +value: "kab" +label: "cabileño" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +data: "ks" +value: "ks" +label: "cachemir" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +data: "cad" +value: "cad" +label: "caddo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +data: "kn" +value: "kn" +label: "canarés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +data: "yue" +value: "yue" +label: "cantonés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +data: "cps" +value: "cps" +label: "Capiznon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +data: "krl" +value: "krl" +label: "carelio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +data: "car" +value: "car" +label: "caribe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +data: "csb" +value: "csb" +label: "casubio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +data: "ca" +value: "ca" +label: "catalán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +data: "cay" +value: "cay" +label: "cayuga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +data: "ceb" +value: "ceb" +label: "cebuano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +data: "dtp" +value: "dtp" +label: "Central Dusun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +data: "esu" +value: "esu" +label: "Central Yupik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +data: "chg" +value: "chg" +label: "chagatái" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +data: "ccp" +value: "ccp" +label: "chakma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +data: "ch" +value: "ch" +label: "chamorro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +data: "ce" +value: "ce" +label: "checheno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +data: "cs" +value: "cs" +label: "checo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +data: "chr" +value: "chr" +label: "cheroqui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +data: "chy" +value: "chy" +label: "cheyene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +data: "chb" +value: "chb" +label: "chibcha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +data: "cic" +value: "cic" +label: "Chickasaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +data: "cgg" +value: "cgg" +label: "chiga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +data: "clc" +value: "clc" +label: "chilcotin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +data: "qug" +value: "qug" +label: "Chimborazo Highland Quichua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +data: "zh" +value: "zh" +label: "chino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +data: "gan" +value: "gan" +label: "chino gan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +data: "hak" +value: "hak" +label: "chino hakka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +data: "nan" +value: "nan" +label: "chino min nan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +data: "wuu" +value: "wuu" +label: "chino wu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +data: "hsn" +value: "hsn" +label: "chino xiang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +data: "chp" +value: "chp" +label: "chipewyan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +data: "cho" +value: "cho" +label: "choctaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +data: "cv" +value: "cv" +label: "chuvasio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +data: "si" +value: "si" +label: "cingalés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +data: "swb" +value: "swb" +label: "comorense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +data: "cop" +value: "cop" +label: "copto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +data: "ko" +value: "ko" +label: "coreano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +data: "kw" +value: "kw" +label: "córnico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +data: "co" +value: "co" +label: "corso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +data: "cr" +value: "cr" +label: "cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +data: "crk" +value: "crk" +label: "cree de las llanuras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +data: "csw" +value: "csw" +label: "cree de los pantanos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +data: "crm" +value: "crm" +label: "cree moose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +data: "crl" +value: "crl" +label: "cree nororiental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +data: "crj" +value: "crj" +label: "cree suroriental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +data: "mus" +value: "mus" +label: "creek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +data: "kea" +value: "kea" +label: "criollo caboverdiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +data: "lou" +value: "lou" +label: "criollo de Luisiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +data: "ht" +value: "ht" +label: "criollo haitiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +data: "mfe" +value: "mfe" +label: "criollo mauriciano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +data: "crs" +value: "crs" +label: "criollo seychelense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +data: "hr" +value: "hr" +label: "croata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +data: "dak" +value: "dak" +label: "dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +data: "da" +value: "da" +label: "danés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +data: "dar" +value: "dar" +label: "dargva" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +data: "dzg" +value: "dzg" +label: "dazaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +data: "del" +value: "del" +label: "delaware" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +data: "din" +value: "din" +label: "dinka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +data: "dyu" +value: "dyu" +label: "diula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +data: "dv" +value: "dv" +label: "divehi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +data: "doi" +value: "doi" +label: "dogri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +data: "dgr" +value: "dgr" +label: "dogrib" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +data: "dua" +value: "dua" +label: "duala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +data: "dz" +value: "dz" +label: "dzongkha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +data: "efi" +value: "efi" +label: "efik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +data: "egy" +value: "egy" +label: "egipcio antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +data: "arz" +value: "arz" +label: "Egyptian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +data: "eka" +value: "eka" +label: "ekajuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +data: "elx" +value: "elx" +label: "elamita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +data: "ebu" +value: "ebu" +label: "embu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +data: "egl" +value: "egl" +label: "Emilian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +data: "myv" +value: "myv" +label: "erzya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +data: "sco" +value: "sco" +label: "escocés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +data: "cu" +value: "cu" +label: "eslavo eclesiástico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +data: "sk" +value: "sk" +label: "eslovaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +data: "sl" +value: "sl" +label: "esloveno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +data: "es" +value: "es" +label: "español" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +data: "eo" +value: "eo" +label: "esperanto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +data: "et" +value: "et" +label: "estonio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +data: "eu" +value: "eu" +label: "euskera" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +data: "ee" +value: "ee" +label: "ewé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +data: "ewo" +value: "ewo" +label: "ewondo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +data: "ext" +value: "ext" +label: "Extremaduran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +data: "fan" +value: "fan" +label: "fang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +data: "fat" +value: "fat" +label: "fanti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +data: "phn" +value: "phn" +label: "fenicio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +data: "fo" +value: "fo" +label: "feroés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +data: "hif" +value: "hif" +label: "Fiji Hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +data: "fil" +value: "fil" +label: "filipino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +data: "fi" +value: "fi" +label: "finés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +data: "fj" +value: "fj" +label: "fiyiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +data: "fon" +value: "fon" +label: "fon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +data: "gur" +value: "gur" +label: "Frafra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +data: "fr" +value: "fr" +label: "francés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +data: "fro" +value: "fro" +label: "francés antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +data: "frc" +value: "frc" +label: "francés cajún" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +data: "frm" +value: "frm" +label: "francés medio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +data: "fy" +value: "fy" +label: "frisón occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +data: "frs" +value: "frs" +label: "frisón oriental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +data: "frr" +value: "frr" +label: "frisón septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +data: "fur" +value: "fur" +label: "friulano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +data: "ff" +value: "ff" +label: "fula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +data: "gaa" +value: "gaa" +label: "ga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +data: "gd" +value: "gd" +label: "gaélico escocés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +data: "gag" +value: "gag" +label: "gagauzo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +data: "cy" +value: "cy" +label: "galés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +data: "gl" +value: "gl" +label: "gallego" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +data: "lg" +value: "lg" +label: "ganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +data: "gay" +value: "gay" +label: "gayo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +data: "gba" +value: "gba" +label: "gbaya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +data: "gez" +value: "gez" +label: "geez" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +data: "ka" +value: "ka" +label: "georgiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +data: "aln" +value: "aln" +label: "Gheg Albanian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +data: "bbj" +value: "bbj" +label: "ghomala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +data: "glk" +value: "glk" +label: "Gilaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +data: "gil" +value: "gil" +label: "gilbertés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +data: "gon" +value: "gon" +label: "gondi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +data: "gor" +value: "gor" +label: "gorontalo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +data: "got" +value: "got" +label: "gótico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +data: "grb" +value: "grb" +label: "grebo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +data: "el" +value: "el" +label: "griego" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +data: "grc" +value: "grc" +label: "griego antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +data: "kl" +value: "kl" +label: "groenlandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +data: "gn" +value: "gn" +label: "guaraní" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4133 +data: "guz" +value: "guz" +label: "gusii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +data: "gu" +value: "gu" +label: "guyaratí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +data: "hai" +value: "hai" +label: "haida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +data: "hax" +value: "hax" +label: "haida meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +data: "hur" +value: "hur" +label: "halkomelem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +data: "bgc" +value: "bgc" +label: "haryanvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +data: "ha" +value: "ha" +label: "hausa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +data: "haw" +value: "haw" +label: "hawaiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +data: "he" +value: "he" +label: "hebreo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +data: "hz" +value: "hz" +label: "herero" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +data: "hil" +value: "hil" +label: "hiligaynon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +data: "hi" +value: "hi" +label: "hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +data: "ho" +value: "ho" +label: "hiri motu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +data: "hit" +value: "hit" +label: "hitita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +data: "hmn" +value: "hmn" +label: "hmong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +data: "hnj" +value: "hnj" +label: "Hmong Njua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +data: "hu" +value: "hu" +label: "húngaro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +data: "hup" +value: "hup" +label: "hupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +data: "iba" +value: "iba" +label: "iban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +data: "ibb" +value: "ibb" +label: "ibibio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +data: "io" +value: "io" +label: "ido" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +data: "ig" +value: "ig" +label: "igbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +data: "ilo" +value: "ilo" +label: "ilocano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +data: "id" +value: "id" +label: "indonesio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +data: "en" +value: "en" +label: "inglés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +data: "ang" +value: "ang" +label: "inglés antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +data: "enm" +value: "enm" +label: "inglés medio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +data: "izh" +value: "izh" +label: "Ingrian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +data: "inh" +value: "inh" +label: "ingush" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +data: "moe" +value: "moe" +label: "innu-aimun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +data: "ia" +value: "ia" +label: "interlingua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +data: "ie" +value: "ie" +label: "interlingue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +data: "ikt" +value: "ikt" +label: "inuit del oeste de Canadá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4166 +data: "iu" +value: "iu" +label: "inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4167 +data: "ik" +value: "ik" +label: "inupiaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +data: "ga" +value: "ga" +label: "irlandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +data: "sga" +value: "sga" +label: "irlandés antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4170 +data: "mga" +value: "mga" +label: "irlandés medio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4171 +data: "is" +value: "is" +label: "islandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4172 +data: "it" +value: "it" +label: "italiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4173 +data: "jam" +value: "jam" +label: "Jamaican Creole English" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4174 +data: "ja" +value: "ja" +label: "japonés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4175 +data: "jv" +value: "jv" +label: "javanés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +data: "km" +value: "km" +label: "jemer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4177 +data: "chn" +value: "chn" +label: "jerga chinuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +data: "kaj" +value: "kaj" +label: "jju" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4179 +data: "dyo" +value: "dyo" +label: "jola-fonyi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +data: "jrb" +value: "jrb" +label: "judeo-árabe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +data: "jpr" +value: "jpr" +label: "judeo-persa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +data: "jut" +value: "jut" +label: "Jutish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +data: "kbd" +value: "kbd" +label: "kabardiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4184 +data: "kac" +value: "kac" +label: "kachin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4185 +data: "kgp" +value: "kgp" +label: "káingang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4186 +data: "kkj" +value: "kkj" +label: "kako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4187 +data: "kln" +value: "kln" +label: "kalenjin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4188 +data: "xal" +value: "xal" +label: "kalmyk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +data: "kam" +value: "kam" +label: "kamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +data: "kbl" +value: "kbl" +label: "kanembu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +data: "xnr" +value: "xnr" +label: "kangri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4192 +data: "kr" +value: "kr" +label: "kanuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +data: "krc" +value: "krc" +label: "karachay-balkar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +data: "kaa" +value: "kaa" +label: "karakalpako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +data: "kaw" +value: "kaw" +label: "kawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +data: "kk" +value: "kk" +label: "kazajo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +data: "ken" +value: "ken" +label: "Kenyang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +data: "kha" +value: "kha" +label: "khasi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4199 +data: "khw" +value: "khw" +label: "Khowar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4200 +data: "ki" +value: "ki" +label: "kikuyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4201 +data: "kmb" +value: "kmb" +label: "kimbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: "krj" +value: "krj" +label: "Kinaray-a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4203 +data: "rw" +value: "rw" +label: "kinyarwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: "ky" +value: "ky" +label: "kirguís" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4205 +data: "kiu" +value: "kiu" +label: "Kirmanjki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: "rn" +value: "rn" +label: "kirundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: "tlh" +value: "tlh" +label: "klingon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: "ksh" +value: "ksh" +label: "kölsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: "bkm" +value: "bkm" +label: "kom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: "kv" +value: "kv" +label: "komi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: "koi" +value: "koi" +label: "komi permio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: "kg" +value: "kg" +label: "kongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: "kok" +value: "kok" +label: "konkaní" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: "kfo" +value: "kfo" +label: "koro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: "kos" +value: "kos" +label: "kosraeano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: "kho" +value: "kho" +label: "kotanés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: "avk" +value: "avk" +label: "Kotava" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: "khq" +value: "khq" +label: "koyra chiini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: "ses" +value: "ses" +label: "koyraboro senni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: "kpe" +value: "kpe" +label: "kpelle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: "kri" +value: "kri" +label: "Krio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: "kj" +value: "kj" +label: "kuanyama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: "kum" +value: "kum" +label: "kumyk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: "ku" +value: "ku" +label: "kurdo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: "sdh" +value: "sdh" +label: "kurdo meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: "ckb" +value: "ckb" +label: "kurdo sorani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: "kru" +value: "kru" +label: "kurukh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: "gwi" +value: "gwi" +label: "kutchin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: "kut" +value: "kut" +label: "kutenai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: "kxv" +value: "kxv" +label: "kuvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: "kwk" +value: "kwk" +label: "kwakʼwala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: "nmg" +value: "nmg" +label: "kwasio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: "lad" +value: "lad" +label: "ladino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: "lah" +value: "lah" +label: "lahnda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: "lkt" +value: "lkt" +label: "lakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: "lam" +value: "lam" +label: "lamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: "lag" +value: "lag" +label: "langi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: "lo" +value: "lo" +label: "lao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: "ltg" +value: "ltg" +label: "Latgalian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: "la" +value: "la" +label: "latín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: "lzz" +value: "lzz" +label: "Laz" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: "lv" +value: "lv" +label: "letón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: "lez" +value: "lez" +label: "lezgiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: "lij" +value: "lij" +label: "ligur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: "lil" +value: "lil" +label: "lillooet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: "li" +value: "li" +label: "limburgués" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: "ln" +value: "ln" +label: "lingala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: "lfn" +value: "lfn" +label: "Lingua Franca Nova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: "lzh" +value: "lzh" +label: "Literary Chinese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: "lt" +value: "lt" +label: "lituano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: "liv" +value: "liv" +label: "Livonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: "jbo" +value: "jbo" +label: "lojban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: "lmo" +value: "lmo" +label: "lombardo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: "lrc" +value: "lrc" +label: "lorí septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: "sli" +value: "sli" +label: "Lower Silesian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: "loz" +value: "loz" +label: "lozi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: "lu" +value: "lu" +label: "luba-katanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: "lua" +value: "lua" +label: "luba-lulua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: "lui" +value: "lui" +label: "luiseño" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: "lun" +value: "lun" +label: "lunda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: "luo" +value: "luo" +label: "Luo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: "slh" +value: "slh" +label: "lushootseed meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: "lb" +value: "lb" +label: "luxemburgués" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: "luy" +value: "luy" +label: "luyia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: "mde" +value: "mde" +label: "maba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: "mak" +value: "mak" +label: "macasar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: "mk" +value: "mk" +label: "macedonio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: "jmc" +value: "jmc" +label: "machame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: "mad" +value: "mad" +label: "madurés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: "maf" +value: "maf" +label: "mafa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: "mag" +value: "mag" +label: "magahi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: "vmf" +value: "vmf" +label: "Main-Franconian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: "mai" +value: "mai" +label: "maithili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: "mgh" +value: "mgh" +label: "makhuwa-meetto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: "kde" +value: "kde" +label: "makonde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: "vmw" +value: "vmw" +label: "makua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: "ml" +value: "ml" +label: "malayálam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: "ms" +value: "ms" +label: "malayo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: "mg" +value: "mg" +label: "malgache" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: "pqm" +value: "pqm" +label: "maliseet-passamaquoddy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: "mt" +value: "mt" +label: "maltés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: "mnc" +value: "mnc" +label: "manchú" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: "mdr" +value: "mdr" +label: "mandar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: "man" +value: "man" +label: "mandingo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: "gv" +value: "gv" +label: "manés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: "mni" +value: "mni" +label: "manipurí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: "mi" +value: "mi" +label: "maorí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: "arn" +value: "arn" +label: "mapuche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: "mr" +value: "mr" +label: "maratí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: "chm" +value: "chm" +label: "marí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: "mh" +value: "mh" +label: "marshalés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: "mwr" +value: "mwr" +label: "marwari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: "mas" +value: "mas" +label: "masái" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: "mzn" +value: "mzn" +label: "mazandaraní" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: "byv" +value: "byv" +label: "medumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: "men" +value: "men" +label: "mende" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: "mwv" +value: "mwv" +label: "Mentawai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: "mer" +value: "mer" +label: "meru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: "mgo" +value: "mgo" +label: "meta’" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: "crg" +value: "crg" +label: "michif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: "mic" +value: "mic" +label: "micmac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: "min" +value: "min" +label: "minangkabau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: "xmf" +value: "xmf" +label: "Mingrelian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: "mwl" +value: "mwl" +label: "mirandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: "lus" +value: "lus" +label: "mizo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: "moh" +value: "moh" +label: "mohawk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: "mdf" +value: "mdf" +label: "moksha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: "lol" +value: "lol" +label: "mongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: "mn" +value: "mn" +label: "mongol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: "ary" +value: "ary" +label: "Moroccan Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: "mos" +value: "mos" +label: "mossi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: "mua" +value: "mua" +label: "mundang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: "ttt" +value: "ttt" +label: "Muslim Tat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: "mye" +value: "mye" +label: "myene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: "nqo" +value: "nqo" +label: "n’ko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: "naq" +value: "naq" +label: "nama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: "nap" +value: "nap" +label: "napolitano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: "na" +value: "na" +label: "nauruano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: "nv" +value: "nv" +label: "navajo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: "nr" +value: "nr" +label: "ndebele meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: "nd" +value: "nd" +label: "ndebele septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: "ng" +value: "ng" +label: "ndonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: "nl" +value: "nl" +label: "neerlandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: "dum" +value: "dum" +label: "neerlandés medio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: "ne" +value: "ne" +label: "nepalí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: "new" +value: "new" +label: "nevarí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: "nwc" +value: "nwc" +label: "newari clásico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: "sba" +value: "sba" +label: "ngambay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: "nnh" +value: "nnh" +label: "ngiemboon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: "jgo" +value: "jgo" +label: "ngomba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: "nia" +value: "nia" +label: "nias" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: "niu" +value: "niu" +label: "niueano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: "nog" +value: "nog" +label: "nogai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: "non" +value: "non" +label: "nórdico antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: "no" +value: "no" +label: "noruego" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: "nb" +value: "nb" +label: "noruego bokmal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: "nn" +value: "nn" +label: "noruego nynorsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: "nov" +value: "nov" +label: "Novial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: "nus" +value: "nus" +label: "nuer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: "nym" +value: "nym" +label: "nyamwezi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: "ny" +value: "ny" +label: "nyanja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: "nyn" +value: "nyn" +label: "nyankole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: "nyo" +value: "nyo" +label: "nyoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: "nzi" +value: "nzi" +label: "nzima" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: "yrl" +value: "yrl" +label: "ñe’engatú" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: "ann" +value: "ann" +label: "obolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: "oc" +value: "oc" +label: "occitano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: "ojs" +value: "ojs" +label: "oji-cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: "oj" +value: "oj" +label: "ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: "ojc" +value: "ojc" +label: "ojibwa central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: "ojb" +value: "ojb" +label: "ojibwa noroccidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: "ojw" +value: "ojw" +label: "ojibwa occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: "oka" +value: "oka" +label: "okanagan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: "or" +value: "or" +label: "oriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: "om" +value: "om" +label: "oromo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: "osa" +value: "osa" +label: "osage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: "os" +value: "os" +label: "osético" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: "pal" +value: "pal" +label: "pahlavi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: "pfl" +value: "pfl" +label: "Palatine German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: "pau" +value: "pau" +label: "palauano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: "pi" +value: "pi" +label: "pali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: "pam" +value: "pam" +label: "pampanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: "pag" +value: "pag" +label: "pangasinán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: "pap" +value: "pap" +label: "papiamento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: "ps" +value: "ps" +label: "pastún" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: "pdc" +value: "pdc" +label: "Pennsylvania German" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: "fa" +value: "fa" +label: "persa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: "peo" +value: "peo" +label: "persa antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: "pcd" +value: "pcd" +label: "Picard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: "pcm" +value: "pcm" +label: "pidgin de Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: "pis" +value: "pis" +label: "pidgin salomonense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: "pms" +value: "pms" +label: "Piedmontese" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: "pdt" +value: "pdt" +label: "Plautdietsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: "pon" +value: "pon" +label: "pohnpeiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: "pl" +value: "pl" +label: "polaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: "pnt" +value: "pnt" +label: "Pontic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: "pt" +value: "pt" +label: "portugués" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: "pro" +value: "pro" +label: "provenzal antiguo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: "prg" +value: "prg" +label: "prusiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: "pa" +value: "pa" +label: "punyabí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: "qu" +value: "qu" +label: "quechua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: "quc" +value: "quc" +label: "quiché" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: "raj" +value: "raj" +label: "rajasthani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: "rap" +value: "rap" +label: "rapanui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: "rar" +value: "rar" +label: "rarotongano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: "rif" +value: "rif" +label: "Riffian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: "rhg" +value: "rhg" +label: "rohinyá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: "rgn" +value: "rgn" +label: "Romagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: "rm" +value: "rm" +label: "romanche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: "rom" +value: "rom" +label: "romaní" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: "rof" +value: "rof" +label: "rombo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: "rtm" +value: "rtm" +label: "Rotuman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: "rug" +value: "rug" +label: "Roviana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: "ro" +value: "ro" +label: "rumano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: "ru" +value: "ru" +label: "ruso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: "rue" +value: "rue" +label: "Rusyn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: "rwk" +value: "rwk" +label: "rwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: "ssy" +value: "ssy" +label: "saho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: "sah" +value: "sah" +label: "sakha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: "str" +value: "str" +label: "salish de los estrechos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: "saq" +value: "saq" +label: "samburu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: "smn" +value: "smn" +label: "sami inari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: "smj" +value: "smj" +label: "sami lule" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: "sma" +value: "sma" +label: "sami meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: "se" +value: "se" +label: "sami septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: "sms" +value: "sms" +label: "sami skolt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: "lsm" +value: "lsm" +label: "samia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: "sm" +value: "sm" +label: "samoano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: "sgs" +value: "sgs" +label: "Samogitian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: "sad" +value: "sad" +label: "sandawe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: "sg" +value: "sg" +label: "sango" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: "sbp" +value: "sbp" +label: "sangu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: "sa" +value: "sa" +label: "sánscrito" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: "sat" +value: "sat" +label: "santali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: "sc" +value: "sc" +label: "sardo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: "sas" +value: "sas" +label: "sasak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: "sdc" +value: "sdc" +label: "Sassarese Sardinian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: "stq" +value: "stq" +label: "Saterland Frisian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: "saz" +value: "saz" +label: "Saurashtra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: "sly" +value: "sly" +label: "Selayar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: "sel" +value: "sel" +label: "selkup" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: "seh" +value: "seh" +label: "sena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: "see" +value: "see" +label: "seneca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: "sr" +value: "sr" +label: "serbio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: "sh" +value: "sh" +label: "serbocroata" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: "srr" +value: "srr" +label: "serer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: "sei" +value: "sei" +label: "Seri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: "tn" +value: "tn" +label: "setsuana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: "ksb" +value: "ksb" +label: "shambala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: "shn" +value: "shn" +label: "shan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: "sn" +value: "sn" +label: "shona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: "scn" +value: "scn" +label: "siciliano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: "sid" +value: "sid" +label: "sidamo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: "bla" +value: "bla" +label: "siksika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: "szl" +value: "szl" +label: "silesio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: "zbl" +value: "zbl" +label: "símbolos Bliss" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: "sd" +value: "sd" +label: "sindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: "syr" +value: "syr" +label: "siriaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: "syc" +value: "syc" +label: "siríaco clásico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: "den" +value: "den" +label: "slave" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: "xog" +value: "xog" +label: "soga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: "sog" +value: "sog" +label: "sogdiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: "so" +value: "so" +label: "somalí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: "snk" +value: "snk" +label: "soninké" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: "st" +value: "st" +label: "sotho meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: "nso" +value: "nso" +label: "sotho septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: "srn" +value: "srn" +label: "sranan tongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: "sw" +value: "sw" +label: "suajili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: "ss" +value: "ss" +label: "suazi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: "sv" +value: "sv" +label: "sueco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: "suk" +value: "suk" +label: "sukuma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: "sux" +value: "sux" +label: "sumerio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: "su" +value: "su" +label: "sundanés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: "sus" +value: "sus" +label: "susu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: "tl" +value: "tl" +label: "tagalo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: "tgx" +value: "tgx" +label: "tagish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +data: "ty" +value: "ty" +label: "tahitiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +data: "tht" +value: "tht" +label: "tahltan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +data: "blt" +value: "blt" +label: "Tai Dam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +data: "th" +value: "th" +label: "tailandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +data: "dav" +value: "dav" +label: "taita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: "tly" +value: "tly" +label: "Talysh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +data: "tmh" +value: "tmh" +label: "tamashek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: "tzm" +value: "tzm" +label: "tamazight del Atlas Central" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +data: "zgh" +value: "zgh" +label: "tamazight estándar marroquí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +data: "ta" +value: "ta" +label: "tamil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +data: "trv" +value: "trv" +label: "taroko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: "tt" +value: "tt" +label: "tártaro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +data: "crh" +value: "crh" +label: "tártaro de Crimea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +data: "twq" +value: "twq" +label: "tasawaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +data: "shi" +value: "shi" +label: "tashelhit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +data: "tg" +value: "tg" +label: "tayiko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +data: "te" +value: "te" +label: "telugu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +data: "tem" +value: "tem" +label: "temne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +data: "ter" +value: "ter" +label: "tereno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +data: "teo" +value: "teo" +label: "teso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +data: "tet" +value: "tet" +label: "tetún" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +data: "bo" +value: "bo" +label: "tibetano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +data: "tig" +value: "tig" +label: "tigré" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +data: "ti" +value: "ti" +label: "tigriña" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +data: "tiv" +value: "tiv" +label: "tiv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +data: "tli" +value: "tli" +label: "tlingit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4483 +data: "tpi" +value: "tpi" +label: "tok pisin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +data: "tkl" +value: "tkl" +label: "tokelauano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +data: "tok" +value: "tok" +label: "toki pona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +data: "tog" +value: "tog" +label: "tonga del Nyasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +data: "to" +value: "to" +label: "tongano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +data: "fit" +value: "fit" +label: "Tornedalen Finnish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +data: "trw" +value: "trw" +label: "Torwali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +data: "chk" +value: "chk" +label: "trukés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +data: "tkr" +value: "tkr" +label: "Tsakhur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +data: "tsd" +value: "tsd" +label: "Tsakonian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +data: "tsi" +value: "tsi" +label: "tsimshiano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +data: "ts" +value: "ts" +label: "tsonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +data: "tcy" +value: "tcy" +label: "Tulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +data: "tum" +value: "tum" +label: "tumbuka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +data: "aeb" +value: "aeb" +label: "Tunisian Arabic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +data: "tr" +value: "tr" +label: "turco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +data: "ota" +value: "ota" +label: "turco otomano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +data: "tk" +value: "tk" +label: "turcomano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +data: "tru" +value: "tru" +label: "Turoyo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +data: "tce" +value: "tce" +label: "tutchone meridional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +data: "ttm" +value: "ttm" +label: "tutchone septentrional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +data: "tvl" +value: "tvl" +label: "tuvaluano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +data: "tyv" +value: "tyv" +label: "tuviniano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +data: "tw" +value: "tw" +label: "twi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +data: "kcg" +value: "kcg" +label: "tyap" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +data: "uk" +value: "uk" +label: "ucraniano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +data: "udm" +value: "udm" +label: "udmurt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +data: "uga" +value: "uga" +label: "ugarítico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4511 +data: "ug" +value: "ug" +label: "uigur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4512 +data: "umb" +value: "umb" +label: "umbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +data: "ur" +value: "ur" +label: "urdu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +data: "uz" +value: "uz" +label: "uzbeko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +data: "vai" +value: "vai" +label: "Vai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +data: "wa" +value: "wa" +label: "valón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +data: "ve" +value: "ve" +label: "venda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +data: "vec" +value: "vec" +label: "veneciano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +data: "vep" +value: "vep" +label: "Veps" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +data: "vi" +value: "vi" +label: "vietnamita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +data: "vo" +value: "vo" +label: "volapük" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +data: "vro" +value: "vro" +label: "Võro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +data: "vot" +value: "vot" +label: "vótico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +data: "vun" +value: "vun" +label: "vunjo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +data: "wae" +value: "wae" +label: "walser" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +data: "war" +value: "war" +label: "waray" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +data: "wbp" +value: "wbp" +label: "warlpiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +data: "was" +value: "was" +label: "washo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +data: "guc" +value: "guc" +label: "Wayuu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +data: "vls" +value: "vls" +label: "West Flemish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4531 +data: "mrj" +value: "mrj" +label: "Western Mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +data: "wal" +value: "wal" +label: "wolayta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +data: "wo" +value: "wo" +label: "wólof" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4534 +data: "xh" +value: "xh" +label: "xhosa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4535 +data: "yav" +value: "yav" +label: "yangben" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4536 +data: "yao" +value: "yao" +label: "yao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4537 +data: "yap" +value: "yap" +label: "yapés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4538 +data: "ybb" +value: "ybb" +label: "yemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4539 +data: "ii" +value: "ii" +label: "yi de Sichuán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +data: "yi" +value: "yi" +label: "yidis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4541 +data: "yo" +value: "yo" +label: "yoruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4542 +data: "zap" +value: "zap" +label: "zapoteco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4543 +data: "dje" +value: "dje" +label: "zarma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4544 +data: "zza" +value: "zza" +label: "zazaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4545 +data: "zea" +value: "zea" +label: "Zeelandic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4546 +data: "zen" +value: "zen" +label: "zenaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4547 +data: "za" +value: "za" +label: "zhuang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4548 +data: "gbz" +value: "gbz" +label: "Zoroastrian Dari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4549 +data: "zu" +value: "zu" +label: "zulú" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4550 +data: "zun" +value: "zun" +label: "zuñi" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3915 -errors: [] -form: Symfony\Component\Form\Form {#3758 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3916 …5} |
| full_name | "register_b2_b_form[language]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_language" |
| is_selected | Closure($choice, $value) {#4552 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" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3508 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3508 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3508 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3667 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() {#3669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3668 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| 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 {#4553 -errors: [] -form: Symfony\Component\Form\Form {#3761 …} } |
| form | Symfony\Component\Form\FormView {#4554 …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" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Elija una opción" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
[ "Elija una opción" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3509 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3509 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| 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 | [ "Elija una opción" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3509 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_salutation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3676 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_salutation" ] |
| cache_key | "_register_b2_b_form_salutation_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4557 +data: "" +value: "" +label: "Elija una opción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +data: "male" +value: "male" +label: "form.salutationMale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +data: "female" +value: "female" +label: "form.salutationFemale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4555 -errors: [] -form: Symfony\Component\Form\Form {#3764 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4556 …5} |
| full_name | "register_b2_b_form[salutation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_salutation" |
| is_selected | Closure($choice, $value) {#4561 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_salutation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "salutation" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_salutation" |
| valid | true |
| value | "" |
primaryFirstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3510 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3510 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3510 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3687 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_primaryFirstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3688 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryFirstname" ] |
| cache_key | "_register_b2_b_form_primaryFirstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4562 -errors: [] -form: Symfony\Component\Form\Form {#3767 …} } |
| form | Symfony\Component\Form\FormView {#4563 …5} |
| full_name | "register_b2_b_form[primaryFirstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryFirstname" |
| label | "form_label_primaryFirstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryFirstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryFirstname" |
| valid | true |
| value | "" |
primaryLastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3511 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3511 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3511 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3696 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_primaryLastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3697 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryLastname" ] |
| cache_key | "_register_b2_b_form_primaryLastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4564 -errors: [] -form: Symfony\Component\Form\Form {#3770 …} } |
| form | Symfony\Component\Form\FormView {#4565 …5} |
| full_name | "register_b2_b_form[primaryLastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryLastname" |
| label | "form_label_primaryLastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryLastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryLastname" |
| valid | true |
| value | "" |
job
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Elija una opción" => "" "Arquitecto/diseñador" => "Architect/Designer" "Construcción y edificación" => "Building and Construction" "Carpintero" => "Carpenter" "Ingeniero electricista" => "Electrical Engineer" "Electricista" => "Electrician" "Cliente particular" => "Private Client" "Hotelería y restauración" => "Hotel Business" "Diseñador de iluminación" => "Lighting Designer" "Vendedor de iluminación" => "Lighting Dealer" "Prensa" => "Press" "Consultor" => "Consultant" "Vendedor de muebles" => "Furniture Dealer" "Comercio minorista" => "Retail Business" "Otro" => "Other" ] |
[ "Elija una opción" => "" "Arquitecto/diseñador" => "Architect/Designer" "Construcción y edificación" => "Building and Construction" "Carpintero" => "Carpenter" "Ingeniero electricista" => "Electrical Engineer" "Electricista" => "Electrician" "Cliente particular" => "Private Client" "Hotelería y restauración" => "Hotel Business" "Diseñador de iluminación" => "Lighting Designer" "Vendedor de iluminación" => "Lighting Dealer" "Prensa" => "Press" "Consultor" => "Consultant" "Vendedor de muebles" => "Furniture Dealer" "Comercio minorista" => "Retail Business" "Otro" => "Other" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| 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 | [ "Elija una opción" => "" "Arquitecto/diseñador" => "Architect/Designer" "Construcción y edificación" => "Building and Construction" "Carpintero" => "Carpenter" "Ingeniero electricista" => "Electrical Engineer" "Electricista" => "Electrician" "Cliente particular" => "Private Client" "Hotelería y restauración" => "Hotel Business" "Diseñador de iluminación" => "Lighting Designer" "Vendedor de iluminación" => "Lighting Dealer" "Prensa" => "Press" "Consultor" => "Consultant" "Vendedor de muebles" => "Furniture Dealer" "Comercio minorista" => "Retail Business" "Otro" => "Other" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_job" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3705 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_job" ] |
| cache_key | "_register_b2_b_form_job_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +data: "" +value: "" +label: "Elija una opción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +data: "Architect/Designer" +value: "Architect/Designer" +label: "Arquitecto/diseñador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +data: "Building and Construction" +value: "Building and Construction" +label: "Construcción y edificación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +data: "Carpenter" +value: "Carpenter" +label: "Carpintero" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +data: "Electrical Engineer" +value: "Electrical Engineer" +label: "Ingeniero electricista" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +data: "Electrician" +value: "Electrician" +label: "Electricista" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +data: "Private Client" +value: "Private Client" +label: "Cliente particular" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +data: "Hotel Business" +value: "Hotel Business" +label: "Hotelería y restauración" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +data: "Lighting Designer" +value: "Lighting Designer" +label: "Diseñador de iluminación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +data: "Lighting Dealer" +value: "Lighting Dealer" +label: "Vendedor de iluminación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +data: "Press" +value: "Press" +label: "Prensa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +data: "Consultant" +value: "Consultant" +label: "Consultor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +data: "Furniture Dealer" +value: "Furniture Dealer" +label: "Vendedor de muebles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +data: "Retail Business" +value: "Retail Business" +label: "Comercio minorista" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +data: "Other" +value: "Other" +label: "Otro" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4566 -errors: [] -form: Symfony\Component\Form\Form {#3773 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4567 …5} |
| full_name | "register_b2_b_form[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_job" |
| is_selected | Closure($choice, $value) {#4584 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_job" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "job" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_job" |
| valid | true |
| value | "" |
primaryPhone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3716 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3717 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_primaryPhone" ] |
| cache_key | "_register_b2_b_form_primaryPhone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4585 -errors: [] -form: Symfony\Component\Form\Form {#3776 …} } |
| form | Symfony\Component\Form\FormView {#4586 …5} |
| full_name | "register_b2_b_form[primaryPhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryPhone" |
| label | "form_label_phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryPhone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryPhone" |
| valid | true |
| value | "" |
primaryEmail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#3630 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3631 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_primaryEmail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3726 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_b2_b_form_primaryEmail" ] |
| cache_key | "_register_b2_b_form_primaryEmail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4587 -errors: [] -form: Symfony\Component\Form\Form {#3779 …} } |
| form | Symfony\Component\Form\FormView {#4588 …5} |
| full_name | "register_b2_b_form[primaryEmail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_primaryEmail" |
| label | "form_label_primaryEmail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "primaryEmail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_primaryEmail" |
| valid | true |
| value | "" |
invoiceAddress
"App\Form\Type\AddressType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| enable_contact | false |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3739 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_register_b2_b_form_invoiceAddress" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_address" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4589 -errors: [] -form: Symfony\Component\Form\Form {#3829 …} } |
| form | Symfony\Component\Form\FormView {#4590 …5} |
| full_name | "register_b2_b_form[invoiceAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "invoiceAddress" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress" |
| valid | true |
| value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3784 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_name" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4594 -errors: [] -form: Symfony\Component\Form\Form {#3832 …} } |
| form | Symfony\Component\Form\FormView {#4593 …5} |
| full_name | "register_b2_b_form[invoiceAddress][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_name" |
| label | "form_label_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_name" |
| valid | true |
| value | "" |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_street" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3793 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_street" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_street_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4595 -errors: [] -form: Symfony\Component\Form\Form {#3835 …} } |
| form | Symfony\Component\Form\FormView {#4596 …5} |
| full_name | "register_b2_b_form[invoiceAddress][street]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_street" |
| label | "form_label_street" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "street" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_street" |
| valid | true |
| value | "" |
zip
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_zip" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3802 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_zip" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_zip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4597 -errors: [] -form: Symfony\Component\Form\Form {#3838 …} } |
| form | Symfony\Component\Form\FormView {#4598 …5} |
| full_name | "register_b2_b_form[invoiceAddress][zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_zip" |
| label | "form_label_zip" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_zip" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3811 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_b2_b_form_invoiceAddress_city" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4599 -errors: [] -form: Symfony\Component\Form\Form {#3841 …} } |
| form | Symfony\Component\Form\FormView {#4600 …5} |
| full_name | "register_b2_b_form[invoiceAddress][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_city" |
| label | "form_label_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_city" |
| valid | true |
| value | "" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
[ "data-parsley-required-message" => "¡Campo vacío!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Elija una opción" => "" "Afganistán" => "AF" "Albania" => "AL" "Alemania" => "DE" "Andorra" => "AD" "Angola" => "AO" "Anguila" => "AI" "Antártida" => "AQ" "Antigua y Barbuda" => "AG" "Arabia Saudí" => "SA" "Argelia" => "DZ" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaiyán" => "AZ" "Bahamas" => "BS" "Bangladés" => "BD" "Barbados" => "BB" "Baréin" => "BH" "Bélgica" => "BE" "Belice" => "BZ" "Benín" => "BJ" "Bermudas" => "BM" "Bielorrusia" => "BY" "Bolivia" => "BO" "Bosnia y Herzegovina" => "BA" "Botsuana" => "BW" "Brasil" => "BR" "Brunéi" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Bután" => "BT" "Cabo Verde" => "CV" "Camboya" => "KH" "Camerún" => "CM" "Canadá" => "CA" "Caribe neerlandés" => "BQ" "Catar" => "QA" "Chad" => "TD" "Chequia" => "CZ" "Chile" => "CL" "China" => "CN" "Chipre" => "CY" "Ciudad del Vaticano" => "VA" "Colombia" => "CO" "Comoras" => "KM" "Congo" => "CG" "Corea del Norte" => "KP" "Corea del Sur" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croacia" => "HR" "Cuba" => "CU" "Curazao" => "CW" "Dinamarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egipto" => "EG" "El Salvador" => "SV" "Emiratos Árabes Unidos" => "AE" "Eritrea" => "ER" "Eslovaquia" => "SK" "Eslovenia" => "SI" "España" => "ES" "Estados Unidos" => "US" "Estonia" => "EE" "Esuatini" => "SZ" "Etiopía" => "ET" "Filipinas" => "PH" "Finlandia" => "FI" "Fiyi" => "FJ" "Francia" => "FR" "Gabón" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Granada" => "GD" "Grecia" => "GR" "Groenlandia" => "GL" "Guadalupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guayana Francesa" => "GF" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Ecuatorial" => "GQ" "Guinea-Bisáu" => "GW" "Guyana" => "GY" "Haití" => "HT" "Honduras" => "HN" "Hungría" => "HU" "India" => "IN" "Indonesia" => "ID" "Irak" => "IQ" "Irán" => "IR" "Irlanda" => "IE" "Isla Bouvet" => "BV" "Isla de Man" => "IM" "Isla de Navidad" => "CX" "Isla Norfolk" => "NF" "Islandia" => "IS" "Islas Åland" => "AX" "Islas Caimán" => "KY" "Islas Cocos" => "CC" "Islas Cook" => "CK" "Islas Feroe" => "FO" "Islas Georgia del Sur y Sandwich del Sur" => "GS" "Islas Heard y McDonald" => "HM" "Islas Malvinas" => "FK" "Islas Marianas del Norte" => "MP" "Islas Marshall" => "MH" "Islas menores alejadas de EE. UU." => "UM" "Islas Pitcairn" => "PN" "Islas Salomón" => "SB" "Islas Turcas y Caicos" => "TC" "Islas Vírgenes Británicas" => "VG" "Islas Vírgenes de EE. UU." => "VI" "Israel" => "IL" "Italia" => "IT" "Jamaica" => "JM" "Japón" => "JP" "Jersey" => "JE" "Jordania" => "JO" "Kazajistán" => "KZ" "Kenia" => "KE" "Kirguistán" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesoto" => "LS" "Letonia" => "LV" "Líbano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Luxemburgo" => "LU" "Macedonia del Norte" => "MK" "Madagascar" => "MG" "Malasia" => "MY" "Malaui" => "MW" "Maldivas" => "MV" "Mali" => "ML" "Malta" => "MT" "Marruecos" => "MA" "Martinica" => "MQ" "Mauricio" => "MU" "Mauritania" => "MR" "Mayotte" => "YT" "México" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Mónaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Níger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noruega" => "NO" "Nueva Caledonia" => "NC" "Nueva Zelanda" => "NZ" "Omán" => "OM" "Países Bajos" => "NL" "Pakistán" => "PK" "Palaos" => "PW" "Panamá" => "PA" "Papúa Nueva Guinea" => "PG" "Paraguay" => "PY" "Perú" => "PE" "Polinesia Francesa" => "PF" "Polonia" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "RAE de Hong Kong (China)" => "HK" "RAE de Macao (China)" => "MO" "Reino Unido" => "GB" "República Centroafricana" => "CF" "República Democrática del Congo" => "CD" "República Dominicana" => "DO" "Reunión" => "RE" "Ruanda" => "RW" "Rumanía" => "RO" "Rusia" => "RU" "Sáhara Occidental" => "EH" "Samoa" => "WS" "Samoa Americana" => "AS" "San Bartolomé" => "BL" "San Cristóbal y Nieves" => "KN" "San Marino" => "SM" "San Martín" => "MF" "San Pedro y Miquelón" => "PM" "San Vicente y las Granadinas" => "VC" "Santa Elena" => "SH" "Santa Lucía" => "LC" "Santo Tomé y Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leona" => "SL" "Singapur" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Somalia" => "SO" "Sri Lanka" => "LK" "Sudáfrica" => "ZA" "Sudán" => "SD" "Sudán del Sur" => "SS" "Suecia" => "SE" "Suiza" => "CH" "Surinam" => "SR" "Svalbard y Jan Mayen" => "SJ" "Tailandia" => "TH" "Taiwán" => "TW" "Tanzania" => "TZ" "Tayikistán" => "TJ" "Territorio Británico del Océano Índico" => "IO" "Territorios Australes Franceses" => "TF" "Territorios Palestinos" => "PS" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad y Tobago" => "TT" "Túnez" => "TN" "Turkmenistán" => "TM" "Turquía" => "TR" "Tuvalu" => "TV" "Ucrania" => "UA" "Uganda" => "UG" "Uruguay" => "UY" "Uzbekistán" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis y Futuna" => "WF" "Yemen" => "YE" "Yibuti" => "DJ" "Zambia" => "ZM" "Zimbabue" => "ZW" ] |
[ "Elija una opción" => "" "Afganistán" => "AF" "Albania" => "AL" "Alemania" => "DE" "Andorra" => "AD" "Angola" => "AO" "Anguila" => "AI" "Antártida" => "AQ" "Antigua y Barbuda" => "AG" "Arabia Saudí" => "SA" "Argelia" => "DZ" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaiyán" => "AZ" "Bahamas" => "BS" "Bangladés" => "BD" "Barbados" => "BB" "Baréin" => "BH" "Bélgica" => "BE" "Belice" => "BZ" "Benín" => "BJ" "Bermudas" => "BM" "Bielorrusia" => "BY" "Bolivia" => "BO" "Bosnia y Herzegovina" => "BA" "Botsuana" => "BW" "Brasil" => "BR" "Brunéi" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Bután" => "BT" "Cabo Verde" => "CV" "Camboya" => "KH" "Camerún" => "CM" "Canadá" => "CA" "Caribe neerlandés" => "BQ" "Catar" => "QA" "Chad" => "TD" "Chequia" => "CZ" "Chile" => "CL" "China" => "CN" "Chipre" => "CY" "Ciudad del Vaticano" => "VA" "Colombia" => "CO" "Comoras" => "KM" "Congo" => "CG" "Corea del Norte" => "KP" "Corea del Sur" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croacia" => "HR" "Cuba" => "CU" "Curazao" => "CW" "Dinamarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egipto" => "EG" "El Salvador" => "SV" "Emiratos Árabes Unidos" => "AE" "Eritrea" => "ER" "Eslovaquia" => "SK" "Eslovenia" => "SI" "España" => "ES" "Estados Unidos" => "US" "Estonia" => "EE" "Esuatini" => "SZ" "Etiopía" => "ET" "Filipinas" => "PH" "Finlandia" => "FI" "Fiyi" => "FJ" "Francia" => "FR" "Gabón" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Granada" => "GD" "Grecia" => "GR" "Groenlandia" => "GL" "Guadalupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guayana Francesa" => "GF" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Ecuatorial" => "GQ" "Guinea-Bisáu" => "GW" "Guyana" => "GY" "Haití" => "HT" "Honduras" => "HN" "Hungría" => "HU" "India" => "IN" "Indonesia" => "ID" "Irak" => "IQ" "Irán" => "IR" "Irlanda" => "IE" "Isla Bouvet" => "BV" "Isla de Man" => "IM" "Isla de Navidad" => "CX" "Isla Norfolk" => "NF" "Islandia" => "IS" "Islas Åland" => "AX" "Islas Caimán" => "KY" "Islas Cocos" => "CC" "Islas Cook" => "CK" "Islas Feroe" => "FO" "Islas Georgia del Sur y Sandwich del Sur" => "GS" "Islas Heard y McDonald" => "HM" "Islas Malvinas" => "FK" "Islas Marianas del Norte" => "MP" "Islas Marshall" => "MH" "Islas menores alejadas de EE. UU." => "UM" "Islas Pitcairn" => "PN" "Islas Salomón" => "SB" "Islas Turcas y Caicos" => "TC" "Islas Vírgenes Británicas" => "VG" "Islas Vírgenes de EE. UU." => "VI" "Israel" => "IL" "Italia" => "IT" "Jamaica" => "JM" "Japón" => "JP" "Jersey" => "JE" "Jordania" => "JO" "Kazajistán" => "KZ" "Kenia" => "KE" "Kirguistán" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesoto" => "LS" "Letonia" => "LV" "Líbano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Luxemburgo" => "LU" "Macedonia del Norte" => "MK" "Madagascar" => "MG" "Malasia" => "MY" "Malaui" => "MW" "Maldivas" => "MV" "Mali" => "ML" "Malta" => "MT" "Marruecos" => "MA" "Martinica" => "MQ" "Mauricio" => "MU" "Mauritania" => "MR" "Mayotte" => "YT" "México" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Mónaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Níger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noruega" => "NO" "Nueva Caledonia" => "NC" "Nueva Zelanda" => "NZ" "Omán" => "OM" "Países Bajos" => "NL" "Pakistán" => "PK" "Palaos" => "PW" "Panamá" => "PA" "Papúa Nueva Guinea" => "PG" "Paraguay" => "PY" "Perú" => "PE" "Polinesia Francesa" => "PF" "Polonia" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "RAE de Hong Kong (China)" => "HK" "RAE de Macao (China)" => "MO" "Reino Unido" => "GB" "República Centroafricana" => "CF" "República Democrática del Congo" => "CD" "República Dominicana" => "DO" "Reunión" => "RE" "Ruanda" => "RW" "Rumanía" => "RO" "Rusia" => "RU" "Sáhara Occidental" => "EH" "Samoa" => "WS" "Samoa Americana" => "AS" "San Bartolomé" => "BL" "San Cristóbal y Nieves" => "KN" "San Marino" => "SM" "San Martín" => "MF" "San Pedro y Miquelón" => "PM" "San Vicente y las Granadinas" => "VC" "Santa Elena" => "SH" "Santa Lucía" => "LC" "Santo Tomé y Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leona" => "SL" "Singapur" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Somalia" => "SO" "Sri Lanka" => "LK" "Sudáfrica" => "ZA" "Sudán" => "SD" "Sudán del Sur" => "SS" "Suecia" => "SE" "Suiza" => "CH" "Surinam" => "SR" "Svalbard y Jan Mayen" => "SJ" "Tailandia" => "TH" "Taiwán" => "TW" "Tanzania" => "TZ" "Tayikistán" => "TJ" "Territorio Británico del Océano Índico" => "IO" "Territorios Australes Franceses" => "TF" "Territorios Palestinos" => "PS" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad y Tobago" => "TT" "Túnez" => "TN" "Turkmenistán" => "TM" "Turquía" => "TR" "Tuvalu" => "TV" "Ucrania" => "UA" "Uganda" => "UG" "Uruguay" => "UY" "Uzbekistán" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis y Futuna" => "WF" "Yemen" => "YE" "Yibuti" => "DJ" "Zambia" => "ZM" "Zimbabue" => "ZW" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "¡Campo vacío!" +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" => "¡Campo vacío!" ] |
| 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 | [ "Elija una opción" => "" "Afganistán" => "AF" "Albania" => "AL" "Alemania" => "DE" "Andorra" => "AD" "Angola" => "AO" "Anguila" => "AI" "Antártida" => "AQ" "Antigua y Barbuda" => "AG" "Arabia Saudí" => "SA" "Argelia" => "DZ" "Argentina" => "AR" "Armenia" => "AM" "Aruba" => "AW" "Australia" => "AU" "Austria" => "AT" "Azerbaiyán" => "AZ" "Bahamas" => "BS" "Bangladés" => "BD" "Barbados" => "BB" "Baréin" => "BH" "Bélgica" => "BE" "Belice" => "BZ" "Benín" => "BJ" "Bermudas" => "BM" "Bielorrusia" => "BY" "Bolivia" => "BO" "Bosnia y Herzegovina" => "BA" "Botsuana" => "BW" "Brasil" => "BR" "Brunéi" => "BN" "Bulgaria" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Bután" => "BT" "Cabo Verde" => "CV" "Camboya" => "KH" "Camerún" => "CM" "Canadá" => "CA" "Caribe neerlandés" => "BQ" "Catar" => "QA" "Chad" => "TD" "Chequia" => "CZ" "Chile" => "CL" "China" => "CN" "Chipre" => "CY" "Ciudad del Vaticano" => "VA" "Colombia" => "CO" "Comoras" => "KM" "Congo" => "CG" "Corea del Norte" => "KP" "Corea del Sur" => "KR" "Costa Rica" => "CR" "Côte d’Ivoire" => "CI" "Croacia" => "HR" "Cuba" => "CU" "Curazao" => "CW" "Dinamarca" => "DK" "Dominica" => "DM" "Ecuador" => "EC" "Egipto" => "EG" "El Salvador" => "SV" "Emiratos Árabes Unidos" => "AE" "Eritrea" => "ER" "Eslovaquia" => "SK" "Eslovenia" => "SI" "España" => "ES" "Estados Unidos" => "US" "Estonia" => "EE" "Esuatini" => "SZ" "Etiopía" => "ET" "Filipinas" => "PH" "Finlandia" => "FI" "Fiyi" => "FJ" "Francia" => "FR" "Gabón" => "GA" "Gambia" => "GM" "Georgia" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Granada" => "GD" "Grecia" => "GR" "Groenlandia" => "GL" "Guadalupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guayana Francesa" => "GF" "Guernsey" => "GG" "Guinea" => "GN" "Guinea Ecuatorial" => "GQ" "Guinea-Bisáu" => "GW" "Guyana" => "GY" "Haití" => "HT" "Honduras" => "HN" "Hungría" => "HU" "India" => "IN" "Indonesia" => "ID" "Irak" => "IQ" "Irán" => "IR" "Irlanda" => "IE" "Isla Bouvet" => "BV" "Isla de Man" => "IM" "Isla de Navidad" => "CX" "Isla Norfolk" => "NF" "Islandia" => "IS" "Islas Åland" => "AX" "Islas Caimán" => "KY" "Islas Cocos" => "CC" "Islas Cook" => "CK" "Islas Feroe" => "FO" "Islas Georgia del Sur y Sandwich del Sur" => "GS" "Islas Heard y McDonald" => "HM" "Islas Malvinas" => "FK" "Islas Marianas del Norte" => "MP" "Islas Marshall" => "MH" "Islas menores alejadas de EE. UU." => "UM" "Islas Pitcairn" => "PN" "Islas Salomón" => "SB" "Islas Turcas y Caicos" => "TC" "Islas Vírgenes Británicas" => "VG" "Islas Vírgenes de EE. UU." => "VI" "Israel" => "IL" "Italia" => "IT" "Jamaica" => "JM" "Japón" => "JP" "Jersey" => "JE" "Jordania" => "JO" "Kazajistán" => "KZ" "Kenia" => "KE" "Kirguistán" => "KG" "Kiribati" => "KI" "Kuwait" => "KW" "Laos" => "LA" "Lesoto" => "LS" "Letonia" => "LV" "Líbano" => "LB" "Liberia" => "LR" "Libia" => "LY" "Liechtenstein" => "LI" "Lituania" => "LT" "Luxemburgo" => "LU" "Macedonia del Norte" => "MK" "Madagascar" => "MG" "Malasia" => "MY" "Malaui" => "MW" "Maldivas" => "MV" "Mali" => "ML" "Malta" => "MT" "Marruecos" => "MA" "Martinica" => "MQ" "Mauricio" => "MU" "Mauritania" => "MR" "Mayotte" => "YT" "México" => "MX" "Micronesia" => "FM" "Moldavia" => "MD" "Mónaco" => "MC" "Mongolia" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birmania)" => "MM" "Namibia" => "NA" "Nauru" => "NR" "Nepal" => "NP" "Nicaragua" => "NI" "Níger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noruega" => "NO" "Nueva Caledonia" => "NC" "Nueva Zelanda" => "NZ" "Omán" => "OM" "Países Bajos" => "NL" "Pakistán" => "PK" "Palaos" => "PW" "Panamá" => "PA" "Papúa Nueva Guinea" => "PG" "Paraguay" => "PY" "Perú" => "PE" "Polinesia Francesa" => "PF" "Polonia" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "RAE de Hong Kong (China)" => "HK" "RAE de Macao (China)" => "MO" "Reino Unido" => "GB" "República Centroafricana" => "CF" "República Democrática del Congo" => "CD" "República Dominicana" => "DO" "Reunión" => "RE" "Ruanda" => "RW" "Rumanía" => "RO" "Rusia" => "RU" "Sáhara Occidental" => "EH" "Samoa" => "WS" "Samoa Americana" => "AS" "San Bartolomé" => "BL" "San Cristóbal y Nieves" => "KN" "San Marino" => "SM" "San Martín" => "MF" "San Pedro y Miquelón" => "PM" "San Vicente y las Granadinas" => "VC" "Santa Elena" => "SH" "Santa Lucía" => "LC" "Santo Tomé y Príncipe" => "ST" "Senegal" => "SN" "Serbia" => "RS" "Seychelles" => "SC" "Sierra Leona" => "SL" "Singapur" => "SG" "Sint Maarten" => "SX" "Siria" => "SY" "Somalia" => "SO" "Sri Lanka" => "LK" "Sudáfrica" => "ZA" "Sudán" => "SD" "Sudán del Sur" => "SS" "Suecia" => "SE" "Suiza" => "CH" "Surinam" => "SR" "Svalbard y Jan Mayen" => "SJ" "Tailandia" => "TH" "Taiwán" => "TW" "Tanzania" => "TZ" "Tayikistán" => "TJ" "Territorio Británico del Océano Índico" => "IO" "Territorios Australes Franceses" => "TF" "Territorios Palestinos" => "PS" "Timor-Leste" => "TL" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad y Tobago" => "TT" "Túnez" => "TN" "Turkmenistán" => "TM" "Turquía" => "TR" "Tuvalu" => "TV" "Ucrania" => "UA" "Uganda" => "UG" "Uruguay" => "UY" "Uzbekistán" => "UZ" "Vanuatu" => "VU" "Venezuela" => "VE" "Vietnam" => "VN" "Wallis y Futuna" => "WF" "Yemen" => "YE" "Yibuti" => "DJ" "Zambia" => "ZM" "Zimbabue" => "ZW" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "¡Campo vacío!" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#3819 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "¡Campo vacío!" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_b2_b_form_invoiceAddress_country" ] |
| cache_key | "_register_b2_b_form_invoiceAddress_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +data: "" +value: "" +label: "Elija una opción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +data: "AF" +value: "AF" +label: "Afganistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +data: "AL" +value: "AL" +label: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +data: "DE" +value: "DE" +label: "Alemania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +data: "AI" +value: "AI" +label: "Anguila" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +data: "AQ" +value: "AQ" +label: "Antártida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +data: "AG" +value: "AG" +label: "Antigua y Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +data: "SA" +value: "SA" +label: "Arabia Saudí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +data: "DZ" +value: "DZ" +label: "Argelia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +data: "AR" +value: "AR" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +data: "AM" +value: "AM" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +data: "AU" +value: "AU" +label: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +data: "AT" +value: "AT" +label: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +data: "AZ" +value: "AZ" +label: "Azerbaiyán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4621 +data: "BD" +value: "BD" +label: "Bangladés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4622 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +data: "BH" +value: "BH" +label: "Baréin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +data: "BE" +value: "BE" +label: "Bélgica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4625 +data: "BZ" +value: "BZ" +label: "Belice" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4626 +data: "BJ" +value: "BJ" +label: "Benín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4627 +data: "BM" +value: "BM" +label: "Bermudas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4628 +data: "BY" +value: "BY" +label: "Bielorrusia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4629 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +data: "BA" +value: "BA" +label: "Bosnia y Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +data: "BW" +value: "BW" +label: "Botsuana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +data: "BR" +value: "BR" +label: "Brasil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +data: "BN" +value: "BN" +label: "Brunéi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +data: "BG" +value: "BG" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4635 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +data: "BT" +value: "BT" +label: "Bután" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +data: "CV" +value: "CV" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4639 +data: "KH" +value: "KH" +label: "Camboya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +data: "CM" +value: "CM" +label: "Camerún" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4641 +data: "CA" +value: "CA" +label: "Canadá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +data: "BQ" +value: "BQ" +label: "Caribe neerlandés" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +data: "QA" +value: "QA" +label: "Catar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4644 +data: "TD" +value: "TD" +label: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4645 +data: "CZ" +value: "CZ" +label: "Chequia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4646 +data: "CL" +value: "CL" +label: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4647 +data: "CN" +value: "CN" +label: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4648 +data: "CY" +value: "CY" +label: "Chipre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4649 +data: "VA" +value: "VA" +label: "Ciudad del Vaticano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4650 +data: "CO" +value: "CO" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4651 +data: "KM" +value: "KM" +label: "Comoras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4652 +data: "CG" +value: "CG" +label: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4653 +data: "KP" +value: "KP" +label: "Corea del Norte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4654 +data: "KR" +value: "KR" +label: "Corea del Sur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4655 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4656 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4657 +data: "HR" +value: "HR" +label: "Croacia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4658 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4659 +data: "CW" +value: "CW" +label: "Curazao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4660 +data: "DK" +value: "DK" +label: "Dinamarca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4661 +data: "DM" +value: "DM" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4662 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +data: "EG" +value: "EG" +label: "Egipto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4664 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +data: "AE" +value: "AE" +label: "Emiratos Árabes Unidos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +data: "SK" +value: "SK" +label: "Eslovaquia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +data: "SI" +value: "SI" +label: "Eslovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +data: "ES" +value: "ES" +label: "España" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +data: "US" +value: "US" +label: "Estados Unidos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +data: "EE" +value: "EE" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +data: "SZ" +value: "SZ" +label: "Esuatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +data: "ET" +value: "ET" +label: "Etiopía" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +data: "PH" +value: "PH" +label: "Filipinas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +data: "FI" +value: "FI" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +data: "FJ" +value: "FJ" +label: "Fiyi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +data: "FR" +value: "FR" +label: "Francia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +data: "GA" +value: "GA" +label: "Gabón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +data: "GE" +value: "GE" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +data: "GD" +value: "GD" +label: "Granada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +data: "GR" +value: "GR" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +data: "GL" +value: "GL" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +data: "GP" +value: "GP" +label: "Guadalupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +data: "GF" +value: "GF" +label: "Guayana Francesa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +data: "GN" +value: "GN" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +data: "GQ" +value: "GQ" +label: "Guinea Ecuatorial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +data: "GW" +value: "GW" +label: "Guinea-Bisáu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +data: "HT" +value: "HT" +label: "Haití" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +data: "HU" +value: "HU" +label: "Hungría" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +data: "ID" +value: "ID" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +data: "IR" +value: "IR" +label: "Irán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: "IE" +value: "IE" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +data: "BV" +value: "BV" +label: "Isla Bouvet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +data: "IM" +value: "IM" +label: "Isla de Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +data: "CX" +value: "CX" +label: "Isla de Navidad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +data: "NF" +value: "NF" +label: "Isla Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +data: "IS" +value: "IS" +label: "Islandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +data: "AX" +value: "AX" +label: "Islas Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +data: "KY" +value: "KY" +label: "Islas Caimán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +data: "CC" +value: "CC" +label: "Islas Cocos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +data: "CK" +value: "CK" +label: "Islas Cook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +data: "FO" +value: "FO" +label: "Islas Feroe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +data: "GS" +value: "GS" +label: "Islas Georgia del Sur y Sandwich del Sur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +data: "HM" +value: "HM" +label: "Islas Heard y McDonald" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: "FK" +value: "FK" +label: "Islas Malvinas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +data: "MP" +value: "MP" +label: "Islas Marianas del Norte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +data: "MH" +value: "MH" +label: "Islas Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +data: "UM" +value: "UM" +label: "Islas menores alejadas de EE. UU." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +data: "PN" +value: "PN" +label: "Islas Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +data: "SB" +value: "SB" +label: "Islas Salomón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +data: "TC" +value: "TC" +label: "Islas Turcas y Caicos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +data: "VG" +value: "VG" +label: "Islas Vírgenes Británicas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +data: "VI" +value: "VI" +label: "Islas Vírgenes de EE. UU." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4724 +data: "IL" +value: "IL" +label: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4725 +data: "IT" +value: "IT" +label: "Italia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4726 +data: "JM" +value: "JM" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4727 +data: "JP" +value: "JP" +label: "Japón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +data: "JO" +value: "JO" +label: "Jordania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4730 +data: "KZ" +value: "KZ" +label: "Kazajistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4731 +data: "KE" +value: "KE" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4732 +data: "KG" +value: "KG" +label: "Kirguistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4733 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +data: "KW" +value: "KW" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4735 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4736 +data: "LS" +value: "LS" +label: "Lesoto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4737 +data: "LV" +value: "LV" +label: "Letonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4738 +data: "LB" +value: "LB" +label: "Líbano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4739 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4740 +data: "LY" +value: "LY" +label: "Libia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4742 +data: "LT" +value: "LT" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +data: "LU" +value: "LU" +label: "Luxemburgo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +data: "MK" +value: "MK" +label: "Macedonia del Norte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4745 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4746 +data: "MY" +value: "MY" +label: "Malasia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4747 +data: "MW" +value: "MW" +label: "Malaui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4748 +data: "MV" +value: "MV" +label: "Maldivas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4749 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4750 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4751 +data: "MA" +value: "MA" +label: "Marruecos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +data: "MQ" +value: "MQ" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4753 +data: "MU" +value: "MU" +label: "Mauricio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +data: "MR" +value: "MR" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4755 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +data: "MX" +value: "MX" +label: "México" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4757 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4758 +data: "MD" +value: "MD" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4759 +data: "MC" +value: "MC" +label: "Mónaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4760 +data: "MN" +value: "MN" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4761 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4762 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +data: "MM" +value: "MM" +label: "Myanmar (Birmania)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +data: "NA" +value: "NA" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +data: "NE" +value: "NE" +label: "Níger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +data: "NO" +value: "NO" +label: "Noruega" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +data: "NC" +value: "NC" +label: "Nueva Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +data: "NZ" +value: "NZ" +label: "Nueva Zelanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +data: "OM" +value: "OM" +label: "Omán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +data: "NL" +value: "NL" +label: "Países Bajos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +data: "PK" +value: "PK" +label: "Pakistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +data: "PW" +value: "PW" +label: "Palaos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +data: "PA" +value: "PA" +label: "Panamá" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +data: "PG" +value: "PG" +label: "Papúa Nueva Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +data: "PE" +value: "PE" +label: "Perú" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +data: "PF" +value: "PF" +label: "Polinesia Francesa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +data: "PL" +value: "PL" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +data: "HK" +value: "HK" +label: "RAE de Hong Kong (China)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +data: "MO" +value: "MO" +label: "RAE de Macao (China)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +data: "GB" +value: "GB" +label: "Reino Unido" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +data: "CF" +value: "CF" +label: "República Centroafricana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +data: "CD" +value: "CD" +label: "República Democrática del Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +data: "DO" +value: "DO" +label: "República Dominicana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +data: "RE" +value: "RE" +label: "Reunión" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +data: "RW" +value: "RW" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +data: "RO" +value: "RO" +label: "Rumanía" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +data: "RU" +value: "RU" +label: "Rusia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +data: "EH" +value: "EH" +label: "Sáhara Occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4799 +data: "AS" +value: "AS" +label: "Samoa Americana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +data: "BL" +value: "BL" +label: "San Bartolomé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +data: "KN" +value: "KN" +label: "San Cristóbal y Nieves" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4802 +data: "SM" +value: "SM" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4803 +data: "MF" +value: "MF" +label: "San Martín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4804 +data: "PM" +value: "PM" +label: "San Pedro y Miquelón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4805 +data: "VC" +value: "VC" +label: "San Vicente y las Granadinas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +data: "SH" +value: "SH" +label: "Santa Elena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +data: "LC" +value: "LC" +label: "Santa Lucía" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +data: "ST" +value: "ST" +label: "Santo Tomé y Príncipe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +data: "RS" +value: "RS" +label: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4812 +data: "SL" +value: "SL" +label: "Sierra Leona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4813 +data: "SG" +value: "SG" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +data: "SX" +value: "SX" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4815 +data: "SY" +value: "SY" +label: "Siria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4816 +data: "SO" +value: "SO" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +data: "ZA" +value: "ZA" +label: "Sudáfrica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4819 +data: "SD" +value: "SD" +label: "Sudán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +data: "SS" +value: "SS" +label: "Sudán del Sur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4821 +data: "SE" +value: "SE" +label: "Suecia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4822 +data: "CH" +value: "CH" +label: "Suiza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4823 +data: "SR" +value: "SR" +label: "Surinam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4824 +data: "SJ" +value: "SJ" +label: "Svalbard y Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4825 +data: "TH" +value: "TH" +label: "Tailandia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4826 +data: "TW" +value: "TW" +label: "Taiwán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4827 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4828 +data: "TJ" +value: "TJ" +label: "Tayikistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4829 +data: "IO" +value: "IO" +label: "Territorio Británico del Océano Índico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4830 +data: "TF" +value: "TF" +label: "Territorios Australes Franceses" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4831 +data: "PS" +value: "PS" +label: "Territorios Palestinos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4832 +data: "TL" +value: "TL" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4833 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4834 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4835 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4836 +data: "TT" +value: "TT" +label: "Trinidad y Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4837 +data: "TN" +value: "TN" +label: "Túnez" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4838 +data: "TM" +value: "TM" +label: "Turkmenistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4839 +data: "TR" +value: "TR" +label: "Turquía" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4840 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4841 +data: "UA" +value: "UA" +label: "Ucrania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4842 +data: "UG" +value: "UG" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4843 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4844 +data: "UZ" +value: "UZ" +label: "Uzbekistán" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4846 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4847 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +data: "WF" +value: "WF" +label: "Wallis y Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4849 +data: "YE" +value: "YE" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +data: "DJ" +value: "DJ" +label: "Yibuti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +data: "ZW" +value: "ZW" +label: "Zimbabue" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4601 -errors: [] -form: Symfony\Component\Form\Form {#3844 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4602 …5} |
| full_name | "register_b2_b_form[invoiceAddress][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form_invoiceAddress_country" |
| is_selected | Closure($choice, $value) {#4854 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form_label_country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_invoiceAddress_country" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
[ "class" => "btn btn-primary float-right" ] |
| label | "form_button_submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary float-right" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_b2_b_form_submit" ] |
| cache_key | "_register_b2_b_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4592 …5} |
| full_name | "register_b2_b_form[submit]" |
| id | "register_b2_b_form_submit" |
| label | "form_button_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "18a4efef4.KALNqwvLfRFUD2TlwPqFoNd4QBEKj0isU02SPlQbk7A.EVvg5UiKF1Andx6o8b-okJA7d3to4COYBn7nai55y_dBav3fYZ0XIwJGIQ" |
| 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 | "18a4efef4.KALNqwvLfRFUD2TlwPqFoNd4QBEKj0isU02SPlQbk7A.EVvg5UiKF1Andx6o8b-okJA7d3to4COYBn7nai55y_dBav3fYZ0XIwJGIQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3378 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3379 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3380 …} -namespace: Closure() {#3382 …} } |
| data | "18a4efef4.KALNqwvLfRFUD2TlwPqFoNd4QBEKj0isU02SPlQbk7A.EVvg5UiKF1Andx6o8b-okJA7d3to4COYBn7nai55y_dBav3fYZ0XIwJGIQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3911 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#4591 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_b2_b_form__token" ] |
| cache_key | "_register_b2_b_form__token_hidden" |
| compound | false |
| data | "18a4efef4.KALNqwvLfRFUD2TlwPqFoNd4QBEKj0isU02SPlQbk7A.EVvg5UiKF1Andx6o8b-okJA7d3to4COYBn7nai55y_dBav3fYZ0XIwJGIQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4865 -errors: [] -form: Symfony\Component\Form\Form {#4861 …} } |
| form | Symfony\Component\Form\FormView {#4855 …5} |
| full_name | "register_b2_b_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_b2_b_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_b2_b_form__token" |
| valid | true |
| value | "18a4efef4.KALNqwvLfRFUD2TlwPqFoNd4QBEKj0isU02SPlQbk7A.EVvg5UiKF1Andx6o8b-okJA7d3to4COYBn7nai55y_dBav3fYZ0XIwJGIQ" |