- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 49
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
firstname
-
lastname
-
email
-
emailConfirm
-
country
-
password
-
passwordRepeat
-
policy
-
-
0
-
1
-
-
_token
-
register
"App\Form\Type\Security\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Form\Model\Security\RegisterModel {#1179 +firstname: null +lastname: null +email: null +emailConfirm: null +country: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +password: null +passwordRepeat: null +policy: null +role: "ROLE_USER" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Form\Model\Security\RegisterModel {#1179 +firstname: null +lastname: null +email: null +emailConfirm: null +country: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +password: null +passwordRepeat: null +policy: null +role: "ROLE_USER" } |
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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data | App\Form\Model\Security\RegisterModel {#1179 +firstname: null +lastname: null +email: null +emailConfirm: null +country: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +password: null +passwordRepeat: null +policy: null +role: "ROLE_USER" } |
| data_class | "App\Form\Model\Security\RegisterModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1293 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} use: { $class: "App\Form\Model\Security\RegisterModel" } } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1291 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1292 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Form\Model\Security\RegisterModel {#1179 +firstname: null +lastname: null +email: null +emailConfirm: null +country: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +password: null +passwordRepeat: null +policy: null +role: "ROLE_USER" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1583 -form: Symfony\Component\Form\Form {#1452 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1290 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Form\Model\Security\RegisterModel {#1179 +firstname: null +lastname: null +email: null +emailConfirm: null +country: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +password: null +passwordRepeat: null +policy: null +role: "ROLE_USER" } |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "register.firstname.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 | [] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1386 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | "register.firstname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1334 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_firstname" ] |
| cache_key | "_register_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1622 -form: Symfony\Component\Form\Form {#1557 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1624 …5} |
| full_name | "register[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_firstname" |
| label | "register.firstname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_firstname" |
| valid | true |
| value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "register.lastname.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 | [] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1394 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | "register.lastname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1392 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_lastname" ] |
| cache_key | "_register_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1584 -form: Symfony\Component\Form\Form {#1561 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1585 …5} |
| full_name | "register[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_lastname" |
| label | "register.lastname.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_lastname" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "register.address.placeholder" ] |
[ "placeholder" => "register.address.placeholder" ] |
| label | "register.address.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" => "register.address.placeholder" ] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1373 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | "register.address.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1407 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1401 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "register.address.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1589 -form: Symfony\Component\Form\Form {#1564 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1590 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_email" |
| label | "register.address.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_email" |
| valid | true |
| value | "" |
emailConfirm
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "register.emailConfirm.placeholder" ] |
[ "placeholder" => "register.emailConfirm.placeholder" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "register.emailConfirm.placeholder" ] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1414 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1415 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "register.emailConfirm.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_emailConfirm" ] |
| cache_key | "_register_emailConfirm_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1461 -form: Symfony\Component\Form\Form {#1522 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1554 …5} |
| full_name | "register[emailConfirm]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_emailConfirm" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailConfirm" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_emailConfirm" |
| valid | true |
| value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } |
| View Format |
"US"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| choice_translation_domain | "countries" |
same as passed value |
| choice_value | "code" |
same as passed value |
| class | "App\Entity\Country" |
same as passed value |
| label | "register.country.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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1509 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1454 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1503 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | "countries" |
| choice_translation_parameters | [] |
| choice_value | "code" |
| choices | null |
| class | "App\Entity\Country" |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| em | ContainerIx6rT12\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#357 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1447 -om: ContainerIx6rT12\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#357 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#885 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "register.country.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1460 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_register_country" ] |
| cache_key | "_register_country_entity" |
| choice_translation_domain | "countries" |
| choice_translation_parameters | [] |
| choices | [ "AF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "Afghanistan" +value: "AF" +data: App\Entity\Country {#1666 …} +attr: [] +labelTranslationParameters: [] } "AX" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1732 +label: "Åland Islands" +value: "AX" +data: App\Entity\Country {#1654 …} +attr: [] +labelTranslationParameters: [] } "AL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1408 +label: "Albania" +value: "AL" +data: App\Entity\Country {#1657 …} +attr: [] +labelTranslationParameters: [] } "DZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1653 +label: "Algeria" +value: "DZ" +data: App\Entity\Country {#1736 …} +attr: [] +labelTranslationParameters: [] } "AS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1417 +label: "American Samoa" +value: "AS" +data: App\Entity\Country {#1735 …} +attr: [] +labelTranslationParameters: [] } "AD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1743 +label: "Andorra" +value: "AD" +data: App\Entity\Country {#1669 …} +attr: [] +labelTranslationParameters: [] } "AO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1631 +label: "Angola" +value: "AO" +data: App\Entity\Country {#1674 …} +attr: [] +labelTranslationParameters: [] } "AI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1396 +label: "Anguilla" +value: "AI" +data: App\Entity\Country {#1679 …} +attr: [] +labelTranslationParameters: [] } "AQ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1733 +label: "Antarctica" +value: "AQ" +data: App\Entity\Country {#1741 …} +attr: [] +labelTranslationParameters: [] } "AG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "Antigua and Barbuda" +value: "AG" +data: App\Entity\Country {#1727 …} +attr: [] +labelTranslationParameters: [] } "AR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "Argentina" +value: "AR" +data: App\Entity\Country {#1722 …} +attr: [] +labelTranslationParameters: [] } "AM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "Armenia" +value: "AM" +data: App\Entity\Country {#1717 …} +attr: [] +labelTranslationParameters: [] } "AW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "Aruba" +value: "AW" +data: App\Entity\Country {#1712 …} +attr: [] +labelTranslationParameters: [] } "AU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "Australia" +value: "AU" +data: App\Entity\Country {#1707 …} +attr: [] +labelTranslationParameters: [] } "AT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Austria" +value: "AT" +data: App\Entity\Country {#1702 …} +attr: [] +labelTranslationParameters: [] } "AZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Azerbaijan" +value: "AZ" +data: App\Entity\Country {#1697 …} +attr: [] +labelTranslationParameters: [] } "BS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Bahamas" +value: "BS" +data: App\Entity\Country {#1692 …} +attr: [] +labelTranslationParameters: [] } "BH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Bahrain" +value: "BH" +data: App\Entity\Country {#1687 …} +attr: [] +labelTranslationParameters: [] } "BD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Bangladesh" +value: "BD" +data: App\Entity\Country {#1652 …} +attr: [] +labelTranslationParameters: [] } "BB" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Barbados" +value: "BB" +data: App\Entity\Country {#1647 …} +attr: [] +labelTranslationParameters: [] } "BY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "Belarus" +value: "BY" +data: App\Entity\Country {#1642 …} +attr: [] +labelTranslationParameters: [] } "BE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "Belgium" +value: "BE" +data: App\Entity\Country {#1637 …} +attr: [] +labelTranslationParameters: [] } "BZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "Belize" +value: "BZ" +data: App\Entity\Country {#1750 …} +attr: [] +labelTranslationParameters: [] } "BJ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "Benin" +value: "BJ" +data: App\Entity\Country {#1754 …} +attr: [] +labelTranslationParameters: [] } "BM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "Bermuda" +value: "BM" +data: App\Entity\Country {#1759 …} +attr: [] +labelTranslationParameters: [] } "BT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "Bhutan" +value: "BT" +data: App\Entity\Country {#1764 …} +attr: [] +labelTranslationParameters: [] } "BO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "Bolivia (Plurinational State of)" +value: "BO" +data: App\Entity\Country {#1769 …} +attr: [] +labelTranslationParameters: [] } "BQ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Bonaire, Sint Eustatius and Saba" +value: "BQ" +data: App\Entity\Country {#1774 …} +attr: [] +labelTranslationParameters: [] } "BA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "Bosnia and Herzegovina" +value: "BA" +data: App\Entity\Country {#1779 …} +attr: [] +labelTranslationParameters: [] } "BW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "Botswana" +value: "BW" +data: App\Entity\Country {#1784 …} +attr: [] +labelTranslationParameters: [] } "BV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "Bouvet Island" +value: "BV" +data: App\Entity\Country {#1789 …} +attr: [] +labelTranslationParameters: [] } "BR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "Brazil" +value: "BR" +data: App\Entity\Country {#1794 …} +attr: [] +labelTranslationParameters: [] } "IO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "British Indian Ocean Territory" +value: "IO" +data: App\Entity\Country {#1799 …} +attr: [] +labelTranslationParameters: [] } "UM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "United States Minor Outlying Islands" +value: "UM" +data: App\Entity\Country {#1804 …} +attr: [] +labelTranslationParameters: [] } "VG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "Virgin Islands (British)" +value: "VG" +data: App\Entity\Country {#1809 …} +attr: [] +labelTranslationParameters: [] } "VI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "Virgin Islands (U.S.)" +value: "VI" +data: App\Entity\Country {#1814 …} +attr: [] +labelTranslationParameters: [] } "BN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "Brunei Darussalam" +value: "BN" +data: App\Entity\Country {#1819 …} +attr: [] +labelTranslationParameters: [] } "BG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "Bulgaria" +value: "BG" +data: App\Entity\Country {#1824 …} +attr: [] +labelTranslationParameters: [] } "BF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "Burkina Faso" +value: "BF" +data: App\Entity\Country {#1829 …} +attr: [] +labelTranslationParameters: [] } "BI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "Burundi" +value: "BI" +data: App\Entity\Country {#1834 …} +attr: [] +labelTranslationParameters: [] } "KH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "Cambodia" +value: "KH" +data: App\Entity\Country {#1839 …} +attr: [] +labelTranslationParameters: [] } "CM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "Cameroon" +value: "CM" +data: App\Entity\Country {#1844 …} +attr: [] +labelTranslationParameters: [] } "CA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "Canada" +value: "CA" +data: App\Entity\Country {#1849 …} +attr: [] +labelTranslationParameters: [] } "CV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "Cabo Verde" +value: "CV" +data: App\Entity\Country {#1854 …} +attr: [] +labelTranslationParameters: [] } "KY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "Cayman Islands" +value: "KY" +data: App\Entity\Country {#1859 …} +attr: [] +labelTranslationParameters: [] } "CF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "Central African Republic" +value: "CF" +data: App\Entity\Country {#1864 …} +attr: [] +labelTranslationParameters: [] } "TD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "Chad" +value: "TD" +data: App\Entity\Country {#1869 …} +attr: [] +labelTranslationParameters: [] } "CL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "Chile" +value: "CL" +data: App\Entity\Country {#1874 …} +attr: [] +labelTranslationParameters: [] } "CN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "China" +value: "CN" +data: App\Entity\Country {#1879 …} +attr: [] +labelTranslationParameters: [] } "CX" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "Christmas Island" +value: "CX" +data: App\Entity\Country {#1884 …} +attr: [] +labelTranslationParameters: [] } "CC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "Cocos (Keeling) Islands" +value: "CC" +data: App\Entity\Country {#1889 …} +attr: [] +labelTranslationParameters: [] } "CO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "Colombia" +value: "CO" +data: App\Entity\Country {#1894 …} +attr: [] +labelTranslationParameters: [] } "KM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "Comoros" +value: "KM" +data: App\Entity\Country {#1899 …} +attr: [] +labelTranslationParameters: [] } "CG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Congo" +value: "CG" +data: App\Entity\Country {#1904 …} +attr: [] +labelTranslationParameters: [] } "CD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Congo (Democratic Republic of the)" +value: "CD" +data: App\Entity\Country {#1909 …} +attr: [] +labelTranslationParameters: [] } "CK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "Cook Islands" +value: "CK" +data: App\Entity\Country {#1914 …} +attr: [] +labelTranslationParameters: [] } "CR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Costa Rica" +value: "CR" +data: App\Entity\Country {#1919 …} +attr: [] +labelTranslationParameters: [] } "HR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Croatia" +value: "HR" +data: App\Entity\Country {#1924 …} +attr: [] +labelTranslationParameters: [] } "CU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Cuba" +value: "CU" +data: App\Entity\Country {#1929 …} +attr: [] +labelTranslationParameters: [] } "CW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "Curaçao" +value: "CW" +data: App\Entity\Country {#1934 …} +attr: [] +labelTranslationParameters: [] } "CY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "Cyprus" +value: "CY" +data: App\Entity\Country {#1939 …} +attr: [] +labelTranslationParameters: [] } "CZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Czech Republic" +value: "CZ" +data: App\Entity\Country {#1944 …} +attr: [] +labelTranslationParameters: [] } "DK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "Denmark" +value: "DK" +data: App\Entity\Country {#1949 …} +attr: [] +labelTranslationParameters: [] } "DJ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "Djibouti" +value: "DJ" +data: App\Entity\Country {#1954 …} +attr: [] +labelTranslationParameters: [] } "DM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "Dominica" +value: "DM" +data: App\Entity\Country {#1959 …} +attr: [] +labelTranslationParameters: [] } "DO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "Dominican Republic" +value: "DO" +data: App\Entity\Country {#1964 …} +attr: [] +labelTranslationParameters: [] } "EC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "Ecuador" +value: "EC" +data: App\Entity\Country {#1969 …} +attr: [] +labelTranslationParameters: [] } "EG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Egypt" +value: "EG" +data: App\Entity\Country {#1974 …} +attr: [] +labelTranslationParameters: [] } "SV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "El Salvador" +value: "SV" +data: App\Entity\Country {#1979 …} +attr: [] +labelTranslationParameters: [] } "GQ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Equatorial Guinea" +value: "GQ" +data: App\Entity\Country {#1984 …} +attr: [] +labelTranslationParameters: [] } "ER" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "Eritrea" +value: "ER" +data: App\Entity\Country {#1989 …} +attr: [] +labelTranslationParameters: [] } "EE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "Estonia" +value: "EE" +data: App\Entity\Country {#1994 …} +attr: [] +labelTranslationParameters: [] } "ET" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Ethiopia" +value: "ET" +data: App\Entity\Country {#1999 …} +attr: [] +labelTranslationParameters: [] } "FK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "Falkland Islands (Malvinas)" +value: "FK" +data: App\Entity\Country {#2004 …} +attr: [] +labelTranslationParameters: [] } "FO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "Faroe Islands" +value: "FO" +data: App\Entity\Country {#2009 …} +attr: [] +labelTranslationParameters: [] } "FJ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "Fiji" +value: "FJ" +data: App\Entity\Country {#2014 …} +attr: [] +labelTranslationParameters: [] } "FI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "Finland" +value: "FI" +data: App\Entity\Country {#2019 …} +attr: [] +labelTranslationParameters: [] } "FR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "France" +value: "FR" +data: App\Entity\Country {#2024 …} +attr: [] +labelTranslationParameters: [] } "GF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "French Guiana" +value: "GF" +data: App\Entity\Country {#2029 …} +attr: [] +labelTranslationParameters: [] } "PF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "French Polynesia" +value: "PF" +data: App\Entity\Country {#2034 …} +attr: [] +labelTranslationParameters: [] } "TF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "French Southern Territories" +value: "TF" +data: App\Entity\Country {#2039 …} +attr: [] +labelTranslationParameters: [] } "GA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Gabon" +value: "GA" +data: App\Entity\Country {#2044 …} +attr: [] +labelTranslationParameters: [] } "GM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Gambia" +value: "GM" +data: App\Entity\Country {#2049 …} +attr: [] +labelTranslationParameters: [] } "GE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "Georgia" +value: "GE" +data: App\Entity\Country {#2054 …} +attr: [] +labelTranslationParameters: [] } "DE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "Germany" +value: "DE" +data: App\Entity\Country {#2059 …} +attr: [] +labelTranslationParameters: [] } "GH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "Ghana" +value: "GH" +data: App\Entity\Country {#2064 …} +attr: [] +labelTranslationParameters: [] } "GI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "Gibraltar" +value: "GI" +data: App\Entity\Country {#2069 …} +attr: [] +labelTranslationParameters: [] } "GR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "Greece" +value: "GR" +data: App\Entity\Country {#2074 …} +attr: [] +labelTranslationParameters: [] } "GL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "Greenland" +value: "GL" +data: App\Entity\Country {#2079 …} +attr: [] +labelTranslationParameters: [] } "GD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "Grenada" +value: "GD" +data: App\Entity\Country {#2084 …} +attr: [] +labelTranslationParameters: [] } "GP" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "Guadeloupe" +value: "GP" +data: App\Entity\Country {#2089 …} +attr: [] +labelTranslationParameters: [] } "GU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "Guam" +value: "GU" +data: App\Entity\Country {#2094 …} +attr: [] +labelTranslationParameters: [] } "GT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "Guatemala" +value: "GT" +data: App\Entity\Country {#2099 …} +attr: [] +labelTranslationParameters: [] } "GG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "Guernsey" +value: "GG" +data: App\Entity\Country {#2104 …} +attr: [] +labelTranslationParameters: [] } "GN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Guinea" +value: "GN" +data: App\Entity\Country {#2109 …} +attr: [] +labelTranslationParameters: [] } "GW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "Guinea-Bissau" +value: "GW" +data: App\Entity\Country {#2114 …} +attr: [] +labelTranslationParameters: [] } "GY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "Guyana" +value: "GY" +data: App\Entity\Country {#2119 …} +attr: [] +labelTranslationParameters: [] } "HT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "Haiti" +value: "HT" +data: App\Entity\Country {#2124 …} +attr: [] +labelTranslationParameters: [] } "HM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "Heard Island and McDonald Islands" +value: "HM" +data: App\Entity\Country {#2129 …} +attr: [] +labelTranslationParameters: [] } "VA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "Holy See" +value: "VA" +data: App\Entity\Country {#2134 …} +attr: [] +labelTranslationParameters: [] } "HN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "Honduras" +value: "HN" +data: App\Entity\Country {#2139 …} +attr: [] +labelTranslationParameters: [] } "HK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "Hong Kong" +value: "HK" +data: App\Entity\Country {#2144 …} +attr: [] +labelTranslationParameters: [] } "HU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "Hungary" +value: "HU" +data: App\Entity\Country {#2149 …} +attr: [] +labelTranslationParameters: [] } "IS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "Iceland" +value: "IS" +data: App\Entity\Country {#2154 …} +attr: [] +labelTranslationParameters: [] } "IN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "India" +value: "IN" +data: App\Entity\Country {#2159 …} +attr: [] +labelTranslationParameters: [] } "ID" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "Indonesia" +value: "ID" +data: App\Entity\Country {#2164 …} +attr: [] +labelTranslationParameters: [] } "CI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "Côte d'Ivoire" +value: "CI" +data: App\Entity\Country {#2169 …} +attr: [] +labelTranslationParameters: [] } "IR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "Iran (Islamic Republic of)" +value: "IR" +data: App\Entity\Country {#2174 …} +attr: [] +labelTranslationParameters: [] } "IQ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "Iraq" +value: "IQ" +data: App\Entity\Country {#2179 …} +attr: [] +labelTranslationParameters: [] } "IE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "Ireland" +value: "IE" +data: App\Entity\Country {#2184 …} +attr: [] +labelTranslationParameters: [] } "IM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "Isle of Man" +value: "IM" +data: App\Entity\Country {#2189 …} +attr: [] +labelTranslationParameters: [] } "IL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "Israel" +value: "IL" +data: App\Entity\Country {#2194 …} +attr: [] +labelTranslationParameters: [] } "IT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "Italy" +value: "IT" +data: App\Entity\Country {#2199 …} +attr: [] +labelTranslationParameters: [] } "JM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "Jamaica" +value: "JM" +data: App\Entity\Country {#2204 …} +attr: [] +labelTranslationParameters: [] } "JP" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "Japan" +value: "JP" +data: App\Entity\Country {#2209 …} +attr: [] +labelTranslationParameters: [] } "JE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "Jersey" +value: "JE" +data: App\Entity\Country {#2214 …} +attr: [] +labelTranslationParameters: [] } "JO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "Jordan" +value: "JO" +data: App\Entity\Country {#2219 …} +attr: [] +labelTranslationParameters: [] } "KZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "Kazakhstan" +value: "KZ" +data: App\Entity\Country {#2224 …} +attr: [] +labelTranslationParameters: [] } "KE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "Kenya" +value: "KE" +data: App\Entity\Country {#2229 …} +attr: [] +labelTranslationParameters: [] } "KI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "Kiribati" +value: "KI" +data: App\Entity\Country {#2234 …} +attr: [] +labelTranslationParameters: [] } "KW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "Kuwait" +value: "KW" +data: App\Entity\Country {#2239 …} +attr: [] +labelTranslationParameters: [] } "KG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "Kyrgyzstan" +value: "KG" +data: App\Entity\Country {#2244 …} +attr: [] +labelTranslationParameters: [] } "LA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "Lao People's Democratic Republic" +value: "LA" +data: App\Entity\Country {#2249 …} +attr: [] +labelTranslationParameters: [] } "LV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "Latvia" +value: "LV" +data: App\Entity\Country {#2254 …} +attr: [] +labelTranslationParameters: [] } "LB" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "Lebanon" +value: "LB" +data: App\Entity\Country {#2259 …} +attr: [] +labelTranslationParameters: [] } "LS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "Lesotho" +value: "LS" +data: App\Entity\Country {#2264 …} +attr: [] +labelTranslationParameters: [] } "LR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "Liberia" +value: "LR" +data: App\Entity\Country {#2269 …} +attr: [] +labelTranslationParameters: [] } "LY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "Libya" +value: "LY" +data: App\Entity\Country {#2274 …} +attr: [] +labelTranslationParameters: [] } "LI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "Liechtenstein" +value: "LI" +data: App\Entity\Country {#2279 …} +attr: [] +labelTranslationParameters: [] } "LT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +label: "Lithuania" +value: "LT" +data: App\Entity\Country {#2284 …} +attr: [] +labelTranslationParameters: [] } "LU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "Luxembourg" +value: "LU" +data: App\Entity\Country {#2289 …} +attr: [] +labelTranslationParameters: [] } "MO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "Macao" +value: "MO" +data: App\Entity\Country {#2294 …} +attr: [] +labelTranslationParameters: [] } "MK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "Macedonia (the former Yugoslav Republic of)" +value: "MK" +data: App\Entity\Country {#2299 …} +attr: [] +labelTranslationParameters: [] } "MG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "Madagascar" +value: "MG" +data: App\Entity\Country {#2304 …} +attr: [] +labelTranslationParameters: [] } "MW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "Malawi" +value: "MW" +data: App\Entity\Country {#2309 …} +attr: [] +labelTranslationParameters: [] } "MY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +label: "Malaysia" +value: "MY" +data: App\Entity\Country {#2314 …} +attr: [] +labelTranslationParameters: [] } "MV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "Maldives" +value: "MV" +data: App\Entity\Country {#2319 …} +attr: [] +labelTranslationParameters: [] } "ML" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "Mali" +value: "ML" +data: App\Entity\Country {#2324 …} +attr: [] +labelTranslationParameters: [] } "MT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +label: "Malta" +value: "MT" +data: App\Entity\Country {#2329 …} +attr: [] +labelTranslationParameters: [] } "MH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3014 +label: "Marshall Islands" +value: "MH" +data: App\Entity\Country {#2334 …} +attr: [] +labelTranslationParameters: [] } "MQ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +label: "Martinique" +value: "MQ" +data: App\Entity\Country {#2339 …} +attr: [] +labelTranslationParameters: [] } "MR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "Mauritania" +value: "MR" +data: App\Entity\Country {#2344 …} +attr: [] +labelTranslationParameters: [] } "MU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "Mauritius" +value: "MU" +data: App\Entity\Country {#2349 …} +attr: [] +labelTranslationParameters: [] } "YT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +label: "Mayotte" +value: "YT" +data: App\Entity\Country {#2354 …} +attr: [] +labelTranslationParameters: [] } "MX" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "Mexico" +value: "MX" +data: App\Entity\Country {#2359 …} +attr: [] +labelTranslationParameters: [] } "FM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "Micronesia (Federated States of)" +value: "FM" +data: App\Entity\Country {#2364 …} +attr: [] +labelTranslationParameters: [] } "MD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "Moldova (Republic of)" +value: "MD" +data: App\Entity\Country {#2369 …} +attr: [] +labelTranslationParameters: [] } "MC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3022 +label: "Monaco" +value: "MC" +data: App\Entity\Country {#2374 …} +attr: [] +labelTranslationParameters: [] } "MN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +label: "Mongolia" +value: "MN" +data: App\Entity\Country {#2379 …} +attr: [] +labelTranslationParameters: [] } "ME" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +label: "Montenegro" +value: "ME" +data: App\Entity\Country {#2384 …} +attr: [] +labelTranslationParameters: [] } "MS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +label: "Montserrat" +value: "MS" +data: App\Entity\Country {#2389 …} +attr: [] +labelTranslationParameters: [] } "MA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3026 +label: "Morocco" +value: "MA" +data: App\Entity\Country {#2394 …} +attr: [] +labelTranslationParameters: [] } "MZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +label: "Mozambique" +value: "MZ" +data: App\Entity\Country {#2399 …} +attr: [] +labelTranslationParameters: [] } "MM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3028 +label: "Myanmar" +value: "MM" +data: App\Entity\Country {#2404 …} +attr: [] +labelTranslationParameters: [] } "NA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "Namibia" +value: "NA" +data: App\Entity\Country {#2409 …} +attr: [] +labelTranslationParameters: [] } "NR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "Nauru" +value: "NR" +data: App\Entity\Country {#2414 …} +attr: [] +labelTranslationParameters: [] } "NP" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "Nepal" +value: "NP" +data: App\Entity\Country {#2419 …} +attr: [] +labelTranslationParameters: [] } "NL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "Netherlands" +value: "NL" +data: App\Entity\Country {#2424 …} +attr: [] +labelTranslationParameters: [] } "NC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "New Caledonia" +value: "NC" +data: App\Entity\Country {#2429 …} +attr: [] +labelTranslationParameters: [] } "NZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +label: "New Zealand" +value: "NZ" +data: App\Entity\Country {#2434 …} +attr: [] +labelTranslationParameters: [] } "NI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "Nicaragua" +value: "NI" +data: App\Entity\Country {#2439 …} +attr: [] +labelTranslationParameters: [] } "NE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +label: "Niger" +value: "NE" +data: App\Entity\Country {#2444 …} +attr: [] +labelTranslationParameters: [] } "NG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +label: "Nigeria" +value: "NG" +data: App\Entity\Country {#2449 …} +attr: [] +labelTranslationParameters: [] } "NU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +label: "Niue" +value: "NU" +data: App\Entity\Country {#2454 …} +attr: [] +labelTranslationParameters: [] } "NF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3039 +label: "Norfolk Island" +value: "NF" +data: App\Entity\Country {#2459 …} +attr: [] +labelTranslationParameters: [] } "KP" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "Korea (Democratic People's Republic of)" +value: "KP" +data: App\Entity\Country {#2464 …} +attr: [] +labelTranslationParameters: [] } "MP" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3041 +label: "Northern Mariana Islands" +value: "MP" +data: App\Entity\Country {#2469 …} +attr: [] +labelTranslationParameters: [] } "NO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "Norway" +value: "NO" +data: App\Entity\Country {#2474 …} +attr: [] +labelTranslationParameters: [] } "OM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3043 +label: "Oman" +value: "OM" +data: App\Entity\Country {#2479 …} +attr: [] +labelTranslationParameters: [] } "PK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3044 +label: "Pakistan" +value: "PK" +data: App\Entity\Country {#2484 …} +attr: [] +labelTranslationParameters: [] } "PW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3045 +label: "Palau" +value: "PW" +data: App\Entity\Country {#2489 …} +attr: [] +labelTranslationParameters: [] } "PS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3046 +label: "Palestine, State of" +value: "PS" +data: App\Entity\Country {#2494 …} +attr: [] +labelTranslationParameters: [] } "PA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3047 +label: "Panama" +value: "PA" +data: App\Entity\Country {#2499 …} +attr: [] +labelTranslationParameters: [] } "PG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3048 +label: "Papua New Guinea" +value: "PG" +data: App\Entity\Country {#2504 …} +attr: [] +labelTranslationParameters: [] } "PY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3049 +label: "Paraguay" +value: "PY" +data: App\Entity\Country {#2509 …} +attr: [] +labelTranslationParameters: [] } "PE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3050 +label: "Peru" +value: "PE" +data: App\Entity\Country {#2514 …} +attr: [] +labelTranslationParameters: [] } "PH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3051 +label: "Philippines" +value: "PH" +data: App\Entity\Country {#2519 …} +attr: [] +labelTranslationParameters: [] } "PN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3052 +label: "Pitcairn" +value: "PN" +data: App\Entity\Country {#2524 …} +attr: [] +labelTranslationParameters: [] } "PL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3053 +label: "Poland" +value: "PL" +data: App\Entity\Country {#2529 …} +attr: [] +labelTranslationParameters: [] } "PT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3054 +label: "Portugal" +value: "PT" +data: App\Entity\Country {#2534 …} +attr: [] +labelTranslationParameters: [] } "PR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3055 +label: "Puerto Rico" +value: "PR" +data: App\Entity\Country {#2539 …} +attr: [] +labelTranslationParameters: [] } "QA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3056 +label: "Qatar" +value: "QA" +data: App\Entity\Country {#2544 …} +attr: [] +labelTranslationParameters: [] } "XK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3057 +label: "Republic of Kosovo" +value: "XK" +data: App\Entity\Country {#2549 …} +attr: [] +labelTranslationParameters: [] } "RE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3058 +label: "Réunion" +value: "RE" +data: App\Entity\Country {#2554 …} +attr: [] +labelTranslationParameters: [] } "RO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3059 +label: "Romania" +value: "RO" +data: App\Entity\Country {#2559 …} +attr: [] +labelTranslationParameters: [] } "RU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3060 +label: "Russian Federation" +value: "RU" +data: App\Entity\Country {#2564 …} +attr: [] +labelTranslationParameters: [] } "RW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3061 +label: "Rwanda" +value: "RW" +data: App\Entity\Country {#2569 …} +attr: [] +labelTranslationParameters: [] } "BL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3062 +label: "Saint Barthélemy" +value: "BL" +data: App\Entity\Country {#2574 …} +attr: [] +labelTranslationParameters: [] } "SH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3063 +label: "Saint Helena, Ascension and Tristan da Cunha" +value: "SH" +data: App\Entity\Country {#2579 …} +attr: [] +labelTranslationParameters: [] } "KN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3064 +label: "Saint Kitts and Nevis" +value: "KN" +data: App\Entity\Country {#2584 …} +attr: [] +labelTranslationParameters: [] } "LC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3065 +label: "Saint Lucia" +value: "LC" +data: App\Entity\Country {#2589 …} +attr: [] +labelTranslationParameters: [] } "MF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3066 +label: "Saint Martin (French part)" +value: "MF" +data: App\Entity\Country {#2594 …} +attr: [] +labelTranslationParameters: [] } "PM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3067 +label: "Saint Pierre and Miquelon" +value: "PM" +data: App\Entity\Country {#2599 …} +attr: [] +labelTranslationParameters: [] } "VC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3068 +label: "Saint Vincent and the Grenadines" +value: "VC" +data: App\Entity\Country {#2604 …} +attr: [] +labelTranslationParameters: [] } "WS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "Samoa" +value: "WS" +data: App\Entity\Country {#2609 …} +attr: [] +labelTranslationParameters: [] } "SM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3070 +label: "San Marino" +value: "SM" +data: App\Entity\Country {#2614 …} +attr: [] +labelTranslationParameters: [] } "ST" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +label: "Sao Tome and Principe" +value: "ST" +data: App\Entity\Country {#2619 …} +attr: [] +labelTranslationParameters: [] } "SA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3072 +label: "Saudi Arabia" +value: "SA" +data: App\Entity\Country {#2624 …} +attr: [] +labelTranslationParameters: [] } "SN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +label: "Senegal" +value: "SN" +data: App\Entity\Country {#2629 …} +attr: [] +labelTranslationParameters: [] } "RS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3074 +label: "Serbia" +value: "RS" +data: App\Entity\Country {#2634 …} +attr: [] +labelTranslationParameters: [] } "SC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "Seychelles" +value: "SC" +data: App\Entity\Country {#2639 …} +attr: [] +labelTranslationParameters: [] } "SL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "Sierra Leone" +value: "SL" +data: App\Entity\Country {#2644 …} +attr: [] +labelTranslationParameters: [] } "SG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "Singapore" +value: "SG" +data: App\Entity\Country {#2649 …} +attr: [] +labelTranslationParameters: [] } "SX" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "Sint Maarten (Dutch part)" +value: "SX" +data: App\Entity\Country {#2654 …} +attr: [] +labelTranslationParameters: [] } "SK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "Slovakia" +value: "SK" +data: App\Entity\Country {#2659 …} +attr: [] +labelTranslationParameters: [] } "SI" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3080 +label: "Slovenia" +value: "SI" +data: App\Entity\Country {#2664 …} +attr: [] +labelTranslationParameters: [] } "SB" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "Solomon Islands" +value: "SB" +data: App\Entity\Country {#2669 …} +attr: [] +labelTranslationParameters: [] } "SO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Somalia" +value: "SO" +data: App\Entity\Country {#2674 …} +attr: [] +labelTranslationParameters: [] } "ZA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "South Africa" +value: "ZA" +data: App\Entity\Country {#2679 …} +attr: [] +labelTranslationParameters: [] } "GS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "South Georgia and the South Sandwich Islands" +value: "GS" +data: App\Entity\Country {#2684 …} +attr: [] +labelTranslationParameters: [] } "KR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3085 +label: "Korea (Republic of)" +value: "KR" +data: App\Entity\Country {#2689 …} +attr: [] +labelTranslationParameters: [] } "SS" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "South Sudan" +value: "SS" +data: App\Entity\Country {#2694 …} +attr: [] +labelTranslationParameters: [] } "ES" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "Spain" +value: "ES" +data: App\Entity\Country {#2699 …} +attr: [] +labelTranslationParameters: [] } "LK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "Sri Lanka" +value: "LK" +data: App\Entity\Country {#2704 …} +attr: [] +labelTranslationParameters: [] } "SD" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "Sudan" +value: "SD" +data: App\Entity\Country {#2709 …} +attr: [] +labelTranslationParameters: [] } "SR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "Suriname" +value: "SR" +data: App\Entity\Country {#2714 …} +attr: [] +labelTranslationParameters: [] } "SJ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "Svalbard and Jan Mayen" +value: "SJ" +data: App\Entity\Country {#2719 …} +attr: [] +labelTranslationParameters: [] } "SZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "Swaziland" +value: "SZ" +data: App\Entity\Country {#2724 …} +attr: [] +labelTranslationParameters: [] } "SE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "Sweden" +value: "SE" +data: App\Entity\Country {#2729 …} +attr: [] +labelTranslationParameters: [] } "CH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "Switzerland" +value: "CH" +data: App\Entity\Country {#2734 …} +attr: [] +labelTranslationParameters: [] } "SY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "Syrian Arab Republic" +value: "SY" +data: App\Entity\Country {#2739 …} +attr: [] +labelTranslationParameters: [] } "TW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "Taiwan" +value: "TW" +data: App\Entity\Country {#2744 …} +attr: [] +labelTranslationParameters: [] } "TJ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "Tajikistan" +value: "TJ" +data: App\Entity\Country {#2749 …} +attr: [] +labelTranslationParameters: [] } "TZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Tanzania, United Republic of" +value: "TZ" +data: App\Entity\Country {#2754 …} +attr: [] +labelTranslationParameters: [] } "TH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "Thailand" +value: "TH" +data: App\Entity\Country {#2759 …} +attr: [] +labelTranslationParameters: [] } "TL" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "Timor-Leste" +value: "TL" +data: App\Entity\Country {#2764 …} +attr: [] +labelTranslationParameters: [] } "TG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "Togo" +value: "TG" +data: App\Entity\Country {#2769 …} +attr: [] +labelTranslationParameters: [] } "TK" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "Tokelau" +value: "TK" +data: App\Entity\Country {#2774 …} +attr: [] +labelTranslationParameters: [] } "TO" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +label: "Tonga" +value: "TO" +data: App\Entity\Country {#2779 …} +attr: [] +labelTranslationParameters: [] } "TT" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3104 +label: "Trinidad and Tobago" +value: "TT" +data: App\Entity\Country {#2784 …} +attr: [] +labelTranslationParameters: [] } "TN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3105 +label: "Tunisia" +value: "TN" +data: App\Entity\Country {#2789 …} +attr: [] +labelTranslationParameters: [] } "TR" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3106 +label: "Turkey" +value: "TR" +data: App\Entity\Country {#2794 …} +attr: [] +labelTranslationParameters: [] } "TM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3107 +label: "Turkmenistan" +value: "TM" +data: App\Entity\Country {#2799 …} +attr: [] +labelTranslationParameters: [] } "TC" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3108 +label: "Turks and Caicos Islands" +value: "TC" +data: App\Entity\Country {#2804 …} +attr: [] +labelTranslationParameters: [] } "TV" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3109 +label: "Tuvalu" +value: "TV" +data: App\Entity\Country {#2809 …} +attr: [] +labelTranslationParameters: [] } "UG" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3110 +label: "Uganda" +value: "UG" +data: App\Entity\Country {#2814 …} +attr: [] +labelTranslationParameters: [] } "UA" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3111 +label: "Ukraine" +value: "UA" +data: App\Entity\Country {#2819 …} +attr: [] +labelTranslationParameters: [] } "AE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3112 +label: "United Arab Emirates" +value: "AE" +data: App\Entity\Country {#2824 …} +attr: [] +labelTranslationParameters: [] } "GB" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3113 +label: "United Kingdom of Great Britain and Northern Ireland" +value: "GB" +data: App\Entity\Country {#2829 …} +attr: [] +labelTranslationParameters: [] } "US" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3114 +label: "United States of America" +value: "US" +data: App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } +attr: [] +labelTranslationParameters: [] } "UY" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3115 +label: "Uruguay" +value: "UY" +data: App\Entity\Country {#2834 …} +attr: [] +labelTranslationParameters: [] } "UZ" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3116 +label: "Uzbekistan" +value: "UZ" +data: App\Entity\Country {#2839 …} +attr: [] +labelTranslationParameters: [] } "VU" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3117 +label: "Vanuatu" +value: "VU" +data: App\Entity\Country {#2844 …} +attr: [] +labelTranslationParameters: [] } "VE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3118 +label: "Venezuela (Bolivarian Republic of)" +value: "VE" +data: App\Entity\Country {#2849 …} +attr: [] +labelTranslationParameters: [] } "VN" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3119 +label: "Viet Nam" +value: "VN" +data: App\Entity\Country {#2854 …} +attr: [] +labelTranslationParameters: [] } "WF" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3120 +label: "Wallis and Futuna" +value: "WF" +data: App\Entity\Country {#2859 …} +attr: [] +labelTranslationParameters: [] } "EH" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3121 +label: "Western Sahara" +value: "EH" +data: App\Entity\Country {#2864 …} +attr: [] +labelTranslationParameters: [] } "YE" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3122 +label: "Yemen" +value: "YE" +data: App\Entity\Country {#2869 …} +attr: [] +labelTranslationParameters: [] } "ZM" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3123 +label: "Zambia" +value: "ZM" +data: App\Entity\Country {#2874 …} +attr: [] +labelTranslationParameters: [] } "ZW" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3124 +label: "Zimbabwe" +value: "ZW" +data: App\Entity\Country {#2879 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\Country {#1039 -id: 240 -code: "US" -name: "United States of America" -is_eu: false -is_active: true -users: Doctrine\ORM\PersistentCollection {#1001 …} -payments: Doctrine\ORM\PersistentCollection {#1224 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1545 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1470 …5} |
| full_name | "register[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_country" |
| is_selected | Closure($choice, $value) {#1489 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1423 …} } |
| label | "register.country.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_country" |
| valid | true |
| value | "US" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "register.password.placeholder" ] |
[ "placeholder" => "register.password.placeholder" ] |
| label | "register.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 | [ "placeholder" => "register.password.placeholder" ] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1500 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | "register.password.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1497 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "register.password.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_password" ] |
| cache_key | "_register_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3125 -form: Symfony\Component\Form\Form {#1528 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1481 …5} |
| full_name | "register[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password" |
| label | "register.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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_password" |
| valid | true |
| value | "" |
passwordRepeat
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "register.passwordRepeat.placeholder" ] |
[ "placeholder" => "register.passwordRepeat.placeholder" ] |
| label | "register.passwordRepeat.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 | [ "placeholder" => "register.passwordRepeat.placeholder" ] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | "register.passwordRepeat.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1482 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1483 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "register.passwordRepeat.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_passwordRepeat" ] |
| cache_key | "_register_passwordRepeat_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3126 -form: Symfony\Component\Form\Form {#1531 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3127 …5} |
| full_name | "register[passwordRepeat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_passwordRepeat" |
| label | "register.passwordRepeat.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "passwordRepeat" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_passwordRepeat" |
| valid | true |
| value | "" |
policy
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "register.policy.label" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | false |
false
|
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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1474 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1477 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1476 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "register.policy.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1469 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_register_policy" ] |
| cache_key | "_register_policy_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3128 -form: Symfony\Component\Form\Form {#1534 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3129 …5} |
| full_name | "register[policy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_policy" |
| label | "register.policy.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "policy" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_register_policy" |
| valid | true |
| value | "1" |
role
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ROLE_USER" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "parent" => "ROLE_USER" "teacher" => "ROLE_TEACHER" ] |
[ "parent" => "ROLE_USER" "teacher" => "ROLE_TEACHER" ] |
| expanded | true |
same as passed value |
| label | false |
false
|
| label_attr | [ "class" => "radio-inline radio-custom mx-3" ] |
[ "class" => "radio-inline radio-custom mx-3" ] |
| multiple | false |
false
|
| required | true |
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 |
| 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 | [ "parent" => "ROLE_USER" "teacher" => "ROLE_TEACHER" ] |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [ "class" => "radio-inline radio-custom mx-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1459 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1458 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_role" ] |
| cache_key | "_register_role_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1515 +label: "parent" +value: "ROLE_USER" +data: "ROLE_USER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1514 +label: "teacher" +value: "ROLE_TEACHER" +data: "ROLE_TEACHER" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "ROLE_USER" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3130 -form: Symfony\Component\Form\Form {#1570 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3131 …5} |
| full_name | "register[role]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_role" |
| is_selected | Closure($choice, $value) {#3132 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1423 …} } |
| label | false |
| label_attr | [ "class" => "radio-inline radio-custom mx-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "role" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_role" |
| valid | true |
| value | "ROLE_USER" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"ROLE_USER"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "parent" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "ROLE_USER" |
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 | "entry" |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1474 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1477 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1476 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "parent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1538 …} } } |
| validation_groups | null |
| value | "ROLE_USER" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_register_role_entry" ] |
| cache_key | "_register_role_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3136 -form: Symfony\Component\Form\Form {#1573 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3135 …5} |
| full_name | "register[role]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_role_0" |
| label | "parent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_role_entry" |
| valid | true |
| value | "ROLE_USER" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "teacher" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "ROLE_TEACHER" |
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 | "entry" |
| 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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1474 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1477 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1476 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "teacher" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#1553 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#1552 …} } } |
| validation_groups | null |
| value | "ROLE_TEACHER" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_register_role_entry" ] |
| cache_key | "_register_role_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3137 -form: Symfony\Component\Form\Form {#1576 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3138 …5} |
| full_name | "register[role]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_role_1" |
| label | "teacher" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_role_entry" |
| valid | true |
| value | "ROLE_TEACHER" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f7f83e493bb2eef18f1e8c.dS-kinpAHPoxIQH2EYL7ZO0f8pUdDspX8w_-Nv9JfMM.R1nKyC84JKx4ZkKyKLKsXNwmlMJSba1it0OEVM9kG4YtftX-LxhfgHRjdg" |
| 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 | "f7f83e493bb2eef18f1e8c.dS-kinpAHPoxIQH2EYL7ZO0f8pUdDspX8w_-Nv9JfMM.R1nKyC84JKx4ZkKyKLKsXNwmlMJSba1it0OEVM9kG4YtftX-LxhfgHRjdg" |
same as passed value |
| mapped | false |
false
|
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 {#1252 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1253 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1254 …} -namespace: Closure() {#1256 …} } |
| data | "f7f83e493bb2eef18f1e8c.dS-kinpAHPoxIQH2EYL7ZO0f8pUdDspX8w_-Nv9JfMM.R1nKyC84JKx4ZkKyKLKsXNwmlMJSba1it0OEVM9kG4YtftX-LxhfgHRjdg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3140 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1238 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#3143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1262 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#33 …} $translationDomain: "validators" $message: Closure() {#3134 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "f7f83e493bb2eef18f1e8c.dS-kinpAHPoxIQH2EYL7ZO0f8pUdDspX8w_-Nv9JfMM.R1nKyC84JKx4ZkKyKLKsXNwmlMJSba1it0OEVM9kG4YtftX-LxhfgHRjdg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3153 -form: Symfony\Component\Form\Form {#3149 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3144 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register__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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register__token" |
| valid | true |
| value | "f7f83e493bb2eef18f1e8c.dS-kinpAHPoxIQH2EYL7ZO0f8pUdDspX8w_-Nv9JfMM.R1nKyC84JKx4ZkKyKLKsXNwmlMJSba1it0OEVM9kG4YtftX-LxhfgHRjdg" |