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 | "7ff808f1808.apZC8AMJC4IWLd43kRWLesM8vZDtIEeZ7d11ry8Yw60.C8EwlzprXcd-eKpB6HzvN5Zj_9uOGTXYjI40xExNj9gszCSIV1N52HFMvQ" |
| 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 | "7ff808f1808.apZC8AMJC4IWLd43kRWLesM8vZDtIEeZ7d11ry8Yw60.C8EwlzprXcd-eKpB6HzvN5Zj_9uOGTXYjI40xExNj9gszCSIV1N52HFMvQ" |
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 | "7ff808f1808.apZC8AMJC4IWLd43kRWLesM8vZDtIEeZ7d11ry8Yw60.C8EwlzprXcd-eKpB6HzvN5Zj_9uOGTXYjI40xExNj9gszCSIV1N52HFMvQ" |
| 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 | "7ff808f1808.apZC8AMJC4IWLd43kRWLesM8vZDtIEeZ7d11ry8Yw60.C8EwlzprXcd-eKpB6HzvN5Zj_9uOGTXYjI40xExNj9gszCSIV1N52HFMvQ" |
| 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 | "7ff808f1808.apZC8AMJC4IWLd43kRWLesM8vZDtIEeZ7d11ry8Yw60.C8EwlzprXcd-eKpB6HzvN5Zj_9uOGTXYjI40xExNj9gszCSIV1N52HFMvQ" |
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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3602 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Selecteer" => "" "Abchazisch" => "ab" "Adangme" => "ada" "Adygees" => "ady" "Afaan Oromo" => "om" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Aino" => "ain" "Akan" => "ak" "Akkadisch" => "akk" "Akoli" => "ach" "Akoose" => "bss" "Alabama" => "akz" "Albanees" => "sq" "Aleoetisch" => "ale" "Algerijns Arabisch" => "arq" "Amerikaanse Gebarentaal" => "ase" "Amhaars" => "am" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabisch" => "ar" "Aragonees" => "an" "Aramees" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armeens" => "hy" "Aroemeens" => "rup" "Arpitaans" => "frp" "Assamees" => "as" "Asturisch" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atjehs" => "ace" "Atsam" => "cch" "Avarisch" => "av" "Avestisch" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbeidzjaans" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinees" => "ban" "Bambara" => "bm" "Bamoun" => "bax" "Banjar" => "bjn" "Basa" => "bas" "Basjkiers" => "ba" "Baskisch" => "eu" "Batak Toba" => "bbc" "Bataviaans" => "bew" "Beiers" => "bar" "Beja" => "bej" "Belarussisch" => "be" "Beloetsji" => "bal" "Bemba" => "bem" "Bena" => "bez" "Bengaals" => "bn" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Birmaans" => "my" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbolen" => "zbl" "Bodo" => "brx" "Boerjatisch" => "bua" "Bosnisch" => "bs" "Brahui" => "brh" "Braj" => "bra" "Bretons" => "br" "Buginees" => "bug" "Bulgaars" => "bg" "Bulu" => "bum" "Caddo" => "cad" "Cajun-Frans" => "frc" "Capiznon" => "cps" "Caribisch" => "car" "Carolina Algonkisch" => "crr" "Catalaans" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Centraal Ojibwa" => "ojc" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chinees" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Chuukees" => "chk" "Cornish" => "kw" "Corsicaans" => "co" "Cree" => "cr" "Creek" => "mus" "Dakota" => "dak" "Dargwa" => "dar" "Dazaga" => "dzg" "Deens" => "da" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Duits" => "de" "Dusun" => "dtp" "Dyula" => "dyu" "Dzongkha" => "dz" "Efik" => "efi" "Egyptisch Arabisch" => "arz" "Ekajuk" => "eka" "Elamitisch" => "elx" "Embu" => "ebu" "Emiliano" => "egl" "Engels" => "en" "Erzja" => "myv" "Esperanto" => "eo" "Estisch" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremeens" => "ext" "Faeröers" => "fo" "Fang" => "fan" "Fanti" => "fat" "Fijisch" => "fj" "Fijisch Hindi" => "hif" "Filipijns" => "fil" "Fins" => "fi" "Foenicisch" => "phn" "Fon" => "fon" "Frans" => "fr" "Fries" => "fy" "Friulisch" => "fur" "Fulah" => "ff" "Ga" => "gaa" "Gagaoezisch" => "gag" "Galicisch" => "gl" "Ganyu" => "gan" "Gayo" => "gay" "Gbaya" => "gba" "Ge’ez" => "gez" "Gegisch" => "aln" "Georgisch" => "ka" "Ghomala’" => "bbj" "Gikuyu" => "ki" "Gilaki" => "glk" "Gilbertees" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothisch" => "got" "Grebo" => "grb" "Grieks" => "el" "Groenlands" => "kl" "Guaraní" => "gn" "Gujarati" => "gu" "Gurune" => "gur" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haïtiaans Creools" => "ht" "Hakka" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaïaans" => "haw" "Hebreeuws" => "he" "Herero" => "hz" "Hettitisch" => "hit" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hongaars" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Ido" => "io" "Iers" => "ga" "Igbo" => "ig" "IJslands" => "is" "Iloko" => "ilo" "Inari-Samisch" => "smn" "Indonesisch" => "id" "Ingoesjetisch" => "inh" "Ingrisch" => "izh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Italiaans" => "it" "Jakoets" => "sah" "Jamaicaans Creools" => "jam" "Japans" => "ja" "Javaans" => "jv" "Jiddisch" => "yi" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabisch" => "jrb" "Judeo-Perzisch" => "jpr" "Jutlands" => "jut" "K’iche’" => "quc" "Kaapverdisch Creools" => "kea" "Kabardisch" => "kbd" "Kabylisch" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalenjin" => "kln" "Kalmuks" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kantonees" => "yue" "Kanuri" => "kr" "Karakalpaks" => "kaa" "Karatsjaj-Balkarisch" => "krc" "Karelisch" => "krl" "Kasjmiri" => "ks" "Kasjoebisch" => "csb" "Kawi" => "kaw" "Kazachs" => "kk" "Kenyang" => "ken" "Kerkslavisch" => "cu" "Khasi" => "kha" "Khmer" => "km" "Khotanees" => "kho" "Khowar" => "khw" "Kichwa" => "qug" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirgizisch" => "ky" "Kirmanckî" => "kiu" "Kirundi" => "rn" "Klassiek Chinees" => "lzh" "Klassiek Nepalbhasa" => "nwc" "Klassiek Syrisch" => "syc" "Klingon" => "tlh" "Koemuks" => "kum" "Koerdisch" => "ku" "Kölsch" => "ksh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permjaaks" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Koptisch" => "cop" "Koreaans" => "ko" "Koro" => "kfo" "Kosraeaans" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krim-Tataars" => "crh" "Krio" => "kri" "Kroatisch" => "hr" "Kuanyama" => "kj" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Ladino" => "lad" "Lahnda" => "lah" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Laotiaans" => "lo" "Latijn" => "la" "Lazisch" => "lzz" "Letgaals" => "ltg" "Lets" => "lv" "Levantijns-Arabisch" => "apc" "Lezgisch" => "lez" "Ligurisch" => "lij" "Lijfs" => "liv" "Lillooet" => "lil" "Limburgs" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Litouws" => "lt" "Lojban" => "jbo" "Lombardisch" => "lmo" "Louisiana-Creools" => "lou" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luganda" => "lg" "Luiseno" => "lui" "Lule-Samisch" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxemburgs" => "lb" "Luyia" => "luy" "Maa" => "mas" "Maba" => "mde" "Macedonisch" => "mk" "Machame" => "jmc" "Madoerees" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Maithili" => "mai" "Makassaars" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagassisch" => "mg" "Malayalam" => "ml" "Maleis" => "ms" "Maliseet-Passamaquoddy" => "pqm" "Maltees" => "mt" "Mandar" => "mdr" "Mandingo" => "man" "Mantsjoe" => "mnc" "Manx" => "gv" "Maori" => "mi" "Mapudungun" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marokkaans Arabisch" => "ary" "Marshallees" => "mh" "Marwari" => "mwr" "Mazanderani" => "mzn" "Medumba" => "byv" "Meitei" => "mni" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Meta’" => "mgo" "Mi’kmaq" => "mic" "Michif" => "crg" "Middelengels" => "enm" "Middelfrans" => "frm" "Middelhoogduits" => "gmh" "Middeliers" => "mga" "Middelnederlands" => "dum" "Minangkabau" => "min" "Mingreels" => "xmf" "Minnanyu" => "nan" "Mirandees" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksja" => "mdf" "Mongo" => "lol" "Mongools" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moslim Tat" => "ttt" "Mossi" => "mos" "Mundang" => "mua" "Myene" => "mye" "N’Ko" => "nqo" "Nadjdi-Arabisch" => "ars" "Nama" => "naq" "Napolitaans" => "nap" "Nauruaans" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Nederlands" => "nl" "Nedersaksisch" => "nds" "Nedersorbisch" => "dsb" "Nepalees" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Ngumba" => "nmg" "Nheengatu" => "yrl" "Nias" => "nia" "Nigeriaans Pidgin" => "pcm" "Niueaans" => "niu" "Nogai" => "nog" "Noord-Fries" => "frr" "Noord-Ndebele" => "nd" "Noord-Samisch" => "se" "Noord-Sotho" => "nso" "Noord-Tutchone" => "ttm" "Noordelijk Luri" => "lrc" "Noordoost-Cree" => "crl" "Noordwest-Ojibwe" => "ojb" "Noors" => "no" "Noors - Bokmål" => "nb" "Noors - Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitaans" => "oc" "Odia" => "or" "Oedmoerts" => "udm" "Oegaritisch" => "uga" "Oeigoers" => "ug" "Oekraïens" => "uk" "Oezbeeks" => "uz" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Oost-Fries" => "frs" "Opperfrankisch" => "vmf" "Oppersorbisch" => "hsb" "Osage" => "osa" "Ossetisch" => "os" "Ottomaans-Turks" => "ota" "Oudegyptisch" => "egy" "Oudengels" => "ang" "Oudfrans" => "fro" "Oudgrieks" => "grc" "Oudhoogduits" => "goh" "Oudiers" => "sga" "Oudnoors" => "non" "Oudperzisch" => "peo" "Oudprovençaals" => "pro" "Oudpruisisch" => "prg" "Pahlavani" => "sdh" "Pahlavi" => "pal" "Palaus" => "pau" "Pali" => "pi" "Paltsisch" => "pfl" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiaments" => "pap" "Pasjtoe" => "ps" "Pennsylvania-Duits" => "pdc" "Perzisch" => "fa" "Picardisch" => "pcd" "Piëmontees" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeiaans" => "pon" "Pontisch" => "pnt" "Pools" => "pl" "Portugees" => "pt" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Reto-Romaans" => "rm" "Riffijns" => "rif" "Roemeens" => "ro" "Roetheens" => "rue" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romani" => "rom" "Rombo" => "rof" "Rotumaans" => "rtm" "Roviana" => "rug" "Russisch" => "ru" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritaans-Aramees" => "sam" "Samburu" => "saq" "Samoaans" => "sm" "Samogitisch" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskriet" => "sa" "Santali" => "sat" "Sardijns" => "sc" "Sasak" => "sas" "Sassarees" => "sdc" "Saterfries" => "stq" "Saurashtra" => "saz" "Schots" => "sco" "Schots-Gaelisch" => "gd" "Selayar" => "sly" "Selkoeps" => "sel" "Sena" => "seh" "Seneca" => "see" "Serer" => "srr" "Seri" => "sei" "Servisch" => "sr" "Servo-Kroatisch" => "sh" "Seychellencreools" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shimaore" => "swb" "Shona" => "sn" "Siciliaans" => "scn" "Sidamo" => "sid" "Siksika" => "bla" "Silezisch" => "szl" "Silezisch Duits" => "sli" "Sindhi" => "sd" "Singalees" => "si" "Skolt-Samisch" => "sms" "Slavey" => "den" "Sloveens" => "sl" "Slowaaks" => "sk" "Soemerisch" => "sux" "Soendanees" => "su" "Soesoe" => "sus" "Soga" => "xog" "Sogdisch" => "sog" "Somalisch" => "so" "Soninke" => "snk" "Soranî" => "ckb" "Spaans" => "es" "Sranantongo" => "srn" "Standaard Marokkaanse Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Swahili" => "sw" "Swampy Cree" => "csw" "Swazi" => "ss" "Syrisch" => "syr" "Tadzjieks" => "tg" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitiaans" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Talysh" => "tly" "Tamashek" => "tmh" "Tamazight (Centraal-Marokko)" => "tzm" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tashelhiyt" => "shi" "Tataars" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetun" => "tet" "Thai" => "th" "Tibetaans" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Toemboeka" => "tum" "Toevaans" => "tyv" "Tok Pisin" => "tpi" "Tokelaus" => "tkl" "Toki Pona" => "tok" "Tongaans" => "to" "Tornedal-Fins" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonisch" => "tsd" "Tsimshian" => "tsi" "Tsjadisch Arabisch" => "shu" "Tsjechisch" => "cs" "Tsjetsjeens" => "ce" "Tsjoevasjisch" => "cv" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tunesisch Arabisch" => "aeb" "Turkmeens" => "tk" "Turks" => "tr" "Turoyo" => "tru" "Tuvaluaans" => "tvl" "Twi" => "tw" "Tyap" => "kcg" "Umbundu" => "umb" "Urdu" => "ur" "Vai" => "vai" "Venda" => "ve" "Venetiaans" => "vec" "Vietnamees" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votisch" => "vot" "Vunjo" => "vun" "Waals" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "Wepsisch" => "vep" "West-Mari" => "mrj" "West-Ojibwe" => "ojw" "West-Vlaams" => "vls" "Westelijk Canadees Inuktitut" => "ikt" "Westers Beloetsji" => "bgn" "Wolaytta" => "wal" "Wolof" => "wo" "Wuyu" => "wuu" "Xhosa" => "xh" "Xiangyu" => "hsn" "Yangben" => "yav" "Yao" => "yao" "Yapees" => "yap" "Yemba" => "ybb" "Yi" => "ii" "Yoruba" => "yo" "Yupik" => "esu" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeeuws" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoeloe" => "zu" "Zoroastrisch Dari" => "gbz" "Zuid-Altaïsch" => "alt" "Zuid-Haida" => "hax" "Zuid-Lushootseed" => "slh" "Zuid-Ndbele" => "nr" "Zuid-Samisch" => "sma" "Zuid-Sotho" => "st" "Zuid-Tutchone" => "tce" "Zuidoost-Cree" => "crj" "Zuni" => "zun" "Zweeds" => "sv" "Zwitserduits" => "gsw" ] |
[ "Selecteer" => "" "Abchazisch" => "ab" "Adangme" => "ada" "Adygees" => "ady" "Afaan Oromo" => "om" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Aino" => "ain" "Akan" => "ak" "Akkadisch" => "akk" "Akoli" => "ach" "Akoose" => "bss" "Alabama" => "akz" "Albanees" => "sq" "Aleoetisch" => "ale" "Algerijns Arabisch" => "arq" "Amerikaanse Gebarentaal" => "ase" "Amhaars" => "am" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabisch" => "ar" "Aragonees" => "an" "Aramees" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armeens" => "hy" "Aroemeens" => "rup" "Arpitaans" => "frp" "Assamees" => "as" "Asturisch" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atjehs" => "ace" "Atsam" => "cch" "Avarisch" => "av" "Avestisch" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbeidzjaans" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinees" => "ban" "Bambara" => "bm" "Bamoun" => "bax" "Banjar" => "bjn" "Basa" => "bas" "Basjkiers" => "ba" "Baskisch" => "eu" "Batak Toba" => "bbc" "Bataviaans" => "bew" "Beiers" => "bar" "Beja" => "bej" "Belarussisch" => "be" "Beloetsji" => "bal" "Bemba" => "bem" "Bena" => "bez" "Bengaals" => "bn" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Birmaans" => "my" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbolen" => "zbl" "Bodo" => "brx" "Boerjatisch" => "bua" "Bosnisch" => "bs" "Brahui" => "brh" "Braj" => "bra" "Bretons" => "br" "Buginees" => "bug" "Bulgaars" => "bg" "Bulu" => "bum" "Caddo" => "cad" "Cajun-Frans" => "frc" "Capiznon" => "cps" "Caribisch" => "car" "Carolina Algonkisch" => "crr" "Catalaans" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Centraal Ojibwa" => "ojc" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chinees" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Chuukees" => "chk" "Cornish" => "kw" "Corsicaans" => "co" "Cree" => "cr" "Creek" => "mus" "Dakota" => "dak" "Dargwa" => "dar" "Dazaga" => "dzg" "Deens" => "da" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Duits" => "de" "Dusun" => "dtp" "Dyula" => "dyu" "Dzongkha" => "dz" "Efik" => "efi" "Egyptisch Arabisch" => "arz" "Ekajuk" => "eka" "Elamitisch" => "elx" "Embu" => "ebu" "Emiliano" => "egl" "Engels" => "en" "Erzja" => "myv" "Esperanto" => "eo" "Estisch" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremeens" => "ext" "Faeröers" => "fo" "Fang" => "fan" "Fanti" => "fat" "Fijisch" => "fj" "Fijisch Hindi" => "hif" "Filipijns" => "fil" "Fins" => "fi" "Foenicisch" => "phn" "Fon" => "fon" "Frans" => "fr" "Fries" => "fy" "Friulisch" => "fur" "Fulah" => "ff" "Ga" => "gaa" "Gagaoezisch" => "gag" "Galicisch" => "gl" "Ganyu" => "gan" "Gayo" => "gay" "Gbaya" => "gba" "Ge’ez" => "gez" "Gegisch" => "aln" "Georgisch" => "ka" "Ghomala’" => "bbj" "Gikuyu" => "ki" "Gilaki" => "glk" "Gilbertees" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothisch" => "got" "Grebo" => "grb" "Grieks" => "el" "Groenlands" => "kl" "Guaraní" => "gn" "Gujarati" => "gu" "Gurune" => "gur" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haïtiaans Creools" => "ht" "Hakka" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaïaans" => "haw" "Hebreeuws" => "he" "Herero" => "hz" "Hettitisch" => "hit" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hongaars" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Ido" => "io" "Iers" => "ga" "Igbo" => "ig" "IJslands" => "is" "Iloko" => "ilo" "Inari-Samisch" => "smn" "Indonesisch" => "id" "Ingoesjetisch" => "inh" "Ingrisch" => "izh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Italiaans" => "it" "Jakoets" => "sah" "Jamaicaans Creools" => "jam" "Japans" => "ja" "Javaans" => "jv" "Jiddisch" => "yi" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabisch" => "jrb" "Judeo-Perzisch" => "jpr" "Jutlands" => "jut" "K’iche’" => "quc" "Kaapverdisch Creools" => "kea" "Kabardisch" => "kbd" "Kabylisch" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalenjin" => "kln" "Kalmuks" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kantonees" => "yue" "Kanuri" => "kr" "Karakalpaks" => "kaa" "Karatsjaj-Balkarisch" => "krc" "Karelisch" => "krl" "Kasjmiri" => "ks" "Kasjoebisch" => "csb" "Kawi" => "kaw" "Kazachs" => "kk" "Kenyang" => "ken" "Kerkslavisch" => "cu" "Khasi" => "kha" "Khmer" => "km" "Khotanees" => "kho" "Khowar" => "khw" "Kichwa" => "qug" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirgizisch" => "ky" "Kirmanckî" => "kiu" "Kirundi" => "rn" "Klassiek Chinees" => "lzh" "Klassiek Nepalbhasa" => "nwc" "Klassiek Syrisch" => "syc" "Klingon" => "tlh" "Koemuks" => "kum" "Koerdisch" => "ku" "Kölsch" => "ksh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permjaaks" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Koptisch" => "cop" "Koreaans" => "ko" "Koro" => "kfo" "Kosraeaans" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krim-Tataars" => "crh" "Krio" => "kri" "Kroatisch" => "hr" "Kuanyama" => "kj" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Ladino" => "lad" "Lahnda" => "lah" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Laotiaans" => "lo" "Latijn" => "la" "Lazisch" => "lzz" "Letgaals" => "ltg" "Lets" => "lv" "Levantijns-Arabisch" => "apc" "Lezgisch" => "lez" "Ligurisch" => "lij" "Lijfs" => "liv" "Lillooet" => "lil" "Limburgs" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Litouws" => "lt" "Lojban" => "jbo" "Lombardisch" => "lmo" "Louisiana-Creools" => "lou" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luganda" => "lg" "Luiseno" => "lui" "Lule-Samisch" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxemburgs" => "lb" "Luyia" => "luy" "Maa" => "mas" "Maba" => "mde" "Macedonisch" => "mk" "Machame" => "jmc" "Madoerees" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Maithili" => "mai" "Makassaars" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagassisch" => "mg" "Malayalam" => "ml" "Maleis" => "ms" "Maliseet-Passamaquoddy" => "pqm" "Maltees" => "mt" "Mandar" => "mdr" "Mandingo" => "man" "Mantsjoe" => "mnc" "Manx" => "gv" "Maori" => "mi" "Mapudungun" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marokkaans Arabisch" => "ary" "Marshallees" => "mh" "Marwari" => "mwr" "Mazanderani" => "mzn" "Medumba" => "byv" "Meitei" => "mni" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Meta’" => "mgo" "Mi’kmaq" => "mic" "Michif" => "crg" "Middelengels" => "enm" "Middelfrans" => "frm" "Middelhoogduits" => "gmh" "Middeliers" => "mga" "Middelnederlands" => "dum" "Minangkabau" => "min" "Mingreels" => "xmf" "Minnanyu" => "nan" "Mirandees" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksja" => "mdf" "Mongo" => "lol" "Mongools" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moslim Tat" => "ttt" "Mossi" => "mos" "Mundang" => "mua" "Myene" => "mye" "N’Ko" => "nqo" "Nadjdi-Arabisch" => "ars" "Nama" => "naq" "Napolitaans" => "nap" "Nauruaans" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Nederlands" => "nl" "Nedersaksisch" => "nds" "Nedersorbisch" => "dsb" "Nepalees" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Ngumba" => "nmg" "Nheengatu" => "yrl" "Nias" => "nia" "Nigeriaans Pidgin" => "pcm" "Niueaans" => "niu" "Nogai" => "nog" "Noord-Fries" => "frr" "Noord-Ndebele" => "nd" "Noord-Samisch" => "se" "Noord-Sotho" => "nso" "Noord-Tutchone" => "ttm" "Noordelijk Luri" => "lrc" "Noordoost-Cree" => "crl" "Noordwest-Ojibwe" => "ojb" "Noors" => "no" "Noors - Bokmål" => "nb" "Noors - Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitaans" => "oc" "Odia" => "or" "Oedmoerts" => "udm" "Oegaritisch" => "uga" "Oeigoers" => "ug" "Oekraïens" => "uk" "Oezbeeks" => "uz" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Oost-Fries" => "frs" "Opperfrankisch" => "vmf" "Oppersorbisch" => "hsb" "Osage" => "osa" "Ossetisch" => "os" "Ottomaans-Turks" => "ota" "Oudegyptisch" => "egy" "Oudengels" => "ang" "Oudfrans" => "fro" "Oudgrieks" => "grc" "Oudhoogduits" => "goh" "Oudiers" => "sga" "Oudnoors" => "non" "Oudperzisch" => "peo" "Oudprovençaals" => "pro" "Oudpruisisch" => "prg" "Pahlavani" => "sdh" "Pahlavi" => "pal" "Palaus" => "pau" "Pali" => "pi" "Paltsisch" => "pfl" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiaments" => "pap" "Pasjtoe" => "ps" "Pennsylvania-Duits" => "pdc" "Perzisch" => "fa" "Picardisch" => "pcd" "Piëmontees" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeiaans" => "pon" "Pontisch" => "pnt" "Pools" => "pl" "Portugees" => "pt" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Reto-Romaans" => "rm" "Riffijns" => "rif" "Roemeens" => "ro" "Roetheens" => "rue" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romani" => "rom" "Rombo" => "rof" "Rotumaans" => "rtm" "Roviana" => "rug" "Russisch" => "ru" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritaans-Aramees" => "sam" "Samburu" => "saq" "Samoaans" => "sm" "Samogitisch" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskriet" => "sa" "Santali" => "sat" "Sardijns" => "sc" "Sasak" => "sas" "Sassarees" => "sdc" "Saterfries" => "stq" "Saurashtra" => "saz" "Schots" => "sco" "Schots-Gaelisch" => "gd" "Selayar" => "sly" "Selkoeps" => "sel" "Sena" => "seh" "Seneca" => "see" "Serer" => "srr" "Seri" => "sei" "Servisch" => "sr" "Servo-Kroatisch" => "sh" "Seychellencreools" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shimaore" => "swb" "Shona" => "sn" "Siciliaans" => "scn" "Sidamo" => "sid" "Siksika" => "bla" "Silezisch" => "szl" "Silezisch Duits" => "sli" "Sindhi" => "sd" "Singalees" => "si" "Skolt-Samisch" => "sms" "Slavey" => "den" "Sloveens" => "sl" "Slowaaks" => "sk" "Soemerisch" => "sux" "Soendanees" => "su" "Soesoe" => "sus" "Soga" => "xog" "Sogdisch" => "sog" "Somalisch" => "so" "Soninke" => "snk" "Soranî" => "ckb" "Spaans" => "es" "Sranantongo" => "srn" "Standaard Marokkaanse Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Swahili" => "sw" "Swampy Cree" => "csw" "Swazi" => "ss" "Syrisch" => "syr" "Tadzjieks" => "tg" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitiaans" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Talysh" => "tly" "Tamashek" => "tmh" "Tamazight (Centraal-Marokko)" => "tzm" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tashelhiyt" => "shi" "Tataars" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetun" => "tet" "Thai" => "th" "Tibetaans" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Toemboeka" => "tum" "Toevaans" => "tyv" "Tok Pisin" => "tpi" "Tokelaus" => "tkl" "Toki Pona" => "tok" "Tongaans" => "to" "Tornedal-Fins" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonisch" => "tsd" "Tsimshian" => "tsi" "Tsjadisch Arabisch" => "shu" "Tsjechisch" => "cs" "Tsjetsjeens" => "ce" "Tsjoevasjisch" => "cv" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tunesisch Arabisch" => "aeb" "Turkmeens" => "tk" "Turks" => "tr" "Turoyo" => "tru" "Tuvaluaans" => "tvl" "Twi" => "tw" "Tyap" => "kcg" "Umbundu" => "umb" "Urdu" => "ur" "Vai" => "vai" "Venda" => "ve" "Venetiaans" => "vec" "Vietnamees" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votisch" => "vot" "Vunjo" => "vun" "Waals" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "Wepsisch" => "vep" "West-Mari" => "mrj" "West-Ojibwe" => "ojw" "West-Vlaams" => "vls" "Westelijk Canadees Inuktitut" => "ikt" "Westers Beloetsji" => "bgn" "Wolaytta" => "wal" "Wolof" => "wo" "Wuyu" => "wuu" "Xhosa" => "xh" "Xiangyu" => "hsn" "Yangben" => "yav" "Yao" => "yao" "Yapees" => "yap" "Yemba" => "ybb" "Yi" => "ii" "Yoruba" => "yo" "Yupik" => "esu" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeeuws" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoeloe" => "zu" "Zoroastrisch Dari" => "gbz" "Zuid-Altaïsch" => "alt" "Zuid-Haida" => "hax" "Zuid-Lushootseed" => "slh" "Zuid-Ndbele" => "nr" "Zuid-Samisch" => "sma" "Zuid-Sotho" => "st" "Zuid-Tutchone" => "tce" "Zuidoost-Cree" => "crj" "Zuni" => "zun" "Zweeds" => "sv" "Zwitserduits" => "gsw" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 | [ "Selecteer" => "" "Abchazisch" => "ab" "Adangme" => "ada" "Adygees" => "ady" "Afaan Oromo" => "om" "Afar" => "aa" "Afrihili" => "afh" "Afrikaans" => "af" "Aghem" => "agq" "Aino" => "ain" "Akan" => "ak" "Akkadisch" => "akk" "Akoli" => "ach" "Akoose" => "bss" "Alabama" => "akz" "Albanees" => "sq" "Aleoetisch" => "ale" "Algerijns Arabisch" => "arq" "Amerikaanse Gebarentaal" => "ase" "Amhaars" => "am" "Angika" => "anp" "Anii" => "blo" "Ao Naga" => "njo" "Arabisch" => "ar" "Aragonees" => "an" "Aramees" => "arc" "Araona" => "aro" "Arapaho" => "arp" "Arawak" => "arw" "Armeens" => "hy" "Aroemeens" => "rup" "Arpitaans" => "frp" "Assamees" => "as" "Asturisch" => "ast" "Asu" => "asa" "Atikamekw" => "atj" "Atjehs" => "ace" "Atsam" => "cch" "Avarisch" => "av" "Avestisch" => "ae" "Awadhi" => "awa" "Aymara" => "ay" "Azerbeidzjaans" => "az" "Badaga" => "bfq" "Bafia" => "ksf" "Bafut" => "bfd" "Bakhtiari" => "bqi" "Balinees" => "ban" "Bambara" => "bm" "Bamoun" => "bax" "Banjar" => "bjn" "Basa" => "bas" "Basjkiers" => "ba" "Baskisch" => "eu" "Batak Toba" => "bbc" "Bataviaans" => "bew" "Beiers" => "bar" "Beja" => "bej" "Belarussisch" => "be" "Beloetsji" => "bal" "Bemba" => "bem" "Bena" => "bez" "Bengaals" => "bn" "Bhojpuri" => "bho" "Bikol" => "bik" "Bini" => "bin" "Birmaans" => "my" "Bishnupriya" => "bpy" "Bislama" => "bi" "Blin" => "byn" "Blissymbolen" => "zbl" "Bodo" => "brx" "Boerjatisch" => "bua" "Bosnisch" => "bs" "Brahui" => "brh" "Braj" => "bra" "Bretons" => "br" "Buginees" => "bug" "Bulgaars" => "bg" "Bulu" => "bum" "Caddo" => "cad" "Cajun-Frans" => "frc" "Capiznon" => "cps" "Caribisch" => "car" "Carolina Algonkisch" => "crr" "Catalaans" => "ca" "Cayuga" => "cay" "Cebuano" => "ceb" "Centraal Ojibwa" => "ojc" "Chagatai" => "chg" "Chakma" => "ccp" "Chamorro" => "ch" "Cherokee" => "chr" "Cheyenne" => "chy" "Chibcha" => "chb" "Chickasaw" => "cic" "Chiga" => "cgg" "Chilcotin" => "clc" "Chinees" => "zh" "Chinook Jargon" => "chn" "Chipewyan" => "chp" "Choctaw" => "cho" "Chuukees" => "chk" "Cornish" => "kw" "Corsicaans" => "co" "Cree" => "cr" "Creek" => "mus" "Dakota" => "dak" "Dargwa" => "dar" "Dazaga" => "dzg" "Deens" => "da" "Delaware" => "del" "Dinka" => "din" "Divehi" => "dv" "Dogri" => "doi" "Dogrib" => "dgr" "Duala" => "dua" "Duits" => "de" "Dusun" => "dtp" "Dyula" => "dyu" "Dzongkha" => "dz" "Efik" => "efi" "Egyptisch Arabisch" => "arz" "Ekajuk" => "eka" "Elamitisch" => "elx" "Embu" => "ebu" "Emiliano" => "egl" "Engels" => "en" "Erzja" => "myv" "Esperanto" => "eo" "Estisch" => "et" "Ewe" => "ee" "Ewondo" => "ewo" "Extremeens" => "ext" "Faeröers" => "fo" "Fang" => "fan" "Fanti" => "fat" "Fijisch" => "fj" "Fijisch Hindi" => "hif" "Filipijns" => "fil" "Fins" => "fi" "Foenicisch" => "phn" "Fon" => "fon" "Frans" => "fr" "Fries" => "fy" "Friulisch" => "fur" "Fulah" => "ff" "Ga" => "gaa" "Gagaoezisch" => "gag" "Galicisch" => "gl" "Ganyu" => "gan" "Gayo" => "gay" "Gbaya" => "gba" "Ge’ez" => "gez" "Gegisch" => "aln" "Georgisch" => "ka" "Ghomala’" => "bbj" "Gikuyu" => "ki" "Gilaki" => "glk" "Gilbertees" => "gil" "Gondi" => "gon" "Gorontalo" => "gor" "Gothisch" => "got" "Grebo" => "grb" "Grieks" => "el" "Groenlands" => "kl" "Guaraní" => "gn" "Gujarati" => "gu" "Gurune" => "gur" "Gusii" => "guz" "Gwichʼin" => "gwi" "Haida" => "hai" "Haïtiaans Creools" => "ht" "Hakka" => "hak" "Halkomelem" => "hur" "Haryanvi" => "bgc" "Hausa" => "ha" "Hawaïaans" => "haw" "Hebreeuws" => "he" "Herero" => "hz" "Hettitisch" => "hit" "Hiligaynon" => "hil" "Hindi" => "hi" "Hiri Motu" => "ho" "Hmong" => "hmn" "Hmong Njua" => "hnj" "Hongaars" => "hu" "Hupa" => "hup" "Iban" => "iba" "Ibibio" => "ibb" "Ido" => "io" "Iers" => "ga" "Igbo" => "ig" "IJslands" => "is" "Iloko" => "ilo" "Inari-Samisch" => "smn" "Indonesisch" => "id" "Ingoesjetisch" => "inh" "Ingrisch" => "izh" "Innu-aimun" => "moe" "Interlingua" => "ia" "Interlingue" => "ie" "Inuktitut" => "iu" "Inupiaq" => "ik" "Italiaans" => "it" "Jakoets" => "sah" "Jamaicaans Creools" => "jam" "Japans" => "ja" "Javaans" => "jv" "Jiddisch" => "yi" "Jju" => "kaj" "Jola-Fonyi" => "dyo" "Judeo-Arabisch" => "jrb" "Judeo-Perzisch" => "jpr" "Jutlands" => "jut" "K’iche’" => "quc" "Kaapverdisch Creools" => "kea" "Kabardisch" => "kbd" "Kabylisch" => "kab" "Kachin" => "kac" "Kaingang" => "kgp" "Kako" => "kkj" "Kalenjin" => "kln" "Kalmuks" => "xal" "Kamba" => "kam" "Kanembu" => "kbl" "Kangri" => "xnr" "Kannada" => "kn" "Kantonees" => "yue" "Kanuri" => "kr" "Karakalpaks" => "kaa" "Karatsjaj-Balkarisch" => "krc" "Karelisch" => "krl" "Kasjmiri" => "ks" "Kasjoebisch" => "csb" "Kawi" => "kaw" "Kazachs" => "kk" "Kenyang" => "ken" "Kerkslavisch" => "cu" "Khasi" => "kha" "Khmer" => "km" "Khotanees" => "kho" "Khowar" => "khw" "Kichwa" => "qug" "Kimbundu" => "kmb" "Kinaray-a" => "krj" "Kinyarwanda" => "rw" "Kirgizisch" => "ky" "Kirmanckî" => "kiu" "Kirundi" => "rn" "Klassiek Chinees" => "lzh" "Klassiek Nepalbhasa" => "nwc" "Klassiek Syrisch" => "syc" "Klingon" => "tlh" "Koemuks" => "kum" "Koerdisch" => "ku" "Kölsch" => "ksh" "Kom" => "bkm" "Komi" => "kv" "Komi-Permjaaks" => "koi" "Kongo" => "kg" "Konkani" => "kok" "Koptisch" => "cop" "Koreaans" => "ko" "Koro" => "kfo" "Kosraeaans" => "kos" "Kotava" => "avk" "Koyra Chiini" => "khq" "Koyraboro Senni" => "ses" "Kpelle" => "kpe" "Krim-Tataars" => "crh" "Krio" => "kri" "Kroatisch" => "hr" "Kuanyama" => "kj" "Kurukh" => "kru" "Kutenai" => "kut" "Kuvi" => "kxv" "Kwakʼwala" => "kwk" "Ladino" => "lad" "Lahnda" => "lah" "Lakota" => "lkt" "Lamba" => "lam" "Langi" => "lag" "Laotiaans" => "lo" "Latijn" => "la" "Lazisch" => "lzz" "Letgaals" => "ltg" "Lets" => "lv" "Levantijns-Arabisch" => "apc" "Lezgisch" => "lez" "Ligurisch" => "lij" "Lijfs" => "liv" "Lillooet" => "lil" "Limburgs" => "li" "Lingala" => "ln" "Lingua Franca Nova" => "lfn" "Litouws" => "lt" "Lojban" => "jbo" "Lombardisch" => "lmo" "Louisiana-Creools" => "lou" "Lozi" => "loz" "Luba-Katanga" => "lu" "Luba-Lulua" => "lua" "Luganda" => "lg" "Luiseno" => "lui" "Lule-Samisch" => "smj" "Lunda" => "lun" "Luo" => "luo" "Luxemburgs" => "lb" "Luyia" => "luy" "Maa" => "mas" "Maba" => "mde" "Macedonisch" => "mk" "Machame" => "jmc" "Madoerees" => "mad" "Mafa" => "maf" "Magahi" => "mag" "Maithili" => "mai" "Makassaars" => "mak" "Makhuwa" => "vmw" "Makhuwa-Meetto" => "mgh" "Makonde" => "kde" "Malagassisch" => "mg" "Malayalam" => "ml" "Maleis" => "ms" "Maliseet-Passamaquoddy" => "pqm" "Maltees" => "mt" "Mandar" => "mdr" "Mandingo" => "man" "Mantsjoe" => "mnc" "Manx" => "gv" "Maori" => "mi" "Mapudungun" => "arn" "Marathi" => "mr" "Mari" => "chm" "Marokkaans Arabisch" => "ary" "Marshallees" => "mh" "Marwari" => "mwr" "Mazanderani" => "mzn" "Medumba" => "byv" "Meitei" => "mni" "Mende" => "men" "Mentawai" => "mwv" "Meru" => "mer" "Meta’" => "mgo" "Mi’kmaq" => "mic" "Michif" => "crg" "Middelengels" => "enm" "Middelfrans" => "frm" "Middelhoogduits" => "gmh" "Middeliers" => "mga" "Middelnederlands" => "dum" "Minangkabau" => "min" "Mingreels" => "xmf" "Minnanyu" => "nan" "Mirandees" => "mwl" "Mizo" => "lus" "Mohawk" => "moh" "Moksja" => "mdf" "Mongo" => "lol" "Mongools" => "mn" "Moose Cree" => "crm" "Morisyen" => "mfe" "Moslim Tat" => "ttt" "Mossi" => "mos" "Mundang" => "mua" "Myene" => "mye" "N’Ko" => "nqo" "Nadjdi-Arabisch" => "ars" "Nama" => "naq" "Napolitaans" => "nap" "Nauruaans" => "na" "Navajo" => "nv" "Ndonga" => "ng" "Nederlands" => "nl" "Nedersaksisch" => "nds" "Nedersorbisch" => "dsb" "Nepalees" => "ne" "Newari" => "new" "Ngambay" => "sba" "Ngiemboon" => "nnh" "Ngomba" => "jgo" "Ngumba" => "nmg" "Nheengatu" => "yrl" "Nias" => "nia" "Nigeriaans Pidgin" => "pcm" "Niueaans" => "niu" "Nogai" => "nog" "Noord-Fries" => "frr" "Noord-Ndebele" => "nd" "Noord-Samisch" => "se" "Noord-Sotho" => "nso" "Noord-Tutchone" => "ttm" "Noordelijk Luri" => "lrc" "Noordoost-Cree" => "crl" "Noordwest-Ojibwe" => "ojb" "Noors" => "no" "Noors - Bokmål" => "nb" "Noors - Nynorsk" => "nn" "Novial" => "nov" "Nuer" => "nus" "Nyamwezi" => "nym" "Nyanja" => "ny" "Nyankole" => "nyn" "Nyasa Tonga" => "tog" "Nyoro" => "nyo" "Nzima" => "nzi" "Obolo" => "ann" "Occitaans" => "oc" "Odia" => "or" "Oedmoerts" => "udm" "Oegaritisch" => "uga" "Oeigoers" => "ug" "Oekraïens" => "uk" "Oezbeeks" => "uz" "Oji-Cree" => "ojs" "Ojibwa" => "oj" "Okanagan" => "oka" "Oost-Fries" => "frs" "Opperfrankisch" => "vmf" "Oppersorbisch" => "hsb" "Osage" => "osa" "Ossetisch" => "os" "Ottomaans-Turks" => "ota" "Oudegyptisch" => "egy" "Oudengels" => "ang" "Oudfrans" => "fro" "Oudgrieks" => "grc" "Oudhoogduits" => "goh" "Oudiers" => "sga" "Oudnoors" => "non" "Oudperzisch" => "peo" "Oudprovençaals" => "pro" "Oudpruisisch" => "prg" "Pahlavani" => "sdh" "Pahlavi" => "pal" "Palaus" => "pau" "Pali" => "pi" "Paltsisch" => "pfl" "Pampanga" => "pam" "Pangasinan" => "pag" "Papiaments" => "pap" "Pasjtoe" => "ps" "Pennsylvania-Duits" => "pdc" "Perzisch" => "fa" "Picardisch" => "pcd" "Piëmontees" => "pms" "Pijin" => "pis" "Plains Cree" => "crk" "Plautdietsch" => "pdt" "Pohnpeiaans" => "pon" "Pontisch" => "pnt" "Pools" => "pl" "Portugees" => "pt" "Punjabi" => "pa" "Quechua" => "qu" "Rajasthani" => "raj" "Rapanui" => "rap" "Rarotongan" => "rar" "Reto-Romaans" => "rm" "Riffijns" => "rif" "Roemeens" => "ro" "Roetheens" => "rue" "Rohingya" => "rhg" "Romagnol" => "rgn" "Romani" => "rom" "Rombo" => "rof" "Rotumaans" => "rtm" "Roviana" => "rug" "Russisch" => "ru" "Rwa" => "rwk" "Saamia" => "lsm" "Saho" => "ssy" "Samaritaans-Aramees" => "sam" "Samburu" => "saq" "Samoaans" => "sm" "Samogitisch" => "sgs" "Sandawe" => "sad" "Sango" => "sg" "Sangu" => "sbp" "Sanskriet" => "sa" "Santali" => "sat" "Sardijns" => "sc" "Sasak" => "sas" "Sassarees" => "sdc" "Saterfries" => "stq" "Saurashtra" => "saz" "Schots" => "sco" "Schots-Gaelisch" => "gd" "Selayar" => "sly" "Selkoeps" => "sel" "Sena" => "seh" "Seneca" => "see" "Serer" => "srr" "Seri" => "sei" "Servisch" => "sr" "Servo-Kroatisch" => "sh" "Seychellencreools" => "crs" "Shambala" => "ksb" "Shan" => "shn" "Shimaore" => "swb" "Shona" => "sn" "Siciliaans" => "scn" "Sidamo" => "sid" "Siksika" => "bla" "Silezisch" => "szl" "Silezisch Duits" => "sli" "Sindhi" => "sd" "Singalees" => "si" "Skolt-Samisch" => "sms" "Slavey" => "den" "Sloveens" => "sl" "Slowaaks" => "sk" "Soemerisch" => "sux" "Soendanees" => "su" "Soesoe" => "sus" "Soga" => "xog" "Sogdisch" => "sog" "Somalisch" => "so" "Soninke" => "snk" "Soranî" => "ckb" "Spaans" => "es" "Sranantongo" => "srn" "Standaard Marokkaanse Tamazight" => "zgh" "Straits Salish" => "str" "Sukuma" => "suk" "Swahili" => "sw" "Swampy Cree" => "csw" "Swazi" => "ss" "Syrisch" => "syr" "Tadzjieks" => "tg" "Tagalog" => "tl" "Tagish" => "tgx" "Tahitiaans" => "ty" "Tahltan" => "tht" "Tai Dam" => "blt" "Taita" => "dav" "Talysh" => "tly" "Tamashek" => "tmh" "Tamazight (Centraal-Marokko)" => "tzm" "Tamil" => "ta" "Taroko" => "trv" "Tasawaq" => "twq" "Tashelhiyt" => "shi" "Tataars" => "tt" "Telugu" => "te" "Tereno" => "ter" "Teso" => "teo" "Tetun" => "tet" "Thai" => "th" "Tibetaans" => "bo" "Tigre" => "tig" "Tigrinya" => "ti" "Timne" => "tem" "Tiv" => "tiv" "Tlingit" => "tli" "Toemboeka" => "tum" "Toevaans" => "tyv" "Tok Pisin" => "tpi" "Tokelaus" => "tkl" "Toki Pona" => "tok" "Tongaans" => "to" "Tornedal-Fins" => "fit" "Torwali" => "trw" "Tsakhur" => "tkr" "Tsakonisch" => "tsd" "Tsimshian" => "tsi" "Tsjadisch Arabisch" => "shu" "Tsjechisch" => "cs" "Tsjetsjeens" => "ce" "Tsjoevasjisch" => "cv" "Tsonga" => "ts" "Tswana" => "tn" "Tulu" => "tcy" "Tunesisch Arabisch" => "aeb" "Turkmeens" => "tk" "Turks" => "tr" "Turoyo" => "tru" "Tuvaluaans" => "tvl" "Twi" => "tw" "Tyap" => "kcg" "Umbundu" => "umb" "Urdu" => "ur" "Vai" => "vai" "Venda" => "ve" "Venetiaans" => "vec" "Vietnamees" => "vi" "Volapük" => "vo" "Võro" => "vro" "Votisch" => "vot" "Vunjo" => "vun" "Waals" => "wa" "Walser" => "wae" "Waray" => "war" "Warlpiri" => "wbp" "Washo" => "was" "Wayuu" => "guc" "Welsh" => "cy" "Wepsisch" => "vep" "West-Mari" => "mrj" "West-Ojibwe" => "ojw" "West-Vlaams" => "vls" "Westelijk Canadees Inuktitut" => "ikt" "Westers Beloetsji" => "bgn" "Wolaytta" => "wal" "Wolof" => "wo" "Wuyu" => "wuu" "Xhosa" => "xh" "Xiangyu" => "hsn" "Yangben" => "yav" "Yao" => "yao" "Yapees" => "yap" "Yemba" => "ybb" "Yi" => "ii" "Yoruba" => "yo" "Yupik" => "esu" "Zapotec" => "zap" "Zarma" => "dje" "Zaza" => "zza" "Zeeuws" => "zea" "Zenaga" => "zen" "Zhuang" => "za" "Zoeloe" => "zu" "Zoroastrisch Dari" => "gbz" "Zuid-Altaïsch" => "alt" "Zuid-Haida" => "hax" "Zuid-Lushootseed" => "slh" "Zuid-Ndbele" => "nr" "Zuid-Samisch" => "sma" "Zuid-Sotho" => "st" "Zuid-Tutchone" => "tce" "Zuidoost-Cree" => "crj" "Zuni" => "zun" "Zweeds" => "sv" "Zwitserduits" => "gsw" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3512 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Selecteer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +data: "ab" +value: "ab" +label: "Abchazisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3919 +data: "ada" +value: "ada" +label: "Adangme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +data: "ady" +value: "ady" +label: "Adygees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +data: "om" +value: "om" +label: "Afaan Oromo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +data: "aa" +value: "aa" +label: "Afar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +data: "afh" +value: "afh" +label: "Afrihili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +data: "af" +value: "af" +label: "Afrikaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +data: "agq" +value: "agq" +label: "Aghem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +data: "ain" +value: "ain" +label: "Aino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +data: "ak" +value: "ak" +label: "Akan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +data: "akk" +value: "akk" +label: "Akkadisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +data: "ach" +value: "ach" +label: "Akoli" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3930 +data: "bss" +value: "bss" +label: "Akoose" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +data: "akz" +value: "akz" +label: "Alabama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +data: "sq" +value: "sq" +label: "Albanees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +data: "ale" +value: "ale" +label: "Aleoetisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +data: "arq" +value: "arq" +label: "Algerijns Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +data: "ase" +value: "ase" +label: "Amerikaanse Gebarentaal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +data: "am" +value: "am" +label: "Amhaars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +data: "anp" +value: "anp" +label: "Angika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +data: "blo" +value: "blo" +label: "Anii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +data: "njo" +value: "njo" +label: "Ao Naga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +data: "ar" +value: "ar" +label: "Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +data: "an" +value: "an" +label: "Aragonees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +data: "arc" +value: "arc" +label: "Aramees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +data: "aro" +value: "aro" +label: "Araona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +data: "arp" +value: "arp" +label: "Arapaho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +data: "arw" +value: "arw" +label: "Arawak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +data: "hy" +value: "hy" +label: "Armeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +data: "rup" +value: "rup" +label: "Aroemeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +data: "frp" +value: "frp" +label: "Arpitaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3949 +data: "as" +value: "as" +label: "Assamees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3950 +data: "ast" +value: "ast" +label: "Asturisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3951 +data: "asa" +value: "asa" +label: "Asu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3952 +data: "atj" +value: "atj" +label: "Atikamekw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3953 +data: "ace" +value: "ace" +label: "Atjehs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3954 +data: "cch" +value: "cch" +label: "Atsam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3955 +data: "av" +value: "av" +label: "Avarisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3956 +data: "ae" +value: "ae" +label: "Avestisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +data: "awa" +value: "awa" +label: "Awadhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3958 +data: "ay" +value: "ay" +label: "Aymara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3959 +data: "az" +value: "az" +label: "Azerbeidzjaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +data: "bfq" +value: "bfq" +label: "Badaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +data: "ksf" +value: "ksf" +label: "Bafia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3962 +data: "bfd" +value: "bfd" +label: "Bafut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3963 +data: "bqi" +value: "bqi" +label: "Bakhtiari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3964 +data: "ban" +value: "ban" +label: "Balinees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3965 +data: "bm" +value: "bm" +label: "Bambara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +data: "bax" +value: "bax" +label: "Bamoun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +data: "bjn" +value: "bjn" +label: "Banjar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +data: "bas" +value: "bas" +label: "Basa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3969 +data: "ba" +value: "ba" +label: "Basjkiers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +data: "eu" +value: "eu" +label: "Baskisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3971 +data: "bbc" +value: "bbc" +label: "Batak Toba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3972 +data: "bew" +value: "bew" +label: "Bataviaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +data: "bar" +value: "bar" +label: "Beiers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3974 +data: "bej" +value: "bej" +label: "Beja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3975 +data: "be" +value: "be" +label: "Belarussisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3976 +data: "bal" +value: "bal" +label: "Beloetsji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3977 +data: "bem" +value: "bem" +label: "Bemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3978 +data: "bez" +value: "bez" +label: "Bena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +data: "bn" +value: "bn" +label: "Bengaals" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +data: "bho" +value: "bho" +label: "Bhojpuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +data: "bik" +value: "bik" +label: "Bikol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3982 +data: "bin" +value: "bin" +label: "Bini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +data: "my" +value: "my" +label: "Birmaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3984 +data: "bpy" +value: "bpy" +label: "Bishnupriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3985 +data: "bi" +value: "bi" +label: "Bislama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +data: "byn" +value: "byn" +label: "Blin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +data: "zbl" +value: "zbl" +label: "Blissymbolen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3988 +data: "brx" +value: "brx" +label: "Bodo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +data: "bua" +value: "bua" +label: "Boerjatisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3990 +data: "bs" +value: "bs" +label: "Bosnisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3991 +data: "brh" +value: "brh" +label: "Brahui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3992 +data: "bra" +value: "bra" +label: "Braj" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3993 +data: "br" +value: "br" +label: "Bretons" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +data: "bug" +value: "bug" +label: "Buginees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +data: "bg" +value: "bg" +label: "Bulgaars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +data: "bum" +value: "bum" +label: "Bulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +data: "cad" +value: "cad" +label: "Caddo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +data: "frc" +value: "frc" +label: "Cajun-Frans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +data: "cps" +value: "cps" +label: "Capiznon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +data: "car" +value: "car" +label: "Caribisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +data: "crr" +value: "crr" +label: "Carolina Algonkisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +data: "ca" +value: "ca" +label: "Catalaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +data: "cay" +value: "cay" +label: "Cayuga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +data: "ceb" +value: "ceb" +label: "Cebuano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +data: "ojc" +value: "ojc" +label: "Centraal Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +data: "chg" +value: "chg" +label: "Chagatai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +data: "ccp" +value: "ccp" +label: "Chakma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +data: "ch" +value: "ch" +label: "Chamorro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +data: "chr" +value: "chr" +label: "Cherokee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +data: "chy" +value: "chy" +label: "Cheyenne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +data: "chb" +value: "chb" +label: "Chibcha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +data: "cic" +value: "cic" +label: "Chickasaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +data: "cgg" +value: "cgg" +label: "Chiga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +data: "clc" +value: "clc" +label: "Chilcotin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +data: "zh" +value: "zh" +label: "Chinees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +data: "chn" +value: "chn" +label: "Chinook Jargon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +data: "chp" +value: "chp" +label: "Chipewyan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +data: "cho" +value: "cho" +label: "Choctaw" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +data: "chk" +value: "chk" +label: "Chuukees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +data: "kw" +value: "kw" +label: "Cornish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +data: "co" +value: "co" +label: "Corsicaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +data: "cr" +value: "cr" +label: "Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +data: "mus" +value: "mus" +label: "Creek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +data: "dak" +value: "dak" +label: "Dakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +data: "dar" +value: "dar" +label: "Dargwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +data: "dzg" +value: "dzg" +label: "Dazaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +data: "da" +value: "da" +label: "Deens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +data: "del" +value: "del" +label: "Delaware" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +data: "din" +value: "din" +label: "Dinka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +data: "dv" +value: "dv" +label: "Divehi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +data: "doi" +value: "doi" +label: "Dogri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +data: "dgr" +value: "dgr" +label: "Dogrib" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +data: "dua" +value: "dua" +label: "Duala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +data: "de" +value: "de" +label: "Duits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +data: "dtp" +value: "dtp" +label: "Dusun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +data: "dyu" +value: "dyu" +label: "Dyula" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +data: "dz" +value: "dz" +label: "Dzongkha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +data: "efi" +value: "efi" +label: "Efik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +data: "arz" +value: "arz" +label: "Egyptisch Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +data: "eka" +value: "eka" +label: "Ekajuk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +data: "elx" +value: "elx" +label: "Elamitisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +data: "ebu" +value: "ebu" +label: "Embu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +data: "egl" +value: "egl" +label: "Emiliano" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +data: "en" +value: "en" +label: "Engels" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +data: "myv" +value: "myv" +label: "Erzja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +data: "eo" +value: "eo" +label: "Esperanto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +data: "et" +value: "et" +label: "Estisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +data: "ee" +value: "ee" +label: "Ewe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +data: "ewo" +value: "ewo" +label: "Ewondo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +data: "ext" +value: "ext" +label: "Extremeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +data: "fo" +value: "fo" +label: "Faeröers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +data: "fan" +value: "fan" +label: "Fang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +data: "fat" +value: "fat" +label: "Fanti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +data: "fj" +value: "fj" +label: "Fijisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +data: "hif" +value: "hif" +label: "Fijisch Hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +data: "fil" +value: "fil" +label: "Filipijns" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +data: "fi" +value: "fi" +label: "Fins" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +data: "phn" +value: "phn" +label: "Foenicisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +data: "fon" +value: "fon" +label: "Fon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +data: "fr" +value: "fr" +label: "Frans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +data: "fy" +value: "fy" +label: "Fries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +data: "fur" +value: "fur" +label: "Friulisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +data: "ff" +value: "ff" +label: "Fulah" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +data: "gaa" +value: "gaa" +label: "Ga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +data: "gag" +value: "gag" +label: "Gagaoezisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +data: "gl" +value: "gl" +label: "Galicisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +data: "gan" +value: "gan" +label: "Ganyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +data: "gay" +value: "gay" +label: "Gayo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +data: "gba" +value: "gba" +label: "Gbaya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +data: "gez" +value: "gez" +label: "Ge’ez" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +data: "aln" +value: "aln" +label: "Gegisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +data: "ka" +value: "ka" +label: "Georgisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +data: "bbj" +value: "bbj" +label: "Ghomala’" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +data: "ki" +value: "ki" +label: "Gikuyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +data: "glk" +value: "glk" +label: "Gilaki" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +data: "gil" +value: "gil" +label: "Gilbertees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +data: "gon" +value: "gon" +label: "Gondi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +data: "gor" +value: "gor" +label: "Gorontalo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +data: "got" +value: "got" +label: "Gothisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +data: "grb" +value: "grb" +label: "Grebo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +data: "el" +value: "el" +label: "Grieks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +data: "kl" +value: "kl" +label: "Groenlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +data: "gn" +value: "gn" +label: "Guaraní" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +data: "gu" +value: "gu" +label: "Gujarati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +data: "gur" +value: "gur" +label: "Gurune" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +data: "guz" +value: "guz" +label: "Gusii" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +data: "gwi" +value: "gwi" +label: "Gwichʼin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +data: "hai" +value: "hai" +label: "Haida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +data: "ht" +value: "ht" +label: "Haïtiaans Creools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +data: "hak" +value: "hak" +label: "Hakka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +data: "hur" +value: "hur" +label: "Halkomelem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +data: "bgc" +value: "bgc" +label: "Haryanvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +data: "ha" +value: "ha" +label: "Hausa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +data: "haw" +value: "haw" +label: "Hawaïaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +data: "he" +value: "he" +label: "Hebreeuws" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +data: "hz" +value: "hz" +label: "Herero" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +data: "hit" +value: "hit" +label: "Hettitisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +data: "hil" +value: "hil" +label: "Hiligaynon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +data: "hi" +value: "hi" +label: "Hindi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +data: "ho" +value: "ho" +label: "Hiri Motu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +data: "hmn" +value: "hmn" +label: "Hmong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +data: "hnj" +value: "hnj" +label: "Hmong Njua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +data: "hu" +value: "hu" +label: "Hongaars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +data: "hup" +value: "hup" +label: "Hupa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +data: "iba" +value: "iba" +label: "Iban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +data: "ibb" +value: "ibb" +label: "Ibibio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +data: "io" +value: "io" +label: "Ido" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +data: "ga" +value: "ga" +label: "Iers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +data: "ig" +value: "ig" +label: "Igbo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +data: "is" +value: "is" +label: "IJslands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +data: "ilo" +value: "ilo" +label: "Iloko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +data: "smn" +value: "smn" +label: "Inari-Samisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +data: "id" +value: "id" +label: "Indonesisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +data: "inh" +value: "inh" +label: "Ingoesjetisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +data: "izh" +value: "izh" +label: "Ingrisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +data: "moe" +value: "moe" +label: "Innu-aimun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +data: "ia" +value: "ia" +label: "Interlingua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +data: "ie" +value: "ie" +label: "Interlingue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +data: "iu" +value: "iu" +label: "Inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +data: "ik" +value: "ik" +label: "Inupiaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +data: "it" +value: "it" +label: "Italiaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +data: "sah" +value: "sah" +label: "Jakoets" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +data: "jam" +value: "jam" +label: "Jamaicaans Creools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +data: "ja" +value: "ja" +label: "Japans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +data: "jv" +value: "jv" +label: "Javaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +data: "yi" +value: "yi" +label: "Jiddisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +data: "kaj" +value: "kaj" +label: "Jju" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +data: "dyo" +value: "dyo" +label: "Jola-Fonyi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +data: "jrb" +value: "jrb" +label: "Judeo-Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +data: "jpr" +value: "jpr" +label: "Judeo-Perzisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +data: "jut" +value: "jut" +label: "Jutlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +data: "quc" +value: "quc" +label: "K’iche’" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4133 +data: "kea" +value: "kea" +label: "Kaapverdisch Creools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +data: "kbd" +value: "kbd" +label: "Kabardisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +data: "kab" +value: "kab" +label: "Kabylisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +data: "kac" +value: "kac" +label: "Kachin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +data: "kgp" +value: "kgp" +label: "Kaingang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +data: "kkj" +value: "kkj" +label: "Kako" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +data: "kln" +value: "kln" +label: "Kalenjin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +data: "xal" +value: "xal" +label: "Kalmuks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +data: "kam" +value: "kam" +label: "Kamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +data: "kbl" +value: "kbl" +label: "Kanembu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +data: "xnr" +value: "xnr" +label: "Kangri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +data: "kn" +value: "kn" +label: "Kannada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +data: "yue" +value: "yue" +label: "Kantonees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +data: "kr" +value: "kr" +label: "Kanuri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +data: "kaa" +value: "kaa" +label: "Karakalpaks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +data: "krc" +value: "krc" +label: "Karatsjaj-Balkarisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +data: "krl" +value: "krl" +label: "Karelisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +data: "ks" +value: "ks" +label: "Kasjmiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +data: "csb" +value: "csb" +label: "Kasjoebisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +data: "kaw" +value: "kaw" +label: "Kawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +data: "kk" +value: "kk" +label: "Kazachs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +data: "ken" +value: "ken" +label: "Kenyang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +data: "cu" +value: "cu" +label: "Kerkslavisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +data: "kha" +value: "kha" +label: "Khasi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +data: "km" +value: "km" +label: "Khmer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +data: "kho" +value: "kho" +label: "Khotanees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +data: "khw" +value: "khw" +label: "Khowar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +data: "qug" +value: "qug" +label: "Kichwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +data: "kmb" +value: "kmb" +label: "Kimbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +data: "krj" +value: "krj" +label: "Kinaray-a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +data: "rw" +value: "rw" +label: "Kinyarwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +data: "ky" +value: "ky" +label: "Kirgizisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +data: "kiu" +value: "kiu" +label: "Kirmanckî" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4166 +data: "rn" +value: "rn" +label: "Kirundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4167 +data: "lzh" +value: "lzh" +label: "Klassiek Chinees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +data: "nwc" +value: "nwc" +label: "Klassiek Nepalbhasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +data: "syc" +value: "syc" +label: "Klassiek Syrisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4170 +data: "tlh" +value: "tlh" +label: "Klingon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4171 +data: "kum" +value: "kum" +label: "Koemuks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4172 +data: "ku" +value: "ku" +label: "Koerdisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4173 +data: "ksh" +value: "ksh" +label: "Kölsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4174 +data: "bkm" +value: "bkm" +label: "Kom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4175 +data: "kv" +value: "kv" +label: "Komi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +data: "koi" +value: "koi" +label: "Komi-Permjaaks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4177 +data: "kg" +value: "kg" +label: "Kongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +data: "kok" +value: "kok" +label: "Konkani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4179 +data: "cop" +value: "cop" +label: "Koptisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4180 +data: "ko" +value: "ko" +label: "Koreaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +data: "kfo" +value: "kfo" +label: "Koro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +data: "kos" +value: "kos" +label: "Kosraeaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4183 +data: "avk" +value: "avk" +label: "Kotava" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4184 +data: "khq" +value: "khq" +label: "Koyra Chiini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4185 +data: "ses" +value: "ses" +label: "Koyraboro Senni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4186 +data: "kpe" +value: "kpe" +label: "Kpelle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4187 +data: "crh" +value: "crh" +label: "Krim-Tataars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4188 +data: "kri" +value: "kri" +label: "Krio" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +data: "hr" +value: "hr" +label: "Kroatisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4190 +data: "kj" +value: "kj" +label: "Kuanyama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +data: "kru" +value: "kru" +label: "Kurukh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4192 +data: "kut" +value: "kut" +label: "Kutenai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4193 +data: "kxv" +value: "kxv" +label: "Kuvi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +data: "kwk" +value: "kwk" +label: "Kwakʼwala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +data: "lad" +value: "lad" +label: "Ladino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +data: "lah" +value: "lah" +label: "Lahnda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +data: "lkt" +value: "lkt" +label: "Lakota" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +data: "lam" +value: "lam" +label: "Lamba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4199 +data: "lag" +value: "lag" +label: "Langi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4200 +data: "lo" +value: "lo" +label: "Laotiaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4201 +data: "la" +value: "la" +label: "Latijn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: "lzz" +value: "lzz" +label: "Lazisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4203 +data: "ltg" +value: "ltg" +label: "Letgaals" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: "lv" +value: "lv" +label: "Lets" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4205 +data: "apc" +value: "apc" +label: "Levantijns-Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: "lez" +value: "lez" +label: "Lezgisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: "lij" +value: "lij" +label: "Ligurisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: "liv" +value: "liv" +label: "Lijfs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: "lil" +value: "lil" +label: "Lillooet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: "li" +value: "li" +label: "Limburgs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: "ln" +value: "ln" +label: "Lingala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: "lfn" +value: "lfn" +label: "Lingua Franca Nova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: "lt" +value: "lt" +label: "Litouws" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: "jbo" +value: "jbo" +label: "Lojban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: "lmo" +value: "lmo" +label: "Lombardisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: "lou" +value: "lou" +label: "Louisiana-Creools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: "loz" +value: "loz" +label: "Lozi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: "lu" +value: "lu" +label: "Luba-Katanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: "lua" +value: "lua" +label: "Luba-Lulua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: "lg" +value: "lg" +label: "Luganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: "lui" +value: "lui" +label: "Luiseno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: "smj" +value: "smj" +label: "Lule-Samisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: "lun" +value: "lun" +label: "Lunda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: "luo" +value: "luo" +label: "Luo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: "lb" +value: "lb" +label: "Luxemburgs" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: "luy" +value: "luy" +label: "Luyia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: "mas" +value: "mas" +label: "Maa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: "mde" +value: "mde" +label: "Maba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: "mk" +value: "mk" +label: "Macedonisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: "jmc" +value: "jmc" +label: "Machame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: "mad" +value: "mad" +label: "Madoerees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: "maf" +value: "maf" +label: "Mafa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: "mag" +value: "mag" +label: "Magahi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: "mai" +value: "mai" +label: "Maithili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: "mak" +value: "mak" +label: "Makassaars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: "vmw" +value: "vmw" +label: "Makhuwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: "mgh" +value: "mgh" +label: "Makhuwa-Meetto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: "kde" +value: "kde" +label: "Makonde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: "mg" +value: "mg" +label: "Malagassisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: "ml" +value: "ml" +label: "Malayalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: "ms" +value: "ms" +label: "Maleis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: "pqm" +value: "pqm" +label: "Maliseet-Passamaquoddy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: "mt" +value: "mt" +label: "Maltees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: "mdr" +value: "mdr" +label: "Mandar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: "man" +value: "man" +label: "Mandingo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: "mnc" +value: "mnc" +label: "Mantsjoe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: "gv" +value: "gv" +label: "Manx" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: "mi" +value: "mi" +label: "Maori" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: "arn" +value: "arn" +label: "Mapudungun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: "mr" +value: "mr" +label: "Marathi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: "chm" +value: "chm" +label: "Mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: "ary" +value: "ary" +label: "Marokkaans Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: "mh" +value: "mh" +label: "Marshallees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: "mwr" +value: "mwr" +label: "Marwari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: "mzn" +value: "mzn" +label: "Mazanderani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: "byv" +value: "byv" +label: "Medumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: "mni" +value: "mni" +label: "Meitei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: "men" +value: "men" +label: "Mende" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: "mwv" +value: "mwv" +label: "Mentawai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: "mer" +value: "mer" +label: "Meru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: "mgo" +value: "mgo" +label: "Meta’" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: "mic" +value: "mic" +label: "Mi’kmaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: "crg" +value: "crg" +label: "Michif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: "enm" +value: "enm" +label: "Middelengels" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: "frm" +value: "frm" +label: "Middelfrans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: "gmh" +value: "gmh" +label: "Middelhoogduits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: "mga" +value: "mga" +label: "Middeliers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: "dum" +value: "dum" +label: "Middelnederlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: "min" +value: "min" +label: "Minangkabau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: "xmf" +value: "xmf" +label: "Mingreels" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: "nan" +value: "nan" +label: "Minnanyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: "mwl" +value: "mwl" +label: "Mirandees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: "lus" +value: "lus" +label: "Mizo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: "moh" +value: "moh" +label: "Mohawk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: "mdf" +value: "mdf" +label: "Moksja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: "lol" +value: "lol" +label: "Mongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: "mn" +value: "mn" +label: "Mongools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: "crm" +value: "crm" +label: "Moose Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: "mfe" +value: "mfe" +label: "Morisyen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: "ttt" +value: "ttt" +label: "Moslim Tat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: "mos" +value: "mos" +label: "Mossi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: "mua" +value: "mua" +label: "Mundang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: "mye" +value: "mye" +label: "Myene" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: "nqo" +value: "nqo" +label: "N’Ko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: "ars" +value: "ars" +label: "Nadjdi-Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: "naq" +value: "naq" +label: "Nama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: "nap" +value: "nap" +label: "Napolitaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: "na" +value: "na" +label: "Nauruaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: "nv" +value: "nv" +label: "Navajo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: "ng" +value: "ng" +label: "Ndonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: "nl" +value: "nl" +label: "Nederlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: "nds" +value: "nds" +label: "Nedersaksisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: "dsb" +value: "dsb" +label: "Nedersorbisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: "ne" +value: "ne" +label: "Nepalees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: "new" +value: "new" +label: "Newari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: "sba" +value: "sba" +label: "Ngambay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: "nnh" +value: "nnh" +label: "Ngiemboon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: "jgo" +value: "jgo" +label: "Ngomba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: "nmg" +value: "nmg" +label: "Ngumba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: "yrl" +value: "yrl" +label: "Nheengatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: "nia" +value: "nia" +label: "Nias" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: "pcm" +value: "pcm" +label: "Nigeriaans Pidgin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: "niu" +value: "niu" +label: "Niueaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: "nog" +value: "nog" +label: "Nogai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: "frr" +value: "frr" +label: "Noord-Fries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: "nd" +value: "nd" +label: "Noord-Ndebele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: "se" +value: "se" +label: "Noord-Samisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: "nso" +value: "nso" +label: "Noord-Sotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: "ttm" +value: "ttm" +label: "Noord-Tutchone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: "lrc" +value: "lrc" +label: "Noordelijk Luri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: "crl" +value: "crl" +label: "Noordoost-Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: "ojb" +value: "ojb" +label: "Noordwest-Ojibwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: "no" +value: "no" +label: "Noors" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: "nb" +value: "nb" +label: "Noors - Bokmål" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: "nn" +value: "nn" +label: "Noors - Nynorsk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: "nov" +value: "nov" +label: "Novial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: "nus" +value: "nus" +label: "Nuer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: "nym" +value: "nym" +label: "Nyamwezi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: "ny" +value: "ny" +label: "Nyanja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: "nyn" +value: "nyn" +label: "Nyankole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: "tog" +value: "tog" +label: "Nyasa Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: "nyo" +value: "nyo" +label: "Nyoro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: "nzi" +value: "nzi" +label: "Nzima" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: "ann" +value: "ann" +label: "Obolo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: "oc" +value: "oc" +label: "Occitaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: "or" +value: "or" +label: "Odia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: "udm" +value: "udm" +label: "Oedmoerts" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: "uga" +value: "uga" +label: "Oegaritisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: "ug" +value: "ug" +label: "Oeigoers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: "uk" +value: "uk" +label: "Oekraïens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: "uz" +value: "uz" +label: "Oezbeeks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: "ojs" +value: "ojs" +label: "Oji-Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: "oj" +value: "oj" +label: "Ojibwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: "oka" +value: "oka" +label: "Okanagan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: "frs" +value: "frs" +label: "Oost-Fries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: "vmf" +value: "vmf" +label: "Opperfrankisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: "hsb" +value: "hsb" +label: "Oppersorbisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: "osa" +value: "osa" +label: "Osage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: "os" +value: "os" +label: "Ossetisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: "ota" +value: "ota" +label: "Ottomaans-Turks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: "egy" +value: "egy" +label: "Oudegyptisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: "ang" +value: "ang" +label: "Oudengels" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: "fro" +value: "fro" +label: "Oudfrans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: "grc" +value: "grc" +label: "Oudgrieks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: "goh" +value: "goh" +label: "Oudhoogduits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: "sga" +value: "sga" +label: "Oudiers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: "non" +value: "non" +label: "Oudnoors" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: "peo" +value: "peo" +label: "Oudperzisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: "pro" +value: "pro" +label: "Oudprovençaals" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: "prg" +value: "prg" +label: "Oudpruisisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: "sdh" +value: "sdh" +label: "Pahlavani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: "pal" +value: "pal" +label: "Pahlavi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: "pau" +value: "pau" +label: "Palaus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: "pi" +value: "pi" +label: "Pali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: "pfl" +value: "pfl" +label: "Paltsisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: "pam" +value: "pam" +label: "Pampanga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: "pag" +value: "pag" +label: "Pangasinan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: "pap" +value: "pap" +label: "Papiaments" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: "ps" +value: "ps" +label: "Pasjtoe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: "pdc" +value: "pdc" +label: "Pennsylvania-Duits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: "fa" +value: "fa" +label: "Perzisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: "pcd" +value: "pcd" +label: "Picardisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: "pms" +value: "pms" +label: "Piëmontees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: "pis" +value: "pis" +label: "Pijin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: "crk" +value: "crk" +label: "Plains Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: "pdt" +value: "pdt" +label: "Plautdietsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: "pon" +value: "pon" +label: "Pohnpeiaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: "pnt" +value: "pnt" +label: "Pontisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: "pl" +value: "pl" +label: "Pools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: "pt" +value: "pt" +label: "Portugees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: "pa" +value: "pa" +label: "Punjabi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: "qu" +value: "qu" +label: "Quechua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: "raj" +value: "raj" +label: "Rajasthani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: "rap" +value: "rap" +label: "Rapanui" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: "rar" +value: "rar" +label: "Rarotongan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: "rm" +value: "rm" +label: "Reto-Romaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: "rif" +value: "rif" +label: "Riffijns" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: "ro" +value: "ro" +label: "Roemeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: "rue" +value: "rue" +label: "Roetheens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: "rhg" +value: "rhg" +label: "Rohingya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: "rgn" +value: "rgn" +label: "Romagnol" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: "rom" +value: "rom" +label: "Romani" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: "rof" +value: "rof" +label: "Rombo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: "rtm" +value: "rtm" +label: "Rotumaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: "rug" +value: "rug" +label: "Roviana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: "ru" +value: "ru" +label: "Russisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: "rwk" +value: "rwk" +label: "Rwa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: "lsm" +value: "lsm" +label: "Saamia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: "ssy" +value: "ssy" +label: "Saho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: "sam" +value: "sam" +label: "Samaritaans-Aramees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: "saq" +value: "saq" +label: "Samburu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: "sm" +value: "sm" +label: "Samoaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: "sgs" +value: "sgs" +label: "Samogitisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: "sad" +value: "sad" +label: "Sandawe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: "sg" +value: "sg" +label: "Sango" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: "sbp" +value: "sbp" +label: "Sangu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: "sa" +value: "sa" +label: "Sanskriet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: "sat" +value: "sat" +label: "Santali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: "sc" +value: "sc" +label: "Sardijns" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: "sas" +value: "sas" +label: "Sasak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: "sdc" +value: "sdc" +label: "Sassarees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: "stq" +value: "stq" +label: "Saterfries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: "saz" +value: "saz" +label: "Saurashtra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: "sco" +value: "sco" +label: "Schots" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: "gd" +value: "gd" +label: "Schots-Gaelisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: "sly" +value: "sly" +label: "Selayar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: "sel" +value: "sel" +label: "Selkoeps" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: "seh" +value: "seh" +label: "Sena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: "see" +value: "see" +label: "Seneca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: "srr" +value: "srr" +label: "Serer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: "sei" +value: "sei" +label: "Seri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: "sr" +value: "sr" +label: "Servisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: "sh" +value: "sh" +label: "Servo-Kroatisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: "crs" +value: "crs" +label: "Seychellencreools" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: "ksb" +value: "ksb" +label: "Shambala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: "shn" +value: "shn" +label: "Shan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: "swb" +value: "swb" +label: "Shimaore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: "sn" +value: "sn" +label: "Shona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: "scn" +value: "scn" +label: "Siciliaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: "sid" +value: "sid" +label: "Sidamo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: "bla" +value: "bla" +label: "Siksika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: "szl" +value: "szl" +label: "Silezisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: "sli" +value: "sli" +label: "Silezisch Duits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: "sd" +value: "sd" +label: "Sindhi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: "si" +value: "si" +label: "Singalees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: "sms" +value: "sms" +label: "Skolt-Samisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: "den" +value: "den" +label: "Slavey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: "sl" +value: "sl" +label: "Sloveens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: "sk" +value: "sk" +label: "Slowaaks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: "sux" +value: "sux" +label: "Soemerisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: "su" +value: "su" +label: "Soendanees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: "sus" +value: "sus" +label: "Soesoe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: "xog" +value: "xog" +label: "Soga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: "sog" +value: "sog" +label: "Sogdisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: "so" +value: "so" +label: "Somalisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: "snk" +value: "snk" +label: "Soninke" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: "ckb" +value: "ckb" +label: "Soranî" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: "es" +value: "es" +label: "Spaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: "srn" +value: "srn" +label: "Sranantongo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: "zgh" +value: "zgh" +label: "Standaard Marokkaanse Tamazight" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: "str" +value: "str" +label: "Straits Salish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: "suk" +value: "suk" +label: "Sukuma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: "sw" +value: "sw" +label: "Swahili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: "csw" +value: "csw" +label: "Swampy Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: "ss" +value: "ss" +label: "Swazi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: "syr" +value: "syr" +label: "Syrisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: "tg" +value: "tg" +label: "Tadzjieks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: "tl" +value: "tl" +label: "Tagalog" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: "tgx" +value: "tgx" +label: "Tagish" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: "ty" +value: "ty" +label: "Tahitiaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: "tht" +value: "tht" +label: "Tahltan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: "blt" +value: "blt" +label: "Tai Dam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: "dav" +value: "dav" +label: "Taita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: "tly" +value: "tly" +label: "Talysh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: "tmh" +value: "tmh" +label: "Tamashek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: "tzm" +value: "tzm" +label: "Tamazight (Centraal-Marokko)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +data: "ta" +value: "ta" +label: "Tamil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +data: "trv" +value: "trv" +label: "Taroko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +data: "twq" +value: "twq" +label: "Tasawaq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +data: "shi" +value: "shi" +label: "Tashelhiyt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +data: "tt" +value: "tt" +label: "Tataars" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: "te" +value: "te" +label: "Telugu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +data: "ter" +value: "ter" +label: "Tereno" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: "teo" +value: "teo" +label: "Teso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +data: "tet" +value: "tet" +label: "Tetun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +data: "th" +value: "th" +label: "Thai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +data: "bo" +value: "bo" +label: "Tibetaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: "tig" +value: "tig" +label: "Tigre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +data: "ti" +value: "ti" +label: "Tigrinya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +data: "tem" +value: "tem" +label: "Timne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +data: "tiv" +value: "tiv" +label: "Tiv" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +data: "tli" +value: "tli" +label: "Tlingit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +data: "tum" +value: "tum" +label: "Toemboeka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +data: "tyv" +value: "tyv" +label: "Toevaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +data: "tpi" +value: "tpi" +label: "Tok Pisin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +data: "tkl" +value: "tkl" +label: "Tokelaus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +data: "tok" +value: "tok" +label: "Toki Pona" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +data: "to" +value: "to" +label: "Tongaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +data: "fit" +value: "fit" +label: "Tornedal-Fins" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +data: "trw" +value: "trw" +label: "Torwali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +data: "tkr" +value: "tkr" +label: "Tsakhur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +data: "tsd" +value: "tsd" +label: "Tsakonisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4483 +data: "tsi" +value: "tsi" +label: "Tsimshian" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +data: "shu" +value: "shu" +label: "Tsjadisch Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +data: "cs" +value: "cs" +label: "Tsjechisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +data: "ce" +value: "ce" +label: "Tsjetsjeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +data: "cv" +value: "cv" +label: "Tsjoevasjisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +data: "ts" +value: "ts" +label: "Tsonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +data: "tn" +value: "tn" +label: "Tswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +data: "tcy" +value: "tcy" +label: "Tulu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +data: "aeb" +value: "aeb" +label: "Tunesisch Arabisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +data: "tk" +value: "tk" +label: "Turkmeens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +data: "tr" +value: "tr" +label: "Turks" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +data: "tru" +value: "tru" +label: "Turoyo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +data: "tvl" +value: "tvl" +label: "Tuvaluaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +data: "tw" +value: "tw" +label: "Twi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +data: "kcg" +value: "kcg" +label: "Tyap" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4498 +data: "umb" +value: "umb" +label: "Umbundu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +data: "ur" +value: "ur" +label: "Urdu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +data: "vai" +value: "vai" +label: "Vai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +data: "ve" +value: "ve" +label: "Venda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +data: "vec" +value: "vec" +label: "Venetiaans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +data: "vi" +value: "vi" +label: "Vietnamees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +data: "vo" +value: "vo" +label: "Volapük" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +data: "vro" +value: "vro" +label: "Võro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +data: "vot" +value: "vot" +label: "Votisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +data: "vun" +value: "vun" +label: "Vunjo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +data: "wa" +value: "wa" +label: "Waals" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +data: "wae" +value: "wae" +label: "Walser" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +data: "war" +value: "war" +label: "Waray" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4511 +data: "wbp" +value: "wbp" +label: "Warlpiri" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4512 +data: "was" +value: "was" +label: "Washo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +data: "guc" +value: "guc" +label: "Wayuu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +data: "cy" +value: "cy" +label: "Welsh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +data: "vep" +value: "vep" +label: "Wepsisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +data: "mrj" +value: "mrj" +label: "West-Mari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +data: "ojw" +value: "ojw" +label: "West-Ojibwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +data: "vls" +value: "vls" +label: "West-Vlaams" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +data: "ikt" +value: "ikt" +label: "Westelijk Canadees Inuktitut" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +data: "bgn" +value: "bgn" +label: "Westers Beloetsji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4521 +data: "wal" +value: "wal" +label: "Wolaytta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4522 +data: "wo" +value: "wo" +label: "Wolof" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +data: "wuu" +value: "wuu" +label: "Wuyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4524 +data: "xh" +value: "xh" +label: "Xhosa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +data: "hsn" +value: "hsn" +label: "Xiangyu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +data: "yav" +value: "yav" +label: "Yangben" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +data: "yao" +value: "yao" +label: "Yao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +data: "yap" +value: "yap" +label: "Yapees" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +data: "ybb" +value: "ybb" +label: "Yemba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4530 +data: "ii" +value: "ii" +label: "Yi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4531 +data: "yo" +value: "yo" +label: "Yoruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +data: "esu" +value: "esu" +label: "Yupik" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +data: "zap" +value: "zap" +label: "Zapotec" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4534 +data: "dje" +value: "dje" +label: "Zarma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4535 +data: "zza" +value: "zza" +label: "Zaza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4536 +data: "zea" +value: "zea" +label: "Zeeuws" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4537 +data: "zen" +value: "zen" +label: "Zenaga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4538 +data: "za" +value: "za" +label: "Zhuang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4539 +data: "zu" +value: "zu" +label: "Zoeloe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +data: "gbz" +value: "gbz" +label: "Zoroastrisch Dari" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4541 +data: "alt" +value: "alt" +label: "Zuid-Altaïsch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4542 +data: "hax" +value: "hax" +label: "Zuid-Haida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4543 +data: "slh" +value: "slh" +label: "Zuid-Lushootseed" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4544 +data: "nr" +value: "nr" +label: "Zuid-Ndbele" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4545 +data: "sma" +value: "sma" +label: "Zuid-Samisch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4546 +data: "st" +value: "st" +label: "Zuid-Sotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4547 +data: "tce" +value: "tce" +label: "Zuid-Tutchone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4548 +data: "crj" +value: "crj" +label: "Zuidoost-Cree" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4549 +data: "zun" +value: "zun" +label: "Zuni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4550 +data: "sv" +value: "sv" +label: "Zweeds" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4551 +data: "gsw" +value: "gsw" +label: "Zwitserduits" +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) {#4553 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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3526 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4554 -errors: [] -form: Symfony\Component\Form\Form {#3761 …} } |
| form | Symfony\Component\Form\FormView {#4555 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Selecteer" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
[ "Selecteer" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 | [ "Selecteer" => "" "form.salutationMale" => "male" "form.salutationFemale" => "female" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3525 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4558 +data: "" +value: "" +label: "Selecteer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +data: "male" +value: "male" +label: "form.salutationMale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4560 +data: "female" +value: "female" +label: "form.salutationFemale" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4556 -errors: [] -form: Symfony\Component\Form\Form {#3764 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4557 …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) {#4562 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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3524 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4563 -errors: [] -form: Symfony\Component\Form\Form {#3767 …} } |
| form | Symfony\Component\Form\FormView {#4564 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3523 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4565 -errors: [] -form: Symfony\Component\Form\Form {#3770 …} } |
| form | Symfony\Component\Form\FormView {#4566 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| choice_attr | [] |
same as passed value |
| choices | [ "Selecteer" => "" "Architect/Ontwerper" => "Architect/Designer" "Bouw & Constructie" => "Building and Construction" "Timmerman" => "Carpenter" "Elektrotechnisch ingenieur" => "Electrical Engineer" "Elektricien" => "Electrician" "Particuliere cliënt" => "Private Client" "Horeca" => "Hotel Business" "Verlichtingsontwerper" => "Lighting Designer" "Verlichtingshandelaar" => "Lighting Dealer" "Pers" => "Press" "Adviseur" => "Consultant" "Meubelhandelaar" => "Furniture Dealer" "Detailhandel" => "Retail Business" "Overige" => "Other" ] |
[ "Selecteer" => "" "Architect/Ontwerper" => "Architect/Designer" "Bouw & Constructie" => "Building and Construction" "Timmerman" => "Carpenter" "Elektrotechnisch ingenieur" => "Electrical Engineer" "Elektricien" => "Electrician" "Particuliere cliënt" => "Private Client" "Horeca" => "Hotel Business" "Verlichtingsontwerper" => "Lighting Designer" "Verlichtingshandelaar" => "Lighting Dealer" "Pers" => "Press" "Adviseur" => "Consultant" "Meubelhandelaar" => "Furniture Dealer" "Detailhandel" => "Retail Business" "Overige" => "Other" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 | [ "Selecteer" => "" "Architect/Ontwerper" => "Architect/Designer" "Bouw & Constructie" => "Building and Construction" "Timmerman" => "Carpenter" "Elektrotechnisch ingenieur" => "Electrical Engineer" "Elektricien" => "Electrician" "Particuliere cliënt" => "Private Client" "Horeca" => "Hotel Business" "Verlichtingsontwerper" => "Lighting Designer" "Verlichtingshandelaar" => "Lighting Dealer" "Pers" => "Press" "Adviseur" => "Consultant" "Meubelhandelaar" => "Furniture Dealer" "Detailhandel" => "Retail Business" "Overige" => "Other" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3522 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4569 +data: "" +value: "" +label: "Selecteer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +data: "Architect/Designer" +value: "Architect/Designer" +label: "Architect/Ontwerper" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +data: "Building and Construction" +value: "Building and Construction" +label: "Bouw & Constructie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +data: "Carpenter" +value: "Carpenter" +label: "Timmerman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +data: "Electrical Engineer" +value: "Electrical Engineer" +label: "Elektrotechnisch ingenieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +data: "Electrician" +value: "Electrician" +label: "Elektricien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +data: "Private Client" +value: "Private Client" +label: "Particuliere cliënt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +data: "Hotel Business" +value: "Hotel Business" +label: "Horeca" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +data: "Lighting Designer" +value: "Lighting Designer" +label: "Verlichtingsontwerper" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +data: "Lighting Dealer" +value: "Lighting Dealer" +label: "Verlichtingshandelaar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +data: "Press" +value: "Press" +label: "Pers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +data: "Consultant" +value: "Consultant" +label: "Adviseur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +data: "Furniture Dealer" +value: "Furniture Dealer" +label: "Meubelhandelaar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +data: "Retail Business" +value: "Retail Business" +label: "Detailhandel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +data: "Other" +value: "Other" +label: "Overige" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4567 -errors: [] -form: Symfony\Component\Form\Form {#3773 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4568 …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) {#4585 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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3628 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4586 -errors: [] -form: Symfony\Component\Form\Form {#3776 …} } |
| form | Symfony\Component\Form\FormView {#4587 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4588 -errors: [] -form: Symfony\Component\Form\Form {#3779 …} } |
| form | Symfony\Component\Form\FormView {#4589 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3632 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4590 -errors: [] -form: Symfony\Component\Form\Form {#3829 …} } |
| form | Symfony\Component\Form\FormView {#4591 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3746 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4595 -errors: [] -form: Symfony\Component\Form\Form {#3832 …} } |
| form | Symfony\Component\Form\FormView {#4594 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3747 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4596 -errors: [] -form: Symfony\Component\Form\Form {#3835 …} } |
| form | Symfony\Component\Form\FormView {#4597 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3748 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4598 -errors: [] -form: Symfony\Component\Form\Form {#3838 …} } |
| form | Symfony\Component\Form\FormView {#4599 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3749 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4600 -errors: [] -form: Symfony\Component\Form\Form {#3841 …} } |
| form | Symfony\Component\Form\FormView {#4601 …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" => "Veldinhoud leeg!" ] |
[ "data-parsley-required-message" => "Veldinhoud leeg!" ] |
| choice_attr | [] |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choices | [ "Selecteer" => "" "Afghanistan" => "AF" "Åland" => "AX" "Albanië" => "AL" "Algerije" => "DZ" "Amerikaans-Samoa" => "AS" "Amerikaanse Maagdeneilanden" => "VI" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua en Barbuda" => "AG" "Argentinië" => "AR" "Armenië" => "AM" "Aruba" => "AW" "Australië" => "AU" "Azerbeidzjan" => "AZ" "Bahama’s" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "België" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnië en Herzegovina" => "BA" "Botswana" => "BW" "Bouveteiland" => "BV" "Brazilië" => "BR" "Brits Indische Oceaanterritorium" => "IO" "Britse Maagdeneilanden" => "VG" "Brunei" => "BN" "Bulgarije" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodja" => "KH" "Canada" => "CA" "Caribisch Nederland" => "BQ" "Centraal-Afrikaanse Republiek" => "CF" "Chili" => "CL" "China" => "CN" "Christmaseiland" => "CX" "Cocoseilanden" => "CC" "Colombia" => "CO" "Comoren" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Cookeilanden" => "CK" "Costa Rica" => "CR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Denemarken" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominicaanse Republiek" => "DO" "Duitsland" => "DE" "Ecuador" => "EC" "Egypte" => "EG" "El Salvador" => "SV" "Equatoriaal-Guinea" => "GQ" "Eritrea" => "ER" "Estland" => "EE" "eSwatini" => "SZ" "Ethiopië" => "ET" "Faeröer" => "FO" "Falklandeilanden" => "FK" "Fiji" => "FJ" "Filipijnen" => "PH" "Finland" => "FI" "Frankrijk" => "FR" "Frans-Guyana" => "GF" "Frans-Polynesië" => "PF" "Franse Gebieden in de zuidelijke Indische Oceaan" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgië" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griekenland" => "GR" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinee" => "GN" "Guinee-Bissau" => "GW" "Guyana" => "GY" "Haïti" => "HT" "Heard en McDonaldeilanden" => "HM" "Honduras" => "HN" "Hongarije" => "HU" "Hongkong SAR van China" => "HK" "Ierland" => "IE" "IJsland" => "IS" "India" => "IN" "Indonesië" => "ID" "Irak" => "IQ" "Iran" => "IR" "Isle of Man" => "IM" "Israël" => "IL" "Italië" => "IT" "Ivoorkust" => "CI" "Jamaica" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanië" => "JO" "Kaaimaneilanden" => "KY" "Kaapverdië" => "CV" "Kameroen" => "CM" "Kazachstan" => "KZ" "Kenia" => "KE" "Kirgizië" => "KG" "Kiribati" => "KI" "Kleine afgelegen eilanden van de Verenigde Staten" => "UM" "Koeweit" => "KW" "Kroatië" => "HR" "Laos" => "LA" "Lesotho" => "LS" "Letland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libië" => "LY" "Liechtenstein" => "LI" "Litouwen" => "LT" "Luxemburg" => "LU" "Macau SAR van China" => "MO" "Madagaskar" => "MG" "Malawi" => "MW" "Maldiven" => "MV" "Maleisië" => "MY" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshalleilanden" => "MH" "Martinique" => "MQ" "Mauritanië" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldavië" => "MD" "Monaco" => "MC" "Mongolië" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birma)" => "MM" "Namibië" => "NA" "Nauru" => "NR" "Nederland" => "NL" "Nepal" => "NP" "Nicaragua" => "NI" "Nieuw-Caledonië" => "NC" "Nieuw-Zeeland" => "NZ" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noord-Korea" => "KP" "Noord-Macedonië" => "MK" "Noordelijke Marianen" => "MP" "Noorwegen" => "NO" "Norfolk" => "NF" "Oeganda" => "UG" "Oekraïne" => "UA" "Oezbekistan" => "UZ" "Oman" => "OM" "Oost-Timor" => "TL" "Oostenrijk" => "AT" "Pakistan" => "PK" "Palau" => "PW" "Palestijnse gebieden" => "PS" "Panama" => "PA" "Papoea-Nieuw-Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Pitcairneilanden" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Roemenië" => "RO" "Rusland" => "RU" "Rwanda" => "RW" "Saint Kitts en Nevis" => "KN" "Saint Lucia" => "LC" "Saint Vincent en de Grenadines" => "VC" "Saint-Barthélemy" => "BL" "Saint-Martin" => "MF" "Saint-Pierre en Miquelon" => "PM" "Salomonseilanden" => "SB" "Samoa" => "WS" "San Marino" => "SM" "Sao Tomé en Principe" => "ST" "Saoedi-Arabië" => "SA" "Senegal" => "SN" "Servië" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint-Helena" => "SH" "Sint-Maarten" => "SX" "Slovenië" => "SI" "Slowakije" => "SK" "Soedan" => "SD" "Somalië" => "SO" "Spanje" => "ES" "Spitsbergen en Jan Mayen" => "SJ" "Sri Lanka" => "LK" "Suriname" => "SR" "Syrië" => "SY" "Tadzjikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Thailand" => "TH" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad en Tobago" => "TT" "Tsjaad" => "TD" "Tsjechië" => "CZ" "Tunesië" => "TN" "Turkije" => "TR" "Turkmenistan" => "TM" "Turks- en Caicoseilanden" => "TC" "Tuvalu" => "TV" "Uruguay" => "UY" "Vanuatu" => "VU" "Vaticaanstad" => "VA" "Venezuela" => "VE" "Verenigd Koninkrijk" => "GB" "Verenigde Arabische Emiraten" => "AE" "Verenigde Staten" => "US" "Vietnam" => "VN" "Wallis en Futuna" => "WF" "Westelijke Sahara" => "EH" "Zambia" => "ZM" "Zimbabwe" => "ZW" "Zuid-Afrika" => "ZA" "Zuid-Georgia en Zuidelijke Sandwicheilanden" => "GS" "Zuid-Korea" => "KR" "Zuid-Soedan" => "SS" "Zweden" => "SE" "Zwitserland" => "CH" ] |
[ "Selecteer" => "" "Afghanistan" => "AF" "Åland" => "AX" "Albanië" => "AL" "Algerije" => "DZ" "Amerikaans-Samoa" => "AS" "Amerikaanse Maagdeneilanden" => "VI" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua en Barbuda" => "AG" "Argentinië" => "AR" "Armenië" => "AM" "Aruba" => "AW" "Australië" => "AU" "Azerbeidzjan" => "AZ" "Bahama’s" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "België" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnië en Herzegovina" => "BA" "Botswana" => "BW" "Bouveteiland" => "BV" "Brazilië" => "BR" "Brits Indische Oceaanterritorium" => "IO" "Britse Maagdeneilanden" => "VG" "Brunei" => "BN" "Bulgarije" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodja" => "KH" "Canada" => "CA" "Caribisch Nederland" => "BQ" "Centraal-Afrikaanse Republiek" => "CF" "Chili" => "CL" "China" => "CN" "Christmaseiland" => "CX" "Cocoseilanden" => "CC" "Colombia" => "CO" "Comoren" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Cookeilanden" => "CK" "Costa Rica" => "CR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Denemarken" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominicaanse Republiek" => "DO" "Duitsland" => "DE" "Ecuador" => "EC" "Egypte" => "EG" "El Salvador" => "SV" "Equatoriaal-Guinea" => "GQ" "Eritrea" => "ER" "Estland" => "EE" "eSwatini" => "SZ" "Ethiopië" => "ET" "Faeröer" => "FO" "Falklandeilanden" => "FK" "Fiji" => "FJ" "Filipijnen" => "PH" "Finland" => "FI" "Frankrijk" => "FR" "Frans-Guyana" => "GF" "Frans-Polynesië" => "PF" "Franse Gebieden in de zuidelijke Indische Oceaan" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgië" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griekenland" => "GR" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinee" => "GN" "Guinee-Bissau" => "GW" "Guyana" => "GY" "Haïti" => "HT" "Heard en McDonaldeilanden" => "HM" "Honduras" => "HN" "Hongarije" => "HU" "Hongkong SAR van China" => "HK" "Ierland" => "IE" "IJsland" => "IS" "India" => "IN" "Indonesië" => "ID" "Irak" => "IQ" "Iran" => "IR" "Isle of Man" => "IM" "Israël" => "IL" "Italië" => "IT" "Ivoorkust" => "CI" "Jamaica" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanië" => "JO" "Kaaimaneilanden" => "KY" "Kaapverdië" => "CV" "Kameroen" => "CM" "Kazachstan" => "KZ" "Kenia" => "KE" "Kirgizië" => "KG" "Kiribati" => "KI" "Kleine afgelegen eilanden van de Verenigde Staten" => "UM" "Koeweit" => "KW" "Kroatië" => "HR" "Laos" => "LA" "Lesotho" => "LS" "Letland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libië" => "LY" "Liechtenstein" => "LI" "Litouwen" => "LT" "Luxemburg" => "LU" "Macau SAR van China" => "MO" "Madagaskar" => "MG" "Malawi" => "MW" "Maldiven" => "MV" "Maleisië" => "MY" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshalleilanden" => "MH" "Martinique" => "MQ" "Mauritanië" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldavië" => "MD" "Monaco" => "MC" "Mongolië" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birma)" => "MM" "Namibië" => "NA" "Nauru" => "NR" "Nederland" => "NL" "Nepal" => "NP" "Nicaragua" => "NI" "Nieuw-Caledonië" => "NC" "Nieuw-Zeeland" => "NZ" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noord-Korea" => "KP" "Noord-Macedonië" => "MK" "Noordelijke Marianen" => "MP" "Noorwegen" => "NO" "Norfolk" => "NF" "Oeganda" => "UG" "Oekraïne" => "UA" "Oezbekistan" => "UZ" "Oman" => "OM" "Oost-Timor" => "TL" "Oostenrijk" => "AT" "Pakistan" => "PK" "Palau" => "PW" "Palestijnse gebieden" => "PS" "Panama" => "PA" "Papoea-Nieuw-Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Pitcairneilanden" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Roemenië" => "RO" "Rusland" => "RU" "Rwanda" => "RW" "Saint Kitts en Nevis" => "KN" "Saint Lucia" => "LC" "Saint Vincent en de Grenadines" => "VC" "Saint-Barthélemy" => "BL" "Saint-Martin" => "MF" "Saint-Pierre en Miquelon" => "PM" "Salomonseilanden" => "SB" "Samoa" => "WS" "San Marino" => "SM" "Sao Tomé en Principe" => "ST" "Saoedi-Arabië" => "SA" "Senegal" => "SN" "Servië" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint-Helena" => "SH" "Sint-Maarten" => "SX" "Slovenië" => "SI" "Slowakije" => "SK" "Soedan" => "SD" "Somalië" => "SO" "Spanje" => "ES" "Spitsbergen en Jan Mayen" => "SJ" "Sri Lanka" => "LK" "Suriname" => "SR" "Syrië" => "SY" "Tadzjikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Thailand" => "TH" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad en Tobago" => "TT" "Tsjaad" => "TD" "Tsjechië" => "CZ" "Tunesië" => "TN" "Turkije" => "TR" "Turkmenistan" => "TM" "Turks- en Caicoseilanden" => "TC" "Tuvalu" => "TV" "Uruguay" => "UY" "Vanuatu" => "VU" "Vaticaanstad" => "VA" "Venezuela" => "VE" "Verenigd Koninkrijk" => "GB" "Verenigde Arabische Emiraten" => "AE" "Verenigde Staten" => "US" "Vietnam" => "VN" "Wallis en Futuna" => "WF" "Westelijke Sahara" => "EH" "Zambia" => "ZM" "Zimbabwe" => "ZW" "Zuid-Afrika" => "ZA" "Zuid-Georgia en Zuidelijke Sandwicheilanden" => "GS" "Zuid-Korea" => "KR" "Zuid-Soedan" => "SS" "Zweden" => "SE" "Zwitserland" => "CH" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Veldinhoud leeg!" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 | [ "Selecteer" => "" "Afghanistan" => "AF" "Åland" => "AX" "Albanië" => "AL" "Algerije" => "DZ" "Amerikaans-Samoa" => "AS" "Amerikaanse Maagdeneilanden" => "VI" "Andorra" => "AD" "Angola" => "AO" "Anguilla" => "AI" "Antarctica" => "AQ" "Antigua en Barbuda" => "AG" "Argentinië" => "AR" "Armenië" => "AM" "Aruba" => "AW" "Australië" => "AU" "Azerbeidzjan" => "AZ" "Bahama’s" => "BS" "Bahrein" => "BH" "Bangladesh" => "BD" "Barbados" => "BB" "Belarus" => "BY" "België" => "BE" "Belize" => "BZ" "Benin" => "BJ" "Bermuda" => "BM" "Bhutan" => "BT" "Bolivia" => "BO" "Bosnië en Herzegovina" => "BA" "Botswana" => "BW" "Bouveteiland" => "BV" "Brazilië" => "BR" "Brits Indische Oceaanterritorium" => "IO" "Britse Maagdeneilanden" => "VG" "Brunei" => "BN" "Bulgarije" => "BG" "Burkina Faso" => "BF" "Burundi" => "BI" "Cambodja" => "KH" "Canada" => "CA" "Caribisch Nederland" => "BQ" "Centraal-Afrikaanse Republiek" => "CF" "Chili" => "CL" "China" => "CN" "Christmaseiland" => "CX" "Cocoseilanden" => "CC" "Colombia" => "CO" "Comoren" => "KM" "Congo-Brazzaville" => "CG" "Congo-Kinshasa" => "CD" "Cookeilanden" => "CK" "Costa Rica" => "CR" "Cuba" => "CU" "Curaçao" => "CW" "Cyprus" => "CY" "Denemarken" => "DK" "Djibouti" => "DJ" "Dominica" => "DM" "Dominicaanse Republiek" => "DO" "Duitsland" => "DE" "Ecuador" => "EC" "Egypte" => "EG" "El Salvador" => "SV" "Equatoriaal-Guinea" => "GQ" "Eritrea" => "ER" "Estland" => "EE" "eSwatini" => "SZ" "Ethiopië" => "ET" "Faeröer" => "FO" "Falklandeilanden" => "FK" "Fiji" => "FJ" "Filipijnen" => "PH" "Finland" => "FI" "Frankrijk" => "FR" "Frans-Guyana" => "GF" "Frans-Polynesië" => "PF" "Franse Gebieden in de zuidelijke Indische Oceaan" => "TF" "Gabon" => "GA" "Gambia" => "GM" "Georgië" => "GE" "Ghana" => "GH" "Gibraltar" => "GI" "Grenada" => "GD" "Griekenland" => "GR" "Groenland" => "GL" "Guadeloupe" => "GP" "Guam" => "GU" "Guatemala" => "GT" "Guernsey" => "GG" "Guinee" => "GN" "Guinee-Bissau" => "GW" "Guyana" => "GY" "Haïti" => "HT" "Heard en McDonaldeilanden" => "HM" "Honduras" => "HN" "Hongarije" => "HU" "Hongkong SAR van China" => "HK" "Ierland" => "IE" "IJsland" => "IS" "India" => "IN" "Indonesië" => "ID" "Irak" => "IQ" "Iran" => "IR" "Isle of Man" => "IM" "Israël" => "IL" "Italië" => "IT" "Ivoorkust" => "CI" "Jamaica" => "JM" "Japan" => "JP" "Jemen" => "YE" "Jersey" => "JE" "Jordanië" => "JO" "Kaaimaneilanden" => "KY" "Kaapverdië" => "CV" "Kameroen" => "CM" "Kazachstan" => "KZ" "Kenia" => "KE" "Kirgizië" => "KG" "Kiribati" => "KI" "Kleine afgelegen eilanden van de Verenigde Staten" => "UM" "Koeweit" => "KW" "Kroatië" => "HR" "Laos" => "LA" "Lesotho" => "LS" "Letland" => "LV" "Libanon" => "LB" "Liberia" => "LR" "Libië" => "LY" "Liechtenstein" => "LI" "Litouwen" => "LT" "Luxemburg" => "LU" "Macau SAR van China" => "MO" "Madagaskar" => "MG" "Malawi" => "MW" "Maldiven" => "MV" "Maleisië" => "MY" "Mali" => "ML" "Malta" => "MT" "Marokko" => "MA" "Marshalleilanden" => "MH" "Martinique" => "MQ" "Mauritanië" => "MR" "Mauritius" => "MU" "Mayotte" => "YT" "Mexico" => "MX" "Micronesia" => "FM" "Moldavië" => "MD" "Monaco" => "MC" "Mongolië" => "MN" "Montenegro" => "ME" "Montserrat" => "MS" "Mozambique" => "MZ" "Myanmar (Birma)" => "MM" "Namibië" => "NA" "Nauru" => "NR" "Nederland" => "NL" "Nepal" => "NP" "Nicaragua" => "NI" "Nieuw-Caledonië" => "NC" "Nieuw-Zeeland" => "NZ" "Niger" => "NE" "Nigeria" => "NG" "Niue" => "NU" "Noord-Korea" => "KP" "Noord-Macedonië" => "MK" "Noordelijke Marianen" => "MP" "Noorwegen" => "NO" "Norfolk" => "NF" "Oeganda" => "UG" "Oekraïne" => "UA" "Oezbekistan" => "UZ" "Oman" => "OM" "Oost-Timor" => "TL" "Oostenrijk" => "AT" "Pakistan" => "PK" "Palau" => "PW" "Palestijnse gebieden" => "PS" "Panama" => "PA" "Papoea-Nieuw-Guinea" => "PG" "Paraguay" => "PY" "Peru" => "PE" "Pitcairneilanden" => "PN" "Polen" => "PL" "Portugal" => "PT" "Puerto Rico" => "PR" "Qatar" => "QA" "Réunion" => "RE" "Roemenië" => "RO" "Rusland" => "RU" "Rwanda" => "RW" "Saint Kitts en Nevis" => "KN" "Saint Lucia" => "LC" "Saint Vincent en de Grenadines" => "VC" "Saint-Barthélemy" => "BL" "Saint-Martin" => "MF" "Saint-Pierre en Miquelon" => "PM" "Salomonseilanden" => "SB" "Samoa" => "WS" "San Marino" => "SM" "Sao Tomé en Principe" => "ST" "Saoedi-Arabië" => "SA" "Senegal" => "SN" "Servië" => "RS" "Seychellen" => "SC" "Sierra Leone" => "SL" "Singapore" => "SG" "Sint-Helena" => "SH" "Sint-Maarten" => "SX" "Slovenië" => "SI" "Slowakije" => "SK" "Soedan" => "SD" "Somalië" => "SO" "Spanje" => "ES" "Spitsbergen en Jan Mayen" => "SJ" "Sri Lanka" => "LK" "Suriname" => "SR" "Syrië" => "SY" "Tadzjikistan" => "TJ" "Taiwan" => "TW" "Tanzania" => "TZ" "Thailand" => "TH" "Togo" => "TG" "Tokelau" => "TK" "Tonga" => "TO" "Trinidad en Tobago" => "TT" "Tsjaad" => "TD" "Tsjechië" => "CZ" "Tunesië" => "TN" "Turkije" => "TR" "Turkmenistan" => "TM" "Turks- en Caicoseilanden" => "TC" "Tuvalu" => "TV" "Uruguay" => "UY" "Vanuatu" => "VU" "Vaticaanstad" => "VA" "Venezuela" => "VE" "Verenigd Koninkrijk" => "GB" "Verenigde Arabische Emiraten" => "AE" "Verenigde Staten" => "US" "Vietnam" => "VN" "Wallis en Futuna" => "WF" "Westelijke Sahara" => "EH" "Zambia" => "ZM" "Zimbabwe" => "ZW" "Zuid-Afrika" => "ZA" "Zuid-Georgia en Zuidelijke Sandwicheilanden" => "GS" "Zuid-Korea" => "KR" "Zuid-Soedan" => "SS" "Zweden" => "SE" "Zwitserland" => "CH" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +groups: ? +message: "Veldinhoud leeg!" +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" => "Veldinhoud leeg!" ] |
| 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 {#4604 +data: "" +value: "" +label: "Selecteer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +data: "AX" +value: "AX" +label: "Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +data: "AL" +value: "AL" +label: "Albanië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +data: "DZ" +value: "DZ" +label: "Algerije" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +data: "AS" +value: "AS" +label: "Amerikaans-Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +data: "VI" +value: "VI" +label: "Amerikaanse Maagdeneilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +data: "AD" +value: "AD" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +data: "AQ" +value: "AQ" +label: "Antarctica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +data: "AG" +value: "AG" +label: "Antigua en Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +data: "AR" +value: "AR" +label: "Argentinië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +data: "AM" +value: "AM" +label: "Armenië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +data: "AU" +value: "AU" +label: "Australië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +data: "AZ" +value: "AZ" +label: "Azerbeidzjan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4621 +data: "BS" +value: "BS" +label: "Bahama’s" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4622 +data: "BH" +value: "BH" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +data: "BB" +value: "BB" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4625 +data: "BY" +value: "BY" +label: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4626 +data: "BE" +value: "BE" +label: "België" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4627 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4628 +data: "BJ" +value: "BJ" +label: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4629 +data: "BM" +value: "BM" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +data: "BT" +value: "BT" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +data: "BO" +value: "BO" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +data: "BA" +value: "BA" +label: "Bosnië en Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +data: "BV" +value: "BV" +label: "Bouveteiland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4635 +data: "BR" +value: "BR" +label: "Brazilië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: "IO" +value: "IO" +label: "Brits Indische Oceaanterritorium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +data: "VG" +value: "VG" +label: "Britse Maagdeneilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4639 +data: "BG" +value: "BG" +label: "Bulgarije" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4641 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +data: "KH" +value: "KH" +label: "Cambodja" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4644 +data: "BQ" +value: "BQ" +label: "Caribisch Nederland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4645 +data: "CF" +value: "CF" +label: "Centraal-Afrikaanse Republiek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4646 +data: "CL" +value: "CL" +label: "Chili" +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: "CX" +value: "CX" +label: "Christmaseiland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4649 +data: "CC" +value: "CC" +label: "Cocoseilanden" +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: "Comoren" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4652 +data: "CG" +value: "CG" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4653 +data: "CD" +value: "CD" +label: "Congo-Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4654 +data: "CK" +value: "CK" +label: "Cookeilanden" +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: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4657 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4658 +data: "CY" +value: "CY" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4659 +data: "DK" +value: "DK" +label: "Denemarken" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4660 +data: "DJ" +value: "DJ" +label: "Djibouti" +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: "DO" +value: "DO" +label: "Dominicaanse Republiek" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +data: "DE" +value: "DE" +label: "Duitsland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4664 +data: "EC" +value: "EC" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +data: "EG" +value: "EG" +label: "Egypte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +data: "SV" +value: "SV" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +data: "GQ" +value: "GQ" +label: "Equatoriaal-Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +data: "ER" +value: "ER" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +data: "EE" +value: "EE" +label: "Estland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +data: "SZ" +value: "SZ" +label: "eSwatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +data: "ET" +value: "ET" +label: "Ethiopië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +data: "FO" +value: "FO" +label: "Faeröer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +data: "FK" +value: "FK" +label: "Falklandeilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +data: "FJ" +value: "FJ" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +data: "PH" +value: "PH" +label: "Filipijnen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +data: "FI" +value: "FI" +label: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +data: "FR" +value: "FR" +label: "Frankrijk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +data: "GF" +value: "GF" +label: "Frans-Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +data: "PF" +value: "PF" +label: "Frans-Polynesië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +data: "TF" +value: "TF" +label: "Franse Gebieden in de zuidelijke Indische Oceaan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +data: "GM" +value: "GM" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +data: "GE" +value: "GE" +label: "Georgië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +data: "GD" +value: "GD" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +data: "GR" +value: "GR" +label: "Griekenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +data: "GL" +value: "GL" +label: "Groenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +data: "GG" +value: "GG" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +data: "GN" +value: "GN" +label: "Guinee" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +data: "GW" +value: "GW" +label: "Guinee-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +data: "HT" +value: "HT" +label: "Haïti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +data: "HM" +value: "HM" +label: "Heard en McDonaldeilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +data: "HU" +value: "HU" +label: "Hongarije" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +data: "HK" +value: "HK" +label: "Hongkong SAR van China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +data: "IE" +value: "IE" +label: "Ierland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: "IS" +value: "IS" +label: "IJsland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +data: "IN" +value: "IN" +label: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +data: "ID" +value: "ID" +label: "Indonesië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +data: "IM" +value: "IM" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +data: "IL" +value: "IL" +label: "Israël" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +data: "IT" +value: "IT" +label: "Italië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +data: "CI" +value: "CI" +label: "Ivoorkust" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +data: "JM" +value: "JM" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +data: "JP" +value: "JP" +label: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +data: "YE" +value: "YE" +label: "Jemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: "JO" +value: "JO" +label: "Jordanië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +data: "KY" +value: "KY" +label: "Kaaimaneilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +data: "CV" +value: "CV" +label: "Kaapverdië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +data: "CM" +value: "CM" +label: "Kameroen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +data: "KZ" +value: "KZ" +label: "Kazachstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +data: "KE" +value: "KE" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +data: "KG" +value: "KG" +label: "Kirgizië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +data: "UM" +value: "UM" +label: "Kleine afgelegen eilanden van de Verenigde Staten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4724 +data: "KW" +value: "KW" +label: "Koeweit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4725 +data: "HR" +value: "HR" +label: "Kroatië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4726 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4727 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +data: "LV" +value: "LV" +label: "Letland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +data: "LB" +value: "LB" +label: "Libanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4730 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4731 +data: "LY" +value: "LY" +label: "Libië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4732 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4733 +data: "LT" +value: "LT" +label: "Litouwen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4734 +data: "LU" +value: "LU" +label: "Luxemburg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4735 +data: "MO" +value: "MO" +label: "Macau SAR van China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4736 +data: "MG" +value: "MG" +label: "Madagaskar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4737 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4738 +data: "MV" +value: "MV" +label: "Maldiven" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4739 +data: "MY" +value: "MY" +label: "Maleisië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4740 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +data: "MT" +value: "MT" +label: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4742 +data: "MA" +value: "MA" +label: "Marokko" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4743 +data: "MH" +value: "MH" +label: "Marshalleilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4744 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4745 +data: "MR" +value: "MR" +label: "Mauritanië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4746 +data: "MU" +value: "MU" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4747 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4748 +data: "MX" +value: "MX" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4749 +data: "FM" +value: "FM" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4750 +data: "MD" +value: "MD" +label: "Moldavië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4751 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +data: "MN" +value: "MN" +label: "Mongolië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4753 +data: "ME" +value: "ME" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4755 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +data: "MM" +value: "MM" +label: "Myanmar (Birma)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4757 +data: "NA" +value: "NA" +label: "Namibië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4758 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4759 +data: "NL" +value: "NL" +label: "Nederland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4760 +data: "NP" +value: "NP" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4761 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4762 +data: "NC" +value: "NC" +label: "Nieuw-Caledonië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +data: "NZ" +value: "NZ" +label: "Nieuw-Zeeland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +data: "KP" +value: "KP" +label: "Noord-Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +data: "MK" +value: "MK" +label: "Noord-Macedonië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +data: "MP" +value: "MP" +label: "Noordelijke Marianen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +data: "NO" +value: "NO" +label: "Noorwegen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +data: "NF" +value: "NF" +label: "Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +data: "UG" +value: "UG" +label: "Oeganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +data: "UA" +value: "UA" +label: "Oekraïne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +data: "UZ" +value: "UZ" +label: "Oezbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +data: "TL" +value: "TL" +label: "Oost-Timor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +data: "AT" +value: "AT" +label: "Oostenrijk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +data: "PW" +value: "PW" +label: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +data: "PS" +value: "PS" +label: "Palestijnse gebieden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +data: "PG" +value: "PG" +label: "Papoea-Nieuw-Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +data: "PE" +value: "PE" +label: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +data: "PN" +value: "PN" +label: "Pitcairneilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +data: "PL" +value: "PL" +label: "Polen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +data: "PR" +value: "PR" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +data: "RE" +value: "RE" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +data: "RO" +value: "RO" +label: "Roemenië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +data: "RU" +value: "RU" +label: "Rusland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +data: "KN" +value: "KN" +label: "Saint Kitts en Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +data: "LC" +value: "LC" +label: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +data: "VC" +value: "VC" +label: "Saint Vincent en de Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +data: "BL" +value: "BL" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +data: "MF" +value: "MF" +label: "Saint-Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4799 +data: "PM" +value: "PM" +label: "Saint-Pierre en Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4800 +data: "SB" +value: "SB" +label: "Salomonseilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +data: "WS" +value: "WS" +label: "Samoa" +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: "ST" +value: "ST" +label: "Sao Tomé en Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4804 +data: "SA" +value: "SA" +label: "Saoedi-Arabië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4805 +data: "SN" +value: "SN" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +data: "RS" +value: "RS" +label: "Servië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +data: "SC" +value: "SC" +label: "Seychellen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4808 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +data: "SG" +value: "SG" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +data: "SH" +value: "SH" +label: "Sint-Helena" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +data: "SX" +value: "SX" +label: "Sint-Maarten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4812 +data: "SI" +value: "SI" +label: "Slovenië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4813 +data: "SK" +value: "SK" +label: "Slowakije" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4814 +data: "SD" +value: "SD" +label: "Soedan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4815 +data: "SO" +value: "SO" +label: "Somalië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4816 +data: "ES" +value: "ES" +label: "Spanje" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +data: "SJ" +value: "SJ" +label: "Spitsbergen en Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4819 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +data: "SY" +value: "SY" +label: "Syrië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4821 +data: "TJ" +value: "TJ" +label: "Tadzjikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4822 +data: "TW" +value: "TW" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4823 +data: "TZ" +value: "TZ" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4824 +data: "TH" +value: "TH" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4825 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4826 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4827 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4828 +data: "TT" +value: "TT" +label: "Trinidad en Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4829 +data: "TD" +value: "TD" +label: "Tsjaad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4830 +data: "CZ" +value: "CZ" +label: "Tsjechië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4831 +data: "TN" +value: "TN" +label: "Tunesië" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4832 +data: "TR" +value: "TR" +label: "Turkije" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4833 +data: "TM" +value: "TM" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4834 +data: "TC" +value: "TC" +label: "Turks- en Caicoseilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4835 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4836 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4837 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4838 +data: "VA" +value: "VA" +label: "Vaticaanstad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4839 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4840 +data: "GB" +value: "GB" +label: "Verenigd Koninkrijk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4841 +data: "AE" +value: "AE" +label: "Verenigde Arabische Emiraten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4842 +data: "US" +value: "US" +label: "Verenigde Staten" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4843 +data: "VN" +value: "VN" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4844 +data: "WF" +value: "WF" +label: "Wallis en Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +data: "EH" +value: "EH" +label: "Westelijke Sahara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4846 +data: "ZM" +value: "ZM" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4847 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +data: "ZA" +value: "ZA" +label: "Zuid-Afrika" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4849 +data: "GS" +value: "GS" +label: "Zuid-Georgia en Zuidelijke Sandwicheilanden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +data: "KR" +value: "KR" +label: "Zuid-Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +data: "SS" +value: "SS" +label: "Zuid-Soedan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +data: "SE" +value: "SE" +label: "Zweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4853 +data: "CH" +value: "CH" +label: "Zwitserland" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4602 -errors: [] -form: Symfony\Component\Form\Form {#3844 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4603 …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) {#4855 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 {#4593 …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 | "039b639d4cae93cc3cd0bec10ab79d.XeAaIJ3qXLK6_y5H2B0o404JAAw6lnfpTZKFHxp4oxw.N5hAa9moP-b_hRsDt3dphyc-SksL4AexKsX9XUoe1FQp0VlmqqNoytyyew" |
| 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 | "039b639d4cae93cc3cd0bec10ab79d.XeAaIJ3qXLK6_y5H2B0o404JAAw6lnfpTZKFHxp4oxw.N5hAa9moP-b_hRsDt3dphyc-SksL4AexKsX9XUoe1FQp0VlmqqNoytyyew" |
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 | "039b639d4cae93cc3cd0bec10ab79d.XeAaIJ3qXLK6_y5H2B0o404JAAw6lnfpTZKFHxp4oxw.N5hAa9moP-b_hRsDt3dphyc-SksL4AexKsX9XUoe1FQp0VlmqqNoytyyew" |
| 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() {#4857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#922 …} $message: Closure() {#4592 …} $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 | "039b639d4cae93cc3cd0bec10ab79d.XeAaIJ3qXLK6_y5H2B0o404JAAw6lnfpTZKFHxp4oxw.N5hAa9moP-b_hRsDt3dphyc-SksL4AexKsX9XUoe1FQp0VlmqqNoytyyew" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4866 -errors: [] -form: Symfony\Component\Form\Form {#4862 …} } |
| form | Symfony\Component\Form\FormView {#4856 …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 | "039b639d4cae93cc3cd0bec10ab79d.XeAaIJ3qXLK6_y5H2B0o404JAAw6lnfpTZKFHxp4oxw.N5hAa9moP-b_hRsDt3dphyc-SksL4AexKsX9XUoe1FQp0VlmqqNoytyyew" |