- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 204
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Chercheur {#638 -id: null -email: null -roles: [ "ROLE_CHERCHEUR" ] -password: null -nom: null -prenom: null -grade: null -affiliation: null -photo: null -telephone: null -dateinscription: null -papers: Doctrine\Common\Collections\ArrayCollection {#669 …} -country: null -photocov: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Chercheur {#638 -id: null -email: null -roles: [ "ROLE_CHERCHEUR" ] -password: null -nom: null -prenom: null -grade: null -affiliation: null -photo: null -telephone: null -dateinscription: null -papers: Doctrine\Common\Collections\ArrayCollection {#669 …} -country: null -photocov: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data | App\Entity\Chercheur {#638 -id: null -email: null -roles: [ "ROLE_CHERCHEUR" ] -password: null -nom: null -prenom: null -grade: null -affiliation: null -photo: null -telephone: null -dateinscription: null -papers: Doctrine\Common\Collections\ArrayCollection {#669 …} -country: null -photocov: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#749 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#748 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\Chercheur {#638 -id: null -email: null -roles: [ "ROLE_CHERCHEUR" ] -password: null -nom: null -prenom: null -grade: null -affiliation: null -photo: null -telephone: null -dateinscription: null -papers: Doctrine\Common\Collections\ArrayCollection {#669 …} -country: null -photocov: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1163 -form: Symfony\Component\Form\Form {#867 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#746 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\Chercheur {#638 -id: null -email: null -roles: [ "ROLE_CHERCHEUR" ] -password: null -nom: null -prenom: null -grade: null -affiliation: null -photo: null -telephone: null -dateinscription: null -papers: Doctrine\Common\Collections\ArrayCollection {#669 …} -country: null -photocov: null } |
"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 |
|---|---|---|
| attr | [ "maxlength" => 180 ] |
[ "maxlength" => 180 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 ] |
| 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#1169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1174 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_email" ] |
| cache_key | "_registration_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#935 -form: Symfony\Component\Form\Form {#902 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#937 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | null |
| 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 | "_registration_form_email" |
| valid | true |
| value | "" |
plainPassword
"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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#793 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#761 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#793 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#761 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#793 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#761 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1193 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#934 -form: Symfony\Component\Form\Form {#905 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#932 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | "" |
nom
"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 |
|---|---|---|
| required | 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#1154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1155 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_nom" ] |
| cache_key | "_registration_form_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#890 -form: Symfony\Component\Form\Form {#908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#887 …5} |
| full_name | "registration_form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_nom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_nom" |
| valid | true |
| value | "" |
prenom
"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 |
|---|---|---|
| required | 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#1145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1146 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_prenom" ] |
| cache_key | "_registration_form_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1116 -form: Symfony\Component\Form\Form {#864 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#839 …5} |
| full_name | "registration_form[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_prenom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_prenom" |
| valid | true |
| value | "" |
grade
"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 |
|---|---|---|
| required | 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1139 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#1136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1137 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_grade" ] |
| cache_key | "_registration_form_grade_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#854 -form: Symfony\Component\Form\Form {#868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1126 …5} |
| full_name | "registration_form[grade]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_grade" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "grade" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_grade" |
| valid | true |
| value | "" |
affiliation
"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 |
|---|---|---|
| required | 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1130 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#1127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1128 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_affiliation" ] |
| cache_key | "_registration_form_affiliation_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1135 -form: Symfony\Component\Form\Form {#872 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1144 …5} |
| full_name | "registration_form[affiliation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_affiliation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "affiliation" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_affiliation" |
| valid | true |
| value | "" |
photo
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | "Photo" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Photo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| 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() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_registration_form_photo" ] |
| cache_key | "_registration_form_photo_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1153 -form: Symfony\Component\Form\Form {#875 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#895 …5} |
| full_name | "registration_form[photo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_photo" |
| label | "Photo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "photo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_registration_form_photo" |
| valid | true |
| value | "" |
telephone
"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 |
|---|---|---|
| required | 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| 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 | [] |
| 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() {#831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#830 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_telephone" ] |
| cache_key | "_registration_form_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#894 -form: Symfony\Component\Form\Form {#878 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#888 …5} |
| full_name | "registration_form[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_telephone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_telephone" |
| valid | true |
| value | "" |
country
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control select2-search" ] |
[ "class" => "form-control select2-search" ] |
| choices | [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Australia" => "Australia" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Grenada" => "Grenada" "Guatemala" => "Guatemala" "Guinea" => "Guinea" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "India" => "India" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Japan" => "Japan" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Korea, North" => "Korea, North" "Korea, South" => "Korea, South" "Kosovo" => "Kosovo" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Islands" => "Marshall Islands" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "Monaco" => "Monaco" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Netherlands" => "Netherlands" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Qatar" => "Qatar" "Romania" => "Romania" "Russia" => "Russia" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Saudi Arabia" => "Saudi Arabia" "Senegal" => "Senegal" "Serbia" => "Serbia" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "Solomon Islands" => "Solomon Islands" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Arab Emirates" => "United Arab Emirates" "United Kingdom" => "United Kingdom" "United States" => "United States" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Vatican City" => "Vatican City" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] |
[ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Australia" => "Australia" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Grenada" => "Grenada" "Guatemala" => "Guatemala" "Guinea" => "Guinea" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "India" => "India" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Japan" => "Japan" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Korea, North" => "Korea, North" "Korea, South" => "Korea, South" "Kosovo" => "Kosovo" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Islands" => "Marshall Islands" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "Monaco" => "Monaco" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Netherlands" => "Netherlands" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Qatar" => "Qatar" "Romania" => "Romania" "Russia" => "Russia" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Saudi Arabia" => "Saudi Arabia" "Senegal" => "Senegal" "Serbia" => "Serbia" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "Solomon Islands" => "Solomon Islands" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Arab Emirates" => "United Arab Emirates" "United Kingdom" => "United Kingdom" "United States" => "United States" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Vatican City" => "Vatican City" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] |
| label | "Country" |
same as passed value |
| placeholder | "Select your country" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control select2-search" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Afghanistan" => "Afghanistan" "Albania" => "Albania" "Algeria" => "Algeria" "Andorra" => "Andorra" "Angola" => "Angola" "Antigua and Barbuda" => "Antigua and Barbuda" "Argentina" => "Argentina" "Armenia" => "Armenia" "Australia" => "Australia" "Austria" => "Austria" "Azerbaijan" => "Azerbaijan" "Bahamas" => "Bahamas" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cabo Verde" => "Cabo Verde" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Eswatini" => "Eswatini" "Ethiopia" => "Ethiopia" "Fiji" => "Fiji" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia" => "Gambia" "Georgia" => "Georgia" "Germany" => "Germany" "Ghana" => "Ghana" "Greece" => "Greece" "Grenada" => "Grenada" "Guatemala" => "Guatemala" "Guinea" => "Guinea" "Guinea-Bissau" => "Guinea-Bissau" "Guyana" => "Guyana" "Haiti" => "Haiti" "Honduras" => "Honduras" "Hungary" => "Hungary" "Iceland" => "Iceland" "India" => "India" "Indonesia" => "Indonesia" "Iran" => "Iran" "Iraq" => "Iraq" "Ireland" => "Ireland" "Israel" => "Israel" "Italy" => "Italy" "Jamaica" => "Jamaica" "Japan" => "Japan" "Jordan" => "Jordan" "Kazakhstan" => "Kazakhstan" "Kenya" => "Kenya" "Kiribati" => "Kiribati" "Korea, North" => "Korea, North" "Korea, South" => "Korea, South" "Kosovo" => "Kosovo" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Marshall Islands" => "Marshall Islands" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "Monaco" => "Monaco" "Mongolia" => "Mongolia" "Montenegro" => "Montenegro" "Morocco" => "Morocco" "Mozambique" => "Mozambique" "Myanmar" => "Myanmar" "Namibia" => "Namibia" "Nauru" => "Nauru" "Nepal" => "Nepal" "Netherlands" => "Netherlands" "New Zealand" => "New Zealand" "Nicaragua" => "Nicaragua" "Niger" => "Niger" "Nigeria" => "Nigeria" "North Macedonia" => "North Macedonia" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "Palestine" => "Palestine" "Panama" => "Panama" "Papua New Guinea" => "Papua New Guinea" "Paraguay" => "Paraguay" "Peru" => "Peru" "Philippines" => "Philippines" "Poland" => "Poland" "Portugal" => "Portugal" "Qatar" => "Qatar" "Romania" => "Romania" "Russia" => "Russia" "Rwanda" => "Rwanda" "Saint Kitts and Nevis" => "Saint Kitts and Nevis" "Saint Lucia" => "Saint Lucia" "Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "Samoa" => "Samoa" "San Marino" => "San Marino" "Sao Tome and Principe" => "Sao Tome and Principe" "Saudi Arabia" => "Saudi Arabia" "Senegal" => "Senegal" "Serbia" => "Serbia" "Seychelles" => "Seychelles" "Sierra Leone" => "Sierra Leone" "Singapore" => "Singapore" "Slovakia" => "Slovakia" "Slovenia" => "Slovenia" "Solomon Islands" => "Solomon Islands" "Somalia" => "Somalia" "South Africa" => "South Africa" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "Timor-Leste" => "Timor-Leste" "Togo" => "Togo" "Tonga" => "Tonga" "Trinidad and Tobago" => "Trinidad and Tobago" "Tunisia" => "Tunisia" "Turkey" => "Turkey" "Turkmenistan" => "Turkmenistan" "Tuvalu" => "Tuvalu" "Uganda" => "Uganda" "Ukraine" => "Ukraine" "United Arab Emirates" => "United Arab Emirates" "United Kingdom" => "United Kingdom" "United States" => "United States" "Uruguay" => "Uruguay" "Uzbekistan" => "Uzbekistan" "Vanuatu" => "Vanuatu" "Vatican City" => "Vatican City" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" ] |
| 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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select your country" |
| 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() {#1115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1113 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control select2-search" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_country" ] |
| cache_key | "_registration_form_country_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#940 +label: "Afghanistan" +value: "Afghanistan" +data: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#946 +label: "Albania" +value: "Albania" +data: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#945 +label: "Algeria" +value: "Algeria" +data: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#944 +label: "Andorra" +value: "Andorra" +data: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#943 +label: "Angola" +value: "Angola" +data: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#942 +label: "Antigua and Barbuda" +value: "Antigua and Barbuda" +data: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "Argentina" +value: "Argentina" +data: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#947 +label: "Armenia" +value: "Armenia" +data: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +label: "Australia" +value: "Australia" +data: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#949 +label: "Austria" +value: "Austria" +data: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#950 +label: "Azerbaijan" +value: "Azerbaijan" +data: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#951 +label: "Bahamas" +value: "Bahamas" +data: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#952 +label: "Bahrain" +value: "Bahrain" +data: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#953 +label: "Bangladesh" +value: "Bangladesh" +data: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#954 +label: "Barbados" +value: "Barbados" +data: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#955 +label: "Belarus" +value: "Belarus" +data: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#956 +label: "Belgium" +value: "Belgium" +data: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#957 +label: "Belize" +value: "Belize" +data: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#958 +label: "Benin" +value: "Benin" +data: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "Bhutan" +value: "Bhutan" +data: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "Bolivia" +value: "Bolivia" +data: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#961 +label: "Bosnia and Herzegovina" +value: "Bosnia and Herzegovina" +data: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#962 +label: "Botswana" +value: "Botswana" +data: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#963 +label: "Brazil" +value: "Brazil" +data: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Brunei" +value: "Brunei" +data: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#965 +label: "Bulgaria" +value: "Bulgaria" +data: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#966 +label: "Burkina Faso" +value: "Burkina Faso" +data: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "Burundi" +value: "Burundi" +data: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#968 +label: "Cabo Verde" +value: "Cabo Verde" +data: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#969 +label: "Cambodia" +value: "Cambodia" +data: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#970 +label: "Cameroon" +value: "Cameroon" +data: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#971 +label: "Canada" +value: "Canada" +data: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#972 +label: "Central African Republic" +value: "Central African Republic" +data: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#973 +label: "Chad" +value: "Chad" +data: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#974 +label: "Chile" +value: "Chile" +data: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#975 +label: "China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#976 +label: "Colombia" +value: "Colombia" +data: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#977 +label: "Comoros" +value: "Comoros" +data: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#978 +label: "Congo" +value: "Congo" +data: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#979 +label: "Costa Rica" +value: "Costa Rica" +data: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +label: "Croatia" +value: "Croatia" +data: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +label: "Cuba" +value: "Cuba" +data: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#982 +label: "Cyprus" +value: "Cyprus" +data: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#983 +label: "Czech Republic" +value: "Czech Republic" +data: "Czech Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#984 +label: "Denmark" +value: "Denmark" +data: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#985 +label: "Djibouti" +value: "Djibouti" +data: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#986 +label: "Dominica" +value: "Dominica" +data: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "Dominican Republic" +value: "Dominican Republic" +data: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#988 +label: "Ecuador" +value: "Ecuador" +data: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#989 +label: "Egypt" +value: "Egypt" +data: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +label: "El Salvador" +value: "El Salvador" +data: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#991 +label: "Equatorial Guinea" +value: "Equatorial Guinea" +data: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#992 +label: "Eritrea" +value: "Eritrea" +data: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#993 +label: "Estonia" +value: "Estonia" +data: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#994 +label: "Eswatini" +value: "Eswatini" +data: "Eswatini" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#995 +label: "Ethiopia" +value: "Ethiopia" +data: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#996 +label: "Fiji" +value: "Fiji" +data: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#997 +label: "Finland" +value: "Finland" +data: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#998 +label: "France" +value: "France" +data: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#999 +label: "Gabon" +value: "Gabon" +data: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1000 +label: "Gambia" +value: "Gambia" +data: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1001 +label: "Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1002 +label: "Germany" +value: "Germany" +data: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1003 +label: "Ghana" +value: "Ghana" +data: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1004 +label: "Greece" +value: "Greece" +data: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1005 +label: "Grenada" +value: "Grenada" +data: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1006 +label: "Guatemala" +value: "Guatemala" +data: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1007 +label: "Guinea" +value: "Guinea" +data: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +label: "Guinea-Bissau" +value: "Guinea-Bissau" +data: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +label: "Guyana" +value: "Guyana" +data: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1010 +label: "Haiti" +value: "Haiti" +data: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1011 +label: "Honduras" +value: "Honduras" +data: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1012 +label: "Hungary" +value: "Hungary" +data: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "Iceland" +value: "Iceland" +data: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "India" +value: "India" +data: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1015 +label: "Indonesia" +value: "Indonesia" +data: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +label: "Iran" +value: "Iran" +data: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +label: "Iraq" +value: "Iraq" +data: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1018 +label: "Ireland" +value: "Ireland" +data: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "Israel" +value: "Israel" +data: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1020 +label: "Italy" +value: "Italy" +data: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +label: "Jamaica" +value: "Jamaica" +data: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Japan" +value: "Japan" +data: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +label: "Jordan" +value: "Jordan" +data: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Kazakhstan" +value: "Kazakhstan" +data: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "Kenya" +value: "Kenya" +data: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "Kiribati" +value: "Kiribati" +data: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Korea, North" +value: "Korea, North" +data: "Korea, North" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +label: "Korea, South" +value: "Korea, South" +data: "Korea, South" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "Kosovo" +value: "Kosovo" +data: "Kosovo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +label: "Kuwait" +value: "Kuwait" +data: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1031 +label: "Kyrgyzstan" +value: "Kyrgyzstan" +data: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "Laos" +value: "Laos" +data: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "Latvia" +value: "Latvia" +data: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "Lebanon" +value: "Lebanon" +data: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "Lesotho" +value: "Lesotho" +data: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1036 +label: "Liberia" +value: "Liberia" +data: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +label: "Libya" +value: "Libya" +data: "Libya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1038 +label: "Liechtenstein" +value: "Liechtenstein" +data: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1039 +label: "Lithuania" +value: "Lithuania" +data: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1040 +label: "Luxembourg" +value: "Luxembourg" +data: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +label: "Madagascar" +value: "Madagascar" +data: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1042 +label: "Malawi" +value: "Malawi" +data: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1043 +label: "Malaysia" +value: "Malaysia" +data: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1044 +label: "Maldives" +value: "Maldives" +data: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1045 +label: "Mali" +value: "Mali" +data: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Malta" +value: "Malta" +data: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +label: "Marshall Islands" +value: "Marshall Islands" +data: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +label: "Mauritania" +value: "Mauritania" +data: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1049 +label: "Mauritius" +value: "Mauritius" +data: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +label: "Mexico" +value: "Mexico" +data: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1051 +label: "Micronesia" +value: "Micronesia" +data: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +label: "Moldova" +value: "Moldova" +data: "Moldova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "Monaco" +value: "Monaco" +data: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +label: "Mongolia" +value: "Mongolia" +data: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Montenegro" +value: "Montenegro" +data: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +label: "Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +label: "Mozambique" +value: "Mozambique" +data: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Myanmar" +value: "Myanmar" +data: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "Namibia" +value: "Namibia" +data: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "Nauru" +value: "Nauru" +data: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +label: "Nepal" +value: "Nepal" +data: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Netherlands" +value: "Netherlands" +data: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "New Zealand" +value: "New Zealand" +data: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "Nicaragua" +value: "Nicaragua" +data: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Niger" +value: "Niger" +data: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +label: "Nigeria" +value: "Nigeria" +data: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +label: "North Macedonia" +value: "North Macedonia" +data: "North Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +label: "Norway" +value: "Norway" +data: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1069 +label: "Oman" +value: "Oman" +data: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +label: "Pakistan" +value: "Pakistan" +data: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Palau" +value: "Palau" +data: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Palestine" +value: "Palestine" +data: "Palestine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "Panama" +value: "Panama" +data: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +label: "Papua New Guinea" +value: "Papua New Guinea" +data: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +label: "Paraguay" +value: "Paraguay" +data: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +label: "Peru" +value: "Peru" +data: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +label: "Philippines" +value: "Philippines" +data: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1078 +label: "Poland" +value: "Poland" +data: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1079 +label: "Portugal" +value: "Portugal" +data: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +label: "Qatar" +value: "Qatar" +data: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +label: "Romania" +value: "Romania" +data: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +label: "Russia" +value: "Russia" +data: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "Rwanda" +value: "Rwanda" +data: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Saint Kitts and Nevis" +value: "Saint Kitts and Nevis" +data: "Saint Kitts and Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +label: "Saint Lucia" +value: "Saint Lucia" +data: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Saint Vincent and the Grenadines" +value: "Saint Vincent and the Grenadines" +data: "Saint Vincent and the Grenadines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +label: "Samoa" +value: "Samoa" +data: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +label: "San Marino" +value: "San Marino" +data: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1089 +label: "Sao Tome and Principe" +value: "Sao Tome and Principe" +data: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Saudi Arabia" +value: "Saudi Arabia" +data: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +label: "Senegal" +value: "Senegal" +data: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "Serbia" +value: "Serbia" +data: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "Seychelles" +value: "Seychelles" +data: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Sierra Leone" +value: "Sierra Leone" +data: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Singapore" +value: "Singapore" +data: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Slovakia" +value: "Slovakia" +data: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Slovenia" +value: "Slovenia" +data: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "Solomon Islands" +value: "Solomon Islands" +data: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Somalia" +value: "Somalia" +data: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "South Africa" +value: "South Africa" +data: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "South Sudan" +value: "South Sudan" +data: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +label: "Spain" +value: "Spain" +data: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "Sri Lanka" +value: "Sri Lanka" +data: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "Sudan" +value: "Sudan" +data: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "Suriname" +value: "Suriname" +data: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "Sweden" +value: "Sweden" +data: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "Switzerland" +value: "Switzerland" +data: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Syria" +value: "Syria" +data: "Syria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "Taiwan" +value: "Taiwan" +data: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "Tajikistan" +value: "Tajikistan" +data: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Tanzania" +value: "Tanzania" +data: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Thailand" +value: "Thailand" +data: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "Timor-Leste" +value: "Timor-Leste" +data: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "Togo" +value: "Togo" +data: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "Tonga" +value: "Tonga" +data: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Trinidad and Tobago" +value: "Trinidad and Tobago" +data: "Trinidad and Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "Tunisia" +value: "Tunisia" +data: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Turkey" +value: "Turkey" +data: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Turkmenistan" +value: "Turkmenistan" +data: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Tuvalu" +value: "Tuvalu" +data: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "Uganda" +value: "Uganda" +data: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "Ukraine" +value: "Ukraine" +data: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "United Arab Emirates" +value: "United Arab Emirates" +data: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "United Kingdom" +value: "United Kingdom" +data: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "United States" +value: "United States" +data: "United States" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "Uruguay" +value: "Uruguay" +data: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +label: "Uzbekistan" +value: "Uzbekistan" +data: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +label: "Vanuatu" +value: "Vanuatu" +data: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "Vatican City" +value: "Vatican City" +data: "Vatican City" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "Venezuela" +value: "Venezuela" +data: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +label: "Vietnam" +value: "Vietnam" +data: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "Yemen" +value: "Yemen" +data: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +label: "Zambia" +value: "Zambia" +data: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "Zimbabwe" +value: "Zimbabwe" +data: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1171 -form: Symfony\Component\Form\Form {#881 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#939 …5} |
| full_name | "registration_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_country" |
| is_selected | Closure($choice, $value) {#1238 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#834 …} } |
| label | "Country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "Select your country" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_country" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a57519b2.p0h1YpEGG4TRCJgLsBDS9Uy6KpFyBKlFl6wwlNpVeDA.9SkTC9RSf8y2adtmyieVvxzwQNg6QesxzuNE0I9gDgXJPUQOpH5j_pNSzQ" |
| 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 | "a57519b2.p0h1YpEGG4TRCJgLsBDS9Uy6KpFyBKlFl6wwlNpVeDA.9SkTC9RSf8y2adtmyieVvxzwQNg6QesxzuNE0I9gDgXJPUQOpH5j_pNSzQ" |
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 {#700 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#709 …} -namespace: Closure() {#717 …} } |
| data | "a57519b2.p0h1YpEGG4TRCJgLsBDS9Uy6KpFyBKlFl6wwlNpVeDA.9SkTC9RSf8y2adtmyieVvxzwQNg6QesxzuNE0I9gDgXJPUQOpH5j_pNSzQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#651 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#290 …} $translationDomain: "validators" $message: Closure() {#1245 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "a57519b2.p0h1YpEGG4TRCJgLsBDS9Uy6KpFyBKlFl6wwlNpVeDA.9SkTC9RSf8y2adtmyieVvxzwQNg6QesxzuNE0I9gDgXJPUQOpH5j_pNSzQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1265 -form: Symfony\Component\Form\Form {#1257 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1251 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "a57519b2.p0h1YpEGG4TRCJgLsBDS9Uy6KpFyBKlFl6wwlNpVeDA.9SkTC9RSf8y2adtmyieVvxzwQNg6QesxzuNE0I9gDgXJPUQOpH5j_pNSzQ" |