- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 18
- Events
- Routing
- Cache
- Translation 210
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- 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
user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#547 -id: null -nom: null -email: null -password: null -country: null -livres: Doctrine\Common\Collections\ArrayCollection {#548 …} -demandes: Doctrine\Common\Collections\ArrayCollection {#549 …} -username: null -favoris: Doctrine\Common\Collections\ArrayCollection {#550 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#551 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#547 -id: null -nom: null -email: null -password: null -country: null -livres: Doctrine\Common\Collections\ArrayCollection {#548 …} -demandes: Doctrine\Common\Collections\ArrayCollection {#549 …} -username: null -favoris: Doctrine\Common\Collections\ArrayCollection {#550 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#551 …} } |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data | App\Entity\User {#547 -id: null -nom: null -email: null -password: null -country: null -livres: Doctrine\Common\Collections\ArrayCollection {#548 …} -demandes: Doctrine\Common\Collections\ArrayCollection {#549 …} -username: null -favoris: Doctrine\Common\Collections\ArrayCollection {#550 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#551 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#685 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} 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 | [] |
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() {#687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#686 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_user" ] |
cache_key | "_user_user" |
compound | true |
data | App\Entity\User {#547 -id: null -nom: null -email: null -password: null -country: null -livres: Doctrine\Common\Collections\ArrayCollection {#548 …} -demandes: Doctrine\Common\Collections\ArrayCollection {#549 …} -username: null -favoris: Doctrine\Common\Collections\ArrayCollection {#550 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#551 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#836 -form: Symfony\Component\Form\Form {#871 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#842 …5} |
full_name | "user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user" |
valid | true |
value | App\Entity\User {#547 -id: null -nom: null -email: null -password: null -country: null -livres: Doctrine\Common\Collections\ArrayCollection {#548 …} -demandes: Doctrine\Common\Collections\ArrayCollection {#549 …} -username: null -favoris: Doctrine\Common\Collections\ArrayCollection {#550 …} -notifications: Doctrine\Common\Collections\ArrayCollection {#551 …} } |
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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Name" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} } |
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 | "Name" |
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() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#718 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_nom" ] |
cache_key | "_user_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#892 -form: Symfony\Component\Form\Form {#874 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#890 …5} |
full_name | "user[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_nom" |
label | "Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_nom" |
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 |
---|---|---|
label | "Email" |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} } |
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 | "Email" |
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() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#820 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_email" ] |
cache_key | "_user_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#893 -form: Symfony\Component\Form\Form {#877 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#894 …5} |
full_name | "user[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_email" |
label | "Email" |
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 | "_user_email" |
valid | true |
value | "" |
password
"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" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#834 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_password" ] |
cache_key | "_user_password_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#880 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#915 …5} |
full_name | "user[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_password" |
label | null |
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 | "_user_password" |
valid | true |
value | "" |
username
"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 | [ "minlength" => 6 "maxlength" => 10 ] |
[ "minlength" => 6 "maxlength" => 10 ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "minlength" => 6 "maxlength" => 10 ] |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#831 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#830 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 6 "maxlength" => 10 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_username" ] |
cache_key | "_user_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#917 -form: Symfony\Component\Form\Form {#883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#918 …5} |
full_name | "user[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_username" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_username" |
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 |
---|---|---|
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" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bonaire, Sint Eustatius and Saba" => "Bonaire, Sint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Cape Verde" => "Cape Verde" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Cote D'Ivoire (Ivory Coast)" => "Cote D'Ivoire (Ivory Coast)" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Democratic Republic of the Congo" => "Democratic Republic of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Ethiopia" => "Ethiopia" "Fiji Islands" => "Fiji Islands" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia The" => "Gambia The" "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" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Macedonia" => "Macedonia" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "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 Korea" => "North Korea" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "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 Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "The Bahamas" => "The Bahamas" "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" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Virgin Islands (US)" => "Virgin Islands (US)" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" "Others" => "Others" ] |
[ "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" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bonaire, Sint Eustatius and Saba" => "Bonaire, Sint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Cape Verde" => "Cape Verde" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Cote D'Ivoire (Ivory Coast)" => "Cote D'Ivoire (Ivory Coast)" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Democratic Republic of the Congo" => "Democratic Republic of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Ethiopia" => "Ethiopia" "Fiji Islands" => "Fiji Islands" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia The" => "Gambia The" "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" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Macedonia" => "Macedonia" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "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 Korea" => "North Korea" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "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 Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "The Bahamas" => "The Bahamas" "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" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Virgin Islands (US)" => "Virgin Islands (US)" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" "Others" => "Others" ] |
label | "Country" |
same as passed value |
placeholder | "------------------" |
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 | [ "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" "Bahrain" => "Bahrain" "Bangladesh" => "Bangladesh" "Barbados" => "Barbados" "Belarus" => "Belarus" "Belgium" => "Belgium" "Belize" => "Belize" "Benin" => "Benin" "Bhutan" => "Bhutan" "Bolivia" => "Bolivia" "Bonaire, Sint Eustatius and Saba" => "Bonaire, Sint Eustatius and Saba" "Bosnia and Herzegovina" => "Bosnia and Herzegovina" "Botswana" => "Botswana" "Brazil" => "Brazil" "Brunei" => "Brunei" "Bulgaria" => "Bulgaria" "Burkina Faso" => "Burkina Faso" "Burundi" => "Burundi" "Cambodia" => "Cambodia" "Cameroon" => "Cameroon" "Canada" => "Canada" "Cape Verde" => "Cape Verde" "Central African Republic" => "Central African Republic" "Chad" => "Chad" "Chile" => "Chile" "China" => "China" "Colombia" => "Colombia" "Comoros" => "Comoros" "Congo" => "Congo" "Costa Rica" => "Costa Rica" "Cote D'Ivoire (Ivory Coast)" => "Cote D'Ivoire (Ivory Coast)" "Croatia" => "Croatia" "Cuba" => "Cuba" "Cyprus" => "Cyprus" "Czech Republic" => "Czech Republic" "Democratic Republic of the Congo" => "Democratic Republic of the Congo" "Denmark" => "Denmark" "Djibouti" => "Djibouti" "Dominica" => "Dominica" "Dominican Republic" => "Dominican Republic" "East Timor" => "East Timor" "Ecuador" => "Ecuador" "Egypt" => "Egypt" "El Salvador" => "El Salvador" "Equatorial Guinea" => "Equatorial Guinea" "Eritrea" => "Eritrea" "Estonia" => "Estonia" "Ethiopia" => "Ethiopia" "Fiji Islands" => "Fiji Islands" "Finland" => "Finland" "France" => "France" "Gabon" => "Gabon" "Gambia The" => "Gambia The" "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" "Kuwait" => "Kuwait" "Kyrgyzstan" => "Kyrgyzstan" "Laos" => "Laos" "Latvia" => "Latvia" "Lebanon" => "Lebanon" "Lesotho" => "Lesotho" "Liberia" => "Liberia" "Libya" => "Libya" "Liechtenstein" => "Liechtenstein" "Lithuania" => "Lithuania" "Luxembourg" => "Luxembourg" "Macedonia" => "Macedonia" "Madagascar" => "Madagascar" "Malawi" => "Malawi" "Malaysia" => "Malaysia" "Maldives" => "Maldives" "Mali" => "Mali" "Malta" => "Malta" "Mauritania" => "Mauritania" "Mauritius" => "Mauritius" "Mexico" => "Mexico" "Micronesia" => "Micronesia" "Moldova" => "Moldova" "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 Korea" => "North Korea" "Norway" => "Norway" "Oman" => "Oman" "Pakistan" => "Pakistan" "Palau" => "Palau" "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 Korea" => "South Korea" "South Sudan" => "South Sudan" "Spain" => "Spain" "Sri Lanka" => "Sri Lanka" "Sudan" => "Sudan" "Suriname" => "Suriname" "Swaziland" => "Swaziland" "Sweden" => "Sweden" "Switzerland" => "Switzerland" "Syria" => "Syria" "Taiwan" => "Taiwan" "Tajikistan" => "Tajikistan" "Tanzania" => "Tanzania" "Thailand" => "Thailand" "The Bahamas" => "The Bahamas" "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" "Venezuela" => "Venezuela" "Vietnam" => "Vietnam" "Virgin Islands (US)" => "Virgin Islands (US)" "Yemen" => "Yemen" "Zambia" => "Zambia" "Zimbabwe" => "Zimbabwe" "Others" => "Others" ] |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "------------------" |
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() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#860 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_country" ] |
cache_key | "_user_country_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +label: "Afghanistan" +value: "Afghanistan" +data: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#922 +label: "Albania" +value: "Albania" +data: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#923 +label: "Algeria" +value: "Algeria" +data: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#924 +label: "Andorra" +value: "Andorra" +data: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#925 +label: "Angola" +value: "Angola" +data: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#926 +label: "Antigua And Barbuda" +value: "Antigua And Barbuda" +data: "Antigua And Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#927 +label: "Argentina" +value: "Argentina" +data: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#928 +label: "Armenia" +value: "Armenia" +data: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#929 +label: "Australia" +value: "Australia" +data: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#930 +label: "Austria" +value: "Austria" +data: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#931 +label: "Azerbaijan" +value: "Azerbaijan" +data: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#932 +label: "Bahrain" +value: "Bahrain" +data: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#933 +label: "Bangladesh" +value: "Bangladesh" +data: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#934 +label: "Barbados" +value: "Barbados" +data: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#935 +label: "Belarus" +value: "Belarus" +data: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#936 +label: "Belgium" +value: "Belgium" +data: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#937 +label: "Belize" +value: "Belize" +data: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#938 +label: "Benin" +value: "Benin" +data: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#939 +label: "Bhutan" +value: "Bhutan" +data: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#940 +label: "Bolivia" +value: "Bolivia" +data: "Bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "Bonaire, Sint Eustatius and Saba" +value: "Bonaire, Sint Eustatius and Saba" +data: "Bonaire, Sint Eustatius and Saba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#942 +label: "Bosnia and Herzegovina" +value: "Bosnia and Herzegovina" +data: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#943 +label: "Botswana" +value: "Botswana" +data: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#944 +label: "Brazil" +value: "Brazil" +data: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#945 +label: "Brunei" +value: "Brunei" +data: "Brunei" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#946 +label: "Bulgaria" +value: "Bulgaria" +data: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#947 +label: "Burkina Faso" +value: "Burkina Faso" +data: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +label: "Burundi" +value: "Burundi" +data: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#949 +label: "Cambodia" +value: "Cambodia" +data: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#950 +label: "Cameroon" +value: "Cameroon" +data: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#951 +label: "Canada" +value: "Canada" +data: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#952 +label: "Cape Verde" +value: "Cape Verde" +data: "Cape Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#953 +label: "Central African Republic" +value: "Central African Republic" +data: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#954 +label: "Chad" +value: "Chad" +data: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#955 +label: "Chile" +value: "Chile" +data: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#956 +label: "China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#957 +label: "Colombia" +value: "Colombia" +data: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#958 +label: "Comoros" +value: "Comoros" +data: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "Congo" +value: "Congo" +data: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "Costa Rica" +value: "Costa Rica" +data: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#961 +label: "Cote D'Ivoire (Ivory Coast)" +value: "Cote D'Ivoire (Ivory Coast)" +data: "Cote D'Ivoire (Ivory Coast)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#962 +label: "Croatia" +value: "Croatia" +data: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#963 +label: "Cuba" +value: "Cuba" +data: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Cyprus" +value: "Cyprus" +data: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#965 +label: "Czech Republic" +value: "Czech Republic" +data: "Czech Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#966 +label: "Democratic Republic of the Congo" +value: "Democratic Republic of the Congo" +data: "Democratic Republic of the Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "Denmark" +value: "Denmark" +data: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#968 +label: "Djibouti" +value: "Djibouti" +data: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#969 +label: "Dominica" +value: "Dominica" +data: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#970 +label: "Dominican Republic" +value: "Dominican Republic" +data: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#971 +label: "East Timor" +value: "East Timor" +data: "East Timor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#972 +label: "Ecuador" +value: "Ecuador" +data: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#973 +label: "Egypt" +value: "Egypt" +data: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#974 +label: "El Salvador" +value: "El Salvador" +data: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#975 +label: "Equatorial Guinea" +value: "Equatorial Guinea" +data: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#976 +label: "Eritrea" +value: "Eritrea" +data: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#977 +label: "Estonia" +value: "Estonia" +data: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#978 +label: "Ethiopia" +value: "Ethiopia" +data: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#979 +label: "Fiji Islands" +value: "Fiji Islands" +data: "Fiji Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +label: "Finland" +value: "Finland" +data: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +label: "France" +value: "France" +data: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#982 +label: "Gabon" +value: "Gabon" +data: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#983 +label: "Gambia The" +value: "Gambia The" +data: "Gambia The" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#984 +label: "Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#985 +label: "Germany" +value: "Germany" +data: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#986 +label: "Ghana" +value: "Ghana" +data: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "Greece" +value: "Greece" +data: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#988 +label: "Grenada" +value: "Grenada" +data: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#989 +label: "Guatemala" +value: "Guatemala" +data: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +label: "Guinea" +value: "Guinea" +data: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#991 +label: "Guinea-Bissau" +value: "Guinea-Bissau" +data: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#992 +label: "Guyana" +value: "Guyana" +data: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#993 +label: "Haiti" +value: "Haiti" +data: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#994 +label: "Honduras" +value: "Honduras" +data: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#995 +label: "Hungary" +value: "Hungary" +data: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#996 +label: "Iceland" +value: "Iceland" +data: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#997 +label: "India" +value: "India" +data: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#998 +label: "Indonesia" +value: "Indonesia" +data: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#999 +label: "Iran" +value: "Iran" +data: "Iran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1000 +label: "Iraq" +value: "Iraq" +data: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1001 +label: "Ireland" +value: "Ireland" +data: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1002 +label: "Israel" +value: "Israel" +data: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1003 +label: "Italy" +value: "Italy" +data: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1004 +label: "Jamaica" +value: "Jamaica" +data: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1005 +label: "Japan" +value: "Japan" +data: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1006 +label: "Jordan" +value: "Jordan" +data: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1007 +label: "Kazakhstan" +value: "Kazakhstan" +data: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +label: "Kenya" +value: "Kenya" +data: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +label: "Kiribati" +value: "Kiribati" +data: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1010 +label: "Kuwait" +value: "Kuwait" +data: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1011 +label: "Kyrgyzstan" +value: "Kyrgyzstan" +data: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1012 +label: "Laos" +value: "Laos" +data: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "Latvia" +value: "Latvia" +data: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "Lebanon" +value: "Lebanon" +data: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1015 +label: "Lesotho" +value: "Lesotho" +data: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +label: "Liberia" +value: "Liberia" +data: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +label: "Libya" +value: "Libya" +data: "Libya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1018 +label: "Liechtenstein" +value: "Liechtenstein" +data: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "Lithuania" +value: "Lithuania" +data: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1020 +label: "Luxembourg" +value: "Luxembourg" +data: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +label: "Macedonia" +value: "Macedonia" +data: "Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Madagascar" +value: "Madagascar" +data: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +label: "Malawi" +value: "Malawi" +data: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Malaysia" +value: "Malaysia" +data: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "Maldives" +value: "Maldives" +data: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "Mali" +value: "Mali" +data: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Malta" +value: "Malta" +data: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +label: "Mauritania" +value: "Mauritania" +data: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "Mauritius" +value: "Mauritius" +data: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +label: "Mexico" +value: "Mexico" +data: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1031 +label: "Micronesia" +value: "Micronesia" +data: "Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "Moldova" +value: "Moldova" +data: "Moldova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "Mongolia" +value: "Mongolia" +data: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "Montenegro" +value: "Montenegro" +data: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1036 +label: "Mozambique" +value: "Mozambique" +data: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +label: "Myanmar" +value: "Myanmar" +data: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1038 +label: "Namibia" +value: "Namibia" +data: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1039 +label: "Nauru" +value: "Nauru" +data: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1040 +label: "Nepal" +value: "Nepal" +data: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +label: "Netherlands" +value: "Netherlands" +data: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1042 +label: "New Zealand" +value: "New Zealand" +data: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1043 +label: "Nicaragua" +value: "Nicaragua" +data: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1044 +label: "Niger" +value: "Niger" +data: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1045 +label: "Nigeria" +value: "Nigeria" +data: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "North Korea" +value: "North Korea" +data: "North Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +label: "Norway" +value: "Norway" +data: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +label: "Oman" +value: "Oman" +data: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1049 +label: "Pakistan" +value: "Pakistan" +data: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +label: "Palau" +value: "Palau" +data: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1051 +label: "Panama" +value: "Panama" +data: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +label: "Papua new Guinea" +value: "Papua new Guinea" +data: "Papua new Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "Paraguay" +value: "Paraguay" +data: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +label: "Peru" +value: "Peru" +data: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Philippines" +value: "Philippines" +data: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +label: "Poland" +value: "Poland" +data: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +label: "Portugal" +value: "Portugal" +data: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Qatar" +value: "Qatar" +data: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "Romania" +value: "Romania" +data: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "Russia" +value: "Russia" +data: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +label: "Rwanda" +value: "Rwanda" +data: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Saint Kitts And Nevis" +value: "Saint Kitts And Nevis" +data: "Saint Kitts And Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "Saint Lucia" +value: "Saint Lucia" +data: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +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 {#1065 +label: "Samoa" +value: "Samoa" +data: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +label: "San Marino" +value: "San Marino" +data: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +label: "Sao Tome and Principe" +value: "Sao Tome and Principe" +data: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +label: "Saudi Arabia" +value: "Saudi Arabia" +data: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1069 +label: "Senegal" +value: "Senegal" +data: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +label: "Serbia" +value: "Serbia" +data: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Seychelles" +value: "Seychelles" +data: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Sierra Leone" +value: "Sierra Leone" +data: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "Singapore" +value: "Singapore" +data: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +label: "Slovakia" +value: "Slovakia" +data: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +label: "Slovenia" +value: "Slovenia" +data: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +label: "Solomon Islands" +value: "Solomon Islands" +data: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +label: "Somalia" +value: "Somalia" +data: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1078 +label: "South Africa" +value: "South Africa" +data: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1079 +label: "South Korea" +value: "South Korea" +data: "South Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +label: "South Sudan" +value: "South Sudan" +data: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +label: "Spain" +value: "Spain" +data: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +label: "Sri Lanka" +value: "Sri Lanka" +data: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "Sudan" +value: "Sudan" +data: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Suriname" +value: "Suriname" +data: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +label: "Swaziland" +value: "Swaziland" +data: "Swaziland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Sweden" +value: "Sweden" +data: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +label: "Switzerland" +value: "Switzerland" +data: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +label: "Syria" +value: "Syria" +data: "Syria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1089 +label: "Taiwan" +value: "Taiwan" +data: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Tajikistan" +value: "Tajikistan" +data: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +label: "Tanzania" +value: "Tanzania" +data: "Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "Thailand" +value: "Thailand" +data: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "The Bahamas" +value: "The Bahamas" +data: "The Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Togo" +value: "Togo" +data: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Tonga" +value: "Tonga" +data: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Trinidad And Tobago" +value: "Trinidad And Tobago" +data: "Trinidad And Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Tunisia" +value: "Tunisia" +data: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "Turkey" +value: "Turkey" +data: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Turkmenistan" +value: "Turkmenistan" +data: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "Tuvalu" +value: "Tuvalu" +data: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "Uganda" +value: "Uganda" +data: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +label: "Ukraine" +value: "Ukraine" +data: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "United Arab Emirates" +value: "United Arab Emirates" +data: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "United Kingdom" +value: "United Kingdom" +data: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "United States" +value: "United States" +data: "United States" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "Uruguay" +value: "Uruguay" +data: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "Uzbekistan" +value: "Uzbekistan" +data: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "Vanuatu" +value: "Vanuatu" +data: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +label: "Venezuela" +value: "Venezuela" +data: "Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "Vietnam" +value: "Vietnam" +data: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "Virgin Islands (US)" +value: "Virgin Islands (US)" +data: "Virgin Islands (US)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "Yemen" +value: "Yemen" +data: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Zambia" +value: "Zambia" +data: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Zimbabwe" +value: "Zimbabwe" +data: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Others" +value: "Others" +data: "Others" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#919 -form: Symfony\Component\Form\Form {#886 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#920 …5} |
full_name | "user[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_country" |
is_selected | Closure($choice, $value) {#1117 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#847 …} } |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | "------------------" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_country" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "58019172cbf68132625658.tcLuPxIi9alBRrx87PfIbkunpYMQc86qbq7O8xlXSTQ.0vKxYCNXkMopdIgGmYe_WSrr_a5FN_7SOMOXtmozLgKYgL5daFqymXRz7Q" |
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 | "58019172cbf68132625658.tcLuPxIi9alBRrx87PfIbkunpYMQc86qbq7O8xlXSTQ.0vKxYCNXkMopdIgGmYe_WSrr_a5FN_7SOMOXtmozLgKYgL5daFqymXRz7Q" |
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 {#662 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#663 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#664 …} -namespace: Closure() {#666 …} } |
data | "58019172cbf68132625658.tcLuPxIi9alBRrx87PfIbkunpYMQc86qbq7O8xlXSTQ.0vKxYCNXkMopdIgGmYe_WSrr_a5FN_7SOMOXtmozLgKYgL5daFqymXRz7Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1123 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#569 …} } |
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() {#1125 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#668 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#581 …} $translationDomain: "validators" $message: Closure() {#1122 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user__token" ] |
cache_key | "_user__token_hidden" |
compound | false |
data | "58019172cbf68132625658.tcLuPxIi9alBRrx87PfIbkunpYMQc86qbq7O8xlXSTQ.0vKxYCNXkMopdIgGmYe_WSrr_a5FN_7SOMOXtmozLgKYgL5daFqymXRz7Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1135 -form: Symfony\Component\Form\Form {#1131 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1126 …5} |
full_name | "user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user__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 | "_user__token" |
valid | true |
value | "58019172cbf68132625658.tcLuPxIi9alBRrx87PfIbkunpYMQc86qbq7O8xlXSTQ.0vKxYCNXkMopdIgGmYe_WSrr_a5FN_7SOMOXtmozLgKYgL5daFqymXRz7Q" |