Forms
-
reset_password_request_form
-
email
-
captcha
-
_token
-
-
registration_form
-
type
-
organization
-
name
-
businessTypeId
-
companyRegistrationNumber
-
vatNo
-
websiteUrl
-
address
-
street
-
zipCode
-
city
-
countryCode
-
-
-
user
-
email
-
person
-
lastName
-
firstName
-
phone
-
country
-
number
-
-
-
password
-
-
agreeTerms
-
_token
-
reset_password_request_form
"App\Form\ResetPasswordRequestFormType"
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 | "/password/request" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/password/request" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#646 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#648 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#647 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/password/request" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "reset_password_request_form" "_reset_password_request_form" ] |
| cache_key | "_reset_password_request_form_reset_password_request_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1358 -errors: [] -form: Symfony\Component\Form\Form {#1069 …} } |
| form | Symfony\Component\Form\FormView {#1153 …5} |
| full_name | "reset_password_request_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reset_password_request_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reset_password_request_form" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "email" "placeholder" => "security.login.form.email.placeholder" ] |
[ "autocomplete" => "email" "placeholder" => "security.login.form.email.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1032 +payload: null +groups: ? ?array +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1033 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1032 +payload: null +groups: ? ?array +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1033 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | "security.login.form.email.label" |
same as passed value |
| label_attr | [ "class" => "control-label" ] |
[ "class" => "control-label" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "email" "placeholder" => "security.login.form.email.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1032 +payload: null +groups: ? ?array +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1033 +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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1044 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "security.login.form.email.label" |
| label_attr | [ "class" => "control-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1045 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" "placeholder" => "security.login.form.email.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_reset_password_request_form_email" ] |
| cache_key | "_reset_password_request_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5517 -errors: [] -form: Symfony\Component\Form\Form {#1072 …} } |
| form | Symfony\Component\Form\FormView {#5529 …5} |
| full_name | "reset_password_request_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form_email" |
| label | "security.login.form.email.label" |
| label_attr | [ "class" => "control-label" ] |
| 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 | "_reset_password_request_form_email" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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_name | "forget_password" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1034 +payload: null +groups: ? ?array +message: "karser_recaptcha3.messagee" +messageMissingValue: "karser_recaptcha3.message_missing_value" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1034 +payload: null +groups: ? ?array +message: "karser_recaptcha3.messagee" +messageMissingValue: "karser_recaptcha3.message_missing_value" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "forget_password" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1034 +payload: null +groups: ? ?array +message: "karser_recaptcha3.messagee" +messageMissingValue: "karser_recaptcha3.message_missing_value" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1061 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 | [] |
| host | null |
| 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 | [] |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1062 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "forget_password" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_reset_password_request_form_captcha" ] |
| cache_key | "_reset_password_request_form_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1381 -errors: [] -form: Symfony\Component\Form\Form {#1075 …} } |
| form | Symfony\Component\Form\FormView {#1372 …5} |
| full_name | "reset_password_request_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "reset_password_request_form_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LfdFmceAAAAABPaxKwo5fYQbehUSabd2qYRA20o" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reset_password_request_form_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "aabaad99df223148414bcf.9b7fmh1-feHP7rlgqF8EuRv7OEG95wU2zMt0X5h_obo.ne-K1nAVLruLid8T2BFU71GdezKJsklB4acaNPFJwIOMhu7QcRARtryx6A" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "aabaad99df223148414bcf.9b7fmh1-feHP7rlgqF8EuRv7OEG95wU2zMt0X5h_obo.ne-K1nAVLruLid8T2BFU71GdezKJsklB4acaNPFJwIOMhu7QcRARtryx6A" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data | "aabaad99df223148414bcf.9b7fmh1-feHP7rlgqF8EuRv7OEG95wU2zMt0X5h_obo.ne-K1nAVLruLid8T2BFU71GdezKJsklB4acaNPFJwIOMhu7QcRARtryx6A" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1132 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_reset_password_request_form__token" ] |
| cache_key | "_reset_password_request_form__token_hidden" |
| compound | false |
| data | "aabaad99df223148414bcf.9b7fmh1-feHP7rlgqF8EuRv7OEG95wU2zMt0X5h_obo.ne-K1nAVLruLid8T2BFU71GdezKJsklB4acaNPFJwIOMhu7QcRARtryx6A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1183 -errors: [] -form: Symfony\Component\Form\Form {#1227 …} } |
| form | Symfony\Component\Form\FormView {#1243 …5} |
| full_name | "reset_password_request_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reset_password_request_form__token" |
| valid | true |
| value | "aabaad99df223148414bcf.9b7fmh1-feHP7rlgqF8EuRv7OEG95wU2zMt0X5h_obo.ne-K1nAVLruLid8T2BFU71GdezKJsklB4acaNPFJwIOMhu7QcRARtryx6A" |
registration_form
"App\Form\RegistrationFormType"
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 |
|---|---|---|
| csrf_protection | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1090 …} $translationDomain: "validators" } } |
| validation_groups | null |
| with_agreeTerms | true |
| with_organization | true |
| with_type | true |
| with_user | true |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5550 -errors: [] -form: Symfony\Component\Form\Form {#1173 …} } |
| form | Symfony\Component\Form\FormView {#5552 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | null |
type
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 |
|---|---|---|
| block_prefix | "cs_register_type_organization" |
same as passed value |
| choice_label | Closure($choice, $key): string {#1097 returnType: "string" class: "App\Form\RegistrationFormType" } |
same as passed value |
| choices | [ "Merchant" => 1 ] |
[ "Merchant" => 1 ] |
| error_bubbling | true |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "cs_register_type_organization" |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($choice, $key): string {#1097 returnType: "string" class: "App\Form\RegistrationFormType" } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Merchant" => 1 ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | true |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1111 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "cs_register_type_organization" "_registration_form_type" ] |
| cache_key | "_registration_form_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5576 +data: 1 +value: "1" +label: "security.register.type.choice.merchant" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5563 -errors: [] -form: Symfony\Component\Form\Form {#1176 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5555 …5} |
| full_name | "registration_form[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_type" |
| is_selected | Closure($choice, $value) {#5592 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_type" |
| valid | true |
| value | "" |
organization
"App\Form\OrganizationType"
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 |
|---|---|---|
| error_bubbling | true |
same as passed value |
| mapped | false |
same as passed value |
| with_currencyCode | false |
same as passed value |
| with_image | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "organizationForm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | "App\Entity\Organization" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Organization" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1130 …} $translationDomain: "validators" } } |
| validation_groups | null |
| with_currencyCode | false |
| with_image | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "organizationForm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "organization" "_registration_form_organization" ] |
| cache_key | "_registration_form_organization_organization" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5578 -errors: [] -form: Symfony\Component\Form\Form {#1248 …} } |
| form | Symfony\Component\Form\FormView {#5594 …5} |
| full_name | "registration_form[organization]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "organization" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization" |
| valid | true |
| value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.name.label" ] |
[ "maxlength" => 32 "placeholder" => "organization.form.name.label" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1137 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1137 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "organization.form.name.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.name.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1137 +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: 32 +min: null +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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1181 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.name.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_name" ] |
| cache_key | "_registration_form_organization_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5604 -errors: [] -form: Symfony\Component\Form\Form {#1251 …} } |
| form | Symfony\Component\Form\FormView {#5603 …5} |
| full_name | "registration_form[organization][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_name" |
| label | "organization.form.name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_name" |
| valid | true |
| value | "" |
businessTypeId
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select has-extra" "data-extra-target" => ".business_type-group" ] |
[ "class" => "select has-extra" "data-extra-target" => ".business_type-group" ] |
| choices | [ "organization.fixture.business_type_id.label_1" => 1 "organization.fixture.business_type_id.label_2" => 2 "organization.fixture.business_type_id.label_3" => 3 ] |
[ "organization.fixture.business_type_id.label_1" => 1 "organization.fixture.business_type_id.label_2" => 2 "organization.fixture.business_type_id.label_3" => 3 ] |
| label | "organization.form.business_type.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select has-extra" "data-extra-target" => ".business_type-group" ] |
| 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_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "organization.fixture.business_type_id.label_1" => 1 "organization.fixture.business_type_id.label_2" => 2 "organization.fixture.business_type_id.label_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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| 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 | "organization.form.business_type.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1190 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1189 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select has-extra" "data-extra-target" => ".business_type-group" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_organization_businessTypeId" ] |
| cache_key | "_registration_form_organization_businessTypeId_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5612 +data: 1 +value: "1" +label: "organization.fixture.business_type_id.label_1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5614 +data: 2 +value: "2" +label: "organization.fixture.business_type_id.label_2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5615 +data: 3 +value: "3" +label: "organization.fixture.business_type_id.label_3" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5605 -errors: [] -form: Symfony\Component\Form\Form {#1254 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5606 …5} |
| full_name | "registration_form[organization][businessTypeId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_businessTypeId" |
| is_selected | Closure($choice, $value) {#5617 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "organization.form.business_type.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "businessTypeId" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_businessTypeId" |
| valid | true |
| value | "" |
companyRegistrationNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.company_registration_number.label" ] |
[ "maxlength" => 32 "placeholder" => "organization.form.company_registration_number.label" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1138 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1138 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "organization.form.company_registration_number.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.company_registration_number.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1138 +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: 32 +min: null +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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.company_registration_number.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1201 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.company_registration_number.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_companyRegistrationNumber" ] |
| cache_key | "_registration_form_organization_companyRegistrationNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5618 -errors: [] -form: Symfony\Component\Form\Form {#1257 …} } |
| form | Symfony\Component\Form\FormView {#5619 …5} |
| full_name | "registration_form[organization][companyRegistrationNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_companyRegistrationNumber" |
| label | "organization.form.company_registration_number.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyRegistrationNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_companyRegistrationNumber" |
| valid | true |
| value | "" |
vatNo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.vat_no.label" ] |
[ "maxlength" => 32 "placeholder" => "organization.form.vat_no.label" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1139 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1139 +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: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| help | "organization.form.vat_no.help" |
same as passed value |
| label | "organization.form.vat_no.label" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.vat_no.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1139 +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: 32 +min: null +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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1209 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 | "organization.form.vat_no.help" |
| 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 | "organization.form.vat_no.label" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1210 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.vat_no.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_vatNo" ] |
| cache_key | "_registration_form_organization_vatNo_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5620 -errors: [] -form: Symfony\Component\Form\Form {#1260 …} } |
| form | Symfony\Component\Form\FormView {#5621 …5} |
| full_name | "registration_form[organization][vatNo]" |
| help | "organization.form.vat_no.help" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_vatNo" |
| label | "organization.form.vat_no.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vatNo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_vatNo" |
| valid | true |
| value | "" |
websiteUrl
"Symfony\Component\Form\Extension\Core\Type\UrlType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.websiteUrl.placeholder" ] |
[ "maxlength" => 32 "placeholder" => "organization.form.websiteUrl.placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Url {#1140 +payload: null +groups: ? ?array +message: "This value is not a valid URL." +tldMessage: "This URL is missing a top-level domain." +protocols: [ "http" "https" ] +relativeProtocol: false +requireTld: false +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1142 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Url {#1140 +payload: null +groups: ? ?array +message: "This value is not a valid URL." +tldMessage: "This URL is missing a top-level domain." +protocols: [ "http" "https" ] +relativeProtocol: false +requireTld: false +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1142 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "organization.form.websiteUrl.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.websiteUrl.placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Url {#1140 +payload: null +groups: ? ?array +message: "This value is not a valid URL." +tldMessage: "This URL is missing a top-level domain." +protocols: [ "http" "https" ] +relativeProtocol: false +requireTld: false +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1142 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| default_protocol | "http" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1222 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 URL." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.websiteUrl.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1225 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1224 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 32 "placeholder" => "organization.form.websiteUrl.placeholder" "inputmode" => "url" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "url" "_registration_form_organization_websiteUrl" ] |
| cache_key | "_registration_form_organization_websiteUrl_url" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5622 -errors: [] -form: Symfony\Component\Form\Form {#1263 …} } |
| form | Symfony\Component\Form\FormView {#5623 …5} |
| full_name | "registration_form[organization][websiteUrl]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_websiteUrl" |
| label | "organization.form.websiteUrl.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "websiteUrl" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "text" |
| unique_block_prefix | "_registration_form_organization_websiteUrl" |
| valid | true |
| value | "" |
address
"App\Form\AddressType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1242 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1241 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_registration_form_organization_address" ] |
| cache_key | "_registration_form_organization_address_address" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5624 -errors: [] -form: Symfony\Component\Form\Form {#1311 …} } |
| form | Symfony\Component\Form\FormView {#5625 …5} |
| full_name | "registration_form[organization][address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_address" |
| valid | true |
| value | null |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "organization.form.street.label" ] |
[ "placeholder" => "organization.form.street.label" ] |
| label | "organization.form.street.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "organization.form.street.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1267 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.street.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1268 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "organization.form.street.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_address_street" ] |
| cache_key | "_registration_form_organization_address_street_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5629 -errors: [] -form: Symfony\Component\Form\Form {#1314 …} } |
| form | Symfony\Component\Form\FormView {#5628 …5} |
| full_name | "registration_form[organization][address][street]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_address_street" |
| label | "organization.form.street.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "street" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_address_street" |
| valid | true |
| value | "" |
zipCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "organization.form.zip_code.label" ] |
[ "placeholder" => "organization.form.zip_code.label" ] |
| label | "organization.form.zip_code.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "organization.form.zip_code.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.zip_code.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1278 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1277 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "organization.form.zip_code.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_address_zipCode" ] |
| cache_key | "_registration_form_organization_address_zipCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5630 -errors: [] -form: Symfony\Component\Form\Form {#1317 …} } |
| form | Symfony\Component\Form\FormView {#5631 …5} |
| full_name | "registration_form[organization][address][zipCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_address_zipCode" |
| label | "organization.form.zip_code.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_address_zipCode" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "organization.form.city.label" ] |
[ "placeholder" => "organization.form.city.label" ] |
| label | "organization.form.city.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "organization.form.city.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1285 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.city.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1286 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "organization.form.city.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_organization_address_city" ] |
| cache_key | "_registration_form_organization_address_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5632 -errors: [] -form: Symfony\Component\Form\Form {#1320 …} } |
| form | Symfony\Component\Form\FormView {#5633 …5} |
| full_name | "registration_form[organization][address][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_address_city" |
| label | "organization.form.city.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_address_city" |
| valid | true |
| value | "" |
countryCode
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select-search" ] |
[ "class" => "select-search" ] |
| label | "organization.form.countryCode.label" |
same as passed value |
| preferred_choices | [
"FR"
] |
[
"FR"
]
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| alpha3 | false |
| attr | [ "class" => "select-search" ] |
| 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_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1303 -option: Symfony\Component\Form\ChoiceList\Loader\IntlCallbackChoiceLoader {#1301 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_locale | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| 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 | "Please select a valid country." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "organization.form.countryCode.label" |
| 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 | [
"FR"
] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1298 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select-search" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "country" "_registration_form_organization_address_countryCode" ] |
| cache_key | "_registration_form_organization_address_countryCode_country" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5637 +data: "AF" +value: "AF" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5638 +data: "ZA" +value: "ZA" +label: "Afrique du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5639 +data: "AL" +value: "AL" +label: "Albanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5640 +data: "DZ" +value: "DZ" +label: "Algérie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5641 +data: "DE" +value: "DE" +label: "Allemagne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5642 +data: "AD" +value: "AD" +label: "Andorre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5643 +data: "AO" +value: "AO" +label: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5644 +data: "AI" +value: "AI" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5645 +data: "AQ" +value: "AQ" +label: "Antarctique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5646 +data: "AG" +value: "AG" +label: "Antigua-et-Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5647 +data: "SA" +value: "SA" +label: "Arabie saoudite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5648 +data: "AR" +value: "AR" +label: "Argentine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5649 +data: "AM" +value: "AM" +label: "Arménie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5650 +data: "AW" +value: "AW" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5651 +data: "AU" +value: "AU" +label: "Australie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5652 +data: "AT" +value: "AT" +label: "Autriche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5653 +data: "AZ" +value: "AZ" +label: "Azerbaïdjan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5654 +data: "BS" +value: "BS" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5655 +data: "BH" +value: "BH" +label: "Bahreïn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5656 +data: "BD" +value: "BD" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5657 +data: "BB" +value: "BB" +label: "Barbade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5658 +data: "BE" +value: "BE" +label: "Belgique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5659 +data: "BZ" +value: "BZ" +label: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5660 +data: "BJ" +value: "BJ" +label: "Bénin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5661 +data: "BM" +value: "BM" +label: "Bermudes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5662 +data: "BT" +value: "BT" +label: "Bhoutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5663 +data: "BY" +value: "BY" +label: "Biélorussie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5664 +data: "BO" +value: "BO" +label: "Bolivie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5665 +data: "BA" +value: "BA" +label: "Bosnie-Herzégovine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5666 +data: "BW" +value: "BW" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5667 +data: "BR" +value: "BR" +label: "Brésil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5668 +data: "BN" +value: "BN" +label: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5669 +data: "BG" +value: "BG" +label: "Bulgarie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5670 +data: "BF" +value: "BF" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5671 +data: "BI" +value: "BI" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5672 +data: "KH" +value: "KH" +label: "Cambodge" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5673 +data: "CM" +value: "CM" +label: "Cameroun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5674 +data: "CA" +value: "CA" +label: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5675 +data: "CV" +value: "CV" +label: "Cap-Vert" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5676 +data: "CL" +value: "CL" +label: "Chili" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5677 +data: "CN" +value: "CN" +label: "Chine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5678 +data: "CY" +value: "CY" +label: "Chypre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5679 +data: "CO" +value: "CO" +label: "Colombie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5680 +data: "KM" +value: "KM" +label: "Comores" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5681 +data: "CG" +value: "CG" +label: "Congo-Brazzaville" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5682 +data: "CD" +value: "CD" +label: "Congo-Kinshasa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5683 +data: "KP" +value: "KP" +label: "Corée du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5684 +data: "KR" +value: "KR" +label: "Corée du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5685 +data: "CR" +value: "CR" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5686 +data: "CI" +value: "CI" +label: "Côte d’Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5687 +data: "HR" +value: "HR" +label: "Croatie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5688 +data: "CU" +value: "CU" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5689 +data: "CW" +value: "CW" +label: "Curaçao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5690 +data: "DK" +value: "DK" +label: "Danemark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5691 +data: "DJ" +value: "DJ" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5692 +data: "DM" +value: "DM" +label: "Dominique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5693 +data: "EG" +value: "EG" +label: "Égypte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5694 +data: "AE" +value: "AE" +label: "Émirats arabes unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5695 +data: "EC" +value: "EC" +label: "Équateur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5696 +data: "ER" +value: "ER" +label: "Érythrée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5697 +data: "ES" +value: "ES" +label: "Espagne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5698 +data: "EE" +value: "EE" +label: "Estonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5699 +data: "SZ" +value: "SZ" +label: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5700 +data: "VA" +value: "VA" +label: "État de la Cité du Vatican" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5701 +data: "US" +value: "US" +label: "États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5702 +data: "ET" +value: "ET" +label: "Éthiopie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5703 +data: "FJ" +value: "FJ" +label: "Fidji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5704 +data: "FI" +value: "FI" +label: "Finlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5705 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5706 +data: "GA" +value: "GA" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5707 +data: "GM" +value: "GM" +label: "Gambie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5708 +data: "GE" +value: "GE" +label: "Géorgie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5709 +data: "GS" +value: "GS" +label: "Géorgie du Sud-et-les Îles Sandwich du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5710 +data: "GH" +value: "GH" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5711 +data: "GI" +value: "GI" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5712 +data: "GR" +value: "GR" +label: "Grèce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5713 +data: "GD" +value: "GD" +label: "Grenade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5714 +data: "GL" +value: "GL" +label: "Groenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5715 +data: "GP" +value: "GP" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5716 +data: "GU" +value: "GU" +label: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5717 +data: "GT" +value: "GT" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5718 +data: "GG" +value: "GG" +label: "Guernesey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5719 +data: "GN" +value: "GN" +label: "Guinée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5720 +data: "GQ" +value: "GQ" +label: "Guinée équatoriale" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5721 +data: "GW" +value: "GW" +label: "Guinée-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5722 +data: "GY" +value: "GY" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5723 +data: "GF" +value: "GF" +label: "Guyane française" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5724 +data: "HT" +value: "HT" +label: "Haïti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5725 +data: "HN" +value: "HN" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5726 +data: "HU" +value: "HU" +label: "Hongrie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5727 +data: "BV" +value: "BV" +label: "Île Bouvet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5728 +data: "CX" +value: "CX" +label: "Île Christmas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5729 +data: "IM" +value: "IM" +label: "Île de Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5730 +data: "NF" +value: "NF" +label: "Île Norfolk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5731 +data: "AX" +value: "AX" +label: "Îles Åland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5732 +data: "KY" +value: "KY" +label: "Îles Caïmans" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5733 +data: "CC" +value: "CC" +label: "Îles Cocos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5734 +data: "CK" +value: "CK" +label: "Îles Cook" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5735 +data: "FO" +value: "FO" +label: "Îles Féroé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5736 +data: "HM" +value: "HM" +label: "Îles Heard-et-MacDonald" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5737 +data: "FK" +value: "FK" +label: "Îles Malouines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5738 +data: "MP" +value: "MP" +label: "Îles Mariannes du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5739 +data: "MH" +value: "MH" +label: "Îles Marshall" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5740 +data: "UM" +value: "UM" +label: "Îles mineures éloignées des États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5741 +data: "PN" +value: "PN" +label: "Îles Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5742 +data: "SB" +value: "SB" +label: "Îles Salomon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5743 +data: "TC" +value: "TC" +label: "Îles Turques-et-Caïques" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5744 +data: "VG" +value: "VG" +label: "Îles Vierges britanniques" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5745 +data: "VI" +value: "VI" +label: "Îles Vierges des États-Unis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5746 +data: "IN" +value: "IN" +label: "Inde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5747 +data: "ID" +value: "ID" +label: "Indonésie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5748 +data: "IQ" +value: "IQ" +label: "Irak" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5749 +data: "IR" +value: "IR" +label: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5750 +data: "IE" +value: "IE" +label: "Irlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5751 +data: "IS" +value: "IS" +label: "Islande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5752 +data: "IL" +value: "IL" +label: "Israël" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5753 +data: "IT" +value: "IT" +label: "Italie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5754 +data: "JM" +value: "JM" +label: "Jamaïque" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5755 +data: "JP" +value: "JP" +label: "Japon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5756 +data: "JE" +value: "JE" +label: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5757 +data: "JO" +value: "JO" +label: "Jordanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5758 +data: "KZ" +value: "KZ" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5759 +data: "KE" +value: "KE" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5760 +data: "KG" +value: "KG" +label: "Kirghizstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5761 +data: "KI" +value: "KI" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5762 +data: "KW" +value: "KW" +label: "Koweït" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5763 +data: "RE" +value: "RE" +label: "La Réunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5764 +data: "LA" +value: "LA" +label: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5765 +data: "LS" +value: "LS" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5766 +data: "LV" +value: "LV" +label: "Lettonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5767 +data: "LB" +value: "LB" +label: "Liban" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5768 +data: "LR" +value: "LR" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5769 +data: "LY" +value: "LY" +label: "Libye" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5770 +data: "LI" +value: "LI" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5771 +data: "LT" +value: "LT" +label: "Lituanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5772 +data: "LU" +value: "LU" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5773 +data: "MK" +value: "MK" +label: "Macédoine du Nord" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5774 +data: "MG" +value: "MG" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5775 +data: "MY" +value: "MY" +label: "Malaisie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +data: "MW" +value: "MW" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5777 +data: "MV" +value: "MV" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +data: "ML" +value: "ML" +label: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5779 +data: "MT" +value: "MT" +label: "Malte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5780 +data: "MA" +value: "MA" +label: "Maroc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5781 +data: "MQ" +value: "MQ" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5782 +data: "MU" +value: "MU" +label: "Maurice" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5783 +data: "MR" +value: "MR" +label: "Mauritanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5784 +data: "YT" +value: "YT" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5785 +data: "MX" +value: "MX" +label: "Mexique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5786 +data: "FM" +value: "FM" +label: "Micronésie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5787 +data: "MD" +value: "MD" +label: "Moldavie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5788 +data: "MC" +value: "MC" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5789 +data: "MN" +value: "MN" +label: "Mongolie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5790 +data: "ME" +value: "ME" +label: "Monténégro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +data: "MS" +value: "MS" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +data: "MZ" +value: "MZ" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +data: "MM" +value: "MM" +label: "Myanmar (Birmanie)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +data: "NA" +value: "NA" +label: "Namibie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +data: "NR" +value: "NR" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +data: "NP" +value: "NP" +label: "Népal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +data: "NI" +value: "NI" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +data: "NE" +value: "NE" +label: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +data: "NG" +value: "NG" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5800 +data: "NU" +value: "NU" +label: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5801 +data: "NO" +value: "NO" +label: "Norvège" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5802 +data: "NC" +value: "NC" +label: "Nouvelle-Calédonie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5803 +data: "NZ" +value: "NZ" +label: "Nouvelle-Zélande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5804 +data: "OM" +value: "OM" +label: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5805 +data: "UG" +value: "UG" +label: "Ouganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5806 +data: "UZ" +value: "UZ" +label: "Ouzbékistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5807 +data: "PK" +value: "PK" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5808 +data: "PW" +value: "PW" +label: "Palaos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5809 +data: "PA" +value: "PA" +label: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5810 +data: "PG" +value: "PG" +label: "Papouasie-Nouvelle-Guinée" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5811 +data: "PY" +value: "PY" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5812 +data: "NL" +value: "NL" +label: "Pays-Bas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5813 +data: "BQ" +value: "BQ" +label: "Pays-Bas caribéens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5814 +data: "PE" +value: "PE" +label: "Pérou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5815 +data: "PH" +value: "PH" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5816 +data: "PL" +value: "PL" +label: "Pologne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5817 +data: "PF" +value: "PF" +label: "Polynésie française" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5818 +data: "PR" +value: "PR" +label: "Porto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5819 +data: "PT" +value: "PT" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5820 +data: "QA" +value: "QA" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5821 +data: "HK" +value: "HK" +label: "R.A.S. chinoise de Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5822 +data: "MO" +value: "MO" +label: "R.A.S. chinoise de Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5823 +data: "CF" +value: "CF" +label: "République centrafricaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5824 +data: "DO" +value: "DO" +label: "République dominicaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5825 +data: "RO" +value: "RO" +label: "Roumanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5826 +data: "GB" +value: "GB" +label: "Royaume-Uni" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5827 +data: "RU" +value: "RU" +label: "Russie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5828 +data: "RW" +value: "RW" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5829 +data: "EH" +value: "EH" +label: "Sahara occidental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5830 +data: "BL" +value: "BL" +label: "Saint-Barthélemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5831 +data: "KN" +value: "KN" +label: "Saint-Christophe-et-Niévès" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5832 +data: "SM" +value: "SM" +label: "Saint-Marin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5833 +data: "MF" +value: "MF" +label: "Saint-Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5834 +data: "SX" +value: "SX" +label: "Saint-Martin (partie néerlandaise)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5835 +data: "PM" +value: "PM" +label: "Saint-Pierre-et-Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5836 +data: "VC" +value: "VC" +label: "Saint-Vincent-et-les Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5837 +data: "SH" +value: "SH" +label: "Sainte-Hélène" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5838 +data: "LC" +value: "LC" +label: "Sainte-Lucie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5839 +data: "SV" +value: "SV" +label: "Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5840 +data: "WS" +value: "WS" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5841 +data: "AS" +value: "AS" +label: "Samoa américaines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5842 +data: "ST" +value: "ST" +label: "Sao Tomé-et-Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5843 +data: "SN" +value: "SN" +label: "Sénégal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5844 +data: "RS" +value: "RS" +label: "Serbie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5845 +data: "SC" +value: "SC" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5846 +data: "SL" +value: "SL" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5847 +data: "SG" +value: "SG" +label: "Singapour" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +data: "SK" +value: "SK" +label: "Slovaquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5849 +data: "SI" +value: "SI" +label: "Slovénie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5850 +data: "SO" +value: "SO" +label: "Somalie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5851 +data: "SD" +value: "SD" +label: "Soudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5852 +data: "SS" +value: "SS" +label: "Soudan du Sud" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5853 +data: "LK" +value: "LK" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5854 +data: "SE" +value: "SE" +label: "Suède" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5855 +data: "CH" +value: "CH" +label: "Suisse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5856 +data: "SR" +value: "SR" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5857 +data: "SJ" +value: "SJ" +label: "Svalbard et Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5858 +data: "SY" +value: "SY" +label: "Syrie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5859 +data: "TJ" +value: "TJ" +label: "Tadjikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5860 +data: "TW" +value: "TW" +label: "Taïwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5861 +data: "TZ" +value: "TZ" +label: "Tanzanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +data: "TD" +value: "TD" +label: "Tchad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5863 +data: "CZ" +value: "CZ" +label: "Tchéquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5864 +data: "TF" +value: "TF" +label: "Terres australes françaises" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5865 +data: "IO" +value: "IO" +label: "Territoire britannique de l’océan Indien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5866 +data: "PS" +value: "PS" +label: "Territoires palestiniens" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5867 +data: "TH" +value: "TH" +label: "Thaïlande" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5868 +data: "TL" +value: "TL" +label: "Timor oriental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5869 +data: "TG" +value: "TG" +label: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5870 +data: "TK" +value: "TK" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +data: "TO" +value: "TO" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5872 +data: "TT" +value: "TT" +label: "Trinité-et-Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +data: "TN" +value: "TN" +label: "Tunisie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +data: "TM" +value: "TM" +label: "Turkménistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +data: "TR" +value: "TR" +label: "Turquie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +data: "TV" +value: "TV" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +data: "UA" +value: "UA" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +data: "UY" +value: "UY" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +data: "VU" +value: "VU" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +data: "VE" +value: "VE" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +data: "VN" +value: "VN" +label: "Viêt Nam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +data: "WF" +value: "WF" +label: "Wallis-et-Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +data: "YE" +value: "YE" +label: "Yémen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +data: "ZM" +value: "ZM" +label: "Zambie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +data: "ZW" +value: "ZW" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5634 -errors: [] -form: Symfony\Component\Form\Form {#1323 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5635 …5} |
| full_name | "registration_form[organization][address][countryCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_organization_address_countryCode" |
| is_selected | Closure($choice, $value) {#5636 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "organization.form.countryCode.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "countryCode" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [ 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5705 +data: "FR" +value: "FR" +label: "France" +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_organization_address_countryCode" |
| valid | true |
| value | "" |
user
"App\Form\UserType"
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 |
|---|---|---|
| with_authorizations | false |
same as passed value |
| with_language | false |
same as passed value |
| with_newsletter | false |
same as passed value |
| with_roles | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "userForm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1151 …} $translationDomain: "validators" } } |
| validation_groups | null |
| with_authorizations | false |
| with_language | false |
| with_newsletter | false |
| with_password | true |
| with_roles | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "userForm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user" "_registration_form_user" ] |
| cache_key | "_registration_form_user_user" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5595 -errors: [] -form: Symfony\Component\Form\Form {#1362 …} } |
| form | Symfony\Component\Form\FormView {#5601 …5} |
| full_name | "registration_form[user]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_user" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-email" "placeholder" => "account.form.user.email.label" ] |
[ "class" => "input-email" "placeholder" => "account.form.user.email.label" ] |
| label | "account.form.user.email.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-email" "placeholder" => "account.form.user.email.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1327 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 | "account.form.user.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1328 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-email" "placeholder" => "account.form.user.email.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_user_email" ] |
| cache_key | "_registration_form_user_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5886 -errors: [] -form: Symfony\Component\Form\Form {#1365 …} } |
| form | Symfony\Component\Form\FormView {#5887 …5} |
| full_name | "registration_form[user][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_email" |
| label | "account.form.user.email.label" |
| 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 | "_registration_form_user_email" |
| valid | true |
| value | "" |
person
"App\Form\PersonType"
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 |
|---|---|---|
| user | null |
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\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | "App\Entity\Person" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1340 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Person" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1341 …} $translationDomain: "validators" } } |
| user | null |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "person" "_registration_form_user_person" ] |
| cache_key | "_registration_form_user_person_person" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5888 -errors: [] -form: Symfony\Component\Form\Form {#5505 …} } |
| form | Symfony\Component\Form\FormView {#5889 …5} |
| full_name | "registration_form[user][person]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "person" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_user_person" |
| valid | true |
| value | null |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.form.person.last_name.label" ] |
[ "placeholder" => "account.form.person.last_name.label" ] |
| label | "account.form.person.last_name.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.form.person.last_name.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1369 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "account.form.person.last_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1370 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.form.person.last_name.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_user_person_lastName" ] |
| cache_key | "_registration_form_user_person_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5893 -errors: [] -form: Symfony\Component\Form\Form {#5508 …} } |
| form | Symfony\Component\Form\FormView {#5892 …5} |
| full_name | "registration_form[user][person][lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person_lastName" |
| label | "account.form.person.last_name.label" |
| 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 | "_registration_form_user_person_lastName" |
| valid | true |
| value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.form.person.first_name.label" ] |
[ "placeholder" => "account.form.person.first_name.label" ] |
| label | "account.form.person.first_name.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.form.person.first_name.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "account.form.person.first_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1379 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.form.person.first_name.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_user_person_firstName" ] |
| cache_key | "_registration_form_user_person_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5894 -errors: [] -form: Symfony\Component\Form\Form {#5511 …} } |
| form | Symfony\Component\Form\FormView {#5895 …5} |
| full_name | "registration_form[user][person][firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person_firstName" |
| label | "account.form.person.first_name.label" |
| 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 | "_registration_form_user_person_firstName" |
| valid | true |
| value | "" |
phone
"Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "country" => "" "number" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "account.form.person.phone.mobile.label" ] |
[ "placeholder" => "account.form.person.phone.mobile.label" ] |
| constraints | [ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#1348 +payload: null +groups: ? ?array +message: null +type: "mobile" +defaultRegion: null +regionPath: null +format: null } ] |
[ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#1348 +payload: null +groups: ? ?array +message: null +type: "mobile" +defaultRegion: null +regionPath: null +format: null } ] |
| country_display_emoji_flag | true |
same as passed value |
| country_display_type | "display_country_short" |
same as passed value |
| country_options | [ "attr" => [ "class" => "select" ] "error_bubbling" => false ] |
[ "attr" => [ "class" => "select" ] "error_bubbling" => false ] |
| error_mapping | [ "." => "number" ] |
[ "." => "number" ] |
| label | "account.form.person.phone.mobile.label" |
same as passed value |
| preferred_country_choices | [ "GB" "FR" ] |
[ "GB" "FR" ] |
| required | false |
same as passed value |
| widget | "country_choice" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "account.form.person.phone.mobile.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | true |
| constraints | [ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#1348 +payload: null +groups: ? ?array +message: null +type: "mobile" +defaultRegion: null +regionPath: null +format: null } ] |
| country_choices | [] |
| country_display_emoji_flag | true |
| country_display_type | "display_country_short" |
| country_options | [ "attr" => [ "class" => "select" ] "error_bubbling" => false ] |
| country_placeholder | false |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| default_region | "ZZ" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "number" ] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | 1 |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "account.form.person.phone.mobile.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| number_options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_country_choices | [ "GB" "FR" ] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1393 …} $translationDomain: "validators" } } |
| validation_groups | null |
| widget | "country_choice" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "account.form.person.phone.mobile.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "phone_number" "_registration_form_user_person_phone" ] |
| cache_key | "_registration_form_user_person_phone_phone_number" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5896 -errors: [] -form: Symfony\Component\Form\Form {#5534 …} } |
| form | Symfony\Component\Form\FormView {#5897 …5} |
| full_name | "registration_form[user][person][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person_phone" |
| label | "account.form.person.phone.mobile.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "tel" |
| unique_block_prefix | "_registration_form_user_person_phone" |
| valid | true |
| value | [ "country" => "" "number" => "" ] |
| widget | "country_choice" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select" ] |
[ "class" => "select" ] |
| choice_translation_domain | false |
same as passed value |
| choices | [ "🇺🇸 US +1" => "US" "🇦🇬 AG +1" => "AG" "🇦🇮 AI +1" => "AI" "🇦🇸 AS +1" => "AS" "🇧🇧 BB +1" => "BB" "🇧🇲 BM +1" => "BM" "🇧🇸 BS +1" => "BS" "🇨🇦 CA +1" => "CA" "🇩🇲 DM +1" => "DM" "🇩🇴 DO +1" => "DO" "🇬🇩 GD +1" => "GD" "🇬🇺 GU +1" => "GU" "🇯🇲 JM +1" => "JM" "🇰🇳 KN +1" => "KN" "🇰🇾 KY +1" => "KY" "🇱🇨 LC +1" => "LC" "🇲🇵 MP +1" => "MP" "🇲🇸 MS +1" => "MS" "🇵🇷 PR +1" => "PR" "🇸🇽 SX +1" => "SX" "🇹🇨 TC +1" => "TC" "🇹🇹 TT +1" => "TT" "🇻🇨 VC +1" => "VC" "🇻🇬 VG +1" => "VG" "🇻🇮 VI +1" => "VI" "🇷🇺 RU +7" => "RU" "🇰🇿 KZ +7" => "KZ" "🇪🇬 EG +20" => "EG" "🇿🇦 ZA +27" => "ZA" "🇬🇷 GR +30" => "GR" "🇳🇱 NL +31" => "NL" "🇧🇪 BE +32" => "BE" "🇫🇷 FR +33" => "FR" "🇪🇸 ES +34" => "ES" "🇭🇺 HU +36" => "HU" "🇮🇹 IT +39" => "IT" "🇻🇦 VA +39" => "VA" "🇷🇴 RO +40" => "RO" "🇨🇭 CH +41" => "CH" "🇦🇹 AT +43" => "AT" "🇬🇧 GB +44" => "GB" "🇬🇬 GG +44" => "GG" "🇮🇲 IM +44" => "IM" "🇯🇪 JE +44" => "JE" "🇩🇰 DK +45" => "DK" "🇸🇪 SE +46" => "SE" "🇳🇴 NO +47" => "NO" "🇸🇯 SJ +47" => "SJ" "🇵🇱 PL +48" => "PL" "🇩🇪 DE +49" => "DE" "🇵🇪 PE +51" => "PE" "🇲🇽 MX +52" => "MX" "🇨🇺 CU +53" => "CU" "🇦🇷 AR +54" => "AR" "🇧🇷 BR +55" => "BR" "🇨🇱 CL +56" => "CL" "🇨🇴 CO +57" => "CO" "🇻🇪 VE +58" => "VE" "🇲🇾 MY +60" => "MY" "🇦🇺 AU +61" => "AU" "🇨🇨 CC +61" => "CC" "🇨🇽 CX +61" => "CX" "🇮🇩 ID +62" => "ID" "🇵🇭 PH +63" => "PH" "🇳🇿 NZ +64" => "NZ" "🇸🇬 SG +65" => "SG" "🇹🇭 TH +66" => "TH" "🇯🇵 JP +81" => "JP" "🇰🇷 KR +82" => "KR" "🇻🇳 VN +84" => "VN" "🇨🇳 CN +86" => "CN" "🇹🇷 TR +90" => "TR" "🇮🇳 IN +91" => "IN" "🇵🇰 PK +92" => "PK" "🇦🇫 AF +93" => "AF" "🇱🇰 LK +94" => "LK" "🇲🇲 MM +95" => "MM" "🇮🇷 IR +98" => "IR" "🇸🇸 SS +211" => "SS" "🇲🇦 MA +212" => "MA" "🇪🇭 EH +212" => "EH" "🇩🇿 DZ +213" => "DZ" "🇹🇳 TN +216" => "TN" "🇱🇾 LY +218" => "LY" "🇬🇲 GM +220" => "GM" "🇸🇳 SN +221" => "SN" "🇲🇷 MR +222" => "MR" "🇲🇱 ML +223" => "ML" "🇬🇳 GN +224" => "GN" "🇨🇮 CI +225" => "CI" "🇧🇫 BF +226" => "BF" "🇳🇪 NE +227" => "NE" "🇹🇬 TG +228" => "TG" "🇧🇯 BJ +229" => "BJ" "🇲🇺 MU +230" => "MU" "🇱🇷 LR +231" => "LR" "🇸🇱 SL +232" => "SL" "🇬🇭 GH +233" => "GH" "🇳🇬 NG +234" => "NG" "🇹🇩 TD +235" => "TD" "🇨🇫 CF +236" => "CF" "🇨🇲 CM +237" => "CM" "🇨🇻 CV +238" => "CV" "🇸🇹 ST +239" => "ST" "🇬🇶 GQ +240" => "GQ" "🇬🇦 GA +241" => "GA" "🇨🇬 CG +242" => "CG" "🇨🇩 CD +243" => "CD" "🇦🇴 AO +244" => "AO" "🇬🇼 GW +245" => "GW" "🇮🇴 IO +246" => "IO" "🇸🇨 SC +248" => "SC" "🇸🇩 SD +249" => "SD" "🇷🇼 RW +250" => "RW" "🇪🇹 ET +251" => "ET" "🇸🇴 SO +252" => "SO" "🇩🇯 DJ +253" => "DJ" "🇰🇪 KE +254" => "KE" "🇹🇿 TZ +255" => "TZ" "🇺🇬 UG +256" => "UG" "🇧🇮 BI +257" => "BI" "🇲🇿 MZ +258" => "MZ" "🇿🇲 ZM +260" => "ZM" "🇲🇬 MG +261" => "MG" "🇷🇪 RE +262" => "RE" "🇾🇹 YT +262" => "YT" "🇿🇼 ZW +263" => "ZW" "🇳🇦 NA +264" => "NA" "🇲🇼 MW +265" => "MW" "🇱🇸 LS +266" => "LS" "🇧🇼 BW +267" => "BW" "🇸🇿 SZ +268" => "SZ" "🇰🇲 KM +269" => "KM" "🇸🇭 SH +290" => "SH" "🇪🇷 ER +291" => "ER" "🇦🇼 AW +297" => "AW" "🇫🇴 FO +298" => "FO" "🇬🇱 GL +299" => "GL" "🇬🇮 GI +350" => "GI" "🇵🇹 PT +351" => "PT" "🇱🇺 LU +352" => "LU" "🇮🇪 IE +353" => "IE" "🇮🇸 IS +354" => "IS" "🇦🇱 AL +355" => "AL" "🇲🇹 MT +356" => "MT" "🇨🇾 CY +357" => "CY" "🇫🇮 FI +358" => "FI" "🇦🇽 AX +358" => "AX" "🇧🇬 BG +359" => "BG" "🇱🇹 LT +370" => "LT" "🇱🇻 LV +371" => "LV" "🇪🇪 EE +372" => "EE" "🇲🇩 MD +373" => "MD" "🇦🇲 AM +374" => "AM" "🇧🇾 BY +375" => "BY" "🇦🇩 AD +376" => "AD" "🇲🇨 MC +377" => "MC" "🇸🇲 SM +378" => "SM" "🇺🇦 UA +380" => "UA" "🇷🇸 RS +381" => "RS" "🇲🇪 ME +382" => "ME" "🇭🇷 HR +385" => "HR" "🇸🇮 SI +386" => "SI" "🇧🇦 BA +387" => "BA" "🇲🇰 MK +389" => "MK" "🇨🇿 CZ +420" => "CZ" "🇸🇰 SK +421" => "SK" "🇱🇮 LI +423" => "LI" "🇫🇰 FK +500" => "FK" "🇧🇿 BZ +501" => "BZ" "🇬🇹 GT +502" => "GT" "🇸🇻 SV +503" => "SV" "🇭🇳 HN +504" => "HN" "🇳🇮 NI +505" => "NI" "🇨🇷 CR +506" => "CR" "🇵🇦 PA +507" => "PA" "🇵🇲 PM +508" => "PM" "🇭🇹 HT +509" => "HT" "🇬🇵 GP +590" => "GP" "🇧🇱 BL +590" => "BL" "🇲🇫 MF +590" => "MF" "🇧🇴 BO +591" => "BO" "🇬🇾 GY +592" => "GY" "🇪🇨 EC +593" => "EC" "🇬🇫 GF +594" => "GF" "🇵🇾 PY +595" => "PY" "🇲🇶 MQ +596" => "MQ" "🇸🇷 SR +597" => "SR" "🇺🇾 UY +598" => "UY" "🇨🇼 CW +599" => "CW" "🇧🇶 BQ +599" => "BQ" "🇹🇱 TL +670" => "TL" "🇳🇫 NF +672" => "NF" "🇧🇳 BN +673" => "BN" "🇳🇷 NR +674" => "NR" "🇵🇬 PG +675" => "PG" "🇹🇴 TO +676" => "TO" "🇸🇧 SB +677" => "SB" "🇻🇺 VU +678" => "VU" "🇫🇯 FJ +679" => "FJ" "🇵🇼 PW +680" => "PW" "🇼🇫 WF +681" => "WF" "🇨🇰 CK +682" => "CK" "🇳🇺 NU +683" => "NU" "🇼🇸 WS +685" => "WS" "🇰🇮 KI +686" => "KI" "🇳🇨 NC +687" => "NC" "🇹🇻 TV +688" => "TV" "🇵🇫 PF +689" => "PF" "🇹🇰 TK +690" => "TK" "🇫🇲 FM +691" => "FM" "🇲🇭 MH +692" => "MH" "🇰🇵 KP +850" => "KP" "🇭🇰 HK +852" => "HK" "🇲🇴 MO +853" => "MO" "🇰🇭 KH +855" => "KH" "🇱🇦 LA +856" => "LA" "🇧🇩 BD +880" => "BD" "🇹🇼 TW +886" => "TW" "🇲🇻 MV +960" => "MV" "🇱🇧 LB +961" => "LB" "🇯🇴 JO +962" => "JO" "🇸🇾 SY +963" => "SY" "🇮🇶 IQ +964" => "IQ" "🇰🇼 KW +965" => "KW" "🇸🇦 SA +966" => "SA" "🇾🇪 YE +967" => "YE" "🇴🇲 OM +968" => "OM" "🇵🇸 PS +970" => "PS" "🇦🇪 AE +971" => "AE" "🇮🇱 IL +972" => "IL" "🇧🇭 BH +973" => "BH" "🇶🇦 QA +974" => "QA" "🇧🇹 BT +975" => "BT" "🇲🇳 MN +976" => "MN" "🇳🇵 NP +977" => "NP" "🇹🇯 TJ +992" => "TJ" "🇹🇲 TM +993" => "TM" "🇦🇿 AZ +994" => "AZ" "🇬🇪 GE +995" => "GE" "🇰🇬 KG +996" => "KG" "🇺🇿 UZ +998" => "UZ" ] |
[ "🇺🇸 US +1" => "US" "🇦🇬 AG +1" => "AG" "🇦🇮 AI +1" => "AI" "🇦🇸 AS +1" => "AS" "🇧🇧 BB +1" => "BB" "🇧🇲 BM +1" => "BM" "🇧🇸 BS +1" => "BS" "🇨🇦 CA +1" => "CA" "🇩🇲 DM +1" => "DM" "🇩🇴 DO +1" => "DO" "🇬🇩 GD +1" => "GD" "🇬🇺 GU +1" => "GU" "🇯🇲 JM +1" => "JM" "🇰🇳 KN +1" => "KN" "🇰🇾 KY +1" => "KY" "🇱🇨 LC +1" => "LC" "🇲🇵 MP +1" => "MP" "🇲🇸 MS +1" => "MS" "🇵🇷 PR +1" => "PR" "🇸🇽 SX +1" => "SX" "🇹🇨 TC +1" => "TC" "🇹🇹 TT +1" => "TT" "🇻🇨 VC +1" => "VC" "🇻🇬 VG +1" => "VG" "🇻🇮 VI +1" => "VI" "🇷🇺 RU +7" => "RU" "🇰🇿 KZ +7" => "KZ" "🇪🇬 EG +20" => "EG" "🇿🇦 ZA +27" => "ZA" "🇬🇷 GR +30" => "GR" "🇳🇱 NL +31" => "NL" "🇧🇪 BE +32" => "BE" "🇫🇷 FR +33" => "FR" "🇪🇸 ES +34" => "ES" "🇭🇺 HU +36" => "HU" "🇮🇹 IT +39" => "IT" "🇻🇦 VA +39" => "VA" "🇷🇴 RO +40" => "RO" "🇨🇭 CH +41" => "CH" "🇦🇹 AT +43" => "AT" "🇬🇧 GB +44" => "GB" "🇬🇬 GG +44" => "GG" "🇮🇲 IM +44" => "IM" "🇯🇪 JE +44" => "JE" "🇩🇰 DK +45" => "DK" "🇸🇪 SE +46" => "SE" "🇳🇴 NO +47" => "NO" "🇸🇯 SJ +47" => "SJ" "🇵🇱 PL +48" => "PL" "🇩🇪 DE +49" => "DE" "🇵🇪 PE +51" => "PE" "🇲🇽 MX +52" => "MX" "🇨🇺 CU +53" => "CU" "🇦🇷 AR +54" => "AR" "🇧🇷 BR +55" => "BR" "🇨🇱 CL +56" => "CL" "🇨🇴 CO +57" => "CO" "🇻🇪 VE +58" => "VE" "🇲🇾 MY +60" => "MY" "🇦🇺 AU +61" => "AU" "🇨🇨 CC +61" => "CC" "🇨🇽 CX +61" => "CX" "🇮🇩 ID +62" => "ID" "🇵🇭 PH +63" => "PH" "🇳🇿 NZ +64" => "NZ" "🇸🇬 SG +65" => "SG" "🇹🇭 TH +66" => "TH" "🇯🇵 JP +81" => "JP" "🇰🇷 KR +82" => "KR" "🇻🇳 VN +84" => "VN" "🇨🇳 CN +86" => "CN" "🇹🇷 TR +90" => "TR" "🇮🇳 IN +91" => "IN" "🇵🇰 PK +92" => "PK" "🇦🇫 AF +93" => "AF" "🇱🇰 LK +94" => "LK" "🇲🇲 MM +95" => "MM" "🇮🇷 IR +98" => "IR" "🇸🇸 SS +211" => "SS" "🇲🇦 MA +212" => "MA" "🇪🇭 EH +212" => "EH" "🇩🇿 DZ +213" => "DZ" "🇹🇳 TN +216" => "TN" "🇱🇾 LY +218" => "LY" "🇬🇲 GM +220" => "GM" "🇸🇳 SN +221" => "SN" "🇲🇷 MR +222" => "MR" "🇲🇱 ML +223" => "ML" "🇬🇳 GN +224" => "GN" "🇨🇮 CI +225" => "CI" "🇧🇫 BF +226" => "BF" "🇳🇪 NE +227" => "NE" "🇹🇬 TG +228" => "TG" "🇧🇯 BJ +229" => "BJ" "🇲🇺 MU +230" => "MU" "🇱🇷 LR +231" => "LR" "🇸🇱 SL +232" => "SL" "🇬🇭 GH +233" => "GH" "🇳🇬 NG +234" => "NG" "🇹🇩 TD +235" => "TD" "🇨🇫 CF +236" => "CF" "🇨🇲 CM +237" => "CM" "🇨🇻 CV +238" => "CV" "🇸🇹 ST +239" => "ST" "🇬🇶 GQ +240" => "GQ" "🇬🇦 GA +241" => "GA" "🇨🇬 CG +242" => "CG" "🇨🇩 CD +243" => "CD" "🇦🇴 AO +244" => "AO" "🇬🇼 GW +245" => "GW" "🇮🇴 IO +246" => "IO" "🇸🇨 SC +248" => "SC" "🇸🇩 SD +249" => "SD" "🇷🇼 RW +250" => "RW" "🇪🇹 ET +251" => "ET" "🇸🇴 SO +252" => "SO" "🇩🇯 DJ +253" => "DJ" "🇰🇪 KE +254" => "KE" "🇹🇿 TZ +255" => "TZ" "🇺🇬 UG +256" => "UG" "🇧🇮 BI +257" => "BI" "🇲🇿 MZ +258" => "MZ" "🇿🇲 ZM +260" => "ZM" "🇲🇬 MG +261" => "MG" "🇷🇪 RE +262" => "RE" "🇾🇹 YT +262" => "YT" "🇿🇼 ZW +263" => "ZW" "🇳🇦 NA +264" => "NA" "🇲🇼 MW +265" => "MW" "🇱🇸 LS +266" => "LS" "🇧🇼 BW +267" => "BW" "🇸🇿 SZ +268" => "SZ" "🇰🇲 KM +269" => "KM" "🇸🇭 SH +290" => "SH" "🇪🇷 ER +291" => "ER" "🇦🇼 AW +297" => "AW" "🇫🇴 FO +298" => "FO" "🇬🇱 GL +299" => "GL" "🇬🇮 GI +350" => "GI" "🇵🇹 PT +351" => "PT" "🇱🇺 LU +352" => "LU" "🇮🇪 IE +353" => "IE" "🇮🇸 IS +354" => "IS" "🇦🇱 AL +355" => "AL" "🇲🇹 MT +356" => "MT" "🇨🇾 CY +357" => "CY" "🇫🇮 FI +358" => "FI" "🇦🇽 AX +358" => "AX" "🇧🇬 BG +359" => "BG" "🇱🇹 LT +370" => "LT" "🇱🇻 LV +371" => "LV" "🇪🇪 EE +372" => "EE" "🇲🇩 MD +373" => "MD" "🇦🇲 AM +374" => "AM" "🇧🇾 BY +375" => "BY" "🇦🇩 AD +376" => "AD" "🇲🇨 MC +377" => "MC" "🇸🇲 SM +378" => "SM" "🇺🇦 UA +380" => "UA" "🇷🇸 RS +381" => "RS" "🇲🇪 ME +382" => "ME" "🇭🇷 HR +385" => "HR" "🇸🇮 SI +386" => "SI" "🇧🇦 BA +387" => "BA" "🇲🇰 MK +389" => "MK" "🇨🇿 CZ +420" => "CZ" "🇸🇰 SK +421" => "SK" "🇱🇮 LI +423" => "LI" "🇫🇰 FK +500" => "FK" "🇧🇿 BZ +501" => "BZ" "🇬🇹 GT +502" => "GT" "🇸🇻 SV +503" => "SV" "🇭🇳 HN +504" => "HN" "🇳🇮 NI +505" => "NI" "🇨🇷 CR +506" => "CR" "🇵🇦 PA +507" => "PA" "🇵🇲 PM +508" => "PM" "🇭🇹 HT +509" => "HT" "🇬🇵 GP +590" => "GP" "🇧🇱 BL +590" => "BL" "🇲🇫 MF +590" => "MF" "🇧🇴 BO +591" => "BO" "🇬🇾 GY +592" => "GY" "🇪🇨 EC +593" => "EC" "🇬🇫 GF +594" => "GF" "🇵🇾 PY +595" => "PY" "🇲🇶 MQ +596" => "MQ" "🇸🇷 SR +597" => "SR" "🇺🇾 UY +598" => "UY" "🇨🇼 CW +599" => "CW" "🇧🇶 BQ +599" => "BQ" "🇹🇱 TL +670" => "TL" "🇳🇫 NF +672" => "NF" "🇧🇳 BN +673" => "BN" "🇳🇷 NR +674" => "NR" "🇵🇬 PG +675" => "PG" "🇹🇴 TO +676" => "TO" "🇸🇧 SB +677" => "SB" "🇻🇺 VU +678" => "VU" "🇫🇯 FJ +679" => "FJ" "🇵🇼 PW +680" => "PW" "🇼🇫 WF +681" => "WF" "🇨🇰 CK +682" => "CK" "🇳🇺 NU +683" => "NU" "🇼🇸 WS +685" => "WS" "🇰🇮 KI +686" => "KI" "🇳🇨 NC +687" => "NC" "🇹🇻 TV +688" => "TV" "🇵🇫 PF +689" => "PF" "🇹🇰 TK +690" => "TK" "🇫🇲 FM +691" => "FM" "🇲🇭 MH +692" => "MH" "🇰🇵 KP +850" => "KP" "🇭🇰 HK +852" => "HK" "🇲🇴 MO +853" => "MO" "🇰🇭 KH +855" => "KH" "🇱🇦 LA +856" => "LA" "🇧🇩 BD +880" => "BD" "🇹🇼 TW +886" => "TW" "🇲🇻 MV +960" => "MV" "🇱🇧 LB +961" => "LB" "🇯🇴 JO +962" => "JO" "🇸🇾 SY +963" => "SY" "🇮🇶 IQ +964" => "IQ" "🇰🇼 KW +965" => "KW" "🇸🇦 SA +966" => "SA" "🇾🇪 YE +967" => "YE" "🇴🇲 OM +968" => "OM" "🇵🇸 PS +970" => "PS" "🇦🇪 AE +971" => "AE" "🇮🇱 IL +972" => "IL" "🇧🇭 BH +973" => "BH" "🇶🇦 QA +974" => "QA" "🇧🇹 BT +975" => "BT" "🇲🇳 MN +976" => "MN" "🇳🇵 NP +977" => "NP" "🇹🇯 TJ +992" => "TJ" "🇹🇲 TM +993" => "TM" "🇦🇿 AZ +994" => "AZ" "🇬🇪 GE +995" => "GE" "🇰🇬 KG +996" => "KG" "🇺🇿 UZ +998" => "UZ" ] |
| disabled | false |
same as passed value |
| error_bubbling | false |
same as passed value |
| preferred_choices | [ "GB" "FR" ] |
[ "GB" "FR" ] |
| required | true |
same as passed value |
| translation_domain | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select" ] |
| 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_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "🇺🇸 US +1" => "US" "🇦🇬 AG +1" => "AG" "🇦🇮 AI +1" => "AI" "🇦🇸 AS +1" => "AS" "🇧🇧 BB +1" => "BB" "🇧🇲 BM +1" => "BM" "🇧🇸 BS +1" => "BS" "🇨🇦 CA +1" => "CA" "🇩🇲 DM +1" => "DM" "🇩🇴 DO +1" => "DO" "🇬🇩 GD +1" => "GD" "🇬🇺 GU +1" => "GU" "🇯🇲 JM +1" => "JM" "🇰🇳 KN +1" => "KN" "🇰🇾 KY +1" => "KY" "🇱🇨 LC +1" => "LC" "🇲🇵 MP +1" => "MP" "🇲🇸 MS +1" => "MS" "🇵🇷 PR +1" => "PR" "🇸🇽 SX +1" => "SX" "🇹🇨 TC +1" => "TC" "🇹🇹 TT +1" => "TT" "🇻🇨 VC +1" => "VC" "🇻🇬 VG +1" => "VG" "🇻🇮 VI +1" => "VI" "🇷🇺 RU +7" => "RU" "🇰🇿 KZ +7" => "KZ" "🇪🇬 EG +20" => "EG" "🇿🇦 ZA +27" => "ZA" "🇬🇷 GR +30" => "GR" "🇳🇱 NL +31" => "NL" "🇧🇪 BE +32" => "BE" "🇫🇷 FR +33" => "FR" "🇪🇸 ES +34" => "ES" "🇭🇺 HU +36" => "HU" "🇮🇹 IT +39" => "IT" "🇻🇦 VA +39" => "VA" "🇷🇴 RO +40" => "RO" "🇨🇭 CH +41" => "CH" "🇦🇹 AT +43" => "AT" "🇬🇧 GB +44" => "GB" "🇬🇬 GG +44" => "GG" "🇮🇲 IM +44" => "IM" "🇯🇪 JE +44" => "JE" "🇩🇰 DK +45" => "DK" "🇸🇪 SE +46" => "SE" "🇳🇴 NO +47" => "NO" "🇸🇯 SJ +47" => "SJ" "🇵🇱 PL +48" => "PL" "🇩🇪 DE +49" => "DE" "🇵🇪 PE +51" => "PE" "🇲🇽 MX +52" => "MX" "🇨🇺 CU +53" => "CU" "🇦🇷 AR +54" => "AR" "🇧🇷 BR +55" => "BR" "🇨🇱 CL +56" => "CL" "🇨🇴 CO +57" => "CO" "🇻🇪 VE +58" => "VE" "🇲🇾 MY +60" => "MY" "🇦🇺 AU +61" => "AU" "🇨🇨 CC +61" => "CC" "🇨🇽 CX +61" => "CX" "🇮🇩 ID +62" => "ID" "🇵🇭 PH +63" => "PH" "🇳🇿 NZ +64" => "NZ" "🇸🇬 SG +65" => "SG" "🇹🇭 TH +66" => "TH" "🇯🇵 JP +81" => "JP" "🇰🇷 KR +82" => "KR" "🇻🇳 VN +84" => "VN" "🇨🇳 CN +86" => "CN" "🇹🇷 TR +90" => "TR" "🇮🇳 IN +91" => "IN" "🇵🇰 PK +92" => "PK" "🇦🇫 AF +93" => "AF" "🇱🇰 LK +94" => "LK" "🇲🇲 MM +95" => "MM" "🇮🇷 IR +98" => "IR" "🇸🇸 SS +211" => "SS" "🇲🇦 MA +212" => "MA" "🇪🇭 EH +212" => "EH" "🇩🇿 DZ +213" => "DZ" "🇹🇳 TN +216" => "TN" "🇱🇾 LY +218" => "LY" "🇬🇲 GM +220" => "GM" "🇸🇳 SN +221" => "SN" "🇲🇷 MR +222" => "MR" "🇲🇱 ML +223" => "ML" "🇬🇳 GN +224" => "GN" "🇨🇮 CI +225" => "CI" "🇧🇫 BF +226" => "BF" "🇳🇪 NE +227" => "NE" "🇹🇬 TG +228" => "TG" "🇧🇯 BJ +229" => "BJ" "🇲🇺 MU +230" => "MU" "🇱🇷 LR +231" => "LR" "🇸🇱 SL +232" => "SL" "🇬🇭 GH +233" => "GH" "🇳🇬 NG +234" => "NG" "🇹🇩 TD +235" => "TD" "🇨🇫 CF +236" => "CF" "🇨🇲 CM +237" => "CM" "🇨🇻 CV +238" => "CV" "🇸🇹 ST +239" => "ST" "🇬🇶 GQ +240" => "GQ" "🇬🇦 GA +241" => "GA" "🇨🇬 CG +242" => "CG" "🇨🇩 CD +243" => "CD" "🇦🇴 AO +244" => "AO" "🇬🇼 GW +245" => "GW" "🇮🇴 IO +246" => "IO" "🇸🇨 SC +248" => "SC" "🇸🇩 SD +249" => "SD" "🇷🇼 RW +250" => "RW" "🇪🇹 ET +251" => "ET" "🇸🇴 SO +252" => "SO" "🇩🇯 DJ +253" => "DJ" "🇰🇪 KE +254" => "KE" "🇹🇿 TZ +255" => "TZ" "🇺🇬 UG +256" => "UG" "🇧🇮 BI +257" => "BI" "🇲🇿 MZ +258" => "MZ" "🇿🇲 ZM +260" => "ZM" "🇲🇬 MG +261" => "MG" "🇷🇪 RE +262" => "RE" "🇾🇹 YT +262" => "YT" "🇿🇼 ZW +263" => "ZW" "🇳🇦 NA +264" => "NA" "🇲🇼 MW +265" => "MW" "🇱🇸 LS +266" => "LS" "🇧🇼 BW +267" => "BW" "🇸🇿 SZ +268" => "SZ" "🇰🇲 KM +269" => "KM" "🇸🇭 SH +290" => "SH" "🇪🇷 ER +291" => "ER" "🇦🇼 AW +297" => "AW" "🇫🇴 FO +298" => "FO" "🇬🇱 GL +299" => "GL" "🇬🇮 GI +350" => "GI" "🇵🇹 PT +351" => "PT" "🇱🇺 LU +352" => "LU" "🇮🇪 IE +353" => "IE" "🇮🇸 IS +354" => "IS" "🇦🇱 AL +355" => "AL" "🇲🇹 MT +356" => "MT" "🇨🇾 CY +357" => "CY" "🇫🇮 FI +358" => "FI" "🇦🇽 AX +358" => "AX" "🇧🇬 BG +359" => "BG" "🇱🇹 LT +370" => "LT" "🇱🇻 LV +371" => "LV" "🇪🇪 EE +372" => "EE" "🇲🇩 MD +373" => "MD" "🇦🇲 AM +374" => "AM" "🇧🇾 BY +375" => "BY" "🇦🇩 AD +376" => "AD" "🇲🇨 MC +377" => "MC" "🇸🇲 SM +378" => "SM" "🇺🇦 UA +380" => "UA" "🇷🇸 RS +381" => "RS" "🇲🇪 ME +382" => "ME" "🇭🇷 HR +385" => "HR" "🇸🇮 SI +386" => "SI" "🇧🇦 BA +387" => "BA" "🇲🇰 MK +389" => "MK" "🇨🇿 CZ +420" => "CZ" "🇸🇰 SK +421" => "SK" "🇱🇮 LI +423" => "LI" "🇫🇰 FK +500" => "FK" "🇧🇿 BZ +501" => "BZ" "🇬🇹 GT +502" => "GT" "🇸🇻 SV +503" => "SV" "🇭🇳 HN +504" => "HN" "🇳🇮 NI +505" => "NI" "🇨🇷 CR +506" => "CR" "🇵🇦 PA +507" => "PA" "🇵🇲 PM +508" => "PM" "🇭🇹 HT +509" => "HT" "🇬🇵 GP +590" => "GP" "🇧🇱 BL +590" => "BL" "🇲🇫 MF +590" => "MF" "🇧🇴 BO +591" => "BO" "🇬🇾 GY +592" => "GY" "🇪🇨 EC +593" => "EC" "🇬🇫 GF +594" => "GF" "🇵🇾 PY +595" => "PY" "🇲🇶 MQ +596" => "MQ" "🇸🇷 SR +597" => "SR" "🇺🇾 UY +598" => "UY" "🇨🇼 CW +599" => "CW" "🇧🇶 BQ +599" => "BQ" "🇹🇱 TL +670" => "TL" "🇳🇫 NF +672" => "NF" "🇧🇳 BN +673" => "BN" "🇳🇷 NR +674" => "NR" "🇵🇬 PG +675" => "PG" "🇹🇴 TO +676" => "TO" "🇸🇧 SB +677" => "SB" "🇻🇺 VU +678" => "VU" "🇫🇯 FJ +679" => "FJ" "🇵🇼 PW +680" => "PW" "🇼🇫 WF +681" => "WF" "🇨🇰 CK +682" => "CK" "🇳🇺 NU +683" => "NU" "🇼🇸 WS +685" => "WS" "🇰🇮 KI +686" => "KI" "🇳🇨 NC +687" => "NC" "🇹🇻 TV +688" => "TV" "🇵🇫 PF +689" => "PF" "🇹🇰 TK +690" => "TK" "🇫🇲 FM +691" => "FM" "🇲🇭 MH +692" => "MH" "🇰🇵 KP +850" => "KP" "🇭🇰 HK +852" => "HK" "🇲🇴 MO +853" => "MO" "🇰🇭 KH +855" => "KH" "🇱🇦 LA +856" => "LA" "🇧🇩 BD +880" => "BD" "🇹🇼 TW +886" => "TW" "🇲🇻 MV +960" => "MV" "🇱🇧 LB +961" => "LB" "🇯🇴 JO +962" => "JO" "🇸🇾 SY +963" => "SY" "🇮🇶 IQ +964" => "IQ" "🇰🇼 KW +965" => "KW" "🇸🇦 SA +966" => "SA" "🇾🇪 YE +967" => "YE" "🇴🇲 OM +968" => "OM" "🇵🇸 PS +970" => "PS" "🇦🇪 AE +971" => "AE" "🇮🇱 IL +972" => "IL" "🇧🇭 BH +973" => "BH" "🇶🇦 QA +974" => "QA" "🇧🇹 BT +975" => "BT" "🇲🇳 MN +976" => "MN" "🇳🇵 NP +977" => "NP" "🇹🇯 TJ +992" => "TJ" "🇹🇲 TM +993" => "TM" "🇦🇿 AZ +994" => "AZ" "🇬🇪 GE +995" => "GE" "🇰🇬 KG +996" => "KG" "🇺🇿 UZ +998" => "UZ" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| 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 | null |
| 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 | [ "GB" "FR" ] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#5515 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_user_person_phone_country" ] |
| cache_key | "_registration_form_user_person_phone_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5903 +data: "US" +value: "US" +label: "🇺🇸 US +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5904 +data: "AG" +value: "AG" +label: "🇦🇬 AG +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5905 +data: "AI" +value: "AI" +label: "🇦🇮 AI +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5906 +data: "AS" +value: "AS" +label: "🇦🇸 AS +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5907 +data: "BB" +value: "BB" +label: "🇧🇧 BB +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5908 +data: "BM" +value: "BM" +label: "🇧🇲 BM +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5909 +data: "BS" +value: "BS" +label: "🇧🇸 BS +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5910 +data: "CA" +value: "CA" +label: "🇨🇦 CA +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5911 +data: "DM" +value: "DM" +label: "🇩🇲 DM +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5912 +data: "DO" +value: "DO" +label: "🇩🇴 DO +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5913 +data: "GD" +value: "GD" +label: "🇬🇩 GD +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5914 +data: "GU" +value: "GU" +label: "🇬🇺 GU +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5915 +data: "JM" +value: "JM" +label: "🇯🇲 JM +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5916 +data: "KN" +value: "KN" +label: "🇰🇳 KN +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5917 +data: "KY" +value: "KY" +label: "🇰🇾 KY +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5918 +data: "LC" +value: "LC" +label: "🇱🇨 LC +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5919 +data: "MP" +value: "MP" +label: "🇲🇵 MP +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5920 +data: "MS" +value: "MS" +label: "🇲🇸 MS +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5921 +data: "PR" +value: "PR" +label: "🇵🇷 PR +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5922 +data: "SX" +value: "SX" +label: "🇸🇽 SX +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5923 +data: "TC" +value: "TC" +label: "🇹🇨 TC +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5924 +data: "TT" +value: "TT" +label: "🇹🇹 TT +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5925 +data: "VC" +value: "VC" +label: "🇻🇨 VC +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5926 +data: "VG" +value: "VG" +label: "🇻🇬 VG +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5927 +data: "VI" +value: "VI" +label: "🇻🇮 VI +1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5928 +data: "RU" +value: "RU" +label: "🇷🇺 RU +7" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5929 +data: "KZ" +value: "KZ" +label: "🇰🇿 KZ +7" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5930 +data: "EG" +value: "EG" +label: "🇪🇬 EG +20" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5931 +data: "ZA" +value: "ZA" +label: "🇿🇦 ZA +27" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5932 +data: "GR" +value: "GR" +label: "🇬🇷 GR +30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5933 +data: "NL" +value: "NL" +label: "🇳🇱 NL +31" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5934 +data: "BE" +value: "BE" +label: "🇧🇪 BE +32" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5935 +data: "FR" +value: "FR" +label: "🇫🇷 FR +33" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5936 +data: "ES" +value: "ES" +label: "🇪🇸 ES +34" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5937 +data: "HU" +value: "HU" +label: "🇭🇺 HU +36" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5938 +data: "IT" +value: "IT" +label: "🇮🇹 IT +39" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5939 +data: "VA" +value: "VA" +label: "🇻🇦 VA +39" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5940 +data: "RO" +value: "RO" +label: "🇷🇴 RO +40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5941 +data: "CH" +value: "CH" +label: "🇨🇭 CH +41" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5942 +data: "AT" +value: "AT" +label: "🇦🇹 AT +43" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5943 +data: "GB" +value: "GB" +label: "🇬🇧 GB +44" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5944 +data: "GG" +value: "GG" +label: "🇬🇬 GG +44" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5945 +data: "IM" +value: "IM" +label: "🇮🇲 IM +44" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5946 +data: "JE" +value: "JE" +label: "🇯🇪 JE +44" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5947 +data: "DK" +value: "DK" +label: "🇩🇰 DK +45" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5948 +data: "SE" +value: "SE" +label: "🇸🇪 SE +46" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5949 +data: "NO" +value: "NO" +label: "🇳🇴 NO +47" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5950 +data: "SJ" +value: "SJ" +label: "🇸🇯 SJ +47" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5951 +data: "PL" +value: "PL" +label: "🇵🇱 PL +48" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5952 +data: "DE" +value: "DE" +label: "🇩🇪 DE +49" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5953 +data: "PE" +value: "PE" +label: "🇵🇪 PE +51" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5954 +data: "MX" +value: "MX" +label: "🇲🇽 MX +52" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5955 +data: "CU" +value: "CU" +label: "🇨🇺 CU +53" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5956 +data: "AR" +value: "AR" +label: "🇦🇷 AR +54" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5957 +data: "BR" +value: "BR" +label: "🇧🇷 BR +55" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5958 +data: "CL" +value: "CL" +label: "🇨🇱 CL +56" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5959 +data: "CO" +value: "CO" +label: "🇨🇴 CO +57" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5960 +data: "VE" +value: "VE" +label: "🇻🇪 VE +58" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5961 +data: "MY" +value: "MY" +label: "🇲🇾 MY +60" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5962 +data: "AU" +value: "AU" +label: "🇦🇺 AU +61" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5963 +data: "CC" +value: "CC" +label: "🇨🇨 CC +61" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5964 +data: "CX" +value: "CX" +label: "🇨🇽 CX +61" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5965 +data: "ID" +value: "ID" +label: "🇮🇩 ID +62" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5966 +data: "PH" +value: "PH" +label: "🇵🇭 PH +63" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5967 +data: "NZ" +value: "NZ" +label: "🇳🇿 NZ +64" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5968 +data: "SG" +value: "SG" +label: "🇸🇬 SG +65" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5969 +data: "TH" +value: "TH" +label: "🇹🇭 TH +66" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5970 +data: "JP" +value: "JP" +label: "🇯🇵 JP +81" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5971 +data: "KR" +value: "KR" +label: "🇰🇷 KR +82" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5972 +data: "VN" +value: "VN" +label: "🇻🇳 VN +84" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5973 +data: "CN" +value: "CN" +label: "🇨🇳 CN +86" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5974 +data: "TR" +value: "TR" +label: "🇹🇷 TR +90" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5975 +data: "IN" +value: "IN" +label: "🇮🇳 IN +91" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5976 +data: "PK" +value: "PK" +label: "🇵🇰 PK +92" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5977 +data: "AF" +value: "AF" +label: "🇦🇫 AF +93" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5978 +data: "LK" +value: "LK" +label: "🇱🇰 LK +94" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5979 +data: "MM" +value: "MM" +label: "🇲🇲 MM +95" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5980 +data: "IR" +value: "IR" +label: "🇮🇷 IR +98" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5981 +data: "SS" +value: "SS" +label: "🇸🇸 SS +211" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5982 +data: "MA" +value: "MA" +label: "🇲🇦 MA +212" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5983 +data: "EH" +value: "EH" +label: "🇪🇭 EH +212" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5984 +data: "DZ" +value: "DZ" +label: "🇩🇿 DZ +213" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5985 +data: "TN" +value: "TN" +label: "🇹🇳 TN +216" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5986 +data: "LY" +value: "LY" +label: "🇱🇾 LY +218" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5987 +data: "GM" +value: "GM" +label: "🇬🇲 GM +220" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5988 +data: "SN" +value: "SN" +label: "🇸🇳 SN +221" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5989 +data: "MR" +value: "MR" +label: "🇲🇷 MR +222" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5990 +data: "ML" +value: "ML" +label: "🇲🇱 ML +223" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5991 +data: "GN" +value: "GN" +label: "🇬🇳 GN +224" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5992 +data: "CI" +value: "CI" +label: "🇨🇮 CI +225" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5993 +data: "BF" +value: "BF" +label: "🇧🇫 BF +226" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5994 +data: "NE" +value: "NE" +label: "🇳🇪 NE +227" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5995 +data: "TG" +value: "TG" +label: "🇹🇬 TG +228" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5996 +data: "BJ" +value: "BJ" +label: "🇧🇯 BJ +229" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5997 +data: "MU" +value: "MU" +label: "🇲🇺 MU +230" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5998 +data: "LR" +value: "LR" +label: "🇱🇷 LR +231" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5999 +data: "SL" +value: "SL" +label: "🇸🇱 SL +232" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6000 +data: "GH" +value: "GH" +label: "🇬🇭 GH +233" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6001 +data: "NG" +value: "NG" +label: "🇳🇬 NG +234" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6002 +data: "TD" +value: "TD" +label: "🇹🇩 TD +235" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6003 +data: "CF" +value: "CF" +label: "🇨🇫 CF +236" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6004 +data: "CM" +value: "CM" +label: "🇨🇲 CM +237" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6005 +data: "CV" +value: "CV" +label: "🇨🇻 CV +238" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6006 +data: "ST" +value: "ST" +label: "🇸🇹 ST +239" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6007 +data: "GQ" +value: "GQ" +label: "🇬🇶 GQ +240" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6008 +data: "GA" +value: "GA" +label: "🇬🇦 GA +241" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6009 +data: "CG" +value: "CG" +label: "🇨🇬 CG +242" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6010 +data: "CD" +value: "CD" +label: "🇨🇩 CD +243" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6011 +data: "AO" +value: "AO" +label: "🇦🇴 AO +244" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6012 +data: "GW" +value: "GW" +label: "🇬🇼 GW +245" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6013 +data: "IO" +value: "IO" +label: "🇮🇴 IO +246" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6014 +data: "SC" +value: "SC" +label: "🇸🇨 SC +248" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6015 +data: "SD" +value: "SD" +label: "🇸🇩 SD +249" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6016 +data: "RW" +value: "RW" +label: "🇷🇼 RW +250" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6017 +data: "ET" +value: "ET" +label: "🇪🇹 ET +251" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6018 +data: "SO" +value: "SO" +label: "🇸🇴 SO +252" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6019 +data: "DJ" +value: "DJ" +label: "🇩🇯 DJ +253" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6020 +data: "KE" +value: "KE" +label: "🇰🇪 KE +254" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6021 +data: "TZ" +value: "TZ" +label: "🇹🇿 TZ +255" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6022 +data: "UG" +value: "UG" +label: "🇺🇬 UG +256" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6023 +data: "BI" +value: "BI" +label: "🇧🇮 BI +257" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6024 +data: "MZ" +value: "MZ" +label: "🇲🇿 MZ +258" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6025 +data: "ZM" +value: "ZM" +label: "🇿🇲 ZM +260" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6026 +data: "MG" +value: "MG" +label: "🇲🇬 MG +261" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6027 +data: "RE" +value: "RE" +label: "🇷🇪 RE +262" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6028 +data: "YT" +value: "YT" +label: "🇾🇹 YT +262" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6029 +data: "ZW" +value: "ZW" +label: "🇿🇼 ZW +263" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6030 +data: "NA" +value: "NA" +label: "🇳🇦 NA +264" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6031 +data: "MW" +value: "MW" +label: "🇲🇼 MW +265" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6032 +data: "LS" +value: "LS" +label: "🇱🇸 LS +266" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6033 +data: "BW" +value: "BW" +label: "🇧🇼 BW +267" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6034 +data: "SZ" +value: "SZ" +label: "🇸🇿 SZ +268" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6035 +data: "KM" +value: "KM" +label: "🇰🇲 KM +269" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6036 +data: "SH" +value: "SH" +label: "🇸🇭 SH +290" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6037 +data: "ER" +value: "ER" +label: "🇪🇷 ER +291" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6038 +data: "AW" +value: "AW" +label: "🇦🇼 AW +297" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6039 +data: "FO" +value: "FO" +label: "🇫🇴 FO +298" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6040 +data: "GL" +value: "GL" +label: "🇬🇱 GL +299" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6041 +data: "GI" +value: "GI" +label: "🇬🇮 GI +350" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6042 +data: "PT" +value: "PT" +label: "🇵🇹 PT +351" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6043 +data: "LU" +value: "LU" +label: "🇱🇺 LU +352" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6044 +data: "IE" +value: "IE" +label: "🇮🇪 IE +353" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6045 +data: "IS" +value: "IS" +label: "🇮🇸 IS +354" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6046 +data: "AL" +value: "AL" +label: "🇦🇱 AL +355" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6047 +data: "MT" +value: "MT" +label: "🇲🇹 MT +356" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6048 +data: "CY" +value: "CY" +label: "🇨🇾 CY +357" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6049 +data: "FI" +value: "FI" +label: "🇫🇮 FI +358" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6050 +data: "AX" +value: "AX" +label: "🇦🇽 AX +358" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6051 +data: "BG" +value: "BG" +label: "🇧🇬 BG +359" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6052 +data: "LT" +value: "LT" +label: "🇱🇹 LT +370" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6053 +data: "LV" +value: "LV" +label: "🇱🇻 LV +371" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6054 +data: "EE" +value: "EE" +label: "🇪🇪 EE +372" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6055 +data: "MD" +value: "MD" +label: "🇲🇩 MD +373" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6056 +data: "AM" +value: "AM" +label: "🇦🇲 AM +374" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6057 +data: "BY" +value: "BY" +label: "🇧🇾 BY +375" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6058 +data: "AD" +value: "AD" +label: "🇦🇩 AD +376" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6059 +data: "MC" +value: "MC" +label: "🇲🇨 MC +377" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6060 +data: "SM" +value: "SM" +label: "🇸🇲 SM +378" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6061 +data: "UA" +value: "UA" +label: "🇺🇦 UA +380" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6062 +data: "RS" +value: "RS" +label: "🇷🇸 RS +381" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6063 +data: "ME" +value: "ME" +label: "🇲🇪 ME +382" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6064 +data: "HR" +value: "HR" +label: "🇭🇷 HR +385" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6065 +data: "SI" +value: "SI" +label: "🇸🇮 SI +386" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6066 +data: "BA" +value: "BA" +label: "🇧🇦 BA +387" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6067 +data: "MK" +value: "MK" +label: "🇲🇰 MK +389" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6068 +data: "CZ" +value: "CZ" +label: "🇨🇿 CZ +420" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6069 +data: "SK" +value: "SK" +label: "🇸🇰 SK +421" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6070 +data: "LI" +value: "LI" +label: "🇱🇮 LI +423" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6071 +data: "FK" +value: "FK" +label: "🇫🇰 FK +500" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6072 +data: "BZ" +value: "BZ" +label: "🇧🇿 BZ +501" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6073 +data: "GT" +value: "GT" +label: "🇬🇹 GT +502" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6074 +data: "SV" +value: "SV" +label: "🇸🇻 SV +503" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6075 +data: "HN" +value: "HN" +label: "🇭🇳 HN +504" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6076 +data: "NI" +value: "NI" +label: "🇳🇮 NI +505" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6077 +data: "CR" +value: "CR" +label: "🇨🇷 CR +506" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6078 +data: "PA" +value: "PA" +label: "🇵🇦 PA +507" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6079 +data: "PM" +value: "PM" +label: "🇵🇲 PM +508" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6080 +data: "HT" +value: "HT" +label: "🇭🇹 HT +509" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6081 +data: "GP" +value: "GP" +label: "🇬🇵 GP +590" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6082 +data: "BL" +value: "BL" +label: "🇧🇱 BL +590" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6083 +data: "MF" +value: "MF" +label: "🇲🇫 MF +590" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6084 +data: "BO" +value: "BO" +label: "🇧🇴 BO +591" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6085 +data: "GY" +value: "GY" +label: "🇬🇾 GY +592" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6086 +data: "EC" +value: "EC" +label: "🇪🇨 EC +593" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6087 +data: "GF" +value: "GF" +label: "🇬🇫 GF +594" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6088 +data: "PY" +value: "PY" +label: "🇵🇾 PY +595" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6089 +data: "MQ" +value: "MQ" +label: "🇲🇶 MQ +596" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6090 +data: "SR" +value: "SR" +label: "🇸🇷 SR +597" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6091 +data: "UY" +value: "UY" +label: "🇺🇾 UY +598" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6092 +data: "CW" +value: "CW" +label: "🇨🇼 CW +599" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6093 +data: "BQ" +value: "BQ" +label: "🇧🇶 BQ +599" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6094 +data: "TL" +value: "TL" +label: "🇹🇱 TL +670" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6095 +data: "NF" +value: "NF" +label: "🇳🇫 NF +672" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6096 +data: "BN" +value: "BN" +label: "🇧🇳 BN +673" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6097 +data: "NR" +value: "NR" +label: "🇳🇷 NR +674" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6098 +data: "PG" +value: "PG" +label: "🇵🇬 PG +675" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6099 +data: "TO" +value: "TO" +label: "🇹🇴 TO +676" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6100 +data: "SB" +value: "SB" +label: "🇸🇧 SB +677" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6101 +data: "VU" +value: "VU" +label: "🇻🇺 VU +678" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6102 +data: "FJ" +value: "FJ" +label: "🇫🇯 FJ +679" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6103 +data: "PW" +value: "PW" +label: "🇵🇼 PW +680" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6104 +data: "WF" +value: "WF" +label: "🇼🇫 WF +681" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6105 +data: "CK" +value: "CK" +label: "🇨🇰 CK +682" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6106 +data: "NU" +value: "NU" +label: "🇳🇺 NU +683" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6107 +data: "WS" +value: "WS" +label: "🇼🇸 WS +685" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6108 +data: "KI" +value: "KI" +label: "🇰🇮 KI +686" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6109 +data: "NC" +value: "NC" +label: "🇳🇨 NC +687" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6110 +data: "TV" +value: "TV" +label: "🇹🇻 TV +688" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6111 +data: "PF" +value: "PF" +label: "🇵🇫 PF +689" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6112 +data: "TK" +value: "TK" +label: "🇹🇰 TK +690" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6113 +data: "FM" +value: "FM" +label: "🇫🇲 FM +691" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6114 +data: "MH" +value: "MH" +label: "🇲🇭 MH +692" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6115 +data: "KP" +value: "KP" +label: "🇰🇵 KP +850" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6116 +data: "HK" +value: "HK" +label: "🇭🇰 HK +852" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6117 +data: "MO" +value: "MO" +label: "🇲🇴 MO +853" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6118 +data: "KH" +value: "KH" +label: "🇰🇭 KH +855" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6119 +data: "LA" +value: "LA" +label: "🇱🇦 LA +856" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6120 +data: "BD" +value: "BD" +label: "🇧🇩 BD +880" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6121 +data: "TW" +value: "TW" +label: "🇹🇼 TW +886" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6122 +data: "MV" +value: "MV" +label: "🇲🇻 MV +960" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6123 +data: "LB" +value: "LB" +label: "🇱🇧 LB +961" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6124 +data: "JO" +value: "JO" +label: "🇯🇴 JO +962" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6125 +data: "SY" +value: "SY" +label: "🇸🇾 SY +963" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6126 +data: "IQ" +value: "IQ" +label: "🇮🇶 IQ +964" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6127 +data: "KW" +value: "KW" +label: "🇰🇼 KW +965" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6128 +data: "SA" +value: "SA" +label: "🇸🇦 SA +966" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6129 +data: "YE" +value: "YE" +label: "🇾🇪 YE +967" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6130 +data: "OM" +value: "OM" +label: "🇴🇲 OM +968" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6131 +data: "PS" +value: "PS" +label: "🇵🇸 PS +970" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6132 +data: "AE" +value: "AE" +label: "🇦🇪 AE +971" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6133 +data: "IL" +value: "IL" +label: "🇮🇱 IL +972" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6134 +data: "BH" +value: "BH" +label: "🇧🇭 BH +973" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6135 +data: "QA" +value: "QA" +label: "🇶🇦 QA +974" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6136 +data: "BT" +value: "BT" +label: "🇧🇹 BT +975" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6137 +data: "MN" +value: "MN" +label: "🇲🇳 MN +976" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6138 +data: "NP" +value: "NP" +label: "🇳🇵 NP +977" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6139 +data: "TJ" +value: "TJ" +label: "🇹🇯 TJ +992" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6140 +data: "TM" +value: "TM" +label: "🇹🇲 TM +993" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6141 +data: "AZ" +value: "AZ" +label: "🇦🇿 AZ +994" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6142 +data: "GE" +value: "GE" +label: "🇬🇪 GE +995" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6143 +data: "KG" +value: "KG" +label: "🇰🇬 KG +996" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6144 +data: "UZ" +value: "UZ" +label: "🇺🇿 UZ +998" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5901 -errors: [] -form: Symfony\Component\Form\Form {#5537 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5900 …5} |
| full_name | "registration_form[user][person][phone][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person_phone_country" |
| is_selected | Closure($choice, $value) {#5902 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| 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 | false |
| preferred_choices | [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5943 +data: "GB" +value: "GB" +label: "🇬🇧 GB +44" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5935 +data: "FR" +value: "FR" +label: "🇫🇷 FR +33" +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_user_person_phone_country" |
| valid | true |
| value | "" |
number
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | false |
same as passed value |
| error_bubbling | true |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5526 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#5527 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_user_person_phone_number" ] |
| cache_key | "_registration_form_user_person_phone_number_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6145 -errors: [] -form: Symfony\Component\Form\Form {#5540 …} } |
| form | Symfony\Component\Form\FormView {#6146 …5} |
| full_name | "registration_form[user][person][phone][number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_person_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_user_person_phone_number" |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "password-field" "placeholder" => "account.form.user.password.label" ] |
[ "class" => "password-field" "placeholder" => "account.form.user.password.label" ] |
| label | "account.form.user.password.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "password-field" "placeholder" => "account.form.user.password.label" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1355 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "account.form.user.password.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1356 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "password-field" "placeholder" => "account.form.user.password.label" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_user_password" ] |
| cache_key | "_registration_form_user_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5890 -errors: [] -form: Symfony\Component\Form\Form {#5543 …} } |
| form | Symfony\Component\Form\FormView {#5891 …5} |
| full_name | "registration_form[user][password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_user_password" |
| label | "account.form.user.password.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_user_password" |
| valid | true |
| value | "" |
agreeTerms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1098 +payload: null +groups: ? ?array +message: "You should agree to our terms." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1098 +payload: null +groups: ? ?array +message: "You should agree to our terms." } ] |
| label | "security.register.agreeTerms" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1098 +payload: null +groups: ? ?array +message: "You should agree to our terms." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1162 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1163 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "security.register.agreeTerms" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#1167 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
| cache_key | "_registration_form_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5627 -errors: [] -form: Symfony\Component\Form\Form {#5546 …} } |
| form | Symfony\Component\Form\FormView {#5626 …5} |
| full_name | "registration_form[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_agreeTerms" |
| label | "security.register.agreeTerms" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_agreeTerms" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b158b23b7ed573e13527.00-FlX0T2xSEJB8BCFPUIA7okKZ6FxSEjPtAf3drdNQ.lhuowh53k2b2FEhxYj6CUk2Oo5UYY27u9a4tHS4kAb7kOcukCyS2YMASeA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "b158b23b7ed573e13527.00-FlX0T2xSEJB8BCFPUIA7okKZ6FxSEjPtAf3drdNQ.lhuowh53k2b2FEhxYj6CUk2Oo5UYY27u9a4tHS4kAb7kOcukCyS2YMASeA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#419 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#421 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#420 …} -namespace: Closure() {#417 …} } |
| data | "b158b23b7ed573e13527.00-FlX0T2xSEJB8BCFPUIA7okKZ6FxSEjPtAf3drdNQ.lhuowh53k2b2FEhxYj6CUk2Oo5UYY27u9a4tHS4kAb7kOcukCyS2YMASeA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5553 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#195 …} $message: Closure() {#5899 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "b158b23b7ed573e13527.00-FlX0T2xSEJB8BCFPUIA7okKZ6FxSEjPtAf3drdNQ.lhuowh53k2b2FEhxYj6CUk2Oo5UYY27u9a4tHS4kAb7kOcukCyS2YMASeA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6156 -errors: [] -form: Symfony\Component\Form\Form {#6152 …} } |
| form | Symfony\Component\Form\FormView {#6148 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "b158b23b7ed573e13527.00-FlX0T2xSEJB8BCFPUIA7okKZ6FxSEjPtAf3drdNQ.lhuowh53k2b2FEhxYj6CUk2Oo5UYY27u9a4tHS4kAb7kOcukCyS2YMASeA" |