Forms
-
step1
-
email
-
firstName
-
middleName
-
lastName
-
companyName
-
country
-
registrationType
-
submit
-
_token
-
step1
Form type:
"App\Form\Register\Step1Type"
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 |
|---|---|---|
| locale | "nl_NL" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | "App\Entity\Main\Registration" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1705 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Main\Registration" } } |
| 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 | [] |
| locale | "nl_NL" |
| 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 | false |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1703 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#1704 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "step1" "_step1" ] |
| cache_key | "_step1_step1" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3535 -errors: [] -form: Symfony\Component\Form\Form {#3482 …} } |
| form | Symfony\Component\Form\FormView {#3464 …5} |
| full_name | "step1" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "step1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1" |
| valid | true |
| value | null |
Form type:
"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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "placeholder" => "user.email" "class" => "form-control-sm" "data-automation-id" => "3f03bac57b53700c408b4da3d48061f3" ] |
[ "placeholder" => "user.email" "class" => "form-control-sm" "data-automation-id" => "3f03bac57b53700c408b4da3d48061f3" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1718 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1718 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#3341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "Please enter a valid email address." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "user.email" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#3344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3343 …} $translationDomain: "validators" } } |
Closure() {#3432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3343 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "user.email" "class" => "form-control-sm" "data-automation-id" => "3f03bac57b53700c408b4da3d48061f3" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1718 +payload: null +groups: ? ?array +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\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3341 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 | "user.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| sanitize | false |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3343 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "user.email" "class" => "form-control-sm" "data-automation-id" => "3f03bac57b53700c408b4da3d48061f3" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_step1_email" ] |
| cache_key | "_step1_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3544 -errors: [] -form: Symfony\Component\Form\Form {#3523 …} } |
| form | Symfony\Component\Form\FormView {#3546 …5} |
| full_name | "step1[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_email" |
| label | "user.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_email" |
| valid | true |
| value | "" |
firstName
Form type:
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "placeholder" => "user.first_name" "class" => "form-control-sm" "data-automation-id" => "50444ff444ffa4b7ed635502d5519102" ] |
[ "placeholder" => "user.first_name" "class" => "form-control-sm" "data-automation-id" => "50444ff444ffa4b7ed635502d5519102" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1685 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1685 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "user.first_name" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#3353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3352 …} $translationDomain: "validators" } } |
Closure() {#3440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3352 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "user.first_name" "class" => "form-control-sm" "data-automation-id" => "50444ff444ffa4b7ed635502d5519102" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1685 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "user.first_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 | false |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3352 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "user.first_name" "class" => "form-control-sm" "data-automation-id" => "50444ff444ffa4b7ed635502d5519102" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_firstName" ] |
| cache_key | "_step1_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3543 -errors: [] -form: Symfony\Component\Form\Form {#3526 …} } |
| form | Symfony\Component\Form\FormView {#3542 …5} |
| full_name | "step1[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_firstName" |
| label | "user.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_firstName" |
| valid | true |
| value | null |
middleName
Form type:
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "placeholder" => "user.middle_name" "class" => "form-control-sm" "data-automation-id" => "3af42fe118b5b2ef18a36280a26efe5b" ] |
[ "placeholder" => "user.middle_name" "class" => "form-control-sm" "data-automation-id" => "3af42fe118b5b2ef18a36280a26efe5b" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1694 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 0 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1694 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 0 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "user.middle_name" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | false |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#3362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3361 …} $translationDomain: "validators" } } |
Closure() {#3447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3361 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "user.middle_name" "class" => "form-control-sm" "data-automation-id" => "3af42fe118b5b2ef18a36280a26efe5b" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1694 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 0 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "user.middle_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 | false |
| row_attr | [] |
| sanitize | false |
| 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: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3361 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "user.middle_name" "class" => "form-control-sm" "data-automation-id" => "3af42fe118b5b2ef18a36280a26efe5b" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_middleName" ] |
| cache_key | "_step1_middleName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3541 -errors: [] -form: Symfony\Component\Form\Form {#3529 …} } |
| form | Symfony\Component\Form\FormView {#3540 …5} |
| full_name | "step1[middleName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_middleName" |
| label | "user.middle_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "middleName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_middleName" |
| valid | true |
| value | null |
lastName
Form type:
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "placeholder" => "user.last_name" "class" => "form-control-sm" "data-automation-id" => "635a8a2562d02ccdea949258956cc3bc" ] |
[ "placeholder" => "user.last_name" "class" => "form-control-sm" "data-automation-id" => "635a8a2562d02ccdea949258956cc3bc" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1693 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1693 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "user.last_name" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#3371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3370 …} $translationDomain: "validators" } } |
Closure() {#3454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3370 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "user.last_name" "class" => "form-control-sm" "data-automation-id" => "635a8a2562d02ccdea949258956cc3bc" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1693 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 45 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "user.last_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 | false |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3454 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3370 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "user.last_name" "class" => "form-control-sm" "data-automation-id" => "635a8a2562d02ccdea949258956cc3bc" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_lastName" ] |
| cache_key | "_step1_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3472 -errors: [] -form: Symfony\Component\Form\Form {#3520 …} } |
| form | Symfony\Component\Form\FormView {#3473 …5} |
| full_name | "step1[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_lastName" |
| label | "user.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_lastName" |
| valid | true |
| value | null |
companyName
Form type:
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "placeholder" => "account.name" "class" => "form-control-sm" "data-automation-id" => "b09799f945c54b23a7dea984b2b02b33" ] |
[ "placeholder" => "account.name" "class" => "form-control-sm" "data-automation-id" => "b09799f945c54b23a7dea984b2b02b33" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1692 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1692 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "account.name" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| sanitize_html | false |
same as passed value |
| sanitizer | null |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#3380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3379 …} $translationDomain: "validators" } } |
Closure() {#3461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3379 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.name" "class" => "form-control-sm" "data-automation-id" => "b09799f945c54b23a7dea984b2b02b33" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1692 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 1 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "account.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 | false |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3379 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.name" "class" => "form-control-sm" "data-automation-id" => "b09799f945c54b23a7dea984b2b02b33" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_step1_companyName" ] |
| cache_key | "_step1_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3465 -errors: [] -form: Symfony\Component\Form\Form {#3517 …} } |
| form | Symfony\Component\Form\FormView {#3503 …5} |
| full_name | "step1[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_companyName" |
| label | "account.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_step1_companyName" |
| valid | true |
| value | null |
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "data-placeholder" => "Land" "class" => "form-select-sm" "data-automation-id" => "d19cd2d7b5309cb31f00e08037725824" ] |
[ "data-placeholder" => "Land" "class" => "form-select-sm" "data-automation-id" => "d19cd2d7b5309cb31f00e08037725824" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| choice_attr | null |
same as passed value |
| choice_filter | null |
same as passed value |
| choice_label | null |
same as passed value |
| choice_lazy | false |
same as passed value |
| choice_loader | null |
same as passed value |
| choice_name | null |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choice_translation_parameters | [] |
same as passed value |
| choice_value | null |
same as passed value |
| choices | [ "" => "" "Meest gekozen" => [ "België" => 21 "Nederland" => 154 ] "Overig" => [ "Afghanistan" => 1 "Ålandseilanden" => 2 "Albanië" => 3 "Algerije" => 4 "American Samoa" => 6 "Amerikaanse Maagdeneilanden" => 5 "Andorra" => 7 "Angola" => 8 "Anguilla" => 9 "Antarctica" => 10 "Antigua and Barbuda" => 11 "Argentinië" => 12 "Armenië" => 13 "Aruba" => 14 "Australië" => 15 "Azerbeidzjan" => 16 "Bahamas" => 17 "Bahrein" => 18 "Bangladesh" => 19 "Barbados" => 20 "Belize" => 22 "Benin" => 23 "Bermuda" => 24 "Bhutan" => 25 "Bolivia" => 26 "Bonaire, Sint Eustatius en Saba" => 27 "Bosnië en Herzegovina" => 28 "Botswana" => 29 "Bouveteiland" => 30 "Brazilië" => 31 "Brits Indische Oceaanterritorium" => 33 "Britse Maagdeneilanden" => 32 "Brunei" => 34 "Bulgarije" => 35 "Burkina Faso" => 36 "Burundi" => 37 "Cambodja" => 38 "Canada" => 39 "Caymaneilanden" => 109 "Centraal-Afrikaanse Republiek" => 40 "Chili" => 41 "China" => 42 "Christmaseiland" => 43 "Cocoseilanden" => 44 "Colombia" => 45 "Comoren" => 46 "Congo-Brazzaville" => 47 "Congo-Kinshasa" => 48 "Cookeilanden" => 49 "Costa Rica" => 50 "Cuba" => 51 "Curaçao" => 52 "Cyprus" => 53 "Denemarken" => 54 "Djibouti" => 55 "Dominica" => 56 "Dominicaanse Republiek" => 57 "Duitsland" => 58 "Ecuador" => 59 "Egypte" => 60 "El Salvador" => 61 "Equatoriaal-Guinea" => 62 "Eritrea" => 63 "Estland" => 64 "Ethiopië" => 65 "Faeröer" => 66 "Falklandeilanden" => 67 "Fiji" => 68 "Filipijnen" => 69 "Finland" => 70 "Frankrijk" => 71 "Frans-Guyana" => 73 "Frans-Polynesië" => 74 "Franse Zuidelijke en Antarctische Gebieden" => 72 "Gabon" => 75 "Gambia" => 76 "Georgië" => 77 "Ghana" => 78 "Gibraltar" => 79 "Grenada" => 80 "Griekenland" => 81 "Groenland" => 82 "Guadeloupe" => 83 "Guam" => 84 "Guatemala" => 85 "Guernsey" => 86 "Guinee" => 87 "Guinee-Bissau" => 88 "Guyana" => 89 "Haïti" => 90 "Heard en McDonaldeilanden" => 91 "Honduras" => 92 "Hongarije" => 93 "Hongkong" => 94 "Ierland" => 95 "IJsland" => 96 "India" => 97 "Indonesië" => 98 "Irak" => 99 "Iran" => 100 "Isle of Man" => 136 "Israël" => 101 "Italië" => 102 "Ivoorkust" => 103 "Jamaica" => 104 "Japan" => 105 "Jemen" => 106 "Jersey" => 107 "Jordanië" => 108 "Kaapverdië" => 110 "Kameroen" => 111 "Kazachstan" => 112 "Kenia" => 113 "Kirgizië" => 114 "Kiribati" => 115 "Kleine Pacifische eilanden van de Verenigde Staten" => 116 "Koeweit" => 117 "Kosovo" => 253 "Kroatië" => 118 "Laos" => 119 "Lesotho" => 120 "Letland" => 121 "Libanon" => 122 "Liberië" => 123 "Libië" => 124 "Liechtenstein" => 125 "Litouwen" => 126 "Luxemburg" => 127 "Macau" => 128 "Macedonië" => 129 "Madagaskar" => 130 "Malawi" => 131 "Maldiven" => 132 "Maleisië" => 133 "Mali" => 134 "Malta" => 135 "Marokko" => 137 "Marshalleilanden" => 138 "Martinique" => 139 "Mauritanië" => 140 "Mauritius" => 141 "Mayotte" => 142 "Mexico" => 143 "Micronesia" => 144 "Moldavië" => 145 "Monaco" => 146 "Mongolië" => 147 "Montenegro" => 148 "Montserrat" => 149 "Mozambique" => 150 "Myanmar" => 151 "Namibië" => 152 "Nauru" => 153 "Nepal" => 155 "Nicaragua" => 156 "Nieuw-Caledonië" => 157 "Nieuw-Zeeland" => 158 "Niger" => 159 "Nigeria" => 160 "Niue" => 161 "Noord-Korea" => 163 "Noordelijke Marianen" => 162 "Noorwegen" => 164 "Norfolk" => 165 "Oeganda" => 166 "Oekraïne" => 167 "Oezbekistan" => 168 "Oman" => 169 "Oost-Timor" => 171 "Oostenrijk" => 170 "Pakistan" => 172 "Palau" => 173 "Palestina" => 174 "Panama" => 175 "Papua-Nieuw-Guinea" => 176 "Paraguay" => 177 "Peru" => 178 "Pitcairneilanden" => 179 "Polen" => 180 "Portugal" => 181 "Puerto Rico" => 182 "Qatar" => 183 "Réunion" => 184 "Roemenië" => 185 "Rusland" => 186 "Rwanda" => 187 "Saint Kitts en Nevis" => 189 "Saint Lucia" => 190 "Saint Vincent en de Grenadines" => 192 "Saint-Barthélemy" => 188 "Saint-Pierre en Miquelon" => 191 "Salomonseilanden" => 193 "Samoa" => 194 "San Marino" => 195 "Sao Tomé en Principe" => 197 "Saoedi-Arabië" => 196 "Schotland" => 252 "Senegal" => 198 "Servië" => 199 "Seychellen" => 200 "Sierra Leone" => 201 "Singapore" => 202 "Sint Maarten" => 205 "Sint-Helena, Ascension en Tristan da Cunha" => 203 "Sint-Maarten" => 204 "Slovenië" => 206 "Slowakije" => 207 "Soedan" => 208 "Somalië" => 209 "Spanje" => 210 "Spitsbergen en Jan Mayen" => 211 "Sri Lanka" => 212 "Suriname" => 213 "Swaziland" => 214 "Syrië" => 215 "Tadzjikistan" => 216 "Taiwan" => 217 "Tanzania" => 218 "Thailand" => 219 "Togo" => 220 "Tokelau-eilanden" => 221 "Tonga" => 222 "Trinidad en Tobago" => 223 "Tsjaad" => 224 "Tsjechië" => 225 "Tunesië" => 226 "Turkije" => 227 "Turkmenistan" => 228 "Turks- en Caicoseilanden" => 229 "Tuvalu" => 230 "Uruguay" => 231 "Vanuatu" => 232 "Vaticaanstad" => 233 "Venezuela" => 234 "Verenigd Koninkrijk" => 237 "Verenigde Arabische Emiraten" => 235 "Verenigde Staten" => 236 "Vietnam" => 238 "Wallis en Futuna" => 239 "Westelijke Sahara" => 240 "Wit-Rusland" => 241 "World" => 251 "Zambia" => 242 "Zimbabwe" => 243 "Zuid-Afrika" => 244 "Zuid-Georgia en de Zuidelijke Sandwicheilanden" => 245 "Zuid-Korea" => 246 "Zuid-Soedan" => 247 "Zweden" => 248 "Zwitserland" => 249 ] ] |
[ "" => "" "Meest gekozen" => [ "België" => 21 "Nederland" => 154 ] "Overig" => [ "Afghanistan" => 1 "Ålandseilanden" => 2 "Albanië" => 3 "Algerije" => 4 "American Samoa" => 6 "Amerikaanse Maagdeneilanden" => 5 "Andorra" => 7 "Angola" => 8 "Anguilla" => 9 "Antarctica" => 10 "Antigua and Barbuda" => 11 "Argentinië" => 12 "Armenië" => 13 "Aruba" => 14 "Australië" => 15 "Azerbeidzjan" => 16 "Bahamas" => 17 "Bahrein" => 18 "Bangladesh" => 19 "Barbados" => 20 "Belize" => 22 "Benin" => 23 "Bermuda" => 24 "Bhutan" => 25 "Bolivia" => 26 "Bonaire, Sint Eustatius en Saba" => 27 "Bosnië en Herzegovina" => 28 "Botswana" => 29 "Bouveteiland" => 30 "Brazilië" => 31 "Brits Indische Oceaanterritorium" => 33 "Britse Maagdeneilanden" => 32 "Brunei" => 34 "Bulgarije" => 35 "Burkina Faso" => 36 "Burundi" => 37 "Cambodja" => 38 "Canada" => 39 "Caymaneilanden" => 109 "Centraal-Afrikaanse Republiek" => 40 "Chili" => 41 "China" => 42 "Christmaseiland" => 43 "Cocoseilanden" => 44 "Colombia" => 45 "Comoren" => 46 "Congo-Brazzaville" => 47 "Congo-Kinshasa" => 48 "Cookeilanden" => 49 "Costa Rica" => 50 "Cuba" => 51 "Curaçao" => 52 "Cyprus" => 53 "Denemarken" => 54 "Djibouti" => 55 "Dominica" => 56 "Dominicaanse Republiek" => 57 "Duitsland" => 58 "Ecuador" => 59 "Egypte" => 60 "El Salvador" => 61 "Equatoriaal-Guinea" => 62 "Eritrea" => 63 "Estland" => 64 "Ethiopië" => 65 "Faeröer" => 66 "Falklandeilanden" => 67 "Fiji" => 68 "Filipijnen" => 69 "Finland" => 70 "Frankrijk" => 71 "Frans-Guyana" => 73 "Frans-Polynesië" => 74 "Franse Zuidelijke en Antarctische Gebieden" => 72 "Gabon" => 75 "Gambia" => 76 "Georgië" => 77 "Ghana" => 78 "Gibraltar" => 79 "Grenada" => 80 "Griekenland" => 81 "Groenland" => 82 "Guadeloupe" => 83 "Guam" => 84 "Guatemala" => 85 "Guernsey" => 86 "Guinee" => 87 "Guinee-Bissau" => 88 "Guyana" => 89 "Haïti" => 90 "Heard en McDonaldeilanden" => 91 "Honduras" => 92 "Hongarije" => 93 "Hongkong" => 94 "Ierland" => 95 "IJsland" => 96 "India" => 97 "Indonesië" => 98 "Irak" => 99 "Iran" => 100 "Isle of Man" => 136 "Israël" => 101 "Italië" => 102 "Ivoorkust" => 103 "Jamaica" => 104 "Japan" => 105 "Jemen" => 106 "Jersey" => 107 "Jordanië" => 108 "Kaapverdië" => 110 "Kameroen" => 111 "Kazachstan" => 112 "Kenia" => 113 "Kirgizië" => 114 "Kiribati" => 115 "Kleine Pacifische eilanden van de Verenigde Staten" => 116 "Koeweit" => 117 "Kosovo" => 253 "Kroatië" => 118 "Laos" => 119 "Lesotho" => 120 "Letland" => 121 "Libanon" => 122 "Liberië" => 123 "Libië" => 124 "Liechtenstein" => 125 "Litouwen" => 126 "Luxemburg" => 127 "Macau" => 128 "Macedonië" => 129 "Madagaskar" => 130 "Malawi" => 131 "Maldiven" => 132 "Maleisië" => 133 "Mali" => 134 "Malta" => 135 "Marokko" => 137 "Marshalleilanden" => 138 "Martinique" => 139 "Mauritanië" => 140 "Mauritius" => 141 "Mayotte" => 142 "Mexico" => 143 "Micronesia" => 144 "Moldavië" => 145 "Monaco" => 146 "Mongolië" => 147 "Montenegro" => 148 "Montserrat" => 149 "Mozambique" => 150 "Myanmar" => 151 "Namibië" => 152 "Nauru" => 153 "Nepal" => 155 "Nicaragua" => 156 "Nieuw-Caledonië" => 157 "Nieuw-Zeeland" => 158 "Niger" => 159 "Nigeria" => 160 "Niue" => 161 "Noord-Korea" => 163 "Noordelijke Marianen" => 162 "Noorwegen" => 164 "Norfolk" => 165 "Oeganda" => 166 "Oekraïne" => 167 "Oezbekistan" => 168 "Oman" => 169 "Oost-Timor" => 171 "Oostenrijk" => 170 "Pakistan" => 172 "Palau" => 173 "Palestina" => 174 "Panama" => 175 "Papua-Nieuw-Guinea" => 176 "Paraguay" => 177 "Peru" => 178 "Pitcairneilanden" => 179 "Polen" => 180 "Portugal" => 181 "Puerto Rico" => 182 "Qatar" => 183 "Réunion" => 184 "Roemenië" => 185 "Rusland" => 186 "Rwanda" => 187 "Saint Kitts en Nevis" => 189 "Saint Lucia" => 190 "Saint Vincent en de Grenadines" => 192 "Saint-Barthélemy" => 188 "Saint-Pierre en Miquelon" => 191 "Salomonseilanden" => 193 "Samoa" => 194 "San Marino" => 195 "Sao Tomé en Principe" => 197 "Saoedi-Arabië" => 196 "Schotland" => 252 "Senegal" => 198 "Servië" => 199 "Seychellen" => 200 "Sierra Leone" => 201 "Singapore" => 202 "Sint Maarten" => 205 "Sint-Helena, Ascension en Tristan da Cunha" => 203 "Sint-Maarten" => 204 "Slovenië" => 206 "Slowakije" => 207 "Soedan" => 208 "Somalië" => 209 "Spanje" => 210 "Spitsbergen en Jan Mayen" => 211 "Sri Lanka" => 212 "Suriname" => 213 "Swaziland" => 214 "Syrië" => 215 "Tadzjikistan" => 216 "Taiwan" => 217 "Tanzania" => 218 "Thailand" => 219 "Togo" => 220 "Tokelau-eilanden" => 221 "Tonga" => 222 "Trinidad en Tobago" => 223 "Tsjaad" => 224 "Tsjechië" => 225 "Tunesië" => 226 "Turkije" => 227 "Turkmenistan" => 228 "Turks- en Caicoseilanden" => 229 "Tuvalu" => 230 "Uruguay" => 231 "Vanuatu" => 232 "Vaticaanstad" => 233 "Venezuela" => 234 "Verenigd Koninkrijk" => 237 "Verenigde Arabische Emiraten" => 235 "Verenigde Staten" => 236 "Vietnam" => 238 "Wallis en Futuna" => 239 "Westelijke Sahara" => 240 "Wit-Rusland" => 241 "World" => 251 "Zambia" => 242 "Zimbabwe" => 243 "Zuid-Afrika" => 244 "Zuid-Georgia en de Zuidelijke Sandwicheilanden" => 245 "Zuid-Korea" => 246 "Zuid-Soedan" => 247 "Zweden" => 248 "Zwitserland" => 249 ] ] |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| duplicate_preferred_choices | true |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| expanded | false |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| group_by | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "The selected choice is invalid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "account.country" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | null |
same as passed value |
| placeholder_attr | [] |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| preferred_choices | [] |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| separator | "-------------------" |
same as passed value |
| separator_html | false |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | false |
same as passed value |
| upload_max_size_message | Closure() {#3402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3400 …} $translationDomain: "validators" } } |
Closure() {#3498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3400 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-placeholder" => "Land" "class" => "form-select-sm" "data-automation-id" => "d19cd2d7b5309cb31f00e08037725824" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "" => "" "Meest gekozen" => [ "België" => 21 "Nederland" => 154 ] "Overig" => [ "Afghanistan" => 1 "Ålandseilanden" => 2 "Albanië" => 3 "Algerije" => 4 "American Samoa" => 6 "Amerikaanse Maagdeneilanden" => 5 "Andorra" => 7 "Angola" => 8 "Anguilla" => 9 "Antarctica" => 10 "Antigua and Barbuda" => 11 "Argentinië" => 12 "Armenië" => 13 "Aruba" => 14 "Australië" => 15 "Azerbeidzjan" => 16 "Bahamas" => 17 "Bahrein" => 18 "Bangladesh" => 19 "Barbados" => 20 "Belize" => 22 "Benin" => 23 "Bermuda" => 24 "Bhutan" => 25 "Bolivia" => 26 "Bonaire, Sint Eustatius en Saba" => 27 "Bosnië en Herzegovina" => 28 "Botswana" => 29 "Bouveteiland" => 30 "Brazilië" => 31 "Brits Indische Oceaanterritorium" => 33 "Britse Maagdeneilanden" => 32 "Brunei" => 34 "Bulgarije" => 35 "Burkina Faso" => 36 "Burundi" => 37 "Cambodja" => 38 "Canada" => 39 "Caymaneilanden" => 109 "Centraal-Afrikaanse Republiek" => 40 "Chili" => 41 "China" => 42 "Christmaseiland" => 43 "Cocoseilanden" => 44 "Colombia" => 45 "Comoren" => 46 "Congo-Brazzaville" => 47 "Congo-Kinshasa" => 48 "Cookeilanden" => 49 "Costa Rica" => 50 "Cuba" => 51 "Curaçao" => 52 "Cyprus" => 53 "Denemarken" => 54 "Djibouti" => 55 "Dominica" => 56 "Dominicaanse Republiek" => 57 "Duitsland" => 58 "Ecuador" => 59 "Egypte" => 60 "El Salvador" => 61 "Equatoriaal-Guinea" => 62 "Eritrea" => 63 "Estland" => 64 "Ethiopië" => 65 "Faeröer" => 66 "Falklandeilanden" => 67 "Fiji" => 68 "Filipijnen" => 69 "Finland" => 70 "Frankrijk" => 71 "Frans-Guyana" => 73 "Frans-Polynesië" => 74 "Franse Zuidelijke en Antarctische Gebieden" => 72 "Gabon" => 75 "Gambia" => 76 "Georgië" => 77 "Ghana" => 78 "Gibraltar" => 79 "Grenada" => 80 "Griekenland" => 81 "Groenland" => 82 "Guadeloupe" => 83 "Guam" => 84 "Guatemala" => 85 "Guernsey" => 86 "Guinee" => 87 "Guinee-Bissau" => 88 "Guyana" => 89 "Haïti" => 90 "Heard en McDonaldeilanden" => 91 "Honduras" => 92 "Hongarije" => 93 "Hongkong" => 94 "Ierland" => 95 "IJsland" => 96 "India" => 97 "Indonesië" => 98 "Irak" => 99 "Iran" => 100 "Isle of Man" => 136 "Israël" => 101 "Italië" => 102 "Ivoorkust" => 103 "Jamaica" => 104 "Japan" => 105 "Jemen" => 106 "Jersey" => 107 "Jordanië" => 108 "Kaapverdië" => 110 "Kameroen" => 111 "Kazachstan" => 112 "Kenia" => 113 "Kirgizië" => 114 "Kiribati" => 115 "Kleine Pacifische eilanden van de Verenigde Staten" => 116 "Koeweit" => 117 "Kosovo" => 253 "Kroatië" => 118 "Laos" => 119 "Lesotho" => 120 "Letland" => 121 "Libanon" => 122 "Liberië" => 123 "Libië" => 124 "Liechtenstein" => 125 "Litouwen" => 126 "Luxemburg" => 127 "Macau" => 128 "Macedonië" => 129 "Madagaskar" => 130 "Malawi" => 131 "Maldiven" => 132 "Maleisië" => 133 "Mali" => 134 "Malta" => 135 "Marokko" => 137 "Marshalleilanden" => 138 "Martinique" => 139 "Mauritanië" => 140 "Mauritius" => 141 "Mayotte" => 142 "Mexico" => 143 "Micronesia" => 144 "Moldavië" => 145 "Monaco" => 146 "Mongolië" => 147 "Montenegro" => 148 "Montserrat" => 149 "Mozambique" => 150 "Myanmar" => 151 "Namibië" => 152 "Nauru" => 153 "Nepal" => 155 "Nicaragua" => 156 "Nieuw-Caledonië" => 157 "Nieuw-Zeeland" => 158 "Niger" => 159 "Nigeria" => 160 "Niue" => 161 "Noord-Korea" => 163 "Noordelijke Marianen" => 162 "Noorwegen" => 164 "Norfolk" => 165 "Oeganda" => 166 "Oekraïne" => 167 "Oezbekistan" => 168 "Oman" => 169 "Oost-Timor" => 171 "Oostenrijk" => 170 "Pakistan" => 172 "Palau" => 173 "Palestina" => 174 "Panama" => 175 "Papua-Nieuw-Guinea" => 176 "Paraguay" => 177 "Peru" => 178 "Pitcairneilanden" => 179 "Polen" => 180 "Portugal" => 181 "Puerto Rico" => 182 "Qatar" => 183 "Réunion" => 184 "Roemenië" => 185 "Rusland" => 186 "Rwanda" => 187 "Saint Kitts en Nevis" => 189 "Saint Lucia" => 190 "Saint Vincent en de Grenadines" => 192 "Saint-Barthélemy" => 188 "Saint-Pierre en Miquelon" => 191 "Salomonseilanden" => 193 "Samoa" => 194 "San Marino" => 195 "Sao Tomé en Principe" => 197 "Saoedi-Arabië" => 196 "Schotland" => 252 "Senegal" => 198 "Servië" => 199 "Seychellen" => 200 "Sierra Leone" => 201 "Singapore" => 202 "Sint Maarten" => 205 "Sint-Helena, Ascension en Tristan da Cunha" => 203 "Sint-Maarten" => 204 "Slovenië" => 206 "Slowakije" => 207 "Soedan" => 208 "Somalië" => 209 "Spanje" => 210 "Spitsbergen en Jan Mayen" => 211 "Sri Lanka" => 212 "Suriname" => 213 "Swaziland" => 214 "Syrië" => 215 "Tadzjikistan" => 216 "Taiwan" => 217 "Tanzania" => 218 "Thailand" => 219 "Togo" => 220 "Tokelau-eilanden" => 221 "Tonga" => 222 "Trinidad en Tobago" => 223 "Tsjaad" => 224 "Tsjechië" => 225 "Tunesië" => 226 "Turkije" => 227 "Turkmenistan" => 228 "Turks- en Caicoseilanden" => 229 "Tuvalu" => 230 "Uruguay" => 231 "Vanuatu" => 232 "Vaticaanstad" => 233 "Venezuela" => 234 "Verenigd Koninkrijk" => 237 "Verenigde Arabische Emiraten" => 235 "Verenigde Staten" => 236 "Vietnam" => 238 "Wallis en Futuna" => 239 "Westelijke Sahara" => 240 "Wit-Rusland" => 241 "World" => 251 "Zambia" => 242 "Zimbabwe" => 243 "Zuid-Afrika" => 244 "Zuid-Georgia en de Zuidelijke Sandwicheilanden" => 245 "Zuid-Korea" => 246 "Zuid-Soedan" => 247 "Zweden" => 248 "Zwitserland" => 249 ] ] |
| 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\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| 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 | "account.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 | [] |
| sanitize | false |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3400 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-placeholder" => "Land" "class" => "form-select-sm" "data-automation-id" => "d19cd2d7b5309cb31f00e08037725824" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_step1_country" ] |
| cache_key | "_step1_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +data: "" +value: "" +label: "" +attr: [] +labelTranslationParameters: [] } "Meest gekozen" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3536 +label: "Meest gekozen" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3549 +data: 21 +value: "21" +label: "België" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3548 +data: 154 +value: "154" +label: "Nederland" +attr: [] +labelTranslationParameters: [] } ] } "Overig" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3797 +label: "Overig" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +data: 1 +value: "1" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +data: 2 +value: "2" +label: "Ålandseilanden" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +data: 3 +value: "3" +label: "Albanië" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +data: 4 +value: "4" +label: "Algerije" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3551 +data: 6 +value: "6" +label: "American Samoa" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +data: 5 +value: "5" +label: "Amerikaanse Maagdeneilanden" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +data: 7 +value: "7" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +data: 8 +value: "8" +label: "Angola" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +data: 9 +value: "9" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3556 +data: 10 +value: "10" +label: "Antarctica" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +data: 11 +value: "11" +label: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +data: 12 +value: "12" +label: "Argentinië" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3559 +data: 13 +value: "13" +label: "Armenië" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3560 +data: 14 +value: "14" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3561 +data: 15 +value: "15" +label: "Australië" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3562 +data: 16 +value: "16" +label: "Azerbeidzjan" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3563 +data: 17 +value: "17" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3564 +data: 18 +value: "18" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +data: 19 +value: "19" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3566 +data: 20 +value: "20" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3567 +data: 22 +value: "22" +label: "Belize" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3568 +data: 23 +value: "23" +label: "Benin" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3569 +data: 24 +value: "24" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3570 +data: 25 +value: "25" +label: "Bhutan" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3571 +data: 26 +value: "26" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3572 +data: 27 +value: "27" +label: "Bonaire, Sint Eustatius en Saba" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +data: 28 +value: "28" +label: "Bosnië en Herzegovina" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3574 +data: 29 +value: "29" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3575 +data: 30 +value: "30" +label: "Bouveteiland" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3576 +data: 31 +value: "31" +label: "Brazilië" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3577 +data: 33 +value: "33" +label: "Brits Indische Oceaanterritorium" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3578 +data: 32 +value: "32" +label: "Britse Maagdeneilanden" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3579 +data: 34 +value: "34" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3580 +data: 35 +value: "35" +label: "Bulgarije" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3581 +data: 36 +value: "36" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3582 +data: 37 +value: "37" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3583 +data: 38 +value: "38" +label: "Cambodja" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3584 +data: 39 +value: "39" +label: "Canada" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3585 +data: 109 +value: "109" +label: "Caymaneilanden" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3586 +data: 40 +value: "40" +label: "Centraal-Afrikaanse Republiek" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3587 +data: 41 +value: "41" +label: "Chili" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3588 +data: 42 +value: "42" +label: "China" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3589 +data: 43 +value: "43" +label: "Christmaseiland" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3590 +data: 44 +value: "44" +label: "Cocoseilanden" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +data: 45 +value: "45" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3592 +data: 46 +value: "46" +label: "Comoren" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +data: 47 +value: "47" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3594 +data: 48 +value: "48" +label: "Congo-Kinshasa" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3595 +data: 49 +value: "49" +label: "Cookeilanden" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3596 +data: 50 +value: "50" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3597 +data: 51 +value: "51" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3598 +data: 52 +value: "52" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3599 +data: 53 +value: "53" +label: "Cyprus" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3600 +data: 54 +value: "54" +label: "Denemarken" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3601 +data: 55 +value: "55" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3602 +data: 56 +value: "56" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3603 +data: 57 +value: "57" +label: "Dominicaanse Republiek" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3604 +data: 58 +value: "58" +label: "Duitsland" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3605 +data: 59 +value: "59" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +data: 60 +value: "60" +label: "Egypte" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3607 +data: 61 +value: "61" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3608 +data: 62 +value: "62" +label: "Equatoriaal-Guinea" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +data: 63 +value: "63" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3610 +data: 64 +value: "64" +label: "Estland" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3611 +data: 65 +value: "65" +label: "Ethiopië" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3612 +data: 66 +value: "66" +label: "Faeröer" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3613 +data: 67 +value: "67" +label: "Falklandeilanden" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3614 +data: 68 +value: "68" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3615 +data: 69 +value: "69" +label: "Filipijnen" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3616 +data: 70 +value: "70" +label: "Finland" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +data: 71 +value: "71" +label: "Frankrijk" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3618 +data: 73 +value: "73" +label: "Frans-Guyana" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3619 +data: 74 +value: "74" +label: "Frans-Polynesië" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3620 +data: 72 +value: "72" +label: "Franse Zuidelijke en Antarctische Gebieden" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3621 +data: 75 +value: "75" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3622 +data: 76 +value: "76" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3623 +data: 77 +value: "77" +label: "Georgië" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3624 +data: 78 +value: "78" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3625 +data: 79 +value: "79" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3626 +data: 80 +value: "80" +label: "Grenada" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3627 +data: 81 +value: "81" +label: "Griekenland" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3628 +data: 82 +value: "82" +label: "Groenland" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3629 +data: 83 +value: "83" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3630 +data: 84 +value: "84" +label: "Guam" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3631 +data: 85 +value: "85" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3632 +data: 86 +value: "86" +label: "Guernsey" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3633 +data: 87 +value: "87" +label: "Guinee" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3634 +data: 88 +value: "88" +label: "Guinee-Bissau" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3635 +data: 89 +value: "89" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3636 +data: 90 +value: "90" +label: "Haïti" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3637 +data: 91 +value: "91" +label: "Heard en McDonaldeilanden" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3638 +data: 92 +value: "92" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3639 +data: 93 +value: "93" +label: "Hongarije" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3640 +data: 94 +value: "94" +label: "Hongkong" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3641 +data: 95 +value: "95" +label: "Ierland" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3642 +data: 96 +value: "96" +label: "IJsland" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3643 +data: 97 +value: "97" +label: "India" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3644 +data: 98 +value: "98" +label: "Indonesië" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3645 +data: 99 +value: "99" +label: "Irak" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3646 +data: 100 +value: "100" +label: "Iran" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3647 +data: 136 +value: "136" +label: "Isle of Man" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3648 +data: 101 +value: "101" +label: "Israël" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3649 +data: 102 +value: "102" +label: "Italië" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3650 +data: 103 +value: "103" +label: "Ivoorkust" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3651 +data: 104 +value: "104" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3652 +data: 105 +value: "105" +label: "Japan" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3653 +data: 106 +value: "106" +label: "Jemen" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3654 +data: 107 +value: "107" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3655 +data: 108 +value: "108" +label: "Jordanië" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3656 +data: 110 +value: "110" +label: "Kaapverdië" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3657 +data: 111 +value: "111" +label: "Kameroen" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3658 +data: 112 +value: "112" +label: "Kazachstan" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3659 +data: 113 +value: "113" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3660 +data: 114 +value: "114" +label: "Kirgizië" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3661 +data: 115 +value: "115" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3662 +data: 116 +value: "116" +label: "Kleine Pacifische eilanden van de Verenigde Staten" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3663 +data: 117 +value: "117" +label: "Koeweit" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3664 +data: 253 +value: "253" +label: "Kosovo" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3665 +data: 118 +value: "118" +label: "Kroatië" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3666 +data: 119 +value: "119" +label: "Laos" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3667 +data: 120 +value: "120" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3668 +data: 121 +value: "121" +label: "Letland" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3669 +data: 122 +value: "122" +label: "Libanon" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3670 +data: 123 +value: "123" +label: "Liberië" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3671 +data: 124 +value: "124" +label: "Libië" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3672 +data: 125 +value: "125" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3673 +data: 126 +value: "126" +label: "Litouwen" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3674 +data: 127 +value: "127" +label: "Luxemburg" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3675 +data: 128 +value: "128" +label: "Macau" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3676 +data: 129 +value: "129" +label: "Macedonië" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3677 +data: 130 +value: "130" +label: "Madagaskar" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3678 +data: 131 +value: "131" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3679 +data: 132 +value: "132" +label: "Maldiven" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3680 +data: 133 +value: "133" +label: "Maleisië" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3681 +data: 134 +value: "134" +label: "Mali" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3682 +data: 135 +value: "135" +label: "Malta" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3683 +data: 137 +value: "137" +label: "Marokko" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3684 +data: 138 +value: "138" +label: "Marshalleilanden" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3685 +data: 139 +value: "139" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3686 +data: 140 +value: "140" +label: "Mauritanië" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3687 +data: 141 +value: "141" +label: "Mauritius" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3688 +data: 142 +value: "142" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3689 +data: 143 +value: "143" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3690 +data: 144 +value: "144" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3691 +data: 145 +value: "145" +label: "Moldavië" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3692 +data: 146 +value: "146" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3693 +data: 147 +value: "147" +label: "Mongolië" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3694 +data: 148 +value: "148" +label: "Montenegro" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3695 +data: 149 +value: "149" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3696 +data: 150 +value: "150" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3697 +data: 151 +value: "151" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3698 +data: 152 +value: "152" +label: "Namibië" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3699 +data: 153 +value: "153" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3700 +data: 155 +value: "155" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3701 +data: 156 +value: "156" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3702 +data: 157 +value: "157" +label: "Nieuw-Caledonië" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3703 +data: 158 +value: "158" +label: "Nieuw-Zeeland" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3704 +data: 159 +value: "159" +label: "Niger" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3705 +data: 160 +value: "160" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3706 +data: 161 +value: "161" +label: "Niue" +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3707 +data: 163 +value: "163" +label: "Noord-Korea" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3708 +data: 162 +value: "162" +label: "Noordelijke Marianen" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3709 +data: 164 +value: "164" +label: "Noorwegen" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3710 +data: 165 +value: "165" +label: "Norfolk" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3711 +data: 166 +value: "166" +label: "Oeganda" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3712 +data: 167 +value: "167" +label: "Oekraïne" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3713 +data: 168 +value: "168" +label: "Oezbekistan" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3714 +data: 169 +value: "169" +label: "Oman" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3715 +data: 171 +value: "171" +label: "Oost-Timor" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3716 +data: 170 +value: "170" +label: "Oostenrijk" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3717 +data: 172 +value: "172" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3718 +data: 173 +value: "173" +label: "Palau" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3719 +data: 174 +value: "174" +label: "Palestina" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3720 +data: 175 +value: "175" +label: "Panama" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3721 +data: 176 +value: "176" +label: "Papua-Nieuw-Guinea" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3722 +data: 177 +value: "177" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3723 +data: 178 +value: "178" +label: "Peru" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3724 +data: 179 +value: "179" +label: "Pitcairneilanden" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3725 +data: 180 +value: "180" +label: "Polen" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3726 +data: 181 +value: "181" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3727 +data: 182 +value: "182" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3728 +data: 183 +value: "183" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3729 +data: 184 +value: "184" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3730 +data: 185 +value: "185" +label: "Roemenië" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3731 +data: 186 +value: "186" +label: "Rusland" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3732 +data: 187 +value: "187" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3733 +data: 189 +value: "189" +label: "Saint Kitts en Nevis" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3734 +data: 190 +value: "190" +label: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3735 +data: 192 +value: "192" +label: "Saint Vincent en de Grenadines" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3736 +data: 188 +value: "188" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3737 +data: 191 +value: "191" +label: "Saint-Pierre en Miquelon" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3738 +data: 193 +value: "193" +label: "Salomonseilanden" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3739 +data: 194 +value: "194" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3740 +data: 195 +value: "195" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3741 +data: 197 +value: "197" +label: "Sao Tomé en Principe" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3742 +data: 196 +value: "196" +label: "Saoedi-Arabië" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3743 +data: 252 +value: "252" +label: "Schotland" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3744 +data: 198 +value: "198" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3745 +data: 199 +value: "199" +label: "Servië" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3746 +data: 200 +value: "200" +label: "Seychellen" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3747 +data: 201 +value: "201" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3748 +data: 202 +value: "202" +label: "Singapore" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3749 +data: 205 +value: "205" +label: "Sint Maarten" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3750 +data: 203 +value: "203" +label: "Sint-Helena, Ascension en Tristan da Cunha" +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3751 +data: 204 +value: "204" +label: "Sint-Maarten" +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3752 +data: 206 +value: "206" +label: "Slovenië" +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3753 +data: 207 +value: "207" +label: "Slowakije" +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3754 +data: 208 +value: "208" +label: "Soedan" +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3755 +data: 209 +value: "209" +label: "Somalië" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3756 +data: 210 +value: "210" +label: "Spanje" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3757 +data: 211 +value: "211" +label: "Spitsbergen en Jan Mayen" +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3758 +data: 212 +value: "212" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3759 +data: 213 +value: "213" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3760 +data: 214 +value: "214" +label: "Swaziland" +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3761 +data: 215 +value: "215" +label: "Syrië" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3762 +data: 216 +value: "216" +label: "Tadzjikistan" +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3763 +data: 217 +value: "217" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3764 +data: 218 +value: "218" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3765 +data: 219 +value: "219" +label: "Thailand" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3766 +data: 220 +value: "220" +label: "Togo" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3767 +data: 221 +value: "221" +label: "Tokelau-eilanden" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3768 +data: 222 +value: "222" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3769 +data: 223 +value: "223" +label: "Trinidad en Tobago" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3770 +data: 224 +value: "224" +label: "Tsjaad" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3771 +data: 225 +value: "225" +label: "Tsjechië" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3772 +data: 226 +value: "226" +label: "Tunesië" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3773 +data: 227 +value: "227" +label: "Turkije" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3774 +data: 228 +value: "228" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3775 +data: 229 +value: "229" +label: "Turks- en Caicoseilanden" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3776 +data: 230 +value: "230" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3777 +data: 231 +value: "231" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3778 +data: 232 +value: "232" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +data: 233 +value: "233" +label: "Vaticaanstad" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3780 +data: 234 +value: "234" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3781 +data: 237 +value: "237" +label: "Verenigd Koninkrijk" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3782 +data: 235 +value: "235" +label: "Verenigde Arabische Emiraten" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3783 +data: 236 +value: "236" +label: "Verenigde Staten" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3784 +data: 238 +value: "238" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3785 +data: 239 +value: "239" +label: "Wallis en Futuna" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3786 +data: 240 +value: "240" +label: "Westelijke Sahara" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3787 +data: 241 +value: "241" +label: "Wit-Rusland" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3788 +data: 251 +value: "251" +label: "World" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3789 +data: 242 +value: "242" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3790 +data: 243 +value: "243" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3791 +data: 244 +value: "244" +label: "Zuid-Afrika" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3792 +data: 245 +value: "245" +label: "Zuid-Georgia en de Zuidelijke Sandwicheilanden" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3793 +data: 246 +value: "246" +label: "Zuid-Korea" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3794 +data: 247 +value: "247" +label: "Zuid-Soedan" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3795 +data: 248 +value: "248" +label: "Zweden" +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3796 +data: 249 +value: "249" +label: "Zwitserland" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3480 -errors: [] -form: Symfony\Component\Form\Form {#3514 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3532 …5} |
| full_name | "step1[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_country" |
| is_selected | Closure($choice, $value) {#3801 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "account.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 | "_step1_country" |
| valid | true |
| value | "" |
registrationType
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "data-placeholder" => "Type aanmelding" "class" => "form-select-sm" "data-automation-id" => "c2cdb568bd499b1ee7cec060ad108577" ] |
[ "data-placeholder" => "Type aanmelding" "class" => "form-select-sm" "data-automation-id" => "c2cdb568bd499b1ee7cec060ad108577" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | true |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| choice_attr | null |
same as passed value |
| choice_filter | null |
same as passed value |
| choice_label | null |
same as passed value |
| choice_lazy | false |
same as passed value |
| choice_loader | null |
same as passed value |
| choice_name | null |
same as passed value |
| choice_translation_domain | null |
same as passed value |
| choice_translation_parameters | [] |
same as passed value |
| choice_value | null |
same as passed value |
| choices | [ "" => "" "registration.type_1" => 1 "registration.type_2" => 2 "registration.type_3" => 3 ] |
[ "" => "" "registration.type_1" => 1 "registration.type_2" => 2 "registration.type_3" => 3 ] |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| duplicate_preferred_choices | true |
same as passed value |
| empty_data | "" |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| expanded | false |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| group_by | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "The selected choice is invalid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "registration.type" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | null |
same as passed value |
| placeholder_attr | [] |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| preferred_choices | [] |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| sanitize | false |
same as passed value |
| separator | "-------------------" |
same as passed value |
| separator_html | false |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | false |
same as passed value |
| upload_max_size_message | Closure() {#3412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3409 …} $translationDomain: "validators" } } |
Closure() {#3490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3409 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-placeholder" => "Type aanmelding" "class" => "form-select-sm" "data-automation-id" => "c2cdb568bd499b1ee7cec060ad108577" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "" => "" "registration.type_1" => 1 "registration.type_2" => 2 "registration.type_3" => 3 ] |
| 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\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| 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 | "registration.type" |
| 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 | [] |
| sanitize | false |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3409 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-placeholder" => "Type aanmelding" "class" => "form-select-sm" "data-automation-id" => "c2cdb568bd499b1ee7cec060ad108577" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_step1_registrationType" ] |
| cache_key | "_step1_registrationType_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3802 +data: "" +value: "" +label: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3803 +data: 1 +value: "1" +label: "registration.type_1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3804 +data: 2 +value: "2" +label: "registration.type_2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3805 +data: 3 +value: "3" +label: "registration.type_3" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3799 -errors: [] -form: Symfony\Component\Form\Form {#3511 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3800 …5} |
| full_name | "step1[registrationType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1_registrationType" |
| is_selected | Closure($choice, $value) {#3807 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "registration.type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "registrationType" |
| 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 | "_step1_registrationType" |
| 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-merieux btn-merieux-large btn-yellow" "data-automation-id" => "f5eb69c2d39ccb085c9c145d7ec53b10" ] |
[ "class" => "btn btn-merieux btn-merieux-large btn-yellow" "data-automation-id" => "f5eb69c2d39ccb085c9c145d7ec53b10" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| disabled | false |
same as passed value |
| form_attr | false |
same as passed value |
| label | "generic.next" |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| priority | 0 |
same as passed value |
| row_attr | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| validate | true |
same as passed value |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-merieux btn-merieux-large btn-yellow" "data-automation-id" => "f5eb69c2d39ccb085c9c145d7ec53b10" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "generic.next" |
| 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-merieux btn-merieux-large btn-yellow" "data-automation-id" => "f5eb69c2d39ccb085c9c145d7ec53b10" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_step1_submit" ] |
| cache_key | "_step1_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3809 …5} |
| full_name | "step1[submit]" |
| id | "step1_submit" |
| label | "generic.next" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_step1_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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\SameOriginCsrfTokenManager {#1516 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#708 …} -logger: Monolog\Logger {#553 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1515 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3810 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 | [] |
| sanitize | false |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#387 …} $message: Closure() {#3811 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_step1__token" ] |
| cache_key | "_step1__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3827 -errors: [] -form: Symfony\Component\Form\Form {#3821 …} } |
| form | Symfony\Component\Form\FormView {#3825 …5} |
| full_name | "step1[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "step1__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 | "_step1__token" |
| valid | true |
| value | "csrf-token" |