- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 14
- Events
- Routing
- Cache
- Translation 250
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- Blocks 2
- 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
subscription
"App\Form\SubscriptionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Subscription {#3050 -id: null -countryCode: null -phoneNumber: null -email: null -optIn: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/subscription/signup" |
same as passed value |
data | App\Entity\Subscription {#3050 -id: null -countryCode: null -phoneNumber: null -email: null -optIn: null } |
same as passed value |
method | "post" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/subscription/signup" |
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 {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data | App\Entity\Subscription {#3050 -id: null -countryCode: null -phoneNumber: null -email: null -optIn: null } |
data_class | "App\Entity\Subscription" |
disabled | false |
empty_data | Closure(FormInterface $form) {#3112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3059 …} use: { $class: "App\Entity\Subscription" } } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3113 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/subscription/signup" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "subscription" "_subscription" ] |
cache_key | "_subscription_subscription" |
compound | true |
data | App\Entity\Subscription {#3050 -id: null -countryCode: null -phoneNumber: null -email: null -optIn: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3344 -form: Symfony\Component\Form\Form {#3283 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3329 …5} |
full_name | "subscription" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subscription" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription" |
valid | true |
value | App\Entity\Subscription {#3050 -id: null -countryCode: null -phoneNumber: null -email: null -optIn: null } |
countryCode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "United States" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "choose an option" "class" => "form-control" ] |
[ "placeholder" => "choose an option" "class" => "form-control" ] |
choice_value | Closure($item) {#3365 class: "App\Form\SubscriptionType" this: App\Form\SubscriptionType {#3058 …} } |
same as passed value |
choices | [ "+93 Afghanistan" => "Afghanistan" "+358 Åland Islands" => "Åland Islands" "+355 Albania" => "Albania" "+213 Algeria" => "Algeria" "+1684 American Samoa" => "American Samoa" "+376 Andorra" => "Andorra" "+244 Angola" => "Angola" "+1264 Anguilla" => "Anguilla" "+672 Antarctica" => "Antarctica" "+1268 Antigua and Barbuda" => "Antigua and Barbuda" "+54 Argentina" => "Argentina" "+374 Armenia" => "Armenia" "+297 Aruba" => "Aruba" "+61 Australia" => "Australia" "+43 Austria" => "Austria" "+994 Azerbaijan" => "Azerbaijan" "+1242 Bahamas" => "Bahamas" "+973 Bahrain" => "Bahrain" "+880 Bangladesh" => "Bangladesh" "+1246 Barbados" => "Barbados" "+375 Belarus" => "Belarus" "+32 Belgium" => "Belgium" "+501 Belize" => "Belize" "+229 Benin" => "Benin" "+1441 Bermuda" => "Bermuda" "+975 Bhutan" => "Bhutan" "+591 Bolivia, Plurinational State of bolivia" => "Bolivia, Plurinational State of bolivia" "+387 Bosnia and Herzegovina" => "Bosnia and Herzegovina" "+267 Botswana" => "Botswana" "+47 Bouvet Island" => "Bouvet Island" "+55 Brazil" => "Brazil" "+246 British Indian Ocean Territory" => "British Indian Ocean Territory" "+673 Brunei Darussalam" => "Brunei Darussalam" "+359 Bulgaria" => "Bulgaria" "+226 Burkina Faso" => "Burkina Faso" "+257 Burundi" => "Burundi" "+855 Cambodia" => "Cambodia" "+237 Cameroon" => "Cameroon" "+1 Canada" => "Canada" "+238 Cape Verde" => "Cape Verde" "+345 Cayman Islands" => "Cayman Islands" "+236 Central African Republic" => "Central African Republic" "+235 Chad" => "Chad" "+56 Chile" => "Chile" "+86 China" => "China" "+61 Christmas Island" => "Christmas Island" "+61 Cocos (Keeling) Islands" => "Cocos (Keeling) Islands" "+57 Colombia" => "Colombia" "+269 Comoros" => "Comoros" "+242 Congo" => "Congo" "+243 Congo, The Democratic Republic of the Congo" => "Congo, The Democratic Republic of the Congo" "+682 Cook Islands" => "Cook Islands" "+506 Costa Rica" => "Costa Rica" "+225 Cote d'Ivoire" => "Cote d'Ivoire" "+385 Croatia" => "Croatia" "+53 Cuba" => "Cuba" "+357 Cyprus" => "Cyprus" "+420 Czech Republic" => "Czech Republic" "+45 Denmark" => "Denmark" "+253 Djibouti" => "Djibouti" "+1767 Dominica" => "Dominica" "+1849 Dominican Republic" => "Dominican Republic" "+593 Ecuador" => "Ecuador" "+20 Egypt" => "Egypt" "+503 El Salvador" => "El Salvador" "+240 Equatorial Guinea" => "Equatorial Guinea" "+291 Eritrea" => "Eritrea" "+372 Estonia" => "Estonia" "+251 Ethiopia" => "Ethiopia" "+500 Falkland Islands (Malvinas)" => "Falkland Islands (Malvinas)" "+298 Faroe Islands" => "Faroe Islands" "+679 Fiji" => "Fiji" "+358 Finland" => "Finland" "+33 France" => "France" "+594 French Guiana" => "French Guiana" "+689 French Polynesia" => "French Polynesia" "+262 French Southern Territories" => "French Southern Territories" "+241 Gabon" => "Gabon" "+220 Gambia" => "Gambia" "+995 Georgia" => "Georgia" "+49 Germany" => "Germany" "+233 Ghana" => "Ghana" "+350 Gibraltar" => "Gibraltar" "+30 Greece" => "Greece" "+299 Greenland" => "Greenland" "+1473 Grenada" => "Grenada" "+590 Guadeloupe" => "Guadeloupe" "+1671 Guam" => "Guam" "+502 Guatemala" => "Guatemala" "+44 Guernsey" => "Guernsey" "+224 Guinea" => "Guinea" "+245 Guinea-Bissau" => "Guinea-Bissau" "+592 Guyana" => "Guyana" "+509 Haiti" => "Haiti" "+672 Heard Island and Mcdonald Islands" => "Heard Island and Mcdonald Islands" "+379 Holy See (Vatican City State)" => "Holy See (Vatican City State)" "+504 Honduras" => "Honduras" "+852 Hong Kong" => "Hong Kong" "+36 Hungary" => "Hungary" "+354 Iceland" => "Iceland" "+91 India" => "India" "+62 Indonesia" => "Indonesia" "+98 Iran, Islamic Republic of Persian Gulf" => "Iran, Islamic Republic of Persian Gulf" "+964 Iraq" => "Iraq" "+353 Ireland" => "Ireland" "+44 Isle of Man" => "Isle of Man" "+972 Israel" => "Israel" "+39 Italy" => "Italy" "+1876 Jamaica" => "Jamaica" "+81 Japan" => "Japan" "+44 Jersey" => "Jersey" "+962 Jordan" => "Jordan" "+7 Kazakhstan" => "Kazakhstan" "+254 Kenya" => "Kenya" "+686 Kiribati" => "Kiribati" "+850 Korea, Democratic People's Republic of Korea" => "Korea, Democratic People's Republic of Korea" "+82 Korea, Republic of South Korea" => "Korea, Republic of South Korea" "+383 Kosovo" => "Kosovo" "+965 Kuwait" => "Kuwait" "+996 Kyrgyzstan" => "Kyrgyzstan" "+856 Laos" => "Laos" "+371 Latvia" => "Latvia" "+961 Lebanon" => "Lebanon" "+266 Lesotho" => "Lesotho" "+231 Liberia" => "Liberia" "+218 Libyan Arab Jamahiriya" => "Libyan Arab Jamahiriya" "+423 Liechtenstein" => "Liechtenstein" "+370 Lithuania" => "Lithuania" "+352 Luxembourg" => "Luxembourg" "+853 Macao" => "Macao" "+389 Macedonia" => "Macedonia" "+261 Madagascar" => "Madagascar" "+265 Malawi" => "Malawi" "+60 Malaysia" => "Malaysia" "+960 Maldives" => "Maldives" "+223 Mali" => "Mali" "+356 Malta" => "Malta" "+692 Marshall Islands" => "Marshall Islands" "+596 Martinique" => "Martinique" "+222 Mauritania" => "Mauritania" "+230 Mauritius" => "Mauritius" "+262 Mayotte" => "Mayotte" "+52 Mexico" => "Mexico" "+691 Micronesia, Federated States of Micronesia" => "Micronesia, Federated States of Micronesia" "+373 Moldova" => "Moldova" "+377 Monaco" => "Monaco" "+976 Mongolia" => "Mongolia" "+382 Montenegro" => "Montenegro" "+1664 Montserrat" => "Montserrat" "+212 Morocco" => "Morocco" "+258 Mozambique" => "Mozambique" "+95 Myanmar" => "Myanmar" "+264 Namibia" => "Namibia" "+674 Nauru" => "Nauru" "+977 Nepal" => "Nepal" "+31 Netherlands" => "Netherlands" "+599 Netherlands Antilles" => "Netherlands Antilles" "+687 New Caledonia" => "New Caledonia" "+64 New Zealand" => "New Zealand" "+505 Nicaragua" => "Nicaragua" "+227 Niger" => "Niger" "+234 Nigeria" => "Nigeria" "+683 Niue" => "Niue" "+672 Norfolk Island" => "Norfolk Island" "+1670 Northern Mariana Islands" => "Northern Mariana Islands" "+47 Norway" => "Norway" "+968 Oman" => "Oman" "+92 Pakistan" => "Pakistan" "+680 Palau" => "Palau" "+970 Palestinian Territory, Occupied" => "Palestinian Territory, Occupied" "+507 Panama" => "Panama" "+675 Papua New Guinea" => "Papua New Guinea" "+595 Paraguay" => "Paraguay" "+51 Peru" => "Peru" "+63 Philippines" => "Philippines" "+64 Pitcairn" => "Pitcairn" "+48 Poland" => "Poland" "+351 Portugal" => "Portugal" "+1939 Puerto Rico" => "Puerto Rico" "+974 Qatar" => "Qatar" "+40 Romania" => "Romania" "+7 Russia" => "Russia" "+250 Rwanda" => "Rwanda" "+262 Reunion" => "Reunion" "+590 Saint Barthelemy" => "Saint Barthelemy" "+290 Saint Helena, Ascension and Tristan Da Cunha" => "Saint Helena, Ascension and Tristan Da Cunha" "+1869 Saint Kitts and Nevis" => "Saint Kitts and Nevis" "+1758 Saint Lucia" => "Saint Lucia" "+590 Saint Martin" => "Saint Martin" "+508 Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "+1784 Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "+685 Samoa" => "Samoa" "+378 San Marino" => "San Marino" "+239 Sao Tome and Principe" => "Sao Tome and Principe" "+966 Saudi Arabia" => "Saudi Arabia" "+221 Senegal" => "Senegal" "+381 Serbia" => "Serbia" "+248 Seychelles" => "Seychelles" "+232 Sierra Leone" => "Sierra Leone" "+65 Singapore" => "Singapore" "+421 Slovakia" => "Slovakia" "+386 Slovenia" => "Slovenia" "+677 Solomon Islands" => "Solomon Islands" "+252 Somalia" => "Somalia" "+27 South Africa" => "South Africa" "+211 South Sudan" => "South Sudan" "+500 South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "+34 Spain" => "Spain" "+94 Sri Lanka" => "Sri Lanka" "+249 Sudan" => "Sudan" "+597 Suriname" => "Suriname" "+47 Svalbard and Jan Mayen" => "Svalbard and Jan Mayen" "+268 Swaziland" => "Swaziland" "+46 Sweden" => "Sweden" "+41 Switzerland" => "Switzerland" "+963 Syrian Arab Republic" => "Syrian Arab Republic" "+886 Taiwan" => "Taiwan" "+992 Tajikistan" => "Tajikistan" "+255 Tanzania, United Republic of Tanzania" => "Tanzania, United Republic of Tanzania" "+66 Thailand" => "Thailand" "+670 Timor-Leste" => "Timor-Leste" "+228 Togo" => "Togo" "+690 Tokelau" => "Tokelau" "+676 Tonga" => "Tonga" "+1868 Trinidad and Tobago" => "Trinidad and Tobago" "+216 Tunisia" => "Tunisia" "+90 Turkey" => "Turkey" "+993 Turkmenistan" => "Turkmenistan" "+1649 Turks and Caicos Islands" => "Turks and Caicos Islands" "+688 Tuvalu" => "Tuvalu" "+256 Uganda" => "Uganda" "+380 Ukraine" => "Ukraine" "+971 United Arab Emirates" => "United Arab Emirates" "+44 United Kingdom" => "United Kingdom" "+1 United States" => "United States" "+598 Uruguay" => "Uruguay" "+998 Uzbekistan" => "Uzbekistan" "+678 Vanuatu" => "Vanuatu" "+58 Venezuela, Bolivarian Republic of Venezuela" => "Venezuela, Bolivarian Republic of Venezuela" "+84 Vietnam" => "Vietnam" "+1284 Virgin Islands, British" => "Virgin Islands, British" "+1340 Virgin Islands, U.S." => "Virgin Islands, U.S." "+681 Wallis and Futuna" => "Wallis and Futuna" "+967 Yemen" => "Yemen" "+260 Zambia" => "Zambia" "+263 Zimbabwe" => "Zimbabwe" ] |
[ "+93 Afghanistan" => "Afghanistan" "+358 Åland Islands" => "Åland Islands" "+355 Albania" => "Albania" "+213 Algeria" => "Algeria" "+1684 American Samoa" => "American Samoa" "+376 Andorra" => "Andorra" "+244 Angola" => "Angola" "+1264 Anguilla" => "Anguilla" "+672 Antarctica" => "Antarctica" "+1268 Antigua and Barbuda" => "Antigua and Barbuda" "+54 Argentina" => "Argentina" "+374 Armenia" => "Armenia" "+297 Aruba" => "Aruba" "+61 Australia" => "Australia" "+43 Austria" => "Austria" "+994 Azerbaijan" => "Azerbaijan" "+1242 Bahamas" => "Bahamas" "+973 Bahrain" => "Bahrain" "+880 Bangladesh" => "Bangladesh" "+1246 Barbados" => "Barbados" "+375 Belarus" => "Belarus" "+32 Belgium" => "Belgium" "+501 Belize" => "Belize" "+229 Benin" => "Benin" "+1441 Bermuda" => "Bermuda" "+975 Bhutan" => "Bhutan" "+591 Bolivia, Plurinational State of bolivia" => "Bolivia, Plurinational State of bolivia" "+387 Bosnia and Herzegovina" => "Bosnia and Herzegovina" "+267 Botswana" => "Botswana" "+47 Bouvet Island" => "Bouvet Island" "+55 Brazil" => "Brazil" "+246 British Indian Ocean Territory" => "British Indian Ocean Territory" "+673 Brunei Darussalam" => "Brunei Darussalam" "+359 Bulgaria" => "Bulgaria" "+226 Burkina Faso" => "Burkina Faso" "+257 Burundi" => "Burundi" "+855 Cambodia" => "Cambodia" "+237 Cameroon" => "Cameroon" "+1 Canada" => "Canada" "+238 Cape Verde" => "Cape Verde" "+345 Cayman Islands" => "Cayman Islands" "+236 Central African Republic" => "Central African Republic" "+235 Chad" => "Chad" "+56 Chile" => "Chile" "+86 China" => "China" "+61 Christmas Island" => "Christmas Island" "+61 Cocos (Keeling) Islands" => "Cocos (Keeling) Islands" "+57 Colombia" => "Colombia" "+269 Comoros" => "Comoros" "+242 Congo" => "Congo" "+243 Congo, The Democratic Republic of the Congo" => "Congo, The Democratic Republic of the Congo" "+682 Cook Islands" => "Cook Islands" "+506 Costa Rica" => "Costa Rica" "+225 Cote d'Ivoire" => "Cote d'Ivoire" "+385 Croatia" => "Croatia" "+53 Cuba" => "Cuba" "+357 Cyprus" => "Cyprus" "+420 Czech Republic" => "Czech Republic" "+45 Denmark" => "Denmark" "+253 Djibouti" => "Djibouti" "+1767 Dominica" => "Dominica" "+1849 Dominican Republic" => "Dominican Republic" "+593 Ecuador" => "Ecuador" "+20 Egypt" => "Egypt" "+503 El Salvador" => "El Salvador" "+240 Equatorial Guinea" => "Equatorial Guinea" "+291 Eritrea" => "Eritrea" "+372 Estonia" => "Estonia" "+251 Ethiopia" => "Ethiopia" "+500 Falkland Islands (Malvinas)" => "Falkland Islands (Malvinas)" "+298 Faroe Islands" => "Faroe Islands" "+679 Fiji" => "Fiji" "+358 Finland" => "Finland" "+33 France" => "France" "+594 French Guiana" => "French Guiana" "+689 French Polynesia" => "French Polynesia" "+262 French Southern Territories" => "French Southern Territories" "+241 Gabon" => "Gabon" "+220 Gambia" => "Gambia" "+995 Georgia" => "Georgia" "+49 Germany" => "Germany" "+233 Ghana" => "Ghana" "+350 Gibraltar" => "Gibraltar" "+30 Greece" => "Greece" "+299 Greenland" => "Greenland" "+1473 Grenada" => "Grenada" "+590 Guadeloupe" => "Guadeloupe" "+1671 Guam" => "Guam" "+502 Guatemala" => "Guatemala" "+44 Guernsey" => "Guernsey" "+224 Guinea" => "Guinea" "+245 Guinea-Bissau" => "Guinea-Bissau" "+592 Guyana" => "Guyana" "+509 Haiti" => "Haiti" "+672 Heard Island and Mcdonald Islands" => "Heard Island and Mcdonald Islands" "+379 Holy See (Vatican City State)" => "Holy See (Vatican City State)" "+504 Honduras" => "Honduras" "+852 Hong Kong" => "Hong Kong" "+36 Hungary" => "Hungary" "+354 Iceland" => "Iceland" "+91 India" => "India" "+62 Indonesia" => "Indonesia" "+98 Iran, Islamic Republic of Persian Gulf" => "Iran, Islamic Republic of Persian Gulf" "+964 Iraq" => "Iraq" "+353 Ireland" => "Ireland" "+44 Isle of Man" => "Isle of Man" "+972 Israel" => "Israel" "+39 Italy" => "Italy" "+1876 Jamaica" => "Jamaica" "+81 Japan" => "Japan" "+44 Jersey" => "Jersey" "+962 Jordan" => "Jordan" "+7 Kazakhstan" => "Kazakhstan" "+254 Kenya" => "Kenya" "+686 Kiribati" => "Kiribati" "+850 Korea, Democratic People's Republic of Korea" => "Korea, Democratic People's Republic of Korea" "+82 Korea, Republic of South Korea" => "Korea, Republic of South Korea" "+383 Kosovo" => "Kosovo" "+965 Kuwait" => "Kuwait" "+996 Kyrgyzstan" => "Kyrgyzstan" "+856 Laos" => "Laos" "+371 Latvia" => "Latvia" "+961 Lebanon" => "Lebanon" "+266 Lesotho" => "Lesotho" "+231 Liberia" => "Liberia" "+218 Libyan Arab Jamahiriya" => "Libyan Arab Jamahiriya" "+423 Liechtenstein" => "Liechtenstein" "+370 Lithuania" => "Lithuania" "+352 Luxembourg" => "Luxembourg" "+853 Macao" => "Macao" "+389 Macedonia" => "Macedonia" "+261 Madagascar" => "Madagascar" "+265 Malawi" => "Malawi" "+60 Malaysia" => "Malaysia" "+960 Maldives" => "Maldives" "+223 Mali" => "Mali" "+356 Malta" => "Malta" "+692 Marshall Islands" => "Marshall Islands" "+596 Martinique" => "Martinique" "+222 Mauritania" => "Mauritania" "+230 Mauritius" => "Mauritius" "+262 Mayotte" => "Mayotte" "+52 Mexico" => "Mexico" "+691 Micronesia, Federated States of Micronesia" => "Micronesia, Federated States of Micronesia" "+373 Moldova" => "Moldova" "+377 Monaco" => "Monaco" "+976 Mongolia" => "Mongolia" "+382 Montenegro" => "Montenegro" "+1664 Montserrat" => "Montserrat" "+212 Morocco" => "Morocco" "+258 Mozambique" => "Mozambique" "+95 Myanmar" => "Myanmar" "+264 Namibia" => "Namibia" "+674 Nauru" => "Nauru" "+977 Nepal" => "Nepal" "+31 Netherlands" => "Netherlands" "+599 Netherlands Antilles" => "Netherlands Antilles" "+687 New Caledonia" => "New Caledonia" "+64 New Zealand" => "New Zealand" "+505 Nicaragua" => "Nicaragua" "+227 Niger" => "Niger" "+234 Nigeria" => "Nigeria" "+683 Niue" => "Niue" "+672 Norfolk Island" => "Norfolk Island" "+1670 Northern Mariana Islands" => "Northern Mariana Islands" "+47 Norway" => "Norway" "+968 Oman" => "Oman" "+92 Pakistan" => "Pakistan" "+680 Palau" => "Palau" "+970 Palestinian Territory, Occupied" => "Palestinian Territory, Occupied" "+507 Panama" => "Panama" "+675 Papua New Guinea" => "Papua New Guinea" "+595 Paraguay" => "Paraguay" "+51 Peru" => "Peru" "+63 Philippines" => "Philippines" "+64 Pitcairn" => "Pitcairn" "+48 Poland" => "Poland" "+351 Portugal" => "Portugal" "+1939 Puerto Rico" => "Puerto Rico" "+974 Qatar" => "Qatar" "+40 Romania" => "Romania" "+7 Russia" => "Russia" "+250 Rwanda" => "Rwanda" "+262 Reunion" => "Reunion" "+590 Saint Barthelemy" => "Saint Barthelemy" "+290 Saint Helena, Ascension and Tristan Da Cunha" => "Saint Helena, Ascension and Tristan Da Cunha" "+1869 Saint Kitts and Nevis" => "Saint Kitts and Nevis" "+1758 Saint Lucia" => "Saint Lucia" "+590 Saint Martin" => "Saint Martin" "+508 Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "+1784 Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "+685 Samoa" => "Samoa" "+378 San Marino" => "San Marino" "+239 Sao Tome and Principe" => "Sao Tome and Principe" "+966 Saudi Arabia" => "Saudi Arabia" "+221 Senegal" => "Senegal" "+381 Serbia" => "Serbia" "+248 Seychelles" => "Seychelles" "+232 Sierra Leone" => "Sierra Leone" "+65 Singapore" => "Singapore" "+421 Slovakia" => "Slovakia" "+386 Slovenia" => "Slovenia" "+677 Solomon Islands" => "Solomon Islands" "+252 Somalia" => "Somalia" "+27 South Africa" => "South Africa" "+211 South Sudan" => "South Sudan" "+500 South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "+34 Spain" => "Spain" "+94 Sri Lanka" => "Sri Lanka" "+249 Sudan" => "Sudan" "+597 Suriname" => "Suriname" "+47 Svalbard and Jan Mayen" => "Svalbard and Jan Mayen" "+268 Swaziland" => "Swaziland" "+46 Sweden" => "Sweden" "+41 Switzerland" => "Switzerland" "+963 Syrian Arab Republic" => "Syrian Arab Republic" "+886 Taiwan" => "Taiwan" "+992 Tajikistan" => "Tajikistan" "+255 Tanzania, United Republic of Tanzania" => "Tanzania, United Republic of Tanzania" "+66 Thailand" => "Thailand" "+670 Timor-Leste" => "Timor-Leste" "+228 Togo" => "Togo" "+690 Tokelau" => "Tokelau" "+676 Tonga" => "Tonga" "+1868 Trinidad and Tobago" => "Trinidad and Tobago" "+216 Tunisia" => "Tunisia" "+90 Turkey" => "Turkey" "+993 Turkmenistan" => "Turkmenistan" "+1649 Turks and Caicos Islands" => "Turks and Caicos Islands" "+688 Tuvalu" => "Tuvalu" "+256 Uganda" => "Uganda" "+380 Ukraine" => "Ukraine" "+971 United Arab Emirates" => "United Arab Emirates" "+44 United Kingdom" => "United Kingdom" "+1 United States" => "United States" "+598 Uruguay" => "Uruguay" "+998 Uzbekistan" => "Uzbekistan" "+678 Vanuatu" => "Vanuatu" "+58 Venezuela, Bolivarian Republic of Venezuela" => "Venezuela, Bolivarian Republic of Venezuela" "+84 Vietnam" => "Vietnam" "+1284 Virgin Islands, British" => "Virgin Islands, British" "+1340 Virgin Islands, U.S." => "Virgin Islands, U.S." "+681 Wallis and Futuna" => "Wallis and Futuna" "+967 Yemen" => "Yemen" "+260 Zambia" => "Zambia" "+263 Zimbabwe" => "Zimbabwe" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3364 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3364 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
data | "United States" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "choose an option" "class" => "form-control" ] |
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 | Closure($item) {#3365 class: "App\Form\SubscriptionType" this: App\Form\SubscriptionType {#3058 …} } |
choices | [ "+93 Afghanistan" => "Afghanistan" "+358 Åland Islands" => "Åland Islands" "+355 Albania" => "Albania" "+213 Algeria" => "Algeria" "+1684 American Samoa" => "American Samoa" "+376 Andorra" => "Andorra" "+244 Angola" => "Angola" "+1264 Anguilla" => "Anguilla" "+672 Antarctica" => "Antarctica" "+1268 Antigua and Barbuda" => "Antigua and Barbuda" "+54 Argentina" => "Argentina" "+374 Armenia" => "Armenia" "+297 Aruba" => "Aruba" "+61 Australia" => "Australia" "+43 Austria" => "Austria" "+994 Azerbaijan" => "Azerbaijan" "+1242 Bahamas" => "Bahamas" "+973 Bahrain" => "Bahrain" "+880 Bangladesh" => "Bangladesh" "+1246 Barbados" => "Barbados" "+375 Belarus" => "Belarus" "+32 Belgium" => "Belgium" "+501 Belize" => "Belize" "+229 Benin" => "Benin" "+1441 Bermuda" => "Bermuda" "+975 Bhutan" => "Bhutan" "+591 Bolivia, Plurinational State of bolivia" => "Bolivia, Plurinational State of bolivia" "+387 Bosnia and Herzegovina" => "Bosnia and Herzegovina" "+267 Botswana" => "Botswana" "+47 Bouvet Island" => "Bouvet Island" "+55 Brazil" => "Brazil" "+246 British Indian Ocean Territory" => "British Indian Ocean Territory" "+673 Brunei Darussalam" => "Brunei Darussalam" "+359 Bulgaria" => "Bulgaria" "+226 Burkina Faso" => "Burkina Faso" "+257 Burundi" => "Burundi" "+855 Cambodia" => "Cambodia" "+237 Cameroon" => "Cameroon" "+1 Canada" => "Canada" "+238 Cape Verde" => "Cape Verde" "+345 Cayman Islands" => "Cayman Islands" "+236 Central African Republic" => "Central African Republic" "+235 Chad" => "Chad" "+56 Chile" => "Chile" "+86 China" => "China" "+61 Christmas Island" => "Christmas Island" "+61 Cocos (Keeling) Islands" => "Cocos (Keeling) Islands" "+57 Colombia" => "Colombia" "+269 Comoros" => "Comoros" "+242 Congo" => "Congo" "+243 Congo, The Democratic Republic of the Congo" => "Congo, The Democratic Republic of the Congo" "+682 Cook Islands" => "Cook Islands" "+506 Costa Rica" => "Costa Rica" "+225 Cote d'Ivoire" => "Cote d'Ivoire" "+385 Croatia" => "Croatia" "+53 Cuba" => "Cuba" "+357 Cyprus" => "Cyprus" "+420 Czech Republic" => "Czech Republic" "+45 Denmark" => "Denmark" "+253 Djibouti" => "Djibouti" "+1767 Dominica" => "Dominica" "+1849 Dominican Republic" => "Dominican Republic" "+593 Ecuador" => "Ecuador" "+20 Egypt" => "Egypt" "+503 El Salvador" => "El Salvador" "+240 Equatorial Guinea" => "Equatorial Guinea" "+291 Eritrea" => "Eritrea" "+372 Estonia" => "Estonia" "+251 Ethiopia" => "Ethiopia" "+500 Falkland Islands (Malvinas)" => "Falkland Islands (Malvinas)" "+298 Faroe Islands" => "Faroe Islands" "+679 Fiji" => "Fiji" "+358 Finland" => "Finland" "+33 France" => "France" "+594 French Guiana" => "French Guiana" "+689 French Polynesia" => "French Polynesia" "+262 French Southern Territories" => "French Southern Territories" "+241 Gabon" => "Gabon" "+220 Gambia" => "Gambia" "+995 Georgia" => "Georgia" "+49 Germany" => "Germany" "+233 Ghana" => "Ghana" "+350 Gibraltar" => "Gibraltar" "+30 Greece" => "Greece" "+299 Greenland" => "Greenland" "+1473 Grenada" => "Grenada" "+590 Guadeloupe" => "Guadeloupe" "+1671 Guam" => "Guam" "+502 Guatemala" => "Guatemala" "+44 Guernsey" => "Guernsey" "+224 Guinea" => "Guinea" "+245 Guinea-Bissau" => "Guinea-Bissau" "+592 Guyana" => "Guyana" "+509 Haiti" => "Haiti" "+672 Heard Island and Mcdonald Islands" => "Heard Island and Mcdonald Islands" "+379 Holy See (Vatican City State)" => "Holy See (Vatican City State)" "+504 Honduras" => "Honduras" "+852 Hong Kong" => "Hong Kong" "+36 Hungary" => "Hungary" "+354 Iceland" => "Iceland" "+91 India" => "India" "+62 Indonesia" => "Indonesia" "+98 Iran, Islamic Republic of Persian Gulf" => "Iran, Islamic Republic of Persian Gulf" "+964 Iraq" => "Iraq" "+353 Ireland" => "Ireland" "+44 Isle of Man" => "Isle of Man" "+972 Israel" => "Israel" "+39 Italy" => "Italy" "+1876 Jamaica" => "Jamaica" "+81 Japan" => "Japan" "+44 Jersey" => "Jersey" "+962 Jordan" => "Jordan" "+7 Kazakhstan" => "Kazakhstan" "+254 Kenya" => "Kenya" "+686 Kiribati" => "Kiribati" "+850 Korea, Democratic People's Republic of Korea" => "Korea, Democratic People's Republic of Korea" "+82 Korea, Republic of South Korea" => "Korea, Republic of South Korea" "+383 Kosovo" => "Kosovo" "+965 Kuwait" => "Kuwait" "+996 Kyrgyzstan" => "Kyrgyzstan" "+856 Laos" => "Laos" "+371 Latvia" => "Latvia" "+961 Lebanon" => "Lebanon" "+266 Lesotho" => "Lesotho" "+231 Liberia" => "Liberia" "+218 Libyan Arab Jamahiriya" => "Libyan Arab Jamahiriya" "+423 Liechtenstein" => "Liechtenstein" "+370 Lithuania" => "Lithuania" "+352 Luxembourg" => "Luxembourg" "+853 Macao" => "Macao" "+389 Macedonia" => "Macedonia" "+261 Madagascar" => "Madagascar" "+265 Malawi" => "Malawi" "+60 Malaysia" => "Malaysia" "+960 Maldives" => "Maldives" "+223 Mali" => "Mali" "+356 Malta" => "Malta" "+692 Marshall Islands" => "Marshall Islands" "+596 Martinique" => "Martinique" "+222 Mauritania" => "Mauritania" "+230 Mauritius" => "Mauritius" "+262 Mayotte" => "Mayotte" "+52 Mexico" => "Mexico" "+691 Micronesia, Federated States of Micronesia" => "Micronesia, Federated States of Micronesia" "+373 Moldova" => "Moldova" "+377 Monaco" => "Monaco" "+976 Mongolia" => "Mongolia" "+382 Montenegro" => "Montenegro" "+1664 Montserrat" => "Montserrat" "+212 Morocco" => "Morocco" "+258 Mozambique" => "Mozambique" "+95 Myanmar" => "Myanmar" "+264 Namibia" => "Namibia" "+674 Nauru" => "Nauru" "+977 Nepal" => "Nepal" "+31 Netherlands" => "Netherlands" "+599 Netherlands Antilles" => "Netherlands Antilles" "+687 New Caledonia" => "New Caledonia" "+64 New Zealand" => "New Zealand" "+505 Nicaragua" => "Nicaragua" "+227 Niger" => "Niger" "+234 Nigeria" => "Nigeria" "+683 Niue" => "Niue" "+672 Norfolk Island" => "Norfolk Island" "+1670 Northern Mariana Islands" => "Northern Mariana Islands" "+47 Norway" => "Norway" "+968 Oman" => "Oman" "+92 Pakistan" => "Pakistan" "+680 Palau" => "Palau" "+970 Palestinian Territory, Occupied" => "Palestinian Territory, Occupied" "+507 Panama" => "Panama" "+675 Papua New Guinea" => "Papua New Guinea" "+595 Paraguay" => "Paraguay" "+51 Peru" => "Peru" "+63 Philippines" => "Philippines" "+64 Pitcairn" => "Pitcairn" "+48 Poland" => "Poland" "+351 Portugal" => "Portugal" "+1939 Puerto Rico" => "Puerto Rico" "+974 Qatar" => "Qatar" "+40 Romania" => "Romania" "+7 Russia" => "Russia" "+250 Rwanda" => "Rwanda" "+262 Reunion" => "Reunion" "+590 Saint Barthelemy" => "Saint Barthelemy" "+290 Saint Helena, Ascension and Tristan Da Cunha" => "Saint Helena, Ascension and Tristan Da Cunha" "+1869 Saint Kitts and Nevis" => "Saint Kitts and Nevis" "+1758 Saint Lucia" => "Saint Lucia" "+590 Saint Martin" => "Saint Martin" "+508 Saint Pierre and Miquelon" => "Saint Pierre and Miquelon" "+1784 Saint Vincent and the Grenadines" => "Saint Vincent and the Grenadines" "+685 Samoa" => "Samoa" "+378 San Marino" => "San Marino" "+239 Sao Tome and Principe" => "Sao Tome and Principe" "+966 Saudi Arabia" => "Saudi Arabia" "+221 Senegal" => "Senegal" "+381 Serbia" => "Serbia" "+248 Seychelles" => "Seychelles" "+232 Sierra Leone" => "Sierra Leone" "+65 Singapore" => "Singapore" "+421 Slovakia" => "Slovakia" "+386 Slovenia" => "Slovenia" "+677 Solomon Islands" => "Solomon Islands" "+252 Somalia" => "Somalia" "+27 South Africa" => "South Africa" "+211 South Sudan" => "South Sudan" "+500 South Georgia and the South Sandwich Islands" => "South Georgia and the South Sandwich Islands" "+34 Spain" => "Spain" "+94 Sri Lanka" => "Sri Lanka" "+249 Sudan" => "Sudan" "+597 Suriname" => "Suriname" "+47 Svalbard and Jan Mayen" => "Svalbard and Jan Mayen" "+268 Swaziland" => "Swaziland" "+46 Sweden" => "Sweden" "+41 Switzerland" => "Switzerland" "+963 Syrian Arab Republic" => "Syrian Arab Republic" "+886 Taiwan" => "Taiwan" "+992 Tajikistan" => "Tajikistan" "+255 Tanzania, United Republic of Tanzania" => "Tanzania, United Republic of Tanzania" "+66 Thailand" => "Thailand" "+670 Timor-Leste" => "Timor-Leste" "+228 Togo" => "Togo" "+690 Tokelau" => "Tokelau" "+676 Tonga" => "Tonga" "+1868 Trinidad and Tobago" => "Trinidad and Tobago" "+216 Tunisia" => "Tunisia" "+90 Turkey" => "Turkey" "+993 Turkmenistan" => "Turkmenistan" "+1649 Turks and Caicos Islands" => "Turks and Caicos Islands" "+688 Tuvalu" => "Tuvalu" "+256 Uganda" => "Uganda" "+380 Ukraine" => "Ukraine" "+971 United Arab Emirates" => "United Arab Emirates" "+44 United Kingdom" => "United Kingdom" "+1 United States" => "United States" "+598 Uruguay" => "Uruguay" "+998 Uzbekistan" => "Uzbekistan" "+678 Vanuatu" => "Vanuatu" "+58 Venezuela, Bolivarian Republic of Venezuela" => "Venezuela, Bolivarian Republic of Venezuela" "+84 Vietnam" => "Vietnam" "+1284 Virgin Islands, British" => "Virgin Islands, British" "+1340 Virgin Islands, U.S." => "Virgin Islands, U.S." "+681 Wallis and Futuna" => "Wallis and Futuna" "+967 Yemen" => "Yemen" "+260 Zambia" => "Zambia" "+263 Zimbabwe" => "Zimbabwe" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3364 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data | "United States" |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3346 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3347 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "choose an option" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_subscription_countryCode" ] |
cache_key | "_subscription_countryCode_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "+93 Afghanistan" +value: "Afghanistan" +data: "Afghanistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +label: "+358 Åland Islands" +value: "Åland Islands" +data: "Åland Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "+355 Albania" +value: "Albania" +data: "Albania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "+213 Algeria" +value: "Algeria" +data: "Algeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +label: "+1684 American Samoa" +value: "American Samoa" +data: "American Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "+376 Andorra" +value: "Andorra" +data: "Andorra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +label: "+244 Angola" +value: "Angola" +data: "Angola" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3237 +label: "+1264 Anguilla" +value: "Anguilla" +data: "Anguilla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "+672 Antarctica" +value: "Antarctica" +data: "Antarctica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3235 +label: "+1268 Antigua and Barbuda" +value: "Antigua and Barbuda" +data: "Antigua and Barbuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3234 +label: "+54 Argentina" +value: "Argentina" +data: "Argentina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +label: "+374 Armenia" +value: "Armenia" +data: "Armenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +label: "+297 Aruba" +value: "Aruba" +data: "Aruba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +label: "+61 Australia" +value: "Australia" +data: "Australia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +label: "+43 Austria" +value: "Austria" +data: "Austria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +label: "+994 Azerbaijan" +value: "Azerbaijan" +data: "Azerbaijan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "+1242 Bahamas" +value: "Bahamas" +data: "Bahamas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +label: "+973 Bahrain" +value: "Bahrain" +data: "Bahrain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "+880 Bangladesh" +value: "Bangladesh" +data: "Bangladesh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3225 +label: "+1246 Barbados" +value: "Barbados" +data: "Barbados" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "+375 Belarus" +value: "Belarus" +data: "Belarus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "+32 Belgium" +value: "Belgium" +data: "Belgium" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "+501 Belize" +value: "Belize" +data: "Belize" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3221 +label: "+229 Benin" +value: "Benin" +data: "Benin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +label: "+1441 Bermuda" +value: "Bermuda" +data: "Bermuda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3219 +label: "+975 Bhutan" +value: "Bhutan" +data: "Bhutan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "+591 Bolivia, Plurinational State of bolivia" +value: "Bolivia, Plurinational State of bolivia" +data: "Bolivia, Plurinational State of bolivia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "+387 Bosnia and Herzegovina" +value: "Bosnia and Herzegovina" +data: "Bosnia and Herzegovina" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "+267 Botswana" +value: "Botswana" +data: "Botswana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "+47 Bouvet Island" +value: "Bouvet Island" +data: "Bouvet Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "+55 Brazil" +value: "Brazil" +data: "Brazil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "+246 British Indian Ocean Territory" +value: "British Indian Ocean Territory" +data: "British Indian Ocean Territory" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "+673 Brunei Darussalam" +value: "Brunei Darussalam" +data: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "+359 Bulgaria" +value: "Bulgaria" +data: "Bulgaria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "+226 Burkina Faso" +value: "Burkina Faso" +data: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "+257 Burundi" +value: "Burundi" +data: "Burundi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "+855 Cambodia" +value: "Cambodia" +data: "Cambodia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "+237 Cameroon" +value: "Cameroon" +data: "Cameroon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "+1 Canada" +value: "Canada" +data: "Canada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "+238 Cape Verde" +value: "Cape Verde" +data: "Cape Verde" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "+345 Cayman Islands" +value: "Cayman Islands" +data: "Cayman Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "+236 Central African Republic" +value: "Central African Republic" +data: "Central African Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "+235 Chad" +value: "Chad" +data: "Chad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "+56 Chile" +value: "Chile" +data: "Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "+86 China" +value: "China" +data: "China" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "+61 Christmas Island" +value: "Christmas Island" +data: "Christmas Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "+61 Cocos (Keeling) Islands" +value: "Cocos (Keeling) Islands" +data: "Cocos (Keeling) Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "+57 Colombia" +value: "Colombia" +data: "Colombia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "+269 Comoros" +value: "Comoros" +data: "Comoros" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "+242 Congo" +value: "Congo" +data: "Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +label: "+243 Congo, The Democratic Republic of the Congo" +value: "Congo, The Democratic Republic of the Congo" +data: "Congo, The Democratic Republic of the Congo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "+682 Cook Islands" +value: "Cook Islands" +data: "Cook Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "+506 Costa Rica" +value: "Costa Rica" +data: "Costa Rica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "+225 Cote d'Ivoire" +value: "Cote d'Ivoire" +data: "Cote d'Ivoire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "+385 Croatia" +value: "Croatia" +data: "Croatia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "+53 Cuba" +value: "Cuba" +data: "Cuba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "+357 Cyprus" +value: "Cyprus" +data: "Cyprus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "+420 Czech Republic" +value: "Czech Republic" +data: "Czech Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "+45 Denmark" +value: "Denmark" +data: "Denmark" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "+253 Djibouti" +value: "Djibouti" +data: "Djibouti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "+1767 Dominica" +value: "Dominica" +data: "Dominica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "+1849 Dominican Republic" +value: "Dominican Republic" +data: "Dominican Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "+593 Ecuador" +value: "Ecuador" +data: "Ecuador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "+20 Egypt" +value: "Egypt" +data: "Egypt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "+503 El Salvador" +value: "El Salvador" +data: "El Salvador" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "+240 Equatorial Guinea" +value: "Equatorial Guinea" +data: "Equatorial Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "+291 Eritrea" +value: "Eritrea" +data: "Eritrea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "+372 Estonia" +value: "Estonia" +data: "Estonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +label: "+251 Ethiopia" +value: "Ethiopia" +data: "Ethiopia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "+500 Falkland Islands (Malvinas)" +value: "Falkland Islands (Malvinas)" +data: "Falkland Islands (Malvinas)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "+298 Faroe Islands" +value: "Faroe Islands" +data: "Faroe Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "+679 Fiji" +value: "Fiji" +data: "Fiji" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "+358 Finland" +value: "Finland" +data: "Finland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "+33 France" +value: "France" +data: "France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "+594 French Guiana" +value: "French Guiana" +data: "French Guiana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "+689 French Polynesia" +value: "French Polynesia" +data: "French Polynesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "+262 French Southern Territories" +value: "French Southern Territories" +data: "French Southern Territories" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "+241 Gabon" +value: "Gabon" +data: "Gabon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "+220 Gambia" +value: "Gambia" +data: "Gambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "+995 Georgia" +value: "Georgia" +data: "Georgia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "+49 Germany" +value: "Germany" +data: "Germany" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "+233 Ghana" +value: "Ghana" +data: "Ghana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "+350 Gibraltar" +value: "Gibraltar" +data: "Gibraltar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "+30 Greece" +value: "Greece" +data: "Greece" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "+299 Greenland" +value: "Greenland" +data: "Greenland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +label: "+1473 Grenada" +value: "Grenada" +data: "Grenada" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "+590 Guadeloupe" +value: "Guadeloupe" +data: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +label: "+1671 Guam" +value: "Guam" +data: "Guam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "+502 Guatemala" +value: "Guatemala" +data: "Guatemala" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "+44 Guernsey" +value: "Guernsey" +data: "Guernsey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +label: "+224 Guinea" +value: "Guinea" +data: "Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +label: "+245 Guinea-Bissau" +value: "Guinea-Bissau" +data: "Guinea-Bissau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3152 +label: "+592 Guyana" +value: "Guyana" +data: "Guyana" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +label: "+509 Haiti" +value: "Haiti" +data: "Haiti" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3150 +label: "+672 Heard Island and Mcdonald Islands" +value: "Heard Island and Mcdonald Islands" +data: "Heard Island and Mcdonald Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +label: "+379 Holy See (Vatican City State)" +value: "Holy See (Vatican City State)" +data: "Holy See (Vatican City State)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +label: "+504 Honduras" +value: "Honduras" +data: "Honduras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3147 +label: "+852 Hong Kong" +value: "Hong Kong" +data: "Hong Kong" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3146 +label: "+36 Hungary" +value: "Hungary" +data: "Hungary" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3145 +label: "+354 Iceland" +value: "Iceland" +data: "Iceland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3144 +label: "+91 India" +value: "India" +data: "India" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3143 +label: "+62 Indonesia" +value: "Indonesia" +data: "Indonesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3142 +label: "+98 Iran, Islamic Republic of Persian Gulf" +value: "Iran, Islamic Republic of Persian Gulf" +data: "Iran, Islamic Republic of Persian Gulf" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3141 +label: "+964 Iraq" +value: "Iraq" +data: "Iraq" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3140 +label: "+353 Ireland" +value: "Ireland" +data: "Ireland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3139 +label: "+44 Isle of Man" +value: "Isle of Man" +data: "Isle of Man" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3138 +label: "+972 Israel" +value: "Israel" +data: "Israel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3137 +label: "+39 Italy" +value: "Italy" +data: "Italy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3136 +label: "+1876 Jamaica" +value: "Jamaica" +data: "Jamaica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3135 +label: "+81 Japan" +value: "Japan" +data: "Japan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3134 +label: "+44 Jersey" +value: "Jersey" +data: "Jersey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3133 +label: "+962 Jordan" +value: "Jordan" +data: "Jordan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3132 +label: "+7 Kazakhstan" +value: "Kazakhstan" +data: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3131 +label: "+254 Kenya" +value: "Kenya" +data: "Kenya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3130 +label: "+686 Kiribati" +value: "Kiribati" +data: "Kiribati" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3129 +label: "+850 Korea, Democratic People's Republic of Korea" +value: "Korea, Democratic People's Republic of Korea" +data: "Korea, Democratic People's Republic of Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3128 +label: "+82 Korea, Republic of South Korea" +value: "Korea, Republic of South Korea" +data: "Korea, Republic of South Korea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3127 +label: "+383 Kosovo" +value: "Kosovo" +data: "Kosovo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3126 +label: "+965 Kuwait" +value: "Kuwait" +data: "Kuwait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3125 +label: "+996 Kyrgyzstan" +value: "Kyrgyzstan" +data: "Kyrgyzstan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3124 +label: "+856 Laos" +value: "Laos" +data: "Laos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3123 +label: "+371 Latvia" +value: "Latvia" +data: "Latvia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3122 +label: "+961 Lebanon" +value: "Lebanon" +data: "Lebanon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3121 +label: "+266 Lesotho" +value: "Lesotho" +data: "Lesotho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3120 +label: "+231 Liberia" +value: "Liberia" +data: "Liberia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "+218 Libyan Arab Jamahiriya" +value: "Libyan Arab Jamahiriya" +data: "Libyan Arab Jamahiriya" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +label: "+423 Liechtenstein" +value: "Liechtenstein" +data: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "+370 Lithuania" +value: "Lithuania" +data: "Lithuania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +label: "+352 Luxembourg" +value: "Luxembourg" +data: "Luxembourg" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "+853 Macao" +value: "Macao" +data: "Macao" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "+389 Macedonia" +value: "Macedonia" +data: "Macedonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +label: "+261 Madagascar" +value: "Madagascar" +data: "Madagascar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "+265 Malawi" +value: "Malawi" +data: "Malawi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +label: "+60 Malaysia" +value: "Malaysia" +data: "Malaysia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +label: "+960 Maldives" +value: "Maldives" +data: "Maldives" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +label: "+223 Mali" +value: "Mali" +data: "Mali" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "+356 Malta" +value: "Malta" +data: "Malta" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +label: "+692 Marshall Islands" +value: "Marshall Islands" +data: "Marshall Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "+596 Martinique" +value: "Martinique" +data: "Martinique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "+222 Mauritania" +value: "Mauritania" +data: "Mauritania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +label: "+230 Mauritius" +value: "Mauritius" +data: "Mauritius" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "+262 Mayotte" +value: "Mayotte" +data: "Mayotte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +label: "+52 Mexico" +value: "Mexico" +data: "Mexico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "+691 Micronesia, Federated States of Micronesia" +value: "Micronesia, Federated States of Micronesia" +data: "Micronesia, Federated States of Micronesia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "+373 Moldova" +value: "Moldova" +data: "Moldova" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "+377 Monaco" +value: "Monaco" +data: "Monaco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "+976 Mongolia" +value: "Mongolia" +data: "Mongolia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +label: "+382 Montenegro" +value: "Montenegro" +data: "Montenegro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "+1664 Montserrat" +value: "Montserrat" +data: "Montserrat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "+212 Morocco" +value: "Morocco" +data: "Morocco" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "+258 Mozambique" +value: "Mozambique" +data: "Mozambique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "+95 Myanmar" +value: "Myanmar" +data: "Myanmar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "+264 Namibia" +value: "Namibia" +data: "Namibia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "+674 Nauru" +value: "Nauru" +data: "Nauru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "+977 Nepal" +value: "Nepal" +data: "Nepal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "+31 Netherlands" +value: "Netherlands" +data: "Netherlands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +label: "+599 Netherlands Antilles" +value: "Netherlands Antilles" +data: "Netherlands Antilles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "+687 New Caledonia" +value: "New Caledonia" +data: "New Caledonia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +label: "+64 New Zealand" +value: "New Zealand" +data: "New Zealand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +label: "+505 Nicaragua" +value: "Nicaragua" +data: "Nicaragua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "+227 Niger" +value: "Niger" +data: "Niger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +label: "+234 Nigeria" +value: "Nigeria" +data: "Nigeria" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +label: "+683 Niue" +value: "Niue" +data: "Niue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "+672 Norfolk Island" +value: "Norfolk Island" +data: "Norfolk Island" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "+1670 Northern Mariana Islands" +value: "Northern Mariana Islands" +data: "Northern Mariana Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +label: "+47 Norway" +value: "Norway" +data: "Norway" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +label: "+968 Oman" +value: "Oman" +data: "Oman" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +label: "+92 Pakistan" +value: "Pakistan" +data: "Pakistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +label: "+680 Palau" +value: "Palau" +data: "Palau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3410 +label: "+970 Palestinian Territory, Occupied" +value: "Palestinian Territory, Occupied" +data: "Palestinian Territory, Occupied" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +label: "+507 Panama" +value: "Panama" +data: "Panama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +label: "+675 Papua New Guinea" +value: "Papua New Guinea" +data: "Papua New Guinea" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3413 +label: "+595 Paraguay" +value: "Paraguay" +data: "Paraguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +label: "+51 Peru" +value: "Peru" +data: "Peru" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +label: "+63 Philippines" +value: "Philippines" +data: "Philippines" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +label: "+64 Pitcairn" +value: "Pitcairn" +data: "Pitcairn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +label: "+48 Poland" +value: "Poland" +data: "Poland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +label: "+351 Portugal" +value: "Portugal" +data: "Portugal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3419 +label: "+1939 Puerto Rico" +value: "Puerto Rico" +data: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3420 +label: "+974 Qatar" +value: "Qatar" +data: "Qatar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +label: "+40 Romania" +value: "Romania" +data: "Romania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +label: "+7 Russia" +value: "Russia" +data: "Russia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +label: "+250 Rwanda" +value: "Rwanda" +data: "Rwanda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +label: "+262 Reunion" +value: "Reunion" +data: "Reunion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3425 +label: "+590 Saint Barthelemy" +value: "Saint Barthelemy" +data: "Saint Barthelemy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3426 +label: "+290 Saint Helena, Ascension and Tristan Da Cunha" +value: "Saint Helena, Ascension and Tristan Da Cunha" +data: "Saint Helena, Ascension and Tristan Da Cunha" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +label: "+1869 Saint Kitts and Nevis" +value: "Saint Kitts and Nevis" +data: "Saint Kitts and Nevis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +label: "+1758 Saint Lucia" +value: "Saint Lucia" +data: "Saint Lucia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +label: "+590 Saint Martin" +value: "Saint Martin" +data: "Saint Martin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +label: "+508 Saint Pierre and Miquelon" +value: "Saint Pierre and Miquelon" +data: "Saint Pierre and Miquelon" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +label: "+1784 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 {#3432 +label: "+685 Samoa" +value: "Samoa" +data: "Samoa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +label: "+378 San Marino" +value: "San Marino" +data: "San Marino" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3434 +label: "+239 Sao Tome and Principe" +value: "Sao Tome and Principe" +data: "Sao Tome and Principe" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +label: "+966 Saudi Arabia" +value: "Saudi Arabia" +data: "Saudi Arabia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +label: "+221 Senegal" +value: "Senegal" +data: "Senegal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "+381 Serbia" +value: "Serbia" +data: "Serbia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +label: "+248 Seychelles" +value: "Seychelles" +data: "Seychelles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +label: "+232 Sierra Leone" +value: "Sierra Leone" +data: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +label: "+65 Singapore" +value: "Singapore" +data: "Singapore" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +label: "+421 Slovakia" +value: "Slovakia" +data: "Slovakia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +label: "+386 Slovenia" +value: "Slovenia" +data: "Slovenia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +label: "+677 Solomon Islands" +value: "Solomon Islands" +data: "Solomon Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +label: "+252 Somalia" +value: "Somalia" +data: "Somalia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +label: "+27 South Africa" +value: "South Africa" +data: "South Africa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "+211 South Sudan" +value: "South Sudan" +data: "South Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +label: "+500 South Georgia and the South Sandwich Islands" +value: "South Georgia and the South Sandwich Islands" +data: "South Georgia and the South Sandwich Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "+34 Spain" +value: "Spain" +data: "Spain" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "+94 Sri Lanka" +value: "Sri Lanka" +data: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "+249 Sudan" +value: "Sudan" +data: "Sudan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "+597 Suriname" +value: "Suriname" +data: "Suriname" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "+47 Svalbard and Jan Mayen" +value: "Svalbard and Jan Mayen" +data: "Svalbard and Jan Mayen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "+268 Swaziland" +value: "Swaziland" +data: "Swaziland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "+46 Sweden" +value: "Sweden" +data: "Sweden" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "+41 Switzerland" +value: "Switzerland" +data: "Switzerland" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "+963 Syrian Arab Republic" +value: "Syrian Arab Republic" +data: "Syrian Arab Republic" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "+886 Taiwan" +value: "Taiwan" +data: "Taiwan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "+992 Tajikistan" +value: "Tajikistan" +data: "Tajikistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "+255 Tanzania, United Republic of Tanzania" +value: "Tanzania, United Republic of Tanzania" +data: "Tanzania, United Republic of Tanzania" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "+66 Thailand" +value: "Thailand" +data: "Thailand" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "+670 Timor-Leste" +value: "Timor-Leste" +data: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "+228 Togo" +value: "Togo" +data: "Togo" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "+690 Tokelau" +value: "Tokelau" +data: "Tokelau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "+676 Tonga" +value: "Tonga" +data: "Tonga" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "+1868 Trinidad and Tobago" +value: "Trinidad and Tobago" +data: "Trinidad and Tobago" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +label: "+216 Tunisia" +value: "Tunisia" +data: "Tunisia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +label: "+90 Turkey" +value: "Turkey" +data: "Turkey" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +label: "+993 Turkmenistan" +value: "Turkmenistan" +data: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +label: "+1649 Turks and Caicos Islands" +value: "Turks and Caicos Islands" +data: "Turks and Caicos Islands" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +label: "+688 Tuvalu" +value: "Tuvalu" +data: "Tuvalu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +label: "+256 Uganda" +value: "Uganda" +data: "Uganda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +label: "+380 Ukraine" +value: "Ukraine" +data: "Ukraine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +label: "+971 United Arab Emirates" +value: "United Arab Emirates" +data: "United Arab Emirates" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +label: "+44 United Kingdom" +value: "United Kingdom" +data: "United Kingdom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3475 +label: "+1 United States" +value: "United States" +data: "United States" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +label: "+598 Uruguay" +value: "Uruguay" +data: "Uruguay" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +label: "+998 Uzbekistan" +value: "Uzbekistan" +data: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +label: "+678 Vanuatu" +value: "Vanuatu" +data: "Vanuatu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +label: "+58 Venezuela, Bolivarian Republic of Venezuela" +value: "Venezuela, Bolivarian Republic of Venezuela" +data: "Venezuela, Bolivarian Republic of Venezuela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +label: "+84 Vietnam" +value: "Vietnam" +data: "Vietnam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +label: "+1284 Virgin Islands, British" +value: "Virgin Islands, British" +data: "Virgin Islands, British" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +label: "+1340 Virgin Islands, U.S." +value: "Virgin Islands, U.S." +data: "Virgin Islands, U.S." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +label: "+681 Wallis and Futuna" +value: "Wallis and Futuna" +data: "Wallis and Futuna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +label: "+967 Yemen" +value: "Yemen" +data: "Yemen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3485 +label: "+260 Zambia" +value: "Zambia" +data: "Zambia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +label: "+263 Zimbabwe" +value: "Zimbabwe" +data: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "United States" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3244 -form: Symfony\Component\Form\Form {#3280 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3262 …5} |
full_name | "subscription[countryCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription_countryCode" |
is_selected | Closure($choice, $value) {#3488 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3361 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "countryCode" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription_countryCode" |
valid | true |
value | "United States" |
phoneNumber
"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 | [ "placeholder" => "Phone" "class" => "form-control" ] |
[ "placeholder" => "Phone" "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3363 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3363 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Phone" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3363 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3332 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3059 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3331 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Phone" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_subscription_phoneNumber" ] |
cache_key | "_subscription_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3489 -form: Symfony\Component\Form\Form {#3277 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3490 …5} |
full_name | "subscription[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription_phoneNumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription_phoneNumber" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Enter your email" "class" => "form-control mb-3" ] |
[ "placeholder" => "Enter your email" "class" => "form-control mb-3" ] |
constraints | [ Symfony\Component\Validator\Constraints\Email {#3362 +payload: null +message: "Invalid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#3362 +payload: null +message: "Invalid email address." +mode: null +normalizer: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Enter your email" "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#3362 +payload: null +message: "Invalid email address." +mode: null +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3318 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3059 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3319 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Enter your email" "class" => "form-control mb-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_subscription_email" ] |
cache_key | "_subscription_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3491 -form: Symfony\Component\Form\Form {#3274 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3492 …5} |
full_name | "subscription[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription_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 |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription_email" |
valid | true |
value | "" |
optIn
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
label | "Keep me up to date on news and offers" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" ] |
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 {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#3306 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3310 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#3304 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Keep me up to date on news and offers" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3302 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_subscription_optIn" ] |
cache_key | "_subscription_optIn_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3493 -form: Symfony\Component\Form\Form {#3271 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3494 …5} |
full_name | "subscription[optIn]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription_optIn" |
label | "Keep me up to date on news and offers" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optIn" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription_optIn" |
valid | true |
value | "1" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-primary btn-primary-fast" ] |
[ "class" => "btn btn-primary btn-primary-fast" ] |
label | "Subscribe Now" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary btn-primary-fast" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Subscribe Now" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-primary btn-primary-fast" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_subscription_submit" ] |
cache_key | "_subscription_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#3496 …5} |
full_name | "subscription[submit]" |
id | "subscription_submit" |
label | "Subscribe Now" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_subscription_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "11fb.Q7v8cS7rS1PVkQqMHV6LUMWNa9RTP_ddSOoq38VCfnQ.IYmNIh6TDzim3T3cWAbRY53HBLgweLYOIoZFsoY6LEQA3bZFF6IoY7f8Og" |
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 | "11fb.Q7v8cS7rS1PVkQqMHV6LUMWNa9RTP_ddSOoq38VCfnQ.IYmNIh6TDzim3T3cWAbRY53HBLgweLYOIoZFsoY6LEQA3bZFF6IoY7f8Og" |
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 {#3086 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3087 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3088 …} -namespace: Closure() {#3090 …} } |
data | "11fb.Q7v8cS7rS1PVkQqMHV6LUMWNa9RTP_ddSOoq38VCfnQ.IYmNIh6TDzim3T3cWAbRY53HBLgweLYOIoZFsoY6LEQA3bZFF6IoY7f8Og" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3500 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3059 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3093 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#881 …} $translationDomain: "validators" $message: Closure() {#3499 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_subscription__token" ] |
cache_key | "_subscription__token_hidden" |
compound | false |
data | "11fb.Q7v8cS7rS1PVkQqMHV6LUMWNa9RTP_ddSOoq38VCfnQ.IYmNIh6TDzim3T3cWAbRY53HBLgweLYOIoZFsoY6LEQA3bZFF6IoY7f8Og" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3512 -form: Symfony\Component\Form\Form {#3508 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3503 …5} |
full_name | "subscription[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "subscription__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 |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription__token" |
valid | true |
value | "11fb.Q7v8cS7rS1PVkQqMHV6LUMWNa9RTP_ddSOoq38VCfnQ.IYmNIh6TDzim3T3cWAbRY53HBLgweLYOIoZFsoY6LEQA3bZFF6IoY7f8Og" |