- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 29
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- HTTP Client
- Doctrine 8
- Migrations 4
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
country
-
region
-
diaspora
-
residenceCountry
-
residenceRegion
-
phone
-
validCode
-
username
-
email
-
password
-
-
first
-
second
-
-
profils
-
typePerson
-
adminRegions
-
adminCities
-
school
-
_token
-
userbundle_user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#481 #id: null -roles: [] -plainPassword: null -country: null -region: null -diaspora: false -residenceCountry: null -residenceRegion: null #enabled: false -principalSchool: null #profils: Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } #adminRegions: Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } #adminCities: Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#481 #id: null -roles: [] -plainPassword: null -country: null -region: null -diaspora: false -residenceCountry: null -residenceRegion: null #enabled: false -principalSchool: null #profils: Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } #adminRegions: Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } #adminCities: Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data | App\Entity\User {#481 #id: null -roles: [] -plainPassword: null -country: null -region: null -diaspora: false -residenceCountry: null -residenceRegion: null #enabled: false -principalSchool: null #profils: Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } #adminRegions: Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } #adminCities: Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} use: { $class: "App\Entity\User" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#662 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "userbundle_user" "_userbundle_user" ] |
cache_key | "_userbundle_user_userbundle_user" |
compound | true |
data | App\Entity\User {#481 #id: null -roles: [] -plainPassword: null -country: null -region: null -diaspora: false -residenceCountry: null -residenceRegion: null #enabled: false -principalSchool: null #profils: Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } #adminRegions: Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } #adminCities: Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3249 -form: Symfony\Component\Form\Form {#1149 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2341 …5} |
full_name | "userbundle_user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "userbundle_user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user" |
valid | true |
value | App\Entity\User {#481 #id: null -roles: [] -plainPassword: null -country: null -region: null -diaspora: false -residenceCountry: null -residenceRegion: null #enabled: false -principalSchool: null #profils: Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } #adminRegions: Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } #adminCities: Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } } |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
[ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
class | "App\Entity\Country" |
same as passed value |
placeholder | "menu.select_country" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#706 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#984 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#732 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#733 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#739 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#737 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a WHERE a.valid = true ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#724 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#858 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#740 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#863 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#762 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#769 …} } |
choices | null |
class | "App\Entity\Country" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#983 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#882 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "menu.select_country" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#984 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#732 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#733 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#739 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#737 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a WHERE a.valid = true ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#724 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#682 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#684 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_country" ] |
cache_key | "_userbundle_user_country_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +label: "country.cameroon" +value: "22" +data: App\Entity\Country {#2360 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3254 -form: Symfony\Component\Form\Form {#1270 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3255 …5} |
full_name | "userbundle_user[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_country" |
is_selected | Closure($choice, $value) {#3241 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | "menu.select_country" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_country" |
valid | true |
value | "" |
region
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-error" => "Region non autorisé ou inconnu" ] |
[ "class" => "form-control" "data-error" => "Region non autorisé ou inconnu" ] |
class | "App\Entity\Region" |
same as passed value |
placeholder | "menu.select_region" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#715 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#807 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#808 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#809 #from: "App\Entity\Region" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#810 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Region a WHERE a.valid = true ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#813 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "Region non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#997 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#812 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#811 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#818 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#805 …} } |
choices | null |
class | "App\Entity\Region" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#958 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#787 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "menu.select_region" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#807 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#808 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#809 #from: "App\Entity\Region" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#810 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Region a WHERE a.valid = true ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#813 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#789 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "Region non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_region" ] |
cache_key | "_userbundle_user_region_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2334 -form: Symfony\Component\Form\Form {#1273 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2372 …5} |
full_name | "userbundle_user[region]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_region" |
is_selected | Closure($choice, $value) {#3244 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "region" |
placeholder | "menu.select_region" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_region" |
valid | true |
value | "" |
diaspora
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "label" => "menu.diaspora ?" ] |
[ "class" => "form-control" "label" => "menu.diaspora ?" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "label" => "menu.diaspora ?" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#796 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#953 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#968 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#970 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "label" => "menu.diaspora ?" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_userbundle_user_diaspora" ] |
cache_key | "_userbundle_user_diaspora_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3250 -form: Symfony\Component\Form\Form {#1276 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3278 …5} |
full_name | "userbundle_user[diaspora]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_diaspora" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "diaspora" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_diaspora" |
valid | true |
value | "1" |
residenceCountry
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
[ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
class | "App\Entity\Country" |
same as passed value |
placeholder | "Sélectionnez votre pays de résidence" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#713 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#1000 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#981 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#973 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#974 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#996 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#775 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#978 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#759 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#975 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#769 …} } |
choices | null |
class | "App\Entity\Country" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#983 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#882 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Sélectionnez votre pays de résidence" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1000 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#981 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#973 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#974 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#996 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#977 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "Pays non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_residenceCountry" ] |
cache_key | "_userbundle_user_residenceCountry_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3273 +label: "country.afghanistan" +value: "28" +data: App\Entity\Country {#2426 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +label: "country.åland_islands" +value: "109" +data: App\Entity\Country {#2728 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3272 +label: "country.albania" +value: "30" +data: App\Entity\Country {#2434 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3269 +label: "country.algeria" +value: "31" +data: App\Entity\Country {#2438 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3270 +label: "country.american_samoa" +value: "208" +data: App\Entity\Country {#3085 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3275 +label: "country.andorra" +value: "33" +data: App\Entity\Country {#2446 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3264 +label: "country.angola" +value: "34" +data: App\Entity\Country {#2450 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "country.anguilla" +value: "35" +data: App\Entity\Country {#2453 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +label: "country.antigua_and_barbuda" +value: "36" +data: App\Entity\Country {#2457 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "country.argentine" +value: "39" +data: App\Entity\Country {#2469 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +label: "country.armenia" +value: "40" +data: App\Entity\Country {#2473 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3262 +label: "country.aruba" +value: "41" +data: App\Entity\Country {#2477 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "country.australia" +value: "42" +data: App\Entity\Country {#2481 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "country.austria" +value: "43" +data: App\Entity\Country {#2485 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +label: "country.azerbaijan" +value: "44" +data: App\Entity\Country {#2488 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +label: "country.bahamas" +value: "45" +data: App\Entity\Country {#2492 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +label: "country.bahrain" +value: "46" +data: App\Entity\Country {#2496 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +label: "country.bangladesh" +value: "47" +data: App\Entity\Country {#2500 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +label: "country.barbados" +value: "48" +data: App\Entity\Country {#2504 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +label: "country.belarus" +value: "53" +data: App\Entity\Country {#2523 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +label: "country.belgium" +value: "49" +data: App\Entity\Country {#2508 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +label: "country.belize" +value: "50" +data: App\Entity\Country {#2511 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +label: "country.benign" +value: "6" +data: App\Entity\Country {#2363 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +label: "country.bermuda" +value: "51" +data: App\Entity\Country {#2515 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +label: "country.bhutan" +value: "52" +data: App\Entity\Country {#2519 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +label: "country.bolivia" +value: "55" +data: App\Entity\Country {#2531 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +label: "country.bosnia_and_herzegovina" +value: "56" +data: App\Entity\Country {#2535 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +label: "country.botswana" +value: "57" +data: App\Entity\Country {#2539 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +label: "country.brazil" +value: "58" +data: App\Entity\Country {#2543 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +label: "country.british_virgin_islands" +value: "121" +data: App\Entity\Country {#2770 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "country.brunei" +value: "59" +data: App\Entity\Country {#2547 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +label: "country.bulgaria" +value: "60" +data: App\Entity\Country {#2551 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +label: "country.burkina_faso" +value: "17" +data: App\Entity\Country {#2400 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "country.burma_myanmar" +value: "54" +data: App\Entity\Country {#2527 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +label: "country.burundi" +value: "19" +data: App\Entity\Country {#2407 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +label: "country.cambodia" +value: "61" +data: App\Entity\Country {#2555 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +label: "country.cameroon" +value: "22" +data: App\Entity\Country {#2360 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +label: "country.canada" +value: "62" +data: App\Entity\Country {#2559 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +label: "country.cayman_islands" +value: "110" +data: App\Entity\Country {#2731 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "country.central_african_republic" +value: "16" +data: App\Entity\Country {#2397 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +label: "country.chad" +value: "9" +data: App\Entity\Country {#2347 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +label: "country.chili" +value: "63" +data: App\Entity\Country {#2563 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "country.christmas_island" +value: "107" +data: App\Entity\Country {#2722 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "country.cocos_keeling_islands" +value: "111" +data: App\Entity\Country {#2735 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "country.colombia" +value: "66" +data: App\Entity\Country {#2574 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +label: "country.comoros" +value: "23" +data: App\Entity\Country {#2418 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "country.cook_islands" +value: "112" +data: App\Entity\Country {#2738 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +label: "country.costa_rica" +value: "69" +data: App\Entity\Country {#2586 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "country.croatia" +value: "70" +data: App\Entity\Country {#2590 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +label: "country.cuba" +value: "71" +data: App\Entity\Country {#2593 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "country.cyprus" +value: "65" +data: App\Entity\Country {#2571 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +label: "country.czech_republic" +value: "192" +data: App\Entity\Country {#3032 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "country.democratic_republic_of_congo" +value: "8" +data: App\Entity\Country {#2365 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "country.denmark" +value: "72" +data: App\Entity\Country {#2597 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "country.djibouti" +value: "25" +data: App\Entity\Country {#2422 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +label: "country.dominic" +value: "73" +data: App\Entity\Country {#2601 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "country.dominican_republic" +value: "191" +data: App\Entity\Country {#3028 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "country.east_timor" +value: "233" +data: App\Entity\Country {#3177 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "country.ecuador" +value: "76" +data: App\Entity\Country {#2612 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "country.egypt" +value: "74" +data: App\Entity\Country {#2604 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "country.el_salvador" +value: "206" +data: App\Entity\Country {#3078 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "country.equatorial_guinea" +value: "99" +data: App\Entity\Country {#2692 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "country.eritrea" +value: "77" +data: App\Entity\Country {#2615 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +label: "country.estonia" +value: "79" +data: App\Entity\Country {#2622 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +label: "country.eswatini" +value: "80" +data: App\Entity\Country {#2625 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3328 +label: "country.ethiopia" +value: "83" +data: App\Entity\Country {#2635 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "country.faroe_islands" +value: "114" +data: App\Entity\Country {#2746 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +label: "country.federated_states_of_micronesia" +value: "81" +data: App\Entity\Country {#2629 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "country.fiji" +value: "84" +data: App\Entity\Country {#2639 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +label: "country.finland" +value: "85" +data: App\Entity\Country {#2643 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +label: "country.france" +value: "86" +data: App\Entity\Country {#2646 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +label: "country.french_guiana" +value: "102" +data: App\Entity\Country {#2703 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +label: "country.french_polynesia" +value: "186" +data: App\Entity\Country {#3012 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +label: "country.french_southern_lands" +value: "230" +data: App\Entity\Country {#3167 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "country.gabon" +value: "7" +data: App\Entity\Country {#2370 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "country.gambia" +value: "87" +data: App\Entity\Country {#2649 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "country.georgia" +value: "88" +data: App\Entity\Country {#2653 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +label: "country.germany" +value: "32" +data: App\Entity\Country {#2442 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "country.ghana" +value: "90" +data: App\Entity\Country {#2661 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +label: "country.gibraltar" +value: "91" +data: App\Entity\Country {#2665 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +label: "country.greece" +value: "92" +data: App\Entity\Country {#2669 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +label: "country.green_cap" +value: "14" +data: App\Entity\Country {#2330 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +label: "country.greenland" +value: "94" +data: App\Entity\Country {#2675 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +label: "country.grenade" +value: "93" +data: App\Entity\Country {#2672 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +label: "country.guadeloupe" +value: "95" +data: App\Entity\Country {#2678 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3348 +label: "country.guam" +value: "96" +data: App\Entity\Country {#2681 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +label: "country.guatemala" +value: "97" +data: App\Entity\Country {#2684 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +label: "country.Guernesey" +value: "98" +data: App\Entity\Country {#2688 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +label: "country.guinea" +value: "15" +data: App\Entity\Country {#2393 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3352 +label: "country.guinea-bissau" +value: "100" +data: App\Entity\Country {#2696 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3353 +label: "country.guyana" +value: "101" +data: App\Entity\Country {#2699 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3354 +label: "country.haiti" +value: "11" +data: App\Entity\Country {#2176 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +label: "country.honduras" +value: "103" +data: App\Entity\Country {#2706 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3356 +label: "country.hong_kong" +value: "104" +data: App\Entity\Country {#2710 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +label: "country.hungary" +value: "105" +data: App\Entity\Country {#2714 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "country.iles-malouines" +value: "113" +data: App\Entity\Country {#2742 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +label: "country.india" +value: "122" +data: App\Entity\Country {#2773 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +label: "country.indonesia" +value: "123" +data: App\Entity\Country {#2777 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +label: "country.iran" +value: "124" +data: App\Entity\Country {#2781 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3362 +label: "country.iraq" +value: "125" +data: App\Entity\Country {#2785 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +label: "country.ireland" +value: "126" +data: App\Entity\Country {#2789 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "country.island" +value: "127" +data: App\Entity\Country {#2792 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +label: "country.isle_of_man" +value: "106" +data: App\Entity\Country {#2718 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "country.israel" +value: "128" +data: App\Entity\Country {#2796 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +label: "country.italy" +value: "129" +data: App\Entity\Country {#2800 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "country.ivory_coast" +value: "4" +data: App\Entity\Country {#2337 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +label: "country.jamaica" +value: "130" +data: App\Entity\Country {#2803 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "country.japan" +value: "131" +data: App\Entity\Country {#2807 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "country.jersey" +value: "132" +data: App\Entity\Country {#2811 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +label: "country.jordan" +value: "133" +data: App\Entity\Country {#2815 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "country.kazakhstan" +value: "134" +data: App\Entity\Country {#2819 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +label: "country.kenya" +value: "135" +data: App\Entity\Country {#2823 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +label: "country.kiribati" +value: "137" +data: App\Entity\Country {#2831 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +label: "country.kuwait" +value: "138" +data: App\Entity\Country {#2835 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "country.kyrgyzstan" +value: "136" +data: App\Entity\Country {#2827 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +label: "country.laos" +value: "139" +data: App\Entity\Country {#2839 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "country.latvia" +value: "141" +data: App\Entity\Country {#2847 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "country.lebanon" +value: "142" +data: App\Entity\Country {#2850 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +label: "country.lesotho" +value: "140" +data: App\Entity\Country {#2843 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "country.liberia" +value: "143" +data: App\Entity\Country {#2854 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +label: "country.libya" +value: "144" +data: App\Entity\Country {#2858 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "country.liechtenstein" +value: "145" +data: App\Entity\Country {#2862 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "country.lithuania" +value: "146" +data: App\Entity\Country {#2866 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "country.luxembourg" +value: "147" +data: App\Entity\Country {#2869 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "country.macau" +value: "148" +data: App\Entity\Country {#2872 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +label: "country.madagascar" +value: "5" +data: App\Entity\Country {#2351 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "country.malawi" +value: "151" +data: App\Entity\Country {#2884 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "country.malaysia" +value: "150" +data: App\Entity\Country {#2880 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "country.maldives" +value: "152" +data: App\Entity\Country {#2888 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "country.mali" +value: "3" +data: App\Entity\Country {#2342 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "country.malta" +value: "153" +data: App\Entity\Country {#2892 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "country.marshall_islands" +value: "116" +data: App\Entity\Country {#2753 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "country.martinique" +value: "154" +data: App\Entity\Country {#2895 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "country.mauritania" +value: "20" +data: App\Entity\Country {#2411 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +label: "country.mauritius" +value: "155" +data: App\Entity\Country {#2898 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "country.mayotte" +value: "156" +data: App\Entity\Country {#2902 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +label: "country.meeting" +value: "193" +data: App\Entity\Country {#3036 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +label: "country.mexico" +value: "157" +data: App\Entity\Country {#2905 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "country.moldova" +value: "158" +data: App\Entity\Country {#2909 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +label: "country.monaco" +value: "189" +data: App\Entity\Country {#3021 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +label: "country.mongolia" +value: "159" +data: App\Entity\Country {#2913 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "country.montenegro" +value: "160" +data: App\Entity\Country {#2917 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "country.montserrat" +value: "161" +data: App\Entity\Country {#2920 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +label: "country.morocco" +value: "12" +data: App\Entity\Country {#2270 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +label: "country.mozambique" +value: "162" +data: App\Entity\Country {#2923 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +label: "country.namibia" +value: "163" +data: App\Entity\Country {#2927 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +label: "country.nauru" +value: "164" +data: App\Entity\Country {#2931 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3410 +label: "country.nepal" +value: "165" +data: App\Entity\Country {#2934 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +label: "country.netherlands_antilles" +value: "37" +data: App\Entity\Country {#2461 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +label: "country.new_caledonia" +value: "170" +data: App\Entity\Country {#2953 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3413 +label: "country.new_zealand" +value: "171" +data: App\Entity\Country {#2957 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +label: "country.nicaragua" +value: "166" +data: App\Entity\Country {#2938 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +label: "country.niger" +value: "10" +data: App\Entity\Country {#2348 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +label: "country.nigeria" +value: "167" +data: App\Entity\Country {#2942 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +label: "country.niue" +value: "168" +data: App\Entity\Country {#2946 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +label: "country.norfolk_island" +value: "108" +data: App\Entity\Country {#2725 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3419 +label: "country.north_korea" +value: "67" +data: App\Entity\Country {#2578 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3420 +label: "country.north_macedonia" +value: "149" +data: App\Entity\Country {#2876 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +label: "country.northern_mariana_islands" +value: "115" +data: App\Entity\Country {#2750 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +label: "country.norway" +value: "169" +data: App\Entity\Country {#2949 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +label: "country.oman" +value: "172" +data: App\Entity\Country {#2960 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +label: "country.pakistan" +value: "175" +data: App\Entity\Country {#2972 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3425 +label: "country.palau" +value: "176" +data: App\Entity\Country {#2976 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3426 +label: "country.palestine" +value: "177" +data: App\Entity\Country {#2979 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +label: "country.panama" +value: "178" +data: App\Entity\Country {#2982 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +label: "country.papua_new_guinea" +value: "179" +data: App\Entity\Country {#2986 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +label: "country.paraguay" +value: "180" +data: App\Entity\Country {#2990 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +label: "country.pays-Bas-caribeens" +value: "182" +data: App\Entity\Country {#2997 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +label: "country.peru" +value: "183" +data: App\Entity\Country {#3000 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3432 +label: "country.philippines" +value: "184" +data: App\Entity\Country {#3004 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +label: "country.pitcairn_islands" +value: "117" +data: App\Entity\Country {#2756 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3434 +label: "country.poland" +value: "185" +data: App\Entity\Country {#3008 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +label: "country.porto_rico" +value: "187" +data: App\Entity\Country {#3015 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +label: "country.portugal" +value: "188" +data: App\Entity\Country {#3018 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "country.qatar" +value: "190" +data: App\Entity\Country {#3024 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +label: "country.republic_of_congo" +value: "21" +data: App\Entity\Country {#2415 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +label: "country.romania" +value: "194" +data: App\Entity\Country {#3039 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +label: "country.russia" +value: "196" +data: App\Entity\Country {#3046 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +label: "country.rwanda" +value: "18" +data: App\Entity\Country {#2403 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +label: "country.sahara-occidental" +value: "197" +data: App\Entity\Country {#3050 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +label: "country.saint_barthelemy" +value: "198" +data: App\Entity\Country {#3053 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +label: "country.saint_helena" +value: "200" +data: App\Entity\Country {#3059 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +label: "country.saint_pierre_and_miquelon" +value: "204" +data: App\Entity\Country {#3072 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "country.saint_vincent_and_the_grenadines" +value: "205" +data: App\Entity\Country {#3075 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +label: "country.saint-christophe-et-nieves" +value: "199" +data: App\Entity\Country {#3056 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "country.saint-martin" +value: "203" +data: App\Entity\Country {#3069 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "country.samoa" +value: "207" +data: App\Entity\Country {#3081 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "country.san_marino" +value: "202" +data: App\Entity\Country {#3066 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "country.sao_tome_and_principe" +value: "209" +data: App\Entity\Country {#3088 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "country.saudi_arabia" +value: "38" +data: App\Entity\Country {#2465 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "country.senegal" +value: "1" +data: App\Entity\Country {#2340 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "country.serbia" +value: "210" +data: App\Entity\Country {#3092 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "country.seychelles" +value: "211" +data: App\Entity\Country {#3096 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "country.sierra_leone" +value: "212" +data: App\Entity\Country {#3100 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "country.singapore" +value: "213" +data: App\Entity\Country {#3104 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "country.sint-maarten" +value: "214" +data: App\Entity\Country {#3108 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "country.slovakia" +value: "215" +data: App\Entity\Country {#3111 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "country.slovenia" +value: "216" +data: App\Entity\Country {#3114 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "country.solomon_islands" +value: "118" +data: App\Entity\Country {#2760 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "country.somalia" +value: "217" +data: App\Entity\Country {#3117 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "country.south_africa" +value: "29" +data: App\Entity\Country {#2430 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "country.south_georgia_and_the_south_sandwich_islands" +value: "89" +data: App\Entity\Country {#2657 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "country.south_korea" +value: "68" +data: App\Entity\Country {#2582 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +label: "country.south_sudan" +value: "219" +data: App\Entity\Country {#3125 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +label: "country.spain" +value: "78" +data: App\Entity\Country {#2619 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +label: "country.spine" +value: "64" +data: App\Entity\Country {#2567 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +label: "country.sri_lanka" +value: "220" +data: App\Entity\Country {#3129 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +label: "country.st._lucia" +value: "201" +data: App\Entity\Country {#3063 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +label: "country.sudan" +value: "218" +data: App\Entity\Country {#3121 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +label: "country.suriname" +value: "223" +data: App\Entity\Country {#3140 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +label: "country.svalbard_and_jan_mayen" +value: "224" +data: App\Entity\Country {#3144 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +label: "country.swaziland" +value: "225" +data: App\Entity\Country {#3147 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3475 +label: "country.sweden" +value: "221" +data: App\Entity\Country {#3133 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +label: "country.swiss" +value: "222" +data: App\Entity\Country {#3137 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +label: "country.syria" +value: "226" +data: App\Entity\Country {#3151 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +label: "country.taiwan" +value: "228" +data: App\Entity\Country {#3159 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +label: "country.tajikistan" +value: "227" +data: App\Entity\Country {#3155 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +label: "country.tanzania" +value: "229" +data: App\Entity\Country {#3163 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +label: "country.territoire-britannique-de-locéan-Indien" +value: "231" +data: App\Entity\Country {#3170 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +label: "country.thailand" +value: "232" +data: App\Entity\Country {#3173 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +label: "country.the_netherlands" +value: "181" +data: App\Entity\Country {#2994 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +label: "country.togo" +value: "2" +data: App\Entity\Country {#2346 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3485 +label: "country.tokelau" +value: "234" +data: App\Entity\Country {#3180 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +label: "country.tonga" +value: "235" +data: App\Entity\Country {#3183 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3487 +label: "country.trinidad_and_tobago" +value: "236" +data: App\Entity\Country {#3187 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3488 +label: "country.tunisia" +value: "13" +data: App\Entity\Country {#2326 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +label: "country.türkiye" +value: "238" +data: App\Entity\Country {#3195 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3490 +label: "country.turkmenistan" +value: "237" +data: App\Entity\Country {#3191 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3491 +label: "country.turks_and_caicos_islands" +value: "119" +data: App\Entity\Country {#2764 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +label: "country.tuvalu" +value: "239" +data: App\Entity\Country {#3199 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3493 +label: "country.uganda" +value: "173" +data: App\Entity\Country {#2964 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3494 +label: "country.ukraine" +value: "240" +data: App\Entity\Country {#3203 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3495 +label: "country.united_arab_emirates" +value: "75" +data: App\Entity\Country {#2608 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3496 +label: "country.united_kingdom" +value: "195" +data: App\Entity\Country {#3043 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3497 +label: "country.united_states" +value: "82" +data: App\Entity\Country {#2632 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3498 +label: "country.united_states_virgin_islands" +value: "120" +data: App\Entity\Country {#2767 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3499 +label: "country.uruguay" +value: "241" +data: App\Entity\Country {#3207 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3500 +label: "country.uzbekistan" +value: "174" +data: App\Entity\Country {#2968 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3501 +label: "country.vanuatu" +value: "242" +data: App\Entity\Country {#3211 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +label: "country.vatican" +value: "243" +data: App\Entity\Country {#3215 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +label: "country.venezuela" +value: "244" +data: App\Entity\Country {#3218 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +label: "country.vietnam" +value: "245" +data: App\Entity\Country {#3222 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +label: "country.wallis_and_futuna" +value: "246" +data: App\Entity\Country {#3226 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +label: "country.yemen" +value: "247" +data: App\Entity\Country {#3229 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +label: "country.zambia" +value: "248" +data: App\Entity\Country {#3233 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +label: "country.zimbabwe" +value: "249" +data: App\Entity\Country {#3237 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3279 -form: Symfony\Component\Form\Form {#1146 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3246 …5} |
full_name | "userbundle_user[residenceCountry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_residenceCountry" |
is_selected | Closure($choice, $value) {#3510 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "residenceCountry" |
placeholder | "Sélectionnez votre pays de résidence" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_residenceCountry" |
valid | true |
value | "" |
residenceRegion
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-error" => "error.unauthorized_or_unknown_country" ] |
[ "class" => "form-control" "data-error" => "error.unauthorized_or_unknown_country" ] |
class | "App\Entity\Region" |
same as passed value |
placeholder | "graduate.select_your_residence_country" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#673 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#985 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#965 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#776 #from: "App\Entity\Region" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#967 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Region a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#966 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "error.unauthorized_or_unknown_country" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#738 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#982 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#771 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#989 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#805 …} } |
choices | null |
class | "App\Entity\Region" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#958 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#787 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "graduate.select_your_residence_country" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#985 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#965 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#776 #from: "App\Entity\Region" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#967 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Region a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#966 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#991 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "error.unauthorized_or_unknown_country" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_residenceRegion" ] |
cache_key | "_userbundle_user_residenceRegion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +label: "Abidjan" +value: "48" +data: App\Entity\Region {#3528 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +label: "Abu Dhabi" +value: "300" +data: App\Entity\Region {#3539 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +label: "Abuja" +value: "397" +data: App\Entity\Region {#3552 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +label: "Accra" +value: "316" +data: App\Entity\Region {#3559 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +label: "Achgabat" +value: "471" +data: App\Entity\Region {#3566 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +label: "Adamaoua" +value: "39" +data: App\Entity\Region {#3573 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +label: "Adamstown" +value: "344" +data: App\Entity\Region {#3580 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +label: "Addis-Abeba" +value: "308" +data: App\Entity\Region {#3587 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +label: "Agadez" +value: "145" +data: App\Entity\Region {#3594 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +label: "Agnéby-Tiassa" +value: "210" +data: App\Entity\Region {#3601 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +label: "Alaotra-Mangoro" +value: "113" +data: App\Entity\Region {#3608 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6625 +label: "Alger" +value: "252" +data: App\Entity\Region {#3615 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6626 +label: "Ali Sabieh" +value: "132" +data: App\Entity\Region {#3622 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6627 +label: "Alibori" +value: "248" +data: App\Entity\Region {#3629 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6628 +label: "Alofi" +value: "398" +data: App\Entity\Region {#3636 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6629 +label: "Amman" +value: "360" +data: App\Entity\Region {#3643 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6630 +label: "Amoron'i Mania" +value: "116" +data: App\Entity\Region {#3650 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6631 +label: "Amsterdam" +value: "411" +data: App\Entity\Region {#3657 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6632 +label: "Analamanga" +value: "106" +data: App\Entity\Region {#3664 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6633 +label: "Analanjirofo" +value: "115" +data: App\Entity\Region {#3671 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6634 +label: "Andorre-la-Vieille" +value: "254" +data: App\Entity\Region {#3678 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6635 +label: "Androy" +value: "123" +data: App\Entity\Region {#3685 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6636 +label: "Ankara" +value: "472" +data: App\Entity\Region {#3692 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6637 +label: "Anôsy" +value: "124" +data: App\Entity\Region {#3699 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6638 +label: "Antananarivo" +value: "377" +data: App\Entity\Region {#3706 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6639 +label: "Apia" +value: "439" +data: App\Entity\Region {#3713 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6640 +label: "Ariana" +value: "213" +data: App\Entity\Region {#3720 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6641 +label: "Arta" +value: "133" +data: App\Entity\Region {#3727 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6642 +label: "Artibonite" +value: "84" +data: App\Entity\Region {#3734 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6643 +label: "Asmara" +value: "302" +data: App\Entity\Region {#3741 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6644 +label: "Astana" +value: "361" +data: App\Entity\Region {#3748 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6645 +label: "Asuncion" +value: "410" +data: App\Entity\Region {#3755 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6646 +label: "Atafu" +value: "468" +data: App\Entity\Region {#3762 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6647 +label: "Atakora" +value: "237" +data: App\Entity\Region {#3769 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6648 +label: "Athènes" +value: "318" +data: App\Entity\Region {#3776 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6649 +label: "Atlantique" +value: "238" +data: App\Entity\Region {#3783 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6650 +label: "Atsimo-Andrefana" +value: "122" +data: App\Entity\Region {#3790 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6651 +label: "Atsimo-Atsinanana" +value: "119" +data: App\Entity\Region {#3797 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6652 +label: "Atsinanana" +value: "114" +data: App\Entity\Region {#3804 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6653 +label: "Avarua" +value: "339" +data: App\Entity\Region {#3811 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6654 +label: "Bafing" +value: "211" +data: App\Entity\Region {#3818 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6655 +label: "Bagdad" +value: "352" +data: App\Entity\Region {#3825 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: "Bagoué" +value: "212" +data: App\Entity\Region {#3832 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6657 +label: "Bakou" +value: "265" +data: App\Entity\Region {#3839 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6658 +label: "Bamako" +value: "102" +data: App\Entity\Region {#3846 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: "Bandar Seri Begawan" +value: "281" +data: App\Entity\Region {#3853 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6660 +label: "Bangkok" +value: "465" +data: App\Entity\Region {#3860 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6661 +label: "Bangui" +value: "421" +data: App\Entity\Region {#3867 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6662 +label: "Banjul" +value: "313" +data: App\Entity\Region {#3874 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6663 +label: "Bas-Uele" +value: "141" +data: App\Entity\Region {#3881 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6664 +label: "Basse-Terre" +value: "321" +data: App\Entity\Region {#3888 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6665 +label: "Basseterre" +value: "431" +data: App\Entity\Region {#3895 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6666 +label: "Béja" +value: "214" +data: App\Entity\Region {#3902 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6667 +label: "Belgrade" +value: "442" +data: App\Entity\Region {#3909 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6668 +label: "Belmopan" +value: "271" +data: App\Entity\Region {#3916 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6669 +label: "Ben Arous" +value: "215" +data: App\Entity\Region {#3923 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6670 +label: "Berlin" +value: "253" +data: App\Entity\Region {#3930 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6671 +label: "Berne" +value: "454" +data: App\Entity\Region {#3937 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6672 +label: "Betsiboka" +value: "111" +data: App\Entity\Region {#3944 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6673 +label: "Beyrouth" +value: "369" +data: App\Entity\Region {#3951 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6674 +label: "Bishkek" +value: "363" +data: App\Entity\Region {#3958 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6675 +label: "Bissau" +value: "326" +data: App\Entity\Region {#3965 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6676 +label: "Bizerte" +value: "216" +data: App\Entity\Region {#3972 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6677 +label: "Boeny" +value: "110" +data: App\Entity\Region {#3979 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6678 +label: "Bogota" +value: "290" +data: App\Entity\Region {#3986 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6679 +label: "Boké" +value: "100" +data: App\Entity\Region {#3993 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6680 +label: "Bongolava" +value: "108" +data: App\Entity\Region {#4000 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6681 +label: "Borgou" +value: "239" +data: App\Entity\Region {#4007 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +label: "Bouenza" +value: "15" +data: App\Entity\Region {#4014 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6683 +label: "Brasilia" +value: "280" +data: App\Entity\Region {#4021 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6684 +label: "Bratislava" +value: "447" +data: App\Entity\Region {#4028 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +label: "Brazzaville" +value: "22" +data: App\Entity\Region {#4035 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6686 +label: "Bridgetown" +value: "269" +data: App\Entity\Region {#4042 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6687 +label: "Bruxelles" +value: "270" +data: App\Entity\Region {#4049 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +label: "Bubanza" +value: "49" +data: App\Entity\Region {#4056 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +label: "Bucarest" +value: "425" +data: App\Entity\Region {#4063 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6690 +label: "Budapest" +value: "332" +data: App\Entity\Region {#4070 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6691 +label: "Buenos Aires" +value: "260" +data: App\Entity\Region {#4077 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6692 +label: "Bujumbura" +value: "36" +data: App\Entity\Region {#4084 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6693 +label: "Bururi" +value: "51" +data: App\Entity\Region {#4091 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6694 +label: "Canberra" +value: "263" +data: App\Entity\Region {#4098 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6695 +label: "Cankuzo" +value: "52" +data: App\Entity\Region {#4105 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6696 +label: "Caracas" +value: "478" +data: App\Entity\Region {#4112 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6697 +label: "Castries" +value: "433" +data: App\Entity\Region {#4119 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6698 +label: "Cayenne" +value: "328" +data: App\Entity\Region {#4126 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6699 +label: "Centrale" +value: "128" +data: App\Entity\Region {#4133 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6700 +label: "Centre" +value: "40" +data: App\Entity\Region {#4140 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6701 +label: "Centre" +value: "85" +data: App\Entity\Region {#4147 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6702 +label: "Charlotte Amalie" +value: "347" +data: App\Entity\Region {#4154 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6703 +label: "Chisinau" +value: "388" +data: App\Entity\Region {#4161 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6704 +label: "Cibitoke" +value: "53" +data: App\Entity\Region {#4168 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6705 +label: "Cockburn Town" +value: "346" +data: App\Entity\Region {#4175 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6706 +label: "Collines" +value: "240" +data: App\Entity\Region {#4182 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6707 +label: "Colombo" +value: "452" +data: App\Entity\Region {#4189 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6708 +label: "Conakry" +value: "95" +data: App\Entity\Region {#4196 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6709 +label: "Copenhague" +value: "297" +data: App\Entity\Region {#4203 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6710 +label: "Curaçao" +value: "258" +data: App\Entity\Region {#4210 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6711 +label: "Cuvette" +value: "26" +data: App\Entity\Region {#4217 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6712 +label: "Cuvette-Ouest" +value: "25" +data: App\Entity\Region {#4224 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6713 +label: "Dacca" +value: "268" +data: App\Entity\Region {#4231 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6714 +label: "Dakar" +value: "1" +data: App\Entity\Region {#4238 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6715 +label: "Damas" +value: "458" +data: App\Entity\Region {#4245 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6716 +label: "Diana" +value: "103" +data: App\Entity\Region {#4252 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6717 +label: "Diego Garcia" +value: "464" +data: App\Entity\Region {#4259 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6718 +label: "Diffa" +value: "146" +data: App\Entity\Region {#4266 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6719 +label: "Dikhil" +value: "134" +data: App\Entity\Region {#4273 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6720 +label: "Dili" +value: "466" +data: App\Entity\Region {#4280 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6721 +label: "Diourbel" +value: "6" +data: App\Entity\Region {#4287 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6722 +label: "Djando, Île de Mohéli (Mwali)" +value: "67" +data: App\Entity\Region {#4294 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6723 +label: "Djibouti" +value: "131" +data: App\Entity\Region {#4301 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6724 +label: "Djouba" +value: "451" +data: App\Entity\Region {#4308 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6725 +label: "Dodoma" +value: "461" +data: App\Entity\Region {#4315 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6726 +label: "Doha" +value: "420" +data: App\Entity\Region {#4322 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6727 +label: "Domoni, Île de Anjouan (Ndzwani)" +value: "68" +data: App\Entity\Region {#4329 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6728 +label: "Donga" +value: "242" +data: App\Entity\Region {#4336 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6729 +label: "Dosso" +value: "147" +data: App\Entity\Region {#4343 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6730 +label: "Douchanbé" +value: "459" +data: App\Entity\Region {#4350 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6731 +label: "Douglas" +value: "333" +data: App\Entity\Region {#4357 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6732 +label: "Dublin" +value: "353" +data: App\Entity\Region {#4364 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6733 +label: "Équateur" +value: "152" +data: App\Entity\Region {#4371 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6734 +label: "Est" +value: "46" +data: App\Entity\Region {#4378 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6735 +label: "Estuaire" +value: "27" +data: App\Entity\Region {#4385 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6736 +label: "Extrême-Nord" +value: "37" +data: App\Entity\Region {#4392 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6737 +label: "Faranah" +value: "98" +data: App\Entity\Region {#4399 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6738 +label: "Fatick" +value: "8" +data: App\Entity\Region {#4406 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6739 +label: "Fitovinany" +value: "125" +data: App\Entity\Region {#4413 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6740 +label: "Flying Fish Cove" +value: "334" +data: App\Entity\Region {#4420 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6741 +label: "Fomboni, Île de Mohéli (Mwali)" +value: "69" +data: App\Entity\Region {#4427 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6742 +label: "Fort-de-France" +value: "383" +data: App\Entity\Region {#4434 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6743 +label: "Freetown" +value: "444" +data: App\Entity\Region {#4441 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6744 +label: "Funafuti" +value: "473" +data: App\Entity\Region {#4448 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6745 +label: "Gabès" +value: "217" +data: App\Entity\Region {#4455 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6746 +label: "Gaborone" +value: "279" +data: App\Entity\Region {#4462 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6747 +label: "Gafsa" +value: "218" +data: App\Entity\Region {#4469 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6748 +label: "George Town" +value: "337" +data: App\Entity\Region {#4476 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6749 +label: "Georgetown" +value: "327" +data: App\Entity\Region {#4483 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6750 +label: "Gibraltar" +value: "317" +data: App\Entity\Region {#4490 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6751 +label: "Gitega" +value: "54" +data: App\Entity\Region {#4497 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6752 +label: "Grand'Anse" +value: "86" +data: App\Entity\Region {#4504 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6753 +label: "Grytviken" +value: "315" +data: App\Entity\Region {#4511 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6754 +label: "Guatemala" +value: "323" +data: App\Entity\Region {#4518 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6755 +label: "Gustavia" +value: "430" +data: App\Entity\Region {#4525 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6756 +label: "Hagatna" +value: "322" +data: App\Entity\Region {#4532 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6757 +label: "Hamahamet-Mboinkou, Île de Grande Comore (Ngazidja)" +value: "70" +data: App\Entity\Region {#4539 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6758 +label: "Hambou, Île de Grande Comore (Ngazidja)" +value: "71" +data: App\Entity\Region {#4546 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6759 +label: "Hamilton" +value: "273" +data: App\Entity\Region {#4553 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6760 +label: "Hanoï" +value: "479" +data: App\Entity\Region {#4560 …} +attr: [] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6761 +label: "Harare" +value: "483" +data: App\Entity\Region {#4567 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6762 +label: "Haut-Katanga" +value: "140" +data: App\Entity\Region {#4574 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6763 +label: "Haut-Lomami" +value: "153" +data: App\Entity\Region {#4581 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6764 +label: "Haut-Ogooué" +value: "28" +data: App\Entity\Region {#4588 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6765 +label: "Haut-Uele" +value: "154" +data: App\Entity\Region {#4595 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6766 +label: "Haute Matsiatra" +value: "117" +data: App\Entity\Region {#4602 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6767 +label: "Helsinki" +value: "310" +data: App\Entity\Region {#4609 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6768 +label: "Hong Kong" +value: "331" +data: App\Entity\Region {#4616 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6769 +label: "Honiara" +value: "345" +data: App\Entity\Region {#4623 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6770 +label: "Ihorombe" +value: "120" +data: App\Entity\Region {#4630 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6771 +label: "Islamabad" +value: "405" +data: App\Entity\Region {#4637 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6772 +label: "Itasy" +value: "105" +data: App\Entity\Region {#4644 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6773 +label: "Ituri" +value: "155" +data: App\Entity\Region {#4651 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6774 +label: "Jakarta" +value: "350" +data: App\Entity\Region {#4658 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6775 +label: "Jamestown" +value: "432" +data: App\Entity\Region {#4665 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6776 +label: "Jendouba" +value: "219" +data: App\Entity\Region {#4672 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6777 +label: "Jérusalem" +value: "407" +data: App\Entity\Region {#4679 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6778 +label: "Jérusalem-Ouest" +value: "355" +data: App\Entity\Region {#4686 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6779 +label: "Kabul" +value: "249" +data: App\Entity\Region {#4693 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6780 +label: "Kaffrine" +value: "7" +data: App\Entity\Region {#4700 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6781 +label: "Kairouan" +value: "220" +data: App\Entity\Region {#4707 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6782 +label: "Kampala" +value: "403" +data: App\Entity\Region {#4714 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6783 +label: "Kankan" +value: "94" +data: App\Entity\Region {#4721 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6784 +label: "Kaolack" +value: "9" +data: App\Entity\Region {#4728 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6785 +label: "Kara" +value: "129" +data: App\Entity\Region {#4735 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6786 +label: "Karuzi" +value: "55" +data: App\Entity\Region {#4742 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6787 +label: "Kasaï" +value: "156" +data: App\Entity\Region {#4749 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6788 +label: "Kasaï central" +value: "157" +data: App\Entity\Region {#4756 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6789 +label: "Kasaï oriental" +value: "142" +data: App\Entity\Region {#4763 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6790 +label: "Kasserine" +value: "221" +data: App\Entity\Region {#4770 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6791 +label: "Katmandou" +value: "395" +data: App\Entity\Region {#4777 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6792 +label: "Kayanza" +value: "56" +data: App\Entity\Region {#4784 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6793 +label: "Kébili" +value: "222" +data: App\Entity\Region {#4791 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6794 +label: "Kédougou" +value: "11" +data: App\Entity\Region {#4798 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6795 +label: "Kef" +value: "223" +data: App\Entity\Region {#4805 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6796 +label: "Khartoum" +value: "450" +data: App\Entity\Region {#4812 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6797 +label: "Kiev" +value: "474" +data: App\Entity\Region {#4819 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6798 +label: "Kigali" +value: "428" +data: App\Entity\Region {#4826 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6799 +label: "Kindia" +value: "99" +data: App\Entity\Region {#4833 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6800 +label: "Kingston" +value: "357" +data: App\Entity\Region {#4840 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6801 +label: "Kingston (Île Norfolk)" +value: "335" +data: App\Entity\Region {#4847 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6802 +label: "Kingstown" +value: "437" +data: App\Entity\Region {#4854 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6803 +label: "Kinshasa" +value: "139" +data: App\Entity\Region {#4861 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6804 +label: "Kirundo" +value: "57" +data: App\Entity\Region {#4868 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6805 +label: "Kolda" +value: "12" +data: App\Entity\Region {#4875 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6806 +label: "Kongo-Central" +value: "158" +data: App\Entity\Region {#4882 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6807 +label: "Kouffo" +value: "241" +data: App\Entity\Region {#4889 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6808 +label: "Kouilou" +value: "16" +data: App\Entity\Region {#4896 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6809 +label: "Koweït" +value: "365" +data: App\Entity\Region {#4903 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6810 +label: "Kralendijk" +value: "412" +data: App\Entity\Region {#4910 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6811 +label: "Kuala Lumpur" +value: "378" +data: App\Entity\Region {#4917 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6812 +label: "Kwango" +value: "159" +data: App\Entity\Region {#4924 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6813 +label: "Kwilu" +value: "160" +data: App\Entity\Region {#4931 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6814 +label: "La Havane" +value: "296" +data: App\Entity\Region {#4938 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6815 +label: "La Manouba" +value: "225" +data: App\Entity\Region {#4945 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6816 +label: "La Valette" +value: "381" +data: App\Entity\Region {#4952 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6817 +label: "Laâyoune" +value: "429" +data: App\Entity\Region {#4959 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6818 +label: "Labé" +value: "96" +data: App\Entity\Region {#4966 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6819 +label: "Le Caire" +value: "299" +data: App\Entity\Region {#4973 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6820 +label: "Lékoumou" +value: "18" +data: App\Entity\Region {#4980 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6821 +label: "Libreville" +value: "312" +data: App\Entity\Region {#4987 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6822 +label: "Likouala" +value: "20" +data: App\Entity\Region {#4994 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6823 +label: "Lilongwe" +value: "379" +data: App\Entity\Region {#5001 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6824 +label: "Lima" +value: "413" +data: App\Entity\Region {#5008 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6825 +label: "Lisbonne" +value: "418" +data: App\Entity\Region {#5015 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6826 +label: "Littoral" +value: "41" +data: App\Entity\Region {#5022 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6827 +label: "Littoral" +value: "243" +data: App\Entity\Region {#5029 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6828 +label: "Ljubljana" +value: "448" +data: App\Entity\Region {#5036 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6829 +label: "Lobamba" +value: "305" +data: App\Entity\Region {#5043 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6830 +label: "Lomami" +value: "161" +data: App\Entity\Region {#5050 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6831 +label: "Lomé" +value: "467" +data: App\Entity\Region {#5057 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6832 +label: "Londres" +value: "426" +data: App\Entity\Region {#5064 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6833 +label: "Longyearbyen" +value: "456" +data: App\Entity\Region {#5071 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6834 +label: "Louga" +value: "4" +data: App\Entity\Region {#5078 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6835 +label: "Lualaba" +value: "162" +data: App\Entity\Region {#5085 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6836 +label: "Luanda" +value: "255" +data: App\Entity\Region {#5092 …} +attr: [] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6837 +label: "Lusaka" +value: "482" +data: App\Entity\Region {#5099 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6838 +label: "Luxembourg" +value: "374" +data: App\Entity\Region {#5106 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6839 +label: "Macao" +value: "375" +data: App\Entity\Region {#5113 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6840 +label: "Madrid" +value: "303" +data: App\Entity\Region {#5120 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6841 +label: "Mahdia" +value: "224" +data: App\Entity\Region {#5127 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6842 +label: "Mai-Ndombe" +value: "163" +data: App\Entity\Region {#5134 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6843 +label: "Majuro" +value: "343" +data: App\Entity\Region {#5141 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6844 +label: "Makamba" +value: "58" +data: App\Entity\Region {#5148 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6845 +label: "Malabo" +value: "325" +data: App\Entity\Region {#5155 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6846 +label: "Malé" +value: "380" +data: App\Entity\Region {#5162 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6847 +label: "Mamou" +value: "97" +data: App\Entity\Region {#5169 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6848 +label: "Mamoudzou" +value: "386" +data: App\Entity\Region {#5176 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6849 +label: "Managua" +value: "396" +data: App\Entity\Region {#5183 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6850 +label: "Manama" +value: "267" +data: App\Entity\Region {#5190 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6851 +label: "Maniema" +value: "144" +data: App\Entity\Region {#5197 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6852 +label: "Manille" +value: "414" +data: App\Entity\Region {#5204 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6853 +label: "Maputo" +value: "392" +data: App\Entity\Region {#5211 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6854 +label: "Maradi" +value: "148" +data: App\Entity\Region {#5218 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6855 +label: "Mariehamn" +value: "336" +data: App\Entity\Region {#5225 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6856 +label: "Marigot" +value: "435" +data: App\Entity\Region {#5232 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6857 +label: "Maritime" +value: "126" +data: App\Entity\Region {#5239 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6858 +label: "Mascate" +value: "402" +data: App\Entity\Region {#5246 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6859 +label: "Maseru" +value: "367" +data: App\Entity\Region {#5253 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6860 +label: "Mata-Utu" +value: "480" +data: App\Entity\Region {#5260 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6861 +label: "Matam" +value: "5" +data: App\Entity\Region {#5267 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6862 +label: "Mbabane" +value: "457" +data: App\Entity\Region {#5274 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6863 +label: "Mbadjini-Est, Île de Grande Comore (Ngazidja)" +value: "72" +data: App\Entity\Region {#5281 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6864 +label: "Mbadjini-Ouest, Île de Grande Comore (Ngazidja)" +value: "73" +data: App\Entity\Region {#5288 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6865 +label: "Médenine" +value: "226" +data: App\Entity\Region {#5295 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6866 +label: "Melaky" +value: "112" +data: App\Entity\Region {#5302 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6867 +label: "Melekeok" +value: "406" +data: App\Entity\Region {#5309 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6868 +label: "Menabe" +value: "121" +data: App\Entity\Region {#5316 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6869 +label: "Mexico" +value: "387" +data: App\Entity\Region {#5323 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6870 +label: "Minsk" +value: "275" +data: App\Entity\Region {#5330 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6871 +label: "Mitsamiouli-Mboudé, Île de Grande Comore (Ngazidja)" +value: "74" +data: App\Entity\Region {#5337 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6872 +label: "Mogadiscio" +value: "449" +data: App\Entity\Region {#5344 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6873 +label: "Monaco" +value: "419" +data: App\Entity\Region {#5351 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6874 +label: "Monastir" +value: "227" +data: App\Entity\Region {#5358 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6875 +label: "Mongala" +value: "143" +data: App\Entity\Region {#5365 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6876 +label: "Mono" +value: "244" +data: App\Entity\Region {#5372 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6877 +label: "Monrovia" +value: "370" +data: App\Entity\Region {#5379 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6878 +label: "Montevideo" +value: "475" +data: App\Entity\Region {#5386 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6879 +label: "Moroni" +value: "291" +data: App\Entity\Region {#5393 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6880 +label: "Moroni-Bambao, Île de Grande Comore (Ngazidja)" +value: "75" +data: App\Entity\Region {#5400 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6881 +label: "Moscou" +value: "427" +data: App\Entity\Region {#5407 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6882 +label: "Moyen-Ogooué" +value: "29" +data: App\Entity\Region {#5414 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6883 +label: "Mrémani, Île de Anjouan (Ndzwani)" +value: "76" +data: App\Entity\Region {#5421 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6884 +label: "Muramvya" +value: "59" +data: App\Entity\Region {#5428 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6885 +label: "Mutsamudu, Île de Anjouan (Ndzwani)" +value: "77" +data: App\Entity\Region {#5435 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6886 +label: "Muyinga" +value: "60" +data: App\Entity\Region {#5442 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6887 +label: "Mwaro" +value: "61" +data: App\Entity\Region {#5449 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6888 +label: "N'Djaména" +value: "462" +data: App\Entity\Region {#5456 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6889 +label: "Nabeul" +value: "228" +data: App\Entity\Region {#5463 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6890 +label: "Nairobi" +value: "362" +data: App\Entity\Region {#5470 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6891 +label: "Nassau" +value: "266" +data: App\Entity\Region {#5477 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6892 +label: "Naypyidaw" +value: "276" +data: App\Entity\Region {#5484 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6893 +label: "New Delhi" +value: "349" +data: App\Entity\Region {#5491 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6894 +label: "Ngounié" +value: "30" +data: App\Entity\Region {#5498 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6895 +label: "Ngozi" +value: "62" +data: App\Entity\Region {#5505 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6896 +label: "Niamey" +value: "172" +data: App\Entity\Region {#5512 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6897 +label: "Niari" +value: "23" +data: App\Entity\Region {#5519 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6898 +label: "Nicosie" +value: "289" +data: App\Entity\Region {#5526 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6899 +label: "Nioumachoi, Île de Mohéli (Mwali)" +value: "78" +data: App\Entity\Region {#5533 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6900 +label: "Nippes" +value: "87" +data: App\Entity\Region {#5540 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6901 +label: "Nord" +value: "38" +data: App\Entity\Region {#5547 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6902 +label: "Nord" +value: "88" +data: App\Entity\Region {#5554 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6903 +label: "Nord-Est" +value: "89" +data: App\Entity\Region {#5561 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6904 +label: "Nord-Kivu" +value: "171" +data: App\Entity\Region {#5568 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6905 +label: "Nord-Ouest" +value: "43" +data: App\Entity\Region {#5575 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6906 +label: "Nord-Ouest" +value: "90" +data: App\Entity\Region {#5582 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6907 +label: "Nord-Ubangi" +value: "164" +data: App\Entity\Region {#5589 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6908 +label: "Nouakchott" +value: "385" +data: App\Entity\Region {#5596 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6909 +label: "Nouméa" +value: "400" +data: App\Entity\Region {#5603 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6910 +label: "Nuku'alofa" +value: "469" +data: App\Entity\Region {#5610 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6911 +label: "Nuuk" +value: "320" +data: App\Entity\Region {#5617 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6912 +label: "Nyanga" +value: "31" +data: App\Entity\Region {#5624 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6913 +label: "Nzérékoré" +value: "101" +data: App\Entity\Region {#5631 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6914 +label: "Obock" +value: "138" +data: App\Entity\Region {#5638 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6915 +label: "Ogooué-Ivindo" +value: "32" +data: App\Entity\Region {#5645 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6916 +label: "Ogooué-Lolo" +value: "33" +data: App\Entity\Region {#5652 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6917 +label: "Ogooué-Maritime" +value: "34" +data: App\Entity\Region {#5659 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6918 +label: "Oichili-Dimani, Île de Grande Comore (Ngazidja)" +value: "79" +data: App\Entity\Region {#5666 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6919 +label: "Oranjestad" +value: "262" +data: App\Entity\Region {#5673 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6920 +label: "Oslo" +value: "399" +data: App\Entity\Region {#5680 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6921 +label: "Ottawa" +value: "285" +data: App\Entity\Region {#5687 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6922 +label: "Ouagadougou" +value: "282" +data: App\Entity\Region {#5694 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6923 +label: "Ouani, Île de Anjouan (Ndzwani)" +value: "80" +data: App\Entity\Region {#5701 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6924 +label: "Ouémé" +value: "245" +data: App\Entity\Region {#5708 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6925 +label: "Ouest" +value: "42" +data: App\Entity\Region {#5715 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6926 +label: "Ouest" +value: "91" +data: App\Entity\Region {#5722 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6927 +label: "Oulan-Bator" +value: "389" +data: App\Entity\Region {#5729 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6928 +label: "Pago Pago" +value: "440" +data: App\Entity\Region {#5736 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6929 +label: "Palikir" +value: "306" +data: App\Entity\Region {#5743 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6930 +label: "Panama" +value: "408" +data: App\Entity\Region {#5750 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6931 +label: "Papeete" +value: "416" +data: App\Entity\Region {#5757 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6932 +label: "Paramaribo" +value: "455" +data: App\Entity\Region {#5764 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6933 +label: "Paris" +value: "311" +data: App\Entity\Region {#5771 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6934 +label: "Pékin" +value: "288" +data: App\Entity\Region {#5778 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6935 +label: "Philipsburg" +value: "446" +data: App\Entity\Region {#5785 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6936 +label: "Phnom Penh" +value: "283" +data: App\Entity\Region {#5792 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6937 +label: "Plateau" +value: "246" +data: App\Entity\Region {#5799 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6938 +label: "Plateaux" +value: "17" +data: App\Entity\Region {#5806 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6939 +label: "Plateaux" +value: "127" +data: App\Entity\Region {#5813 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6940 +label: "Plymouth" +value: "391" +data: App\Entity\Region {#5820 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6941 +label: "Podgorica" +value: "390" +data: App\Entity\Region {#5827 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6942 +label: "Pointe-Noire" +value: "19" +data: App\Entity\Region {#5834 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6943 +label: "Pool" +value: "21" +data: App\Entity\Region {#5841 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6944 +label: "Port Moresby" +value: "409" +data: App\Entity\Region {#5848 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6945 +label: "Port Stanley" +value: "340" +data: App\Entity\Region {#5855 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6946 +label: "Port-au-Prince" +value: "329" +data: App\Entity\Region {#5862 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6947 +label: "Port-aux-Français" +value: "463" +data: App\Entity\Region {#5869 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6948 +label: "Port-d'Espagne" +value: "470" +data: App\Entity\Region {#5876 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6949 +label: "Port-Louis" +value: "384" +data: App\Entity\Region {#5883 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6950 +label: "Port-Vila" +value: "476" +data: App\Entity\Region {#5890 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6951 +label: "Porto Novo" +value: "272" +data: App\Entity\Region {#5897 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6952 +label: "Prague" +value: "423" +data: App\Entity\Region {#5904 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6953 +label: "Praia" +value: "286" +data: App\Entity\Region {#5911 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6954 +label: "préfecture d'Itsandra-Hamanvou, Île de Grande Comore (Ngazidja)" +value: "81" +data: App\Entity\Region {#5918 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6955 +label: "Pretoria" +value: "250" +data: App\Entity\Region {#5925 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6956 +label: "Pyongyang" +value: "292" +data: App\Entity\Region {#5932 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6957 +label: "Quito" +value: "301" +data: App\Entity\Region {#5939 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6958 +label: "Rabat" +value: "382" +data: App\Entity\Region {#5946 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6959 +label: "Reykjavik" +value: "354" +data: App\Entity\Region {#5953 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6960 +label: "Riga" +value: "368" +data: App\Entity\Region {#5960 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6961 +label: "Riyad" +value: "259" +data: App\Entity\Region {#5967 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6962 +label: "Road Town" +value: "348" +data: App\Entity\Region {#5974 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6963 +label: "Rome" +value: "356" +data: App\Entity\Region {#5981 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6964 +label: "Roseau" +value: "298" +data: App\Entity\Region {#5988 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6965 +label: "Rumonge" +value: "64" +data: App\Entity\Region {#5995 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6966 +label: "Rutana" +value: "65" +data: App\Entity\Region {#6002 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6967 +label: "Ruyigi" +value: "66" +data: App\Entity\Region {#6009 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6968 +label: "Saint John" +value: "257" +data: App\Entity\Region {#6016 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6969 +label: "Saint Louis" +value: "3" +data: App\Entity\Region {#6023 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6970 +label: "Saint-Denis" +value: "424" +data: App\Entity\Region {#6030 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6971 +label: "Saint-Domingue" +value: "422" +data: App\Entity\Region {#6037 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6972 +label: "Saint-Georges" +value: "319" +data: App\Entity\Region {#6044 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6973 +label: "Saint-Helier" +value: "359" +data: App\Entity\Region {#6051 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6974 +label: "Saint-Pierre" +value: "436" +data: App\Entity\Region {#6058 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6975 +label: "Saint-Pierre-Port" +value: "324" +data: App\Entity\Region {#6065 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6976 +label: "Saipan" +value: "342" +data: App\Entity\Region {#6072 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6977 +label: "San José" +value: "294" +data: App\Entity\Region {#6079 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6978 +label: "San Juan" +value: "417" +data: App\Entity\Region {#6086 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6979 +label: "San Salvador" +value: "438" +data: App\Entity\Region {#6093 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6980 +label: "Sanaa" +value: "481" +data: App\Entity\Region {#6100 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6981 +label: "Sangha" +value: "24" +data: App\Entity\Region {#6107 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6982 +label: "Sankuru" +value: "165" +data: App\Entity\Region {#6114 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6983 +label: "Santiago" +value: "287" +data: App\Entity\Region {#6121 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6984 +label: "Sao Tomé" +value: "441" +data: App\Entity\Region {#6128 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6985 +label: "Sarajevo" +value: "278" +data: App\Entity\Region {#6135 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6986 +label: "Sava" +value: "104" +data: App\Entity\Region {#6142 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6987 +label: "Savanes" +value: "130" +data: App\Entity\Region {#6149 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6988 +label: "Sédhiou" +value: "14" +data: App\Entity\Region {#6156 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6989 +label: "Séoul" +value: "293" +data: App\Entity\Region {#6163 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6990 +label: "Sfax" +value: "229" +data: App\Entity\Region {#6170 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6991 +label: "Sidi Bouzid" +value: "230" +data: App\Entity\Region {#6177 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6992 +label: "Siliana" +value: "231" +data: App\Entity\Region {#6184 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6993 +label: "Sima, Île de Anjouan (Ndzwani)" +value: "82" +data: App\Entity\Region {#6191 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6994 +label: "Singapour" +value: "445" +data: App\Entity\Region {#6198 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6995 +label: "Skopje" +value: "376" +data: App\Entity\Region {#6205 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6996 +label: "Sofia" +value: "109" +data: App\Entity\Region {#6212 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6997 +label: "Sousse" +value: "232" +data: App\Entity\Region {#6219 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6998 +label: "Stockholm" +value: "453" +data: App\Entity\Region {#6226 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6999 +label: "Sucre" +value: "277" +data: App\Entity\Region {#6233 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7000 +label: "Sud" +value: "47" +data: App\Entity\Region {#6240 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7001 +label: "Sud" +value: "92" +data: App\Entity\Region {#6247 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7002 +label: "Sud-Est" +value: "93" +data: App\Entity\Region {#6254 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7003 +label: "Sud-Kivu" +value: "166" +data: App\Entity\Region {#6261 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7004 +label: "Sud-Ouest" +value: "44" +data: App\Entity\Region {#6268 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7005 +label: "Sud-Ubangi" +value: "167" +data: App\Entity\Region {#6275 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7006 +label: "Suva" +value: "309" +data: App\Entity\Region {#6282 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7007 +label: "Tachkent" +value: "404" +data: App\Entity\Region {#6289 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7008 +label: "Tadjoura" +value: "136" +data: App\Entity\Region {#6296 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7009 +label: "Tahoua" +value: "149" +data: App\Entity\Region {#6303 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7010 +label: "Taipei" +value: "460" +data: App\Entity\Region {#6310 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7011 +label: "Tallinn" +value: "304" +data: App\Entity\Region {#6317 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7012 +label: "Tambacounda" +value: "10" +data: App\Entity\Region {#6324 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7013 +label: "Tanganyika" +value: "168" +data: App\Entity\Region {#6331 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7014 +label: "Tarawa Sud" +value: "364" +data: App\Entity\Region {#6338 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7015 +label: "Tataouine" +value: "233" +data: App\Entity\Region {#6345 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7016 +label: "Tbilisi" +value: "314" +data: App\Entity\Region {#6352 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7017 +label: "Tegucigalpa" +value: "330" +data: App\Entity\Region {#6359 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7018 +label: "Téhéran" +value: "351" +data: App\Entity\Region {#6366 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7019 +label: "The Valley" +value: "256" +data: App\Entity\Region {#6373 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7020 +label: "Thiès" +value: "2" +data: App\Entity\Region {#6380 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7021 +label: "Thimphu" +value: "274" +data: App\Entity\Region {#6387 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7022 +label: "Tillabéri" +value: "150" +data: App\Entity\Region {#6394 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7023 +label: "Tirana" +value: "251" +data: App\Entity\Region {#6401 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7024 +label: "Tokyo" +value: "358" +data: App\Entity\Region {#6408 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7025 +label: "Torshavn" +value: "341" +data: App\Entity\Region {#6415 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7026 +label: "Tozeur" +value: "234" +data: App\Entity\Region {#6422 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7027 +label: "Tripoli" +value: "371" +data: App\Entity\Region {#6429 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7028 +label: "Tshopo" +value: "169" +data: App\Entity\Region {#6436 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7029 +label: "Tshuapa" +value: "170" +data: App\Entity\Region {#6443 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7030 +label: "Tunis" +value: "235" +data: App\Entity\Region {#6450 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7031 +label: "Vaduz" +value: "372" +data: App\Entity\Region {#6457 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7032 +label: "Vakinankaratra" +value: "107" +data: App\Entity\Region {#6464 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7033 +label: "Varsovie" +value: "415" +data: App\Entity\Region {#6471 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7034 +label: "Vatican" +value: "477" +data: App\Entity\Region {#6478 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7035 +label: "Vatovavy" +value: "118" +data: App\Entity\Region {#6485 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7036 +label: "Victoria" +value: "443" +data: App\Entity\Region {#6492 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7037 +label: "Vienne" +value: "264" +data: App\Entity\Region {#6499 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7038 +label: "Vientiane" +value: "366" +data: App\Entity\Region {#6506 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7039 +label: "Ville de Saint-Marin" +value: "434" +data: App\Entity\Region {#6513 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7040 +label: "Vilnius" +value: "373" +data: App\Entity\Region {#6520 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7041 +label: "Washington" +value: "307" +data: App\Entity\Region {#6527 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7042 +label: "Wellington" +value: "401" +data: App\Entity\Region {#6534 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7043 +label: "West Island" +value: "338" +data: App\Entity\Region {#6541 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7044 +label: "Windhoek" +value: "393" +data: App\Entity\Region {#6548 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7045 +label: "Woleu-Ntem" +value: "35" +data: App\Entity\Region {#6555 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7046 +label: "Yamoussoukro" +value: "209" +data: App\Entity\Region {#6562 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7047 +label: "Yaoundé" +value: "284" +data: App\Entity\Region {#6569 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7048 +label: "Yaren" +value: "394" +data: App\Entity\Region {#6576 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7049 +label: "Yerevan" +value: "261" +data: App\Entity\Region {#6583 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7050 +label: "Zaghouan" +value: "236" +data: App\Entity\Region {#6590 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7051 +label: "Zagreb" +value: "295" +data: App\Entity\Region {#6597 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7052 +label: "Ziguinchor" +value: "13" +data: App\Entity\Region {#6604 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7053 +label: "Zinder" +value: "151" +data: App\Entity\Region {#6611 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7054 +label: "Zou" +value: "247" +data: App\Entity\Region {#6618 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3511 -form: Symfony\Component\Form\Form {#1143 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3512 …5} |
full_name | "userbundle_user[residenceRegion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_residenceRegion" |
is_selected | Closure($choice, $value) {#7056 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "residenceRegion" |
placeholder | "graduate.select_your_residence_country" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_residenceRegion" |
valid | true |
value | "" |
phone
"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 | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 9 caractère" "placeholder" => "menu.phone_number" ] |
[ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 9 caractère" "placeholder" => "menu.phone_number" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 9 caractère" "placeholder" => "menu.phone_number" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#751 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 9 caractère" "placeholder" => "menu.phone_number" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_userbundle_user_phone" ] |
cache_key | "_userbundle_user_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7057 -form: Symfony\Component\Form\Form {#1237 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7058 …5} |
full_name | "userbundle_user[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_phone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_phone" |
valid | true |
value | "" |
validCode
"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 | [ "class" => "form-control" "placeholder" => "Code" ] |
[ "class" => "form-control" "placeholder" => "Code" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Code" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#748 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#725 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Code" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_userbundle_user_validCode" ] |
cache_key | "_userbundle_user_validCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7059 -form: Symfony\Component\Form\Form {#1160 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7060 …5} |
full_name | "userbundle_user[validCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_validCode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "validCode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_validCode" |
valid | true |
value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 4 caractère" "placeholder" => "Pseudo" ] |
[ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 4 caractère" "placeholder" => "Pseudo" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 4 caractère" "placeholder" => "Pseudo" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#727 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#730 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 4 caractère" "placeholder" => "Pseudo" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_userbundle_user_username" ] |
cache_key | "_userbundle_user_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7061 -form: Symfony\Component\Form\Form {#1247 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7062 …5} |
full_name | "userbundle_user[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_username" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_username" |
valid | true |
value | "" |
"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 | [ "class" => "form-control" "data-error" => "Email invalide" "placeholder" => "menu.email" ] |
[ "class" => "form-control" "data-error" => "Email invalide" "placeholder" => "menu.email" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "Email invalide" "placeholder" => "menu.email" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#832 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#834 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#833 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "Email invalide" "placeholder" => "menu.email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_userbundle_user_email" ] |
cache_key | "_userbundle_user_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7063 -form: Symfony\Component\Form\Form {#1202 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7064 …5} |
full_name | "userbundle_user[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_email" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
[ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_userbundle_user_password" ] |
cache_key | "_userbundle_user_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7065 -form: Symfony\Component\Form\Form {#1249 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7066 …5} |
full_name | "userbundle_user[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_password" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "menu.password" "attr" => [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] ] |
[ "label" => "menu.password" "attr" => [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] ] |
required | true |
same as passed value |
second_options | [ "label" => "Repeter le mot de passe" "attr" => [ "class" => "form-control" "placeholder" => "menu.confirm" ] ] |
[ "label" => "Repeter le mot de passe" "attr" => [ "class" => "form-control" "placeholder" => "menu.confirm" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#912 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "menu.password" "attr" => [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The values do not match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Repeter le mot de passe" "attr" => [ "class" => "form-control" "placeholder" => "menu.confirm" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#918 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#917 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_userbundle_user_plainPassword" ] |
cache_key | "_userbundle_user_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7067 -form: Symfony\Component\Form\Form {#1281 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7068 …5} |
full_name | "userbundle_user[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
[ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
error_bubbling | false |
false
|
label | "menu.password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "menu.password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1257 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-minlength" => "6" "data-error" => "Minimum 6" "placeholder" => "menu.password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_userbundle_user_plainPassword_first" ] |
cache_key | "_userbundle_user_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7072 -form: Symfony\Component\Form\Form {#1284 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7071 …5} |
full_name | "userbundle_user[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_plainPassword_first" |
label | "menu.password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_plainPassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "menu.confirm" ] |
[ "class" => "form-control" "placeholder" => "menu.confirm" ] |
error_bubbling | false |
false
|
label | "Repeter le mot de passe" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" "placeholder" => "menu.confirm" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1264 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Repeter le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1265 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "menu.confirm" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_userbundle_user_plainPassword_second" ] |
cache_key | "_userbundle_user_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7073 -form: Symfony\Component\Form\Form {#1287 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7074 …5} |
full_name | "userbundle_user[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_plainPassword_second" |
label | "Repeter le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_plainPassword_second" |
valid | true |
value | "" |
profils
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control select2" ] |
[ "class" => "form-control select2" ] |
class | "App\Entity\Role" |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $r) {#672 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#868 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#883 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ig" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#862 #from: "App\Entity\Role" #alias: "ig" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#874 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ig.pseudo ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT ig FROM App\Entity\Role ig ORDER BY ig.pseudo ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#876 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control select2" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1034 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#891 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#938 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#887 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#896 …} } |
choices | null |
class | "App\Entity\Role" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1022 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#898 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#868 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#883 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ig" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#862 #from: "App\Entity\Role" #alias: "ig" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#874 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ig.pseudo ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT ig FROM App\Entity\Role ig ORDER BY ig.pseudo ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#876 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#902 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_profils" ] |
cache_key | "_userbundle_user_profils_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7077 +label: "ROLE_ADMIN" +value: "1" +data: App\Entity\Role {#7090 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7082 +label: "ROLE_ENQUETEUR" +value: "2" +data: App\Entity\Role {#7092 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7075 +label: "ROLE_ENTREPRISE" +value: "3" +data: App\Entity\Role {#7093 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7085 +label: "ROLE_ETABLISSEMENT" +value: "5" +data: App\Entity\Role {#7094 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7078 +label: "ROLE_LEGISLATEUR" +value: "6" +data: App\Entity\Role {#7095 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7098 +label: "ROLE_DIPLOME" +value: "12" +data: App\Entity\Role {#7096 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7099 +label: "PRINCIPAL" +value: "13" +data: App\Entity\Role {#7097 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#553 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7069 -form: Symfony\Component\Form\Form {#1290 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7070 …5} |
full_name | "userbundle_user[profils][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_profils" |
is_selected | Closure($choice, array $values) {#7101 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "profils" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_profils" |
valid | true |
value | [] |
typePerson
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "menu.company" => "ROLE_ENTREPRISE" "menu.establishment" => "ROLE_ETABLISSEMENT" "menu.graduate" => "ROLE_DIPLOME" ] |
[ "menu.company" => "ROLE_ENTREPRISE" "menu.establishment" => "ROLE_ETABLISSEMENT" "menu.graduate" => "ROLE_DIPLOME" ] |
mapped | false |
false
|
placeholder | "menu.select" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "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 | null |
choices | [ "menu.company" => "ROLE_ENTREPRISE" "menu.establishment" => "ROLE_ETABLISSEMENT" "menu.graduate" => "ROLE_DIPLOME" ] |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "menu.select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1024 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1014 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_userbundle_user_typePerson" ] |
cache_key | "_userbundle_user_typePerson_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7104 +label: "menu.company" +value: "ROLE_ENTREPRISE" +data: "ROLE_ENTREPRISE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7105 +label: "menu.establishment" +value: "ROLE_ETABLISSEMENT" +data: "ROLE_ETABLISSEMENT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7106 +label: "menu.graduate" +value: "ROLE_DIPLOME" +data: "ROLE_DIPLOME" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7102 -form: Symfony\Component\Form\Form {#1293 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7103 …5} |
full_name | "userbundle_user[typePerson]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_typePerson" |
is_selected | Closure($choice, $value) {#7108 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "typePerson" |
placeholder | "menu.select" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_typePerson" |
valid | true |
value | "" |
adminRegions
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control select2" ] |
[ "class" => "form-control select2" ] |
class | "App\Entity\Region" |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#675 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#1036 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1047 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1046 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [ "r" => [ Doctrine\ORM\Query\Expr\Join {#1045 #joinType: "LEFT" #join: "r.country" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1052 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Region r LEFT JOIN r.country c WHERE c.valid = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#1048 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "r" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control select2" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1070 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1050 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1088 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1051 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#805 …} } |
choices | null |
class | "App\Entity\Region" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#958 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#787 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1036 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1047 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1046 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [ "r" => [ Doctrine\ORM\Query\Expr\Join {#1045 #joinType: "LEFT" #join: "r.country" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1052 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.valid = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Region r LEFT JOIN r.country c WHERE c.valid = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#1048 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "r" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1038 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_adminRegions" ] |
cache_key | "_userbundle_user_adminRegions_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7111 +label: "Extrême-Nord" +value: "37" +data: App\Entity\Region {#4392 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7113 +label: "Nord" +value: "38" +data: App\Entity\Region {#5547 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7115 +label: "Adamaoua" +value: "39" +data: App\Entity\Region {#3573 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7118 +label: "Centre" +value: "40" +data: App\Entity\Region {#4140 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7117 +label: "Littoral" +value: "41" +data: App\Entity\Region {#5022 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7112 +label: "Ouest" +value: "42" +data: App\Entity\Region {#5715 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7123 +label: "Nord-Ouest" +value: "43" +data: App\Entity\Region {#5575 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7121 +label: "Sud-Ouest" +value: "44" +data: App\Entity\Region {#6268 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7119 +label: "Est" +value: "46" +data: App\Entity\Region {#4378 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7114 +label: "Sud" +value: "47" +data: App\Entity\Region {#6240 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7124 +label: "Yaoundé" +value: "284" +data: App\Entity\Region {#6569 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#514 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7109 -form: Symfony\Component\Form\Form {#1296 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7110 …5} |
full_name | "userbundle_user[adminRegions][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_adminRegions" |
is_selected | Closure($choice, array $values) {#7126 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "adminRegions" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_adminRegions" |
valid | true |
value | [] |
adminCities
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control select2" "id" => "idAdminCities" ] |
[ "class" => "form-control select2" "id" => "idAdminCities" ] |
class | "App\Entity\City" |
same as passed value |
multiple | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control select2" "id" => "idAdminCities" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1125 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1058 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1119 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1120 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1121 …} } |
choices | null |
class | "App\Entity\City" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1077 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1071 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1060 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control select2" "id" => "idAdminCities" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_adminCities" ] |
cache_key | "_userbundle_user_adminCities_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7129 +label: "Country.senegal - Dakar - Yoff-Mermoz" +value: "1" +data: App\Entity\City {#7138 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7131 +label: "Country.senegal - Dakar - Pikine" +value: "3" +data: App\Entity\City {#7156 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7142 +label: "Country.senegal - Thiès - Thiès" +value: "5" +data: App\Entity\City {#7177 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7143 +label: "Country.senegal - Diourbel - Touba" +value: "6" +data: App\Entity\City {#7193 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7151 +label: "Country.senegal - Dakar - Guédiawaye" +value: "7" +data: App\Entity\City {#7190 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7130 +label: "Country.senegal - Kaolack - Kaolack" +value: "8" +data: App\Entity\City {#7187 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7136 +label: "Country.senegal - Thiès - Mbour" +value: "9" +data: App\Entity\City {#7178 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7145 +label: "Country.senegal - Saint Louis - Saint-Louis" +value: "10" +data: App\Entity\City {#7196 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7133 +label: "Country.senegal - Dakar - Rufisque" +value: "11" +data: App\Entity\City {#7199 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7132 +label: "Country.senegal - Ziguinchor - Ziguinchor" +value: "12" +data: App\Entity\City {#7202 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7140 +label: "Country.senegal - Diourbel - Diourbel" +value: "13" +data: App\Entity\City {#7205 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8814 +label: "Country.senegal - Louga - Louga" +value: "14" +data: App\Entity\City {#7208 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8815 +label: "Country.senegal - Tambacounda - Tambacounda" +value: "15" +data: App\Entity\City {#7211 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8816 +label: "Country.senegal - Diourbel - Mbacké" +value: "16" +data: App\Entity\City {#7214 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8817 +label: "Country.senegal - Kolda - Kolda" +value: "17" +data: App\Entity\City {#7217 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8818 +label: "Country.senegal - Saint Louis - Richard-Toll" +value: "18" +data: App\Entity\City {#7220 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8819 +label: "Country.senegal - Dakar - Bargny" +value: "19" +data: App\Entity\City {#7223 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8820 +label: "Country.senegal - Thiès - Tivaouane" +value: "20" +data: App\Entity\City {#7226 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8821 +label: "Country.senegal - Thiès - Joal-Fadiouth" +value: "21" +data: App\Entity\City {#7229 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8822 +label: "Country.senegal - Fatick - Fatick" +value: "22" +data: App\Entity\City {#7232 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8823 +label: "Country.senegal - Matam - Matam" +value: "23" +data: App\Entity\City {#7235 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8824 +label: "Country.senegal - Kaffrine - Kaffrine" +value: "24" +data: App\Entity\City {#7238 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8825 +label: "Country.senegal - Kédougou - Kédougou" +value: "25" +data: App\Entity\City {#7241 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8826 +label: "Country.senegal - Sédhiou - Sédhiou" +value: "26" +data: App\Entity\City {#7244 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8827 +label: "Country.republic_of_congo - Brazzaville - Brazzaville" +value: "27" +data: App\Entity\City {#7247 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8828 +label: "Country.republic_of_congo - Pointe-Noire - Pointe-Noire" +value: "28" +data: App\Entity\City {#7250 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8829 +label: "Country.republic_of_congo - Plateaux - Djambala" +value: "29" +data: App\Entity\City {#7253 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8830 +label: "Country.republic_of_congo - Niari - Dolisie" +value: "30" +data: App\Entity\City {#7256 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8831 +label: "Country.republic_of_congo - Likouala - Impfondo" +value: "31" +data: App\Entity\City {#7259 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8832 +label: "Country.republic_of_congo - Pool - Kinkala" +value: "32" +data: App\Entity\City {#7262 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8833 +label: "Country.republic_of_congo - Kouilou - Loango" +value: "33" +data: App\Entity\City {#7265 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8834 +label: "Country.republic_of_congo - Bouenza - Madingou" +value: "34" +data: App\Entity\City {#7268 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8835 +label: "Country.republic_of_congo - Sangha - Ouesso" +value: "35" +data: App\Entity\City {#7271 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8836 +label: "Country.republic_of_congo - Cuvette - Owando" +value: "36" +data: App\Entity\City {#7274 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8837 +label: "Country.republic_of_congo - Lékoumou - Sibiti" +value: "37" +data: App\Entity\City {#7277 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8838 +label: "Country.gabon - Estuaire - Libreville" +value: "38" +data: App\Entity\City {#7280 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8839 +label: "Country.gabon - Haut-Ogooué - Franceville" +value: "39" +data: App\Entity\City {#7283 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8840 +label: "Country.gabon - Moyen-Ogooué - Lambaréné" +value: "40" +data: App\Entity\City {#7286 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8841 +label: "Country.gabon - Ngounié - Mouila" +value: "41" +data: App\Entity\City {#7289 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8842 +label: "Country.gabon - Nyanga - Tchibanga" +value: "42" +data: App\Entity\City {#7292 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8843 +label: "Country.gabon - Ogooué-Ivindo - Makokou" +value: "43" +data: App\Entity\City {#7295 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8844 +label: "Country.gabon - Ogooué-Lolo - Koulamoutou" +value: "44" +data: App\Entity\City {#7298 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8845 +label: "Country.gabon - Ogooué-Maritime - Port-Gentil" +value: "45" +data: App\Entity\City {#7301 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8846 +label: "Country.gabon - Woleu-Ntem - Oyem" +value: "46" +data: App\Entity\City {#7304 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8847 +label: "Country.gabon - Estuaire - Ntoum" +value: "47" +data: App\Entity\City {#7307 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8848 +label: "Country.gabon - Haut-Ogooué - Moanda" +value: "48" +data: App\Entity\City {#7310 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8849 +label: "Country.burundi - Bujumbura - Bujumbura (Mairie)" +value: "49" +data: App\Entity\City {#7313 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8850 +label: "Country.cameroon - Extrême-Nord - Maroua" +value: "50" +data: App\Entity\City {#7316 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8851 +label: "Country.cameroon - Nord - Garoua" +value: "51" +data: App\Entity\City {#7319 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8852 +label: "Country.cameroon - Adamaoua - Ngaoundéré" +value: "52" +data: App\Entity\City {#7322 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8853 +label: "Country.cameroon - Est - Bertoua" +value: "53" +data: App\Entity\City {#7325 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8854 +label: "Country.cameroon - Centre - Yaoundé" +value: "54" +data: App\Entity\City {#7328 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8855 +label: "Country.cameroon - Sud - Ebolowa" +value: "55" +data: App\Entity\City {#7331 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8856 +label: "Country.cameroon - Littoral - Douala" +value: "56" +data: App\Entity\City {#7334 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8857 +label: "Country.cameroon - Ouest - Bafoussam" +value: "57" +data: App\Entity\City {#7337 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8858 +label: "Country.cameroon - Nord-Ouest - Bamenda" +value: "58" +data: App\Entity\City {#7340 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8859 +label: "Country.cameroon - Sud-Ouest - Buéa" +value: "59" +data: App\Entity\City {#7343 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8860 +label: "Country.ivory_coast - Abidjan - Abidjan" +value: "60" +data: App\Entity\City {#7346 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8861 +label: "Country.burundi - Bujumbura - Bujumbura Rural" +value: "61" +data: App\Entity\City {#7349 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8862 +label: "Country.burundi - Bubanza - Bubanza" +value: "62" +data: App\Entity\City {#7352 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8863 +label: "Country.burundi - Bururi - Bururi" +value: "63" +data: App\Entity\City {#7355 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8864 +label: "Country.burundi - Cankuzo - Cankuzo" +value: "64" +data: App\Entity\City {#7358 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8865 +label: "Country.burundi - Cibitoke - Cibitoke" +value: "65" +data: App\Entity\City {#7361 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8866 +label: "Country.burundi - Gitega - Gitega" +value: "66" +data: App\Entity\City {#7364 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8867 +label: "Country.burundi - Karuzi - Karuzi" +value: "67" +data: App\Entity\City {#7367 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8868 +label: "Country.burundi - Kayanza - Kayanza" +value: "68" +data: App\Entity\City {#7370 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8869 +label: "Country.burundi - Kirundo - Kirundo" +value: "69" +data: App\Entity\City {#7373 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8870 +label: "Country.burundi - Makamba - Makamba" +value: "70" +data: App\Entity\City {#7376 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8871 +label: "Country.burundi - Muramvya - Muramvya" +value: "71" +data: App\Entity\City {#7379 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8872 +label: "Country.burundi - Muyinga - Muyinga" +value: "72" +data: App\Entity\City {#7382 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8873 +label: "Country.burundi - Mwaro - Mwaro" +value: "73" +data: App\Entity\City {#7385 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8874 +label: "Country.burundi - Ngozi - Ngozi" +value: "74" +data: App\Entity\City {#7388 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8875 +label: "Country.burundi - Rumonge - Rumonge" +value: "75" +data: App\Entity\City {#722 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8876 +label: "Country.burundi - Rutana - Rutana" +value: "76" +data: App\Entity\City {#7392 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8877 +label: "Country.burundi - Ruyigi - Ruyigi" +value: "77" +data: App\Entity\City {#7395 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8878 +label: "Country.comoros - Moroni-Bambao, Île de Grande Comore (Ngazidja) - Moroni" +value: "78" +data: App\Entity\City {#7398 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8879 +label: "Country.comoros - Hambou, Île de Grande Comore (Ngazidja) - Mitsoudjé" +value: "79" +data: App\Entity\City {#7401 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8880 +label: "Country.comoros - Mbadjini-Ouest, Île de Grande Comore (Ngazidja) - Dembéni" +value: "80" +data: App\Entity\City {#7404 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8881 +label: "Country.comoros - Mbadjini-Est, Île de Grande Comore (Ngazidja) - Foumbouni" +value: "81" +data: App\Entity\City {#7407 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8882 +label: "Country.comoros - Oichili-Dimani, Île de Grande Comore (Ngazidja) - Koimbani" +value: "82" +data: App\Entity\City {#7410 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8883 +label: "Country.comoros - Hamahamet-Mboinkou, Île de Grande Comore (Ngazidja) - Mbéni" +value: "83" +data: App\Entity\City {#7413 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8884 +label: "Country.comoros - Mitsamiouli-Mboudé, Île de Grande Comore (Ngazidja) - Mitsamiouli" +value: "84" +data: App\Entity\City {#7416 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8885 +label: "Country.comoros - Préfecture d'Itsandra-Hamanvou, Île de Grande Comore (Ngazidja) - N'Tsoudjini" +value: "85" +data: App\Entity\City {#7419 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8886 +label: "Country.comoros - Mutsamudu, Île de Anjouan (Ndzwani) - Mutsamudu" +value: "86" +data: App\Entity\City {#7422 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8887 +label: "Country.comoros - Ouani, Île de Anjouan (Ndzwani) - Ouani" +value: "87" +data: App\Entity\City {#7425 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8888 +label: "Country.comoros - Domoni, Île de Anjouan (Ndzwani) - Domoni" +value: "88" +data: App\Entity\City {#7428 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8889 +label: "Country.comoros - Mrémani, Île de Anjouan (Ndzwani) - Mrémani" +value: "89" +data: App\Entity\City {#7431 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8890 +label: "Country.comoros - Sima, Île de Anjouan (Ndzwani) - Sima" +value: "90" +data: App\Entity\City {#7434 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8891 +label: "Country.comoros - Fomboni, Île de Mohéli (Mwali) - Fomboni" +value: "91" +data: App\Entity\City {#7437 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8892 +label: "Country.comoros - Nioumachoi, Île de Mohéli (Mwali) - Nioumachoua" +value: "92" +data: App\Entity\City {#7440 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8893 +label: "Country.comoros - Djando, Île de Mohéli (Mwali) - Wanani" +value: "93" +data: App\Entity\City {#7443 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8894 +label: "Country.comoros - Hambou, Île de Grande Comore (Ngazidja) - Chouani" +value: "94" +data: App\Entity\City {#7446 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8895 +label: "Country.haiti - Artibonite - Gonaïves" +value: "96" +data: App\Entity\City {#7449 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8896 +label: "Country.haiti - Centre - Hinche" +value: "97" +data: App\Entity\City {#7452 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8897 +label: "Country.haiti - Grand'Anse - Jérémie" +value: "98" +data: App\Entity\City {#7455 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8898 +label: "Country.haiti - Nippes - Miragoâne" +value: "99" +data: App\Entity\City {#7458 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8899 +label: "Country.haiti - Nord - Cap-Haïtien" +value: "100" +data: App\Entity\City {#7461 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8900 +label: "Country.haiti - Nord-Est - Fort-Liberté" +value: "101" +data: App\Entity\City {#7464 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8901 +label: "Country.haiti - Nord-Ouest - Port-de-Paix" +value: "102" +data: App\Entity\City {#7467 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8902 +label: "Country.haiti - Ouest - Port-au-Prince" +value: "103" +data: App\Entity\City {#7470 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8903 +label: "Country.haiti - Sud - Les Cayes" +value: "104" +data: App\Entity\City {#7473 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8904 +label: "Country.haiti - Centre - Mirebalais" +value: "106" +data: App\Entity\City {#7476 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8905 +label: "Country.cameroon - Extrême-Nord - Kousséri" +value: "110" +data: App\Entity\City {#7479 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8906 +label: "Country.cameroon - Extrême-Nord - Yagoua" +value: "112" +data: App\Entity\City {#7482 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8907 +label: "Country.cameroon - Extrême-Nord - Kaélé" +value: "113" +data: App\Entity\City {#7485 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8908 +label: "Country.cameroon - Extrême-Nord - Mora" +value: "114" +data: App\Entity\City {#7488 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8909 +label: "Country.cameroon - Extrême-Nord - Mokolo" +value: "115" +data: App\Entity\City {#7491 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8910 +label: "Country.cameroon - Nord - Poli" +value: "116" +data: App\Entity\City {#7494 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8911 +label: "Country.cameroon - Nord - Guider" +value: "117" +data: App\Entity\City {#7497 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8912 +label: "Country.cameroon - Nord - Tcholliré" +value: "118" +data: App\Entity\City {#7500 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8913 +label: "Country.cameroon - Adamaoua - Tibati" +value: "119" +data: App\Entity\City {#7503 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8914 +label: "Country.cameroon - Adamaoua - Tignère" +value: "120" +data: App\Entity\City {#7506 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8915 +label: "Country.cameroon - Adamaoua - Banyo" +value: "121" +data: App\Entity\City {#7509 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8916 +label: "Country.cameroon - Adamaoua - Meiganga" +value: "122" +data: App\Entity\City {#7512 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8917 +label: "Country.cameroon - Centre - Nanga-Eboko" +value: "124" +data: App\Entity\City {#7515 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8918 +label: "Country.cameroon - Centre - Monatele" +value: "125" +data: App\Entity\City {#7518 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8919 +label: "Country.cameroon - Centre - Bafia" +value: "126" +data: App\Entity\City {#7521 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8920 +label: "Country.cameroon - Centre - Ntui" +value: "127" +data: App\Entity\City {#7524 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8921 +label: "Country.cameroon - Centre - Mfou" +value: "128" +data: App\Entity\City {#7527 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8922 +label: "Country.cameroon - Centre - Ngoumou" +value: "129" +data: App\Entity\City {#7530 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8923 +label: "Country.cameroon - Centre - Éséka" +value: "130" +data: App\Entity\City {#7533 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8924 +label: "Country.cameroon - Centre - Akonolinga" +value: "131" +data: App\Entity\City {#7536 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8925 +label: "Country.cameroon - Centre - Mbalmayo" +value: "132" +data: App\Entity\City {#7539 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8926 +label: "Country.cameroon - Littoral - Nkongsamba" +value: "133" +data: App\Entity\City {#7542 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8927 +label: "Country.cameroon - Littoral - Yabassi" +value: "134" +data: App\Entity\City {#7545 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8928 +label: "Country.cameroon - Littoral - Édéa" +value: "135" +data: App\Entity\City {#7548 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8929 +label: "Country.cameroon - Ouest - Mbouda" +value: "136" +data: App\Entity\City {#7551 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8930 +label: "Country.cameroon - Ouest - Bafang" +value: "137" +data: App\Entity\City {#7554 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8931 +label: "Country.cameroon - Ouest - Baham" +value: "138" +data: App\Entity\City {#7557 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8932 +label: "Country.cameroon - Ouest - Bandjoun" +value: "139" +data: App\Entity\City {#7560 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8933 +label: "Country.cameroon - Ouest - Dschang" +value: "140" +data: App\Entity\City {#7563 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8934 +label: "Country.cameroon - Ouest - Bangangté" +value: "142" +data: App\Entity\City {#7566 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8935 +label: "Country.cameroon - Ouest - Foumban" +value: "143" +data: App\Entity\City {#7569 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8936 +label: "Country.cameroon - Nord-Ouest - Fundong" +value: "144" +data: App\Entity\City {#7572 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8937 +label: "Country.cameroon - Nord-Ouest - Kumbo" +value: "145" +data: App\Entity\City {#7575 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8938 +label: "Country.cameroon - Nord-Ouest - NKambé" +value: "146" +data: App\Entity\City {#7578 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8939 +label: "Country.cameroon - Nord-Ouest - Wum -" +value: "147" +data: App\Entity\City {#7581 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8940 +label: "Country.cameroon - Nord-Ouest - Mbengwi" +value: "149" +data: App\Entity\City {#7584 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8941 +label: "Country.cameroon - Nord-Ouest - Ndop" +value: "150" +data: App\Entity\City {#7587 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8942 +label: "Country.cameroon - Sud-Ouest - Limbe" +value: "151" +data: App\Entity\City {#7590 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8943 +label: "Country.cameroon - Sud-Ouest - Bangem" +value: "152" +data: App\Entity\City {#7593 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8944 +label: "Country.cameroon - Sud-Ouest - Menji" +value: "153" +data: App\Entity\City {#7596 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8945 +label: "Country.cameroon - Sud-Ouest - Manfé" +value: "154" +data: App\Entity\City {#7599 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8946 +label: "Country.cameroon - Sud-Ouest - Kumba" +value: "155" +data: App\Entity\City {#7602 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8947 +label: "Country.cameroon - Sud-Ouest - Mundemba" +value: "156" +data: App\Entity\City {#7605 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8948 +label: "Country.cameroon - Est - Yokadouma" +value: "157" +data: App\Entity\City {#7608 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8949 +label: "Country.cameroon - Est - Abong-Mbang" +value: "158" +data: App\Entity\City {#7611 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8950 +label: "Country.cameroon - Est - Batouri" +value: "159" +data: App\Entity\City {#7614 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8951 +label: "Country.cameroon - Sud - Sangmélima" +value: "161" +data: App\Entity\City {#7617 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8952 +label: "Country.cameroon - Sud - Kribi" +value: "163" +data: App\Entity\City {#7620 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8953 +label: "Country.cameroon - Sud - Ambam" +value: "164" +data: App\Entity\City {#7623 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8954 +label: "Country.guinea - Conakry - Conakry" +value: "165" +data: App\Entity\City {#7626 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8955 +label: "Country.guinea - Kankan - Kankan" +value: "166" +data: App\Entity\City {#7629 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8956 +label: "Country.guinea - Labé - Labé" +value: "167" +data: App\Entity\City {#7632 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8957 +label: "Country.guinea - Mamou - Mamou" +value: "168" +data: App\Entity\City {#7635 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8958 +label: "Country.guinea - Faranah - Faranah" +value: "169" +data: App\Entity\City {#7638 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8959 +label: "Country.guinea - Kindia - Kindia" +value: "170" +data: App\Entity\City {#7641 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8960 +label: "Country.guinea - Boké - Boké" +value: "171" +data: App\Entity\City {#7644 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8961 +label: "Country.guinea - Nzérékoré - Nzérékoré" +value: "172" +data: App\Entity\City {#7647 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8962 +label: "Country.mali - Bamako - Bamako" +value: "173" +data: App\Entity\City {#7650 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8963 +label: "Country.madagascar - Diana - Antsiranana I" +value: "174" +data: App\Entity\City {#7653 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8964 +label: "Country.madagascar - Sava - Sambava" +value: "175" +data: App\Entity\City {#7656 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8965 +label: "Country.madagascar - Itasy - Miarinarivo" +value: "176" +data: App\Entity\City {#7659 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8966 +label: "Country.madagascar - Analamanga - Antananarivo" +value: "177" +data: App\Entity\City {#7662 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8967 +label: "Country.madagascar - Vakinankaratra - Antsirabe I" +value: "178" +data: App\Entity\City {#7665 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8968 +label: "Country.madagascar - Bongolava - Tsiroanomandidy" +value: "179" +data: App\Entity\City {#7668 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8969 +label: "Country.madagascar - Sofia - Antsohihy" +value: "180" +data: App\Entity\City {#7671 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8970 +label: "Country.madagascar - Boeny - Majunga I" +value: "181" +data: App\Entity\City {#7674 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8971 +label: "Country.madagascar - Betsiboka - Maevatanana" +value: "182" +data: App\Entity\City {#7677 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8972 +label: "Country.madagascar - Melaky - Maintirano" +value: "183" +data: App\Entity\City {#7680 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8973 +label: "Country.madagascar - Alaotra-Mangoro - Ambatondrazaka" +value: "184" +data: App\Entity\City {#7683 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8974 +label: "Country.madagascar - Atsinanana - Tamatave I" +value: "185" +data: App\Entity\City {#7686 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8975 +label: "Country.madagascar - Analanjirofo - Fénérive Est" +value: "186" +data: App\Entity\City {#7689 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8976 +label: "Country.madagascar - Amoron'i Mania - Ambositra" +value: "187" +data: App\Entity\City {#7692 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8977 +label: "Country.madagascar - Haute Matsiatra - Fianarantsoa" +value: "188" +data: App\Entity\City {#7695 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8978 +label: "Country.madagascar - Fitovinany - Manakara" +value: "189" +data: App\Entity\City {#7698 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8979 +label: "Country.madagascar - Atsimo-Atsinanana - Farafangana" +value: "190" +data: App\Entity\City {#7701 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8980 +label: "Country.madagascar - Ihorombe - Ihosy" +value: "191" +data: App\Entity\City {#7704 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8981 +label: "Country.madagascar - Menabe - Morondava" +value: "192" +data: App\Entity\City {#7707 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8982 +label: "Country.madagascar - Atsimo-Andrefana - Tuléar I" +value: "193" +data: App\Entity\City {#7710 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8983 +label: "Country.madagascar - Androy - Ambovombe-Androy" +value: "194" +data: App\Entity\City {#7713 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8984 +label: "Country.madagascar - Anôsy - Tôlanaro" +value: "195" +data: App\Entity\City {#7716 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8985 +label: "Country.madagascar - Fitovinany - Ikongo" +value: "196" +data: App\Entity\City {#7719 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8986 +label: "Country.madagascar - Fitovinany - Vohipeno" +value: "197" +data: App\Entity\City {#7722 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8987 +label: "Country.madagascar - Vatovavy - Mananjary" +value: "198" +data: App\Entity\City {#7725 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8988 +label: "Country.madagascar - Vatovavy - Nosy varika" +value: "199" +data: App\Entity\City {#7728 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8989 +label: "Country.madagascar - Vatovavy - Ifanadina" +value: "200" +data: App\Entity\City {#7731 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8990 +label: "Country.madagascar - Atsinanana - Tamatave II" +value: "201" +data: App\Entity\City {#7734 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8991 +label: "Country.togo - Maritime - Tsévié" +value: "202" +data: App\Entity\City {#7737 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8992 +label: "Country.togo - Plateaux - Atakpamé" +value: "203" +data: App\Entity\City {#7740 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8993 +label: "Country.togo - Centrale - Sokodé" +value: "204" +data: App\Entity\City {#7743 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8994 +label: "Country.togo - Kara - Kara" +value: "205" +data: App\Entity\City {#7746 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8995 +label: "Country.togo - Savanes - Dapaong" +value: "206" +data: App\Entity\City {#7749 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8996 +label: "Country.togo - Maritime - Lomé" +value: "207" +data: App\Entity\City {#7752 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8997 +label: "Country.togo - Plateaux - Kpalimé" +value: "208" +data: App\Entity\City {#7755 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8998 +label: "Country.togo - Kara - Bassar" +value: "209" +data: App\Entity\City {#7758 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8999 +label: "Country.togo - Maritime - Aného" +value: "210" +data: App\Entity\City {#7761 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9000 +label: "Country.togo - Savanes - Mango" +value: "211" +data: App\Entity\City {#7764 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9001 +label: "Country.togo - Centrale - Tchamba" +value: "212" +data: App\Entity\City {#7767 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9002 +label: "Country.togo - Kara - Niamtougou" +value: "213" +data: App\Entity\City {#7770 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9003 +label: "Country.togo - Kara - Bafilo" +value: "214" +data: App\Entity\City {#7773 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9004 +label: "Country.togo - Plateaux - Notsé" +value: "215" +data: App\Entity\City {#7776 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9005 +label: "Country.togo - Centrale - Sotouboua" +value: "216" +data: App\Entity\City {#7779 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9006 +label: "Country.togo - Maritime - Vogan" +value: "217" +data: App\Entity\City {#7782 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9007 +label: "Country.togo - Plateaux - Badou" +value: "218" +data: App\Entity\City {#7785 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9008 +label: "Country.togo - Savanes - Biankouri" +value: "219" +data: App\Entity\City {#7788 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9009 +label: "Country.togo - Maritime - Tabligbo" +value: "220" +data: App\Entity\City {#7791 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9010 +label: "Country.togo - Kara - Kandé" +value: "221" +data: App\Entity\City {#7794 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9011 +label: "Country.togo - Plateaux - Amlamé" +value: "222" +data: App\Entity\City {#7797 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9012 +label: "Country.togo - Savanes - Galangachi" +value: "223" +data: App\Entity\City {#7800 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9013 +label: "Country.togo - Kara - Kpagouda" +value: "224" +data: App\Entity\City {#7803 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9014 +label: "Country.senegal - Kaolack - Nioro du Rip" +value: "225" +data: App\Entity\City {#7806 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9015 +label: "Country.senegal - Dakar - Sébikhotane" +value: "226" +data: App\Entity\City {#7809 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9016 +label: "Country.senegal - Dakar - Yarakh" +value: "227" +data: App\Entity\City {#7812 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9017 +label: "Country.senegal - Dakar - Ouakam" +value: "228" +data: App\Entity\City {#7815 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9018 +label: "Country.djibouti - Djibouti - Djibouti" +value: "229" +data: App\Entity\City {#7818 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9019 +label: "Country.djibouti - Ali Sabieh - Ali Sabieh" +value: "230" +data: App\Entity\City {#7821 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9020 +label: "Country.djibouti - Arta - Arta" +value: "231" +data: App\Entity\City {#7824 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9021 +label: "Country.djibouti - Dikhil - Dikhil" +value: "232" +data: App\Entity\City {#7827 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9022 +label: "Country.djibouti - Tadjoura - Tadjoura" +value: "233" +data: App\Entity\City {#7830 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9023 +label: "Country.djibouti - Obock - Obock" +value: "234" +data: App\Entity\City {#7833 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9024 +label: "Country.democratic_republic_of_congo - Bas-Uele - Buta" +value: "235" +data: App\Entity\City {#7836 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9025 +label: "Country.democratic_republic_of_congo - Équateur - Mbandaka" +value: "236" +data: App\Entity\City {#7839 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9026 +label: "Country.democratic_republic_of_congo - Haut-Katanga - Lubumbashi" +value: "237" +data: App\Entity\City {#7842 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9027 +label: "Country.democratic_republic_of_congo - Haut-Lomami - Kamina" +value: "238" +data: App\Entity\City {#7845 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9028 +label: "Country.democratic_republic_of_congo - Haut-Uele - Isiro" +value: "239" +data: App\Entity\City {#7848 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9029 +label: "Country.democratic_republic_of_congo - Ituri - Bunia" +value: "240" +data: App\Entity\City {#7851 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9030 +label: "Country.democratic_republic_of_congo - Kasaï - Tshikapa" +value: "241" +data: App\Entity\City {#7854 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9031 +label: "Country.democratic_republic_of_congo - Kasaï central - Kananga" +value: "242" +data: App\Entity\City {#7857 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9032 +label: "Country.democratic_republic_of_congo - Kasaï oriental - Mbuji-Mayi" +value: "243" +data: App\Entity\City {#7860 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9033 +label: "Country.democratic_republic_of_congo - Kinshasa - Kinshasa" +value: "244" +data: App\Entity\City {#7863 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9034 +label: "Country.democratic_republic_of_congo - Kongo-Central - Matadi" +value: "245" +data: App\Entity\City {#7866 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9035 +label: "Country.democratic_republic_of_congo - Kwango - Kenge" +value: "246" +data: App\Entity\City {#7869 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9036 +label: "Country.democratic_republic_of_congo - Kwilu - Bandundu" +value: "247" +data: App\Entity\City {#7872 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9037 +label: "Country.democratic_republic_of_congo - Lomami - Kabinda" +value: "248" +data: App\Entity\City {#7875 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9038 +label: "Country.democratic_republic_of_congo - Lualaba - Kolwezi" +value: "249" +data: App\Entity\City {#7878 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9039 +label: "Country.democratic_republic_of_congo - Mai-Ndombe - Inongo" +value: "250" +data: App\Entity\City {#7881 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9040 +label: "Country.democratic_republic_of_congo - Maniema - Kindu" +value: "251" +data: App\Entity\City {#7884 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9041 +label: "Country.democratic_republic_of_congo - Mongala - Lisala" +value: "252" +data: App\Entity\City {#7887 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9042 +label: "Country.democratic_republic_of_congo - Nord-Kivu - Goma" +value: "253" +data: App\Entity\City {#7890 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9043 +label: "Country.democratic_republic_of_congo - Nord-Ubangi - Gbadolite" +value: "254" +data: App\Entity\City {#7893 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9044 +label: "Country.democratic_republic_of_congo - Sankuru - Lusambo" +value: "255" +data: App\Entity\City {#7896 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9045 +label: "Country.democratic_republic_of_congo - Sud-Kivu - Bukavu" +value: "256" +data: App\Entity\City {#7899 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9046 +label: "Country.democratic_republic_of_congo - Sud-Ubangi - Gemena" +value: "257" +data: App\Entity\City {#7902 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9047 +label: "Country.democratic_republic_of_congo - Tanganyika - Kalemie" +value: "258" +data: App\Entity\City {#7905 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9048 +label: "Country.democratic_republic_of_congo - Tshopo - Kisangani" +value: "259" +data: App\Entity\City {#7908 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9049 +label: "Country.democratic_republic_of_congo - Tshuapa - Boende" +value: "260" +data: App\Entity\City {#7911 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9050 +label: "Country.niger - Agadez - Agadez" +value: "261" +data: App\Entity\City {#7914 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9051 +label: "Country.niger - Diffa - Diffa" +value: "262" +data: App\Entity\City {#7917 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9052 +label: "Country.niger - Dosso - Dosso" +value: "263" +data: App\Entity\City {#7920 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9053 +label: "Country.niger - Maradi - Maradi" +value: "264" +data: App\Entity\City {#7923 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9054 +label: "Country.niger - Tahoua - Tahoua" +value: "265" +data: App\Entity\City {#7926 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9055 +label: "Country.niger - Tillabéri - Tillabéri" +value: "266" +data: App\Entity\City {#7929 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9056 +label: "Country.niger - Zinder - Zinder" +value: "267" +data: App\Entity\City {#7932 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9057 +label: "Country.niger - Niamey - Niamey" +value: "268" +data: App\Entity\City {#7935 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9058 +label: "Country.ivory_coast - Agnéby-Tiassa - Agboville" +value: "312" +data: App\Entity\City {#7938 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9059 +label: "Country.ivory_coast - Bafing - Koro" +value: "314" +data: App\Entity\City {#7941 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9060 +label: "Country.ivory_coast - Bafing - Touba" +value: "315" +data: App\Entity\City {#7944 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9061 +label: "Country.ivory_coast - Bagoué - Boundiali" +value: "316" +data: App\Entity\City {#7947 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9062 +label: "Country.ivory_coast - Yamoussoukro - Yamoussoukro" +value: "317" +data: App\Entity\City {#7950 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9063 +label: "Country.tunisia - Ariana - Ariana" +value: "318" +data: App\Entity\City {#7953 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9064 +label: "Country.tunisia - Béja - Béja" +value: "319" +data: App\Entity\City {#7956 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9065 +label: "Country.tunisia - Ben Arous - Ben Arous" +value: "320" +data: App\Entity\City {#7959 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9066 +label: "Country.tunisia - Bizerte - Bizerte" +value: "321" +data: App\Entity\City {#7962 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9067 +label: "Country.tunisia - Gabès - Gabès" +value: "322" +data: App\Entity\City {#7965 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9068 +label: "Country.tunisia - Gafsa - Gafsa" +value: "323" +data: App\Entity\City {#7968 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9069 +label: "Country.tunisia - Jendouba - Jendouba" +value: "324" +data: App\Entity\City {#7971 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9070 +label: "Country.tunisia - Kairouan - Kairouan" +value: "325" +data: App\Entity\City {#7974 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9071 +label: "Country.tunisia - Kasserine - Kasserine" +value: "326" +data: App\Entity\City {#7977 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9072 +label: "Country.tunisia - Kébili - Kébili" +value: "327" +data: App\Entity\City {#7980 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9073 +label: "Country.tunisia - Kef - Kef." +value: "328" +data: App\Entity\City {#7983 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9074 +label: "Country.tunisia - Mahdia - Mahdia" +value: "329" +data: App\Entity\City {#7986 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9075 +label: "Country.tunisia - La Manouba - Manouba" +value: "330" +data: App\Entity\City {#7989 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9076 +label: "Country.tunisia - Médenine - Médenine" +value: "331" +data: App\Entity\City {#7992 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9077 +label: "Country.tunisia - Monastir - Monastir" +value: "332" +data: App\Entity\City {#7995 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9078 +label: "Country.tunisia - Nabeul - Nabeul" +value: "333" +data: App\Entity\City {#7998 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9079 +label: "Country.tunisia - Sfax - Sfax" +value: "334" +data: App\Entity\City {#8001 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9080 +label: "Country.tunisia - Sidi Bouzid - Sidi Bouzid" +value: "335" +data: App\Entity\City {#8004 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9081 +label: "Country.tunisia - Siliana - Siliana" +value: "336" +data: App\Entity\City {#8007 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9082 +label: "Country.tunisia - Sousse - Sousse" +value: "337" +data: App\Entity\City {#8010 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9083 +label: "Country.tunisia - Tataouine - Tataouine" +value: "338" +data: App\Entity\City {#8013 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9084 +label: "Country.tunisia - Tozeur - Tozeur" +value: "339" +data: App\Entity\City {#8016 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9085 +label: "Country.tunisia - Tunis - Tunis" +value: "340" +data: App\Entity\City {#8019 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9086 +label: "Country.tunisia - Zaghouan - Zaghouan" +value: "341" +data: App\Entity\City {#8022 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9087 +label: "Country.tunisia - Ariana - Ettadhamen-Mnihla" +value: "342" +data: App\Entity\City {#8025 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9088 +label: "Country.tunisia - Ariana - La Soukra" +value: "343" +data: App\Entity\City {#8028 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9089 +label: "Country.tunisia - Tunis - Sidi Hassine" +value: "344" +data: App\Entity\City {#8031 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9090 +label: "Country.tunisia - Ben Arous - Mohamedia" +value: "345" +data: App\Entity\City {#8034 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9091 +label: "Country.tunisia - Ben Arous - El Mourouj" +value: "346" +data: App\Entity\City {#8037 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9092 +label: "Country.tunisia - Ariana - Raoued" +value: "347" +data: App\Entity\City {#8040 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9093 +label: "Country.tunisia - Tunis - La Marsa" +value: "348" +data: App\Entity\City {#8043 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9094 +label: "Country.tunisia - La Manouba - Douar Hicher" +value: "349" +data: App\Entity\City {#8046 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9095 +label: "Country.tunisia - Médenine - Houmt Souk" +value: "350" +data: App\Entity\City {#8049 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9096 +label: "Country.tunisia - Tunis - Le Kram" +value: "351" +data: App\Entity\City {#8052 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9097 +label: "Country.benign - Atakora - Natitingou" +value: "352" +data: App\Entity\City {#8055 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9098 +label: "Country.benign - Atlantique - Allada" +value: "353" +data: App\Entity\City {#8058 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9099 +label: "Country.benign - Borgou - Parakou" +value: "354" +data: App\Entity\City {#8061 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9100 +label: "Country.benign - Collines - Dassa-Zoumé" +value: "355" +data: App\Entity\City {#8064 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9101 +label: "Country.benign - Kouffo - Aplahoué" +value: "356" +data: App\Entity\City {#8067 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9102 +label: "Country.benign - Donga - Djougou" +value: "357" +data: App\Entity\City {#8070 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9103 +label: "Country.benign - Littoral - Cotonou" +value: "358" +data: App\Entity\City {#8073 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9104 +label: "Country.benign - Mono - Lokossa" +value: "359" +data: App\Entity\City {#8076 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9105 +label: "Country.benign - Ouémé - Porto-Novo" +value: "360" +data: App\Entity\City {#8079 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9106 +label: "Country.benign - Plateau - Pobè" +value: "361" +data: App\Entity\City {#8082 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9107 +label: "Country.benign - Zou - Abomey" +value: "362" +data: App\Entity\City {#8085 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9108 +label: "Country.benign - Alibori - Kandi" +value: "363" +data: App\Entity\City {#8088 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9109 +label: "Country.benign - Kouffo - Adjahonme" +value: "364" +data: App\Entity\City {#8091 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9110 +label: "Country.benign - Zou - Bohicon" +value: "365" +data: App\Entity\City {#8094 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9111 +label: "Country.benign - Kouffo - Dogbo" +value: "366" +data: App\Entity\City {#8097 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9112 +label: "Country.benign - Borgou - Bembereke" +value: "367" +data: App\Entity\City {#8100 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9113 +label: "Country.benign - Atlantique - Sékou" +value: "368" +data: App\Entity\City {#8103 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9114 +label: "Country.benign - Alibori - Banikoara" +value: "369" +data: App\Entity\City {#8106 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9115 +label: "Country.benign - Collines - Glazoué" +value: "370" +data: App\Entity\City {#8109 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9116 +label: "Country.benign - Collines - Savalou" +value: "371" +data: App\Entity\City {#8112 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9117 +label: "Country.benign - Atlantique - Ouidah" +value: "372" +data: App\Entity\City {#8115 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9118 +label: "Country.cameroon - Littoral - LOUM" +value: "373" +data: App\Entity\City {#8118 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9119 +label: "Country.cameroon - Littoral - BARE" +value: "374" +data: App\Entity\City {#8121 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9120 +label: "Country.afghanistan - Kabul - Kabul" +value: "375" +data: App\Entity\City {#8124 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9121 +label: "Country.south_africa - Pretoria - Pretoria" +value: "376" +data: App\Entity\City {#8127 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9122 +label: "Country.albania - Tirana - Tirana" +value: "377" +data: App\Entity\City {#8130 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9123 +label: "Country.algeria - Alger - Alger" +value: "378" +data: App\Entity\City {#8133 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9124 +label: "Country.germany - Berlin - Berlin" +value: "379" +data: App\Entity\City {#8136 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9125 +label: "Country.andorra - Andorre-la-Vieille - Andorre-la-Vieille" +value: "380" +data: App\Entity\City {#8139 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9126 +label: "Country.angola - Luanda - Luanda" +value: "381" +data: App\Entity\City {#8142 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9127 +label: "Country.anguilla - The Valley - The Valley" +value: "382" +data: App\Entity\City {#8145 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9128 +label: "Country.antigua_and_barbuda - Saint John - Saint John" +value: "383" +data: App\Entity\City {#8148 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9129 +label: "Country.netherlands_antilles - Curaçao - Willemstad" +value: "384" +data: App\Entity\City {#8151 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9130 +label: "Country.saudi_arabia - Riyad - Riyad" +value: "385" +data: App\Entity\City {#8154 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9131 +label: "Country.argentine - Buenos Aires - Buenos Aires" +value: "386" +data: App\Entity\City {#8157 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9132 +label: "Country.armenia - Yerevan - Yerevan" +value: "387" +data: App\Entity\City {#8160 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9133 +label: "Country.aruba - Oranjestad - Oranjestad" +value: "388" +data: App\Entity\City {#8163 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9134 +label: "Country.australia - Canberra - Canberra" +value: "389" +data: App\Entity\City {#8166 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9135 +label: "Country.austria - Vienne - Vienne" +value: "390" +data: App\Entity\City {#8169 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9136 +label: "Country.azerbaijan - Bakou - Bakou" +value: "391" +data: App\Entity\City {#8172 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9137 +label: "Country.bahamas - Nassau - Nassau" +value: "392" +data: App\Entity\City {#8175 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9138 +label: "Country.bahrain - Manama - Manama" +value: "393" +data: App\Entity\City {#8178 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9139 +label: "Country.bangladesh - Dacca - Dacca" +value: "394" +data: App\Entity\City {#8181 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9140 +label: "Country.barbados - Bridgetown - Bridgetown" +value: "395" +data: App\Entity\City {#8184 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9141 +label: "Country.belgium - Bruxelles - Bruxelles" +value: "396" +data: App\Entity\City {#8187 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9142 +label: "Country.belize - Belmopan - Belmopan" +value: "397" +data: App\Entity\City {#8190 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9143 +label: "Country.bermuda - Hamilton - Hamilton" +value: "398" +data: App\Entity\City {#8193 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9144 +label: "Country.bhutan - Thimphu - Thimphu" +value: "399" +data: App\Entity\City {#8196 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9145 +label: "Country.belarus - Minsk - Minsk" +value: "400" +data: App\Entity\City {#8199 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9146 +label: "Country.burma_myanmar - Naypyidaw - Naypyidaw" +value: "401" +data: App\Entity\City {#8202 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9147 +label: "Country.bolivia - Sucre - Sucre" +value: "402" +data: App\Entity\City {#8205 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9148 +label: "Country.bosnia_and_herzegovina - Sarajevo - Sarajevo" +value: "403" +data: App\Entity\City {#8208 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9149 +label: "Country.botswana - Gaborone - Gaborone" +value: "404" +data: App\Entity\City {#8211 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9150 +label: "Country.brazil - Brasilia - Brasilia" +value: "405" +data: App\Entity\City {#8214 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9151 +label: "Country.brunei - Bandar Seri Begawan - Bandar Seri Begawan" +value: "406" +data: App\Entity\City {#8217 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9152 +label: "Country.madagascar - Sofia - Sofia" +value: "407" +data: App\Entity\City {#8220 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9153 +label: "Country.burkina_faso - Ouagadougou - Ouagadougou" +value: "408" +data: App\Entity\City {#8223 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9154 +label: "Country.burundi - Bujumbura - Bujumbura" +value: "409" +data: App\Entity\City {#8226 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9155 +label: "Country.cambodia - Phnom Penh - Phnom Penh" +value: "410" +data: App\Entity\City {#8229 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9156 +label: "Country.canada - Ottawa - Ottawa" +value: "411" +data: App\Entity\City {#8232 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9157 +label: "Country.green_cap - Praia - Praia" +value: "412" +data: App\Entity\City {#8235 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9158 +label: "Country.chili - Santiago - Santiago" +value: "413" +data: App\Entity\City {#8238 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9159 +label: "Country.spine - Pékin - Pékin" +value: "414" +data: App\Entity\City {#8241 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9160 +label: "Country.cyprus - Nicosie - Nicosie" +value: "415" +data: App\Entity\City {#8244 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9161 +label: "Country.colombia - Bogota - Bogota" +value: "416" +data: App\Entity\City {#8247 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9162 +label: "Country.north_korea - Pyongyang - Pyongyang" +value: "417" +data: App\Entity\City {#8250 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9163 +label: "Country.south_korea - Séoul - Séoul" +value: "418" +data: App\Entity\City {#8253 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9164 +label: "Country.costa_rica - San José - San José" +value: "419" +data: App\Entity\City {#8256 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9165 +label: "Country.croatia - Zagreb - Zagreb" +value: "420" +data: App\Entity\City {#8259 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9166 +label: "Country.cuba - La Havane - La Havane" +value: "421" +data: App\Entity\City {#8262 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9167 +label: "Country.denmark - Copenhague - Copenhague" +value: "422" +data: App\Entity\City {#8265 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9168 +label: "Country.dominic - Roseau - Roseau" +value: "423" +data: App\Entity\City {#8268 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9169 +label: "Country.egypt - Le Caire - Le Caire" +value: "424" +data: App\Entity\City {#8271 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9170 +label: "Country.united_arab_emirates - Abu Dhabi - Abu Dhabi" +value: "425" +data: App\Entity\City {#8274 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9171 +label: "Country.ecuador - Quito - Quito" +value: "426" +data: App\Entity\City {#8277 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9172 +label: "Country.eritrea - Asmara - Asmara" +value: "427" +data: App\Entity\City {#8280 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9173 +label: "Country.spain - Madrid - Madrid" +value: "428" +data: App\Entity\City {#8283 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9174 +label: "Country.estonia - Tallinn - Tallinn" +value: "429" +data: App\Entity\City {#8286 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9175 +label: "Country.eswatini - Lobamba - Lobamba" +value: "430" +data: App\Entity\City {#8289 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9176 +label: "Country.federated_states_of_micronesia - Palikir - Palikir" +value: "431" +data: App\Entity\City {#8292 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9177 +label: "Country.united_states - Washington - Washington" +value: "432" +data: App\Entity\City {#8295 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9178 +label: "Country.ethiopia - Addis-Abeba - Addis-Abeba" +value: "433" +data: App\Entity\City {#8298 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9179 +label: "Country.fiji - Suva - Suva" +value: "434" +data: App\Entity\City {#8301 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9180 +label: "Country.finland - Helsinki - Helsinki" +value: "435" +data: App\Entity\City {#8304 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9181 +label: "Country.france - Paris - Paris" +value: "436" +data: App\Entity\City {#8307 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9182 +label: "Country.gambia - Banjul - Banjul" +value: "437" +data: App\Entity\City {#8310 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9183 +label: "Country.georgia - Tbilisi - Tbilisi" +value: "438" +data: App\Entity\City {#8313 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9184 +label: "Country.south_georgia_and_the_south_sandwich_islands - Grytviken - Grytviken" +value: "439" +data: App\Entity\City {#8316 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9185 +label: "Country.ghana - Accra - Accra" +value: "440" +data: App\Entity\City {#8319 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9186 +label: "Country.gibraltar - Gibraltar - Gibraltar" +value: "441" +data: App\Entity\City {#8322 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9187 +label: "Country.greece - Athènes - Athènes" +value: "442" +data: App\Entity\City {#8325 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9188 +label: "Country.grenade - Saint-Georges - Saint-Georges" +value: "443" +data: App\Entity\City {#8328 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9189 +label: "Country.greenland - Nuuk - Nuuk" +value: "444" +data: App\Entity\City {#8331 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9190 +label: "Country.guadeloupe - Basse-Terre - Basse-Terre" +value: "445" +data: App\Entity\City {#8334 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9191 +label: "Country.guam - Hagatna - Hagatna" +value: "446" +data: App\Entity\City {#8337 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9192 +label: "Country.guatemala - Guatemala - Guatemala" +value: "447" +data: App\Entity\City {#8340 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9193 +label: "Country.Guernesey - Saint-Pierre-Port - Saint-Pierre-Port" +value: "448" +data: App\Entity\City {#8343 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9194 +label: "Country.equatorial_guinea - Malabo - Malabo" +value: "449" +data: App\Entity\City {#8346 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9195 +label: "Country.guinea-bissau - Bissau - Bissau" +value: "450" +data: App\Entity\City {#8349 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9196 +label: "Country.guyana - Georgetown - Georgetown" +value: "451" +data: App\Entity\City {#8352 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9197 +label: "Country.french_guiana - Cayenne - Cayenne" +value: "452" +data: App\Entity\City {#8355 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9198 +label: "Country.honduras - Tegucigalpa - Tegucigalpa" +value: "453" +data: App\Entity\City {#8358 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9199 +label: "Country.hong_kong - Hong Kong - Hong Kong" +value: "454" +data: App\Entity\City {#8361 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9200 +label: "Country.hungary - Budapest - Budapest" +value: "455" +data: App\Entity\City {#8364 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9201 +label: "Country.isle_of_man - Douglas - Douglas" +value: "456" +data: App\Entity\City {#8367 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9202 +label: "Country.christmas_island - Flying Fish Cove - Flying Fish Cove" +value: "457" +data: App\Entity\City {#8370 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9203 +label: "Country.norfolk_island - Kingston (Île Norfolk) - Kingston (Île Norfolk)" +value: "458" +data: App\Entity\City {#8373 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9204 +label: "Country.åland_islands - Mariehamn - Mariehamn" +value: "459" +data: App\Entity\City {#8376 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9205 +label: "Country.cayman_islands - George Town - George Town" +value: "460" +data: App\Entity\City {#8379 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9206 +label: "Country.cocos_keeling_islands - West Island - West Island" +value: "461" +data: App\Entity\City {#8382 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9207 +label: "Country.cook_islands - Avarua - Avarua" +value: "462" +data: App\Entity\City {#8385 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9208 +label: "Country.iles-malouines - Port Stanley - Port Stanley" +value: "463" +data: App\Entity\City {#8388 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9209 +label: "Country.faroe_islands - Torshavn - Torshavn" +value: "464" +data: App\Entity\City {#8391 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9210 +label: "Country.northern_mariana_islands - Saipan - Saipan" +value: "465" +data: App\Entity\City {#8394 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9211 +label: "Country.marshall_islands - Majuro - Majuro" +value: "466" +data: App\Entity\City {#8397 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9212 +label: "Country.pitcairn_islands - Adamstown - Adamstown" +value: "467" +data: App\Entity\City {#8400 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9213 +label: "Country.solomon_islands - Honiara - Honiara" +value: "468" +data: App\Entity\City {#8403 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9214 +label: "Country.turks_and_caicos_islands - Cockburn Town - Cockburn Town" +value: "469" +data: App\Entity\City {#8406 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9215 +label: "Country.united_states_virgin_islands - Charlotte Amalie - Charlotte Amalie" +value: "470" +data: App\Entity\City {#8409 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9216 +label: "Country.british_virgin_islands - Road Town - Road Town" +value: "471" +data: App\Entity\City {#8412 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9217 +label: "Country.india - New Delhi - New Delhi" +value: "472" +data: App\Entity\City {#8415 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9218 +label: "Country.indonesia - Jakarta - Jakarta" +value: "473" +data: App\Entity\City {#8418 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9219 +label: "Country.iran - Téhéran - Téhéran" +value: "474" +data: App\Entity\City {#8421 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9220 +label: "Country.iraq - Bagdad - Bagdad" +value: "475" +data: App\Entity\City {#8424 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9221 +label: "Country.ireland - Dublin - Dublin" +value: "476" +data: App\Entity\City {#8427 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9222 +label: "Country.island - Reykjavik - Reykjavik" +value: "477" +data: App\Entity\City {#8430 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9223 +label: "Country.israel - Jérusalem-Ouest - Jérusalem-Ouest" +value: "478" +data: App\Entity\City {#8433 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9224 +label: "Country.italy - Rome - Rome" +value: "479" +data: App\Entity\City {#8436 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9225 +label: "Country.jamaica - Kingston - Kingston" +value: "480" +data: App\Entity\City {#8439 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9226 +label: "Country.japan - Tokyo - Tokyo" +value: "481" +data: App\Entity\City {#8442 …} +attr: [] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9227 +label: "Country.jersey - Saint-Helier - Saint-Helier" +value: "482" +data: App\Entity\City {#8445 …} +attr: [] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9228 +label: "Country.jordan - Amman - Amman" +value: "483" +data: App\Entity\City {#8448 …} +attr: [] +labelTranslationParameters: [] } 484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9229 +label: "Country.kazakhstan - Astana - Astana" +value: "484" +data: App\Entity\City {#8451 …} +attr: [] +labelTranslationParameters: [] } 485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9230 +label: "Country.kenya - Nairobi - Nairobi" +value: "485" +data: App\Entity\City {#8454 …} +attr: [] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "Country.kyrgyzstan - Bishkek - Bishkek" +value: "486" +data: App\Entity\City {#8457 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: "Country.kiribati - Tarawa Sud - Tarawa Sud" +value: "487" +data: App\Entity\City {#8460 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: "Country.kuwait - Koweït - Koweït" +value: "488" +data: App\Entity\City {#8463 …} +attr: [] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: "Country.laos - Vientiane - Vientiane" +value: "489" +data: App\Entity\City {#8466 …} +attr: [] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: "Country.lesotho - Maseru - Maseru" +value: "490" +data: App\Entity\City {#8469 …} +attr: [] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: "Country.latvia - Riga - Riga" +value: "491" +data: App\Entity\City {#8472 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "Country.lebanon - Beyrouth - Beyrouth" +value: "492" +data: App\Entity\City {#8475 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "Country.liberia - Monrovia - Monrovia" +value: "493" +data: App\Entity\City {#8478 …} +attr: [] +labelTranslationParameters: [] } 494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "Country.libya - Tripoli - Tripoli" +value: "494" +data: App\Entity\City {#8481 …} +attr: [] +labelTranslationParameters: [] } 495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: "Country.liechtenstein - Vaduz - Vaduz" +value: "495" +data: App\Entity\City {#8484 …} +attr: [] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: "Country.lithuania - Vilnius - Vilnius" +value: "496" +data: App\Entity\City {#8487 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "Country.luxembourg - Luxembourg - Luxembourg" +value: "497" +data: App\Entity\City {#8490 …} +attr: [] +labelTranslationParameters: [] } 498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: "Country.macau - Macao - Macao" +value: "498" +data: App\Entity\City {#8493 …} +attr: [] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: "Country.north_macedonia - Skopje - Skopje" +value: "499" +data: App\Entity\City {#8496 …} +attr: [] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "Country.malaysia - Kuala Lumpur - Kuala Lumpur" +value: "500" +data: App\Entity\City {#8499 …} +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "Country.malawi - Lilongwe - Lilongwe" +value: "501" +data: App\Entity\City {#8502 …} +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: "Country.maldives - Malé - Malé" +value: "502" +data: App\Entity\City {#8505 …} +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: "Country.malta - La Valette - La Valette" +value: "503" +data: App\Entity\City {#8508 …} +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "Country.morocco - Rabat - Rabat" +value: "504" +data: App\Entity\City {#8511 …} +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "Country.martinique - Fort-de-France - Fort-de-France" +value: "505" +data: App\Entity\City {#8514 …} +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9251 +label: "Country.mauritius - Port-Louis - Port-Louis" +value: "506" +data: App\Entity\City {#8517 …} +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9252 +label: "Country.mauritania - Nouakchott - Nouakchott" +value: "507" +data: App\Entity\City {#8520 …} +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9253 +label: "Country.mayotte - Mamoudzou - Mamoudzou" +value: "508" +data: App\Entity\City {#8523 …} +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9254 +label: "Country.mexico - Mexico - Mexico" +value: "509" +data: App\Entity\City {#8526 …} +attr: [] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9255 +label: "Country.moldova - Chisinau - Chisinau" +value: "510" +data: App\Entity\City {#8529 …} +attr: [] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9256 +label: "Country.mongolia - Oulan-Bator - Oulan-Bator" +value: "511" +data: App\Entity\City {#8532 …} +attr: [] +labelTranslationParameters: [] } 512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9257 +label: "Country.montenegro - Podgorica - Podgorica" +value: "512" +data: App\Entity\City {#8535 …} +attr: [] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9258 +label: "Country.montserrat - Plymouth - Plymouth" +value: "513" +data: App\Entity\City {#8538 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9259 +label: "Country.mozambique - Maputo - Maputo" +value: "514" +data: App\Entity\City {#8541 …} +attr: [] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9260 +label: "Country.namibia - Windhoek - Windhoek" +value: "515" +data: App\Entity\City {#8544 …} +attr: [] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9261 +label: "Country.nauru - Yaren - Yaren" +value: "516" +data: App\Entity\City {#8547 …} +attr: [] +labelTranslationParameters: [] } 517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9262 +label: "Country.nepal - Katmandou - Katmandou" +value: "517" +data: App\Entity\City {#8550 …} +attr: [] +labelTranslationParameters: [] } 518 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9263 +label: "Country.nicaragua - Managua - Managua" +value: "518" +data: App\Entity\City {#8553 …} +attr: [] +labelTranslationParameters: [] } 519 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9264 +label: "Country.nigeria - Abuja - Abuja" +value: "519" +data: App\Entity\City {#8556 …} +attr: [] +labelTranslationParameters: [] } 520 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9265 +label: "Country.niue - Alofi - Alofi" +value: "520" +data: App\Entity\City {#8559 …} +attr: [] +labelTranslationParameters: [] } 521 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9266 +label: "Country.norway - Oslo - Oslo" +value: "521" +data: App\Entity\City {#8562 …} +attr: [] +labelTranslationParameters: [] } 522 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9267 +label: "Country.new_caledonia - Nouméa - Nouméa" +value: "522" +data: App\Entity\City {#8565 …} +attr: [] +labelTranslationParameters: [] } 523 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9268 +label: "Country.new_zealand - Wellington - Wellington" +value: "523" +data: App\Entity\City {#8568 …} +attr: [] +labelTranslationParameters: [] } 524 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9269 +label: "Country.oman - Mascate - Mascate" +value: "524" +data: App\Entity\City {#8571 …} +attr: [] +labelTranslationParameters: [] } 525 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9270 +label: "Country.uganda - Kampala - Kampala" +value: "525" +data: App\Entity\City {#8574 …} +attr: [] +labelTranslationParameters: [] } 526 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9271 +label: "Country.uzbekistan - Tachkent - Tachkent" +value: "526" +data: App\Entity\City {#8577 …} +attr: [] +labelTranslationParameters: [] } 527 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9272 +label: "Country.pakistan - Islamabad - Islamabad" +value: "527" +data: App\Entity\City {#8580 …} +attr: [] +labelTranslationParameters: [] } 528 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9273 +label: "Country.palau - Melekeok - Melekeok" +value: "528" +data: App\Entity\City {#8583 …} +attr: [] +labelTranslationParameters: [] } 529 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9274 +label: "Country.palestine - Jérusalem - Jérusalem" +value: "529" +data: App\Entity\City {#8586 …} +attr: [] +labelTranslationParameters: [] } 530 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9275 +label: "Country.panama - Panama - Panama" +value: "530" +data: App\Entity\City {#8589 …} +attr: [] +labelTranslationParameters: [] } 531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9276 +label: "Country.papua_new_guinea - Port Moresby - Port Moresby" +value: "531" +data: App\Entity\City {#8592 …} +attr: [] +labelTranslationParameters: [] } 532 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9277 +label: "Country.paraguay - Asuncion - Asuncion" +value: "532" +data: App\Entity\City {#8595 …} +attr: [] +labelTranslationParameters: [] } 533 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9278 +label: "Country.the_netherlands - Amsterdam - Amsterdam" +value: "533" +data: App\Entity\City {#8598 …} +attr: [] +labelTranslationParameters: [] } 534 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9279 +label: "Country.pays-Bas-caribeens - Kralendijk - Kralendijk" +value: "534" +data: App\Entity\City {#8601 …} +attr: [] +labelTranslationParameters: [] } 535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9280 +label: "Country.peru - Lima - Lima" +value: "535" +data: App\Entity\City {#8604 …} +attr: [] +labelTranslationParameters: [] } 536 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9281 +label: "Country.philippines - Manille - Manille" +value: "536" +data: App\Entity\City {#8607 …} +attr: [] +labelTranslationParameters: [] } 537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9282 +label: "Country.poland - Varsovie - Varsovie" +value: "537" +data: App\Entity\City {#8610 …} +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9283 +label: "Country.french_polynesia - Papeete - Papeete" +value: "538" +data: App\Entity\City {#8613 …} +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9284 +label: "Country.porto_rico - San Juan - San Juan" +value: "539" +data: App\Entity\City {#8616 …} +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9285 +label: "Country.portugal - Lisbonne - Lisbonne" +value: "540" +data: App\Entity\City {#8619 …} +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9286 +label: "Country.monaco - Monaco - Monaco" +value: "541" +data: App\Entity\City {#8622 …} +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9287 +label: "Country.qatar - Doha - Doha" +value: "542" +data: App\Entity\City {#8625 …} +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9288 +label: "Country.central_african_republic - Bangui - Bangui" +value: "543" +data: App\Entity\City {#8628 …} +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9289 +label: "Country.dominican_republic - Saint-Domingue - Saint-Domingue" +value: "544" +data: App\Entity\City {#8631 …} +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9290 +label: "Country.czech_republic - Prague - Prague" +value: "545" +data: App\Entity\City {#8634 …} +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9291 +label: "Country.meeting - Saint-Denis - Saint-Denis" +value: "546" +data: App\Entity\City {#8637 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9292 +label: "Country.romania - Bucarest - Bucarest" +value: "547" +data: App\Entity\City {#8640 …} +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9293 +label: "Country.united_kingdom - Londres - Londres" +value: "548" +data: App\Entity\City {#8643 …} +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9294 +label: "Country.russia - Moscou - Moscou" +value: "549" +data: App\Entity\City {#8646 …} +attr: [] +labelTranslationParameters: [] } 550 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9295 +label: "Country.rwanda - Kigali - Kigali" +value: "550" +data: App\Entity\City {#8649 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9296 +label: "Country.sahara-occidental - Laâyoune - Laâyoune" +value: "551" +data: App\Entity\City {#8652 …} +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9297 +label: "Country.saint_barthelemy - Gustavia - Gustavia" +value: "552" +data: App\Entity\City {#8655 …} +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9298 +label: "Country.saint-christophe-et-nieves - Basseterre - Basseterre" +value: "553" +data: App\Entity\City {#8658 …} +attr: [] +labelTranslationParameters: [] } 554 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "Country.saint_helena - Jamestown - Jamestown" +value: "554" +data: App\Entity\City {#8661 …} +attr: [] +labelTranslationParameters: [] } 555 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9300 +label: "Country.st._lucia - Castries - Castries" +value: "555" +data: App\Entity\City {#8664 …} +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9301 +label: "Country.san_marino - Ville de Saint-Marin - Ville de Saint-Marin" +value: "556" +data: App\Entity\City {#8667 …} +attr: [] +labelTranslationParameters: [] } 557 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9302 +label: "Country.saint-martin - Marigot - Marigot" +value: "557" +data: App\Entity\City {#8670 …} +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9303 +label: "Country.saint_pierre_and_miquelon - Saint-Pierre - Saint-Pierre" +value: "558" +data: App\Entity\City {#8673 …} +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9304 +label: "Country.saint_vincent_and_the_grenadines - Kingstown - Kingstown" +value: "559" +data: App\Entity\City {#8676 …} +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9305 +label: "Country.el_salvador - San Salvador - San Salvador" +value: "560" +data: App\Entity\City {#8679 …} +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9306 +label: "Country.samoa - Apia - Apia" +value: "561" +data: App\Entity\City {#8682 …} +attr: [] +labelTranslationParameters: [] } 562 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9307 +label: "Country.american_samoa - Pago Pago - Pago Pago" +value: "562" +data: App\Entity\City {#8685 …} +attr: [] +labelTranslationParameters: [] } 563 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9308 +label: "Country.sao_tome_and_principe - Sao Tomé - Sao Tomé" +value: "563" +data: App\Entity\City {#8688 …} +attr: [] +labelTranslationParameters: [] } 564 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9309 +label: "Country.serbia - Belgrade - Belgrade" +value: "564" +data: App\Entity\City {#8691 …} +attr: [] +labelTranslationParameters: [] } 565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9310 +label: "Country.seychelles - Victoria - Victoria" +value: "565" +data: App\Entity\City {#8694 …} +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9311 +label: "Country.sierra_leone - Freetown - Freetown" +value: "566" +data: App\Entity\City {#8697 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9312 +label: "Country.singapore - Singapour - Singapour" +value: "567" +data: App\Entity\City {#8700 …} +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "Country.sint-maarten - Philipsburg - Philipsburg" +value: "568" +data: App\Entity\City {#8703 …} +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9314 +label: "Country.slovakia - Bratislava - Bratislava" +value: "569" +data: App\Entity\City {#8706 …} +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9315 +label: "Country.slovenia - Ljubljana - Ljubljana" +value: "570" +data: App\Entity\City {#8709 …} +attr: [] +labelTranslationParameters: [] } 571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "Country.somalia - Mogadiscio - Mogadiscio" +value: "571" +data: App\Entity\City {#8712 …} +attr: [] +labelTranslationParameters: [] } 572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "Country.sudan - Khartoum - Khartoum" +value: "572" +data: App\Entity\City {#8715 …} +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "Country.south_sudan - Djouba - Djouba" +value: "573" +data: App\Entity\City {#8718 …} +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9319 +label: "Country.sri_lanka - Colombo - Colombo" +value: "574" +data: App\Entity\City {#8721 …} +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "Country.sweden - Stockholm - Stockholm" +value: "575" +data: App\Entity\City {#8724 …} +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9321 +label: "Country.swiss - Berne - Berne" +value: "576" +data: App\Entity\City {#8727 …} +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9322 +label: "Country.suriname - Paramaribo - Paramaribo" +value: "577" +data: App\Entity\City {#8730 …} +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9323 +label: "Country.svalbard_and_jan_mayen - Longyearbyen - Longyearbyen" +value: "578" +data: App\Entity\City {#8733 …} +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9324 +label: "Country.swaziland - Mbabane - Mbabane" +value: "579" +data: App\Entity\City {#8736 …} +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9325 +label: "Country.syria - Damas - Damas" +value: "580" +data: App\Entity\City {#8739 …} +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9326 +label: "Country.tajikistan - Douchanbé - Douchanbé" +value: "581" +data: App\Entity\City {#8742 …} +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9327 +label: "Country.taiwan - Taipei - Taipei" +value: "582" +data: App\Entity\City {#8745 …} +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "Country.tanzania - Dodoma - Dodoma" +value: "583" +data: App\Entity\City {#8748 …} +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "Country.chad - N'Djaména - N'Djaména" +value: "584" +data: App\Entity\City {#8751 …} +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9330 +label: "Country.french_southern_lands - Port-aux-Français - Port-aux-Français" +value: "585" +data: App\Entity\City {#8754 …} +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9331 +label: "Country.territoire-britannique-de-locéan-Indien - Diego Garcia - Diego Garcia" +value: "586" +data: App\Entity\City {#8757 …} +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9332 +label: "Country.thailand - Bangkok - Bangkok" +value: "587" +data: App\Entity\City {#8760 …} +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9333 +label: "Country.east_timor - Dili - Dili" +value: "588" +data: App\Entity\City {#8763 …} +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9334 +label: "Country.tokelau - Atafu - Atafu" +value: "589" +data: App\Entity\City {#8766 …} +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "Country.tonga - Nuku'alofa - Nuku'alofa" +value: "590" +data: App\Entity\City {#8769 …} +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "Country.trinidad_and_tobago - Port-d'Espagne - Port-d'Espagne" +value: "591" +data: App\Entity\City {#8772 …} +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9337 +label: "Country.turkmenistan - Achgabat - Achgabat" +value: "592" +data: App\Entity\City {#8775 …} +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "Country.türkiye - Ankara - Ankara" +value: "593" +data: App\Entity\City {#8778 …} +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "Country.tuvalu - Funafuti - Funafuti" +value: "594" +data: App\Entity\City {#8781 …} +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "Country.ukraine - Kiev - Kiev" +value: "595" +data: App\Entity\City {#8784 …} +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9341 +label: "Country.uruguay - Montevideo - Montevideo" +value: "596" +data: App\Entity\City {#8787 …} +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9342 +label: "Country.vanuatu - Port-Vila - Port-Vila" +value: "597" +data: App\Entity\City {#8790 …} +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9343 +label: "Country.vatican - Vatican - Vatican" +value: "598" +data: App\Entity\City {#8793 …} +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9344 +label: "Country.venezuela - Caracas - Caracas" +value: "599" +data: App\Entity\City {#8796 …} +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9345 +label: "Country.vietnam - Hanoï - Hanoï" +value: "600" +data: App\Entity\City {#8799 …} +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9346 +label: "Country.wallis_and_futuna - Mata-Utu - Mata-Utu" +value: "601" +data: App\Entity\City {#8802 …} +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9347 +label: "Country.yemen - Sanaa - Sanaa" +value: "602" +data: App\Entity\City {#8805 …} +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9348 +label: "Country.zambia - Lusaka - Lusaka" +value: "603" +data: App\Entity\City {#8808 …} +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9349 +label: "Country.zimbabwe - Harare - Harare" +value: "604" +data: App\Entity\City {#8811 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#516 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7127 -form: Symfony\Component\Form\Form {#1299 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7128 …5} |
full_name | "userbundle_user[adminCities][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_adminCities" |
is_selected | Closure($choice, array $values) {#9351 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "adminCities" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_adminCities" |
valid | true |
value | [] |
school
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "data-error" => "Etablissement non autorisé ou inconnu" ] |
[ "class" => "form-control" "data-error" => "Etablissement non autorisé ou inconnu" ] |
class | "App\Entity\School" |
same as passed value |
placeholder | "menu.select" |
same as passed value |
query_builder | Closure(EntityRepository $entityRepository) {#636 class: "App\Form\UserType" this: App\Form\UserType {#542 …} } |
Doctrine\ORM\QueryBuilder {#1138 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1139 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1137 #from: "App\Entity\School" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1133 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\School a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1134 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "data-error" => "Etablissement non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#656 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#688 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1239 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1135 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1136 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#742 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1080 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1141 …} } |
choices | null |
class | "App\Entity\School" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data_class | null |
disabled | false |
em | ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1154 -om: ContainerQH06XZh\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#153 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1102 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "menu.select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1138 -em: Doctrine\ORM\EntityManager {#689 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1139 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1137 #from: "App\Entity\School" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1133 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\School a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1134 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#1100 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "data-error" => "Etablissement non autorisé ou inconnu" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_userbundle_user_school" ] |
cache_key | "_userbundle_user_school_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9354 +label: "Sangmélima" +value: "1105" +data: App\Entity\School {#9371 …} +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9356 +label: "Ebolowa" +value: "1028" +data: App\Entity\School {#9405 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9358 +label: "Buéa" +value: "1051" +data: App\Entity\School {#9579 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9361 +label: "Buéa" +value: "171" +data: App\Entity\School {#9605 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9360 +label: "Buéa" +value: "153" +data: App\Entity\School {#9633 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "Douala" +value: "1048" +data: App\Entity\School {#9663 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9366 +label: "Ebolowa" +value: "1026" +data: App\Entity\School {#9690 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9364 +label: "Douala" +value: "1034" +data: App\Entity\School {#9717 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9362 +label: "Bafoussam" +value: "1025" +data: App\Entity\School {#9743 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9357 +label: "Douala" +value: "1032" +data: App\Entity\School {#9770 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9367 +label: "Édéa" +value: "176" +data: App\Entity\School {#9798 …} +attr: [] +labelTranslationParameters: [] } 571 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15161 +label: "Buéa" +value: "571" +data: App\Entity\School {#9825 …} +attr: [] +labelTranslationParameters: [] } 1062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15162 +label: "Buéa" +value: "1062" +data: App\Entity\School {#9853 …} +attr: [] +labelTranslationParameters: [] } 894 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15163 +label: "Yaoundé" +value: "894" +data: App\Entity\School {#9879 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15164 +label: "Douala" +value: "109" +data: App\Entity\School {#9905 …} +attr: [] +labelTranslationParameters: [] } 938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15165 +label: "Yaoundé" +value: "938" +data: App\Entity\School {#9931 …} +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15166 +label: "Yaoundé" +value: "684" +data: App\Entity\School {#9957 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15167 +label: "Manfé" +value: "1056" +data: App\Entity\School {#9983 …} +attr: [] +labelTranslationParameters: [] } 957 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15168 +label: "Buéa" +value: "957" +data: App\Entity\School {#10009 …} +attr: [] +labelTranslationParameters: [] } 1077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15169 +label: "Douala" +value: "1077" +data: App\Entity\School {#10035 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15170 +label: "LOUM" +value: "1021" +data: App\Entity\School {#10061 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15171 +label: "Douala" +value: "1076" +data: App\Entity\School {#10087 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15172 +label: "Bertoua" +value: "1109" +data: App\Entity\School {#10113 …} +attr: [] +labelTranslationParameters: [] } 1042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15173 +label: "Douala" +value: "1042" +data: App\Entity\School {#10139 …} +attr: [] +labelTranslationParameters: [] } 1138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15174 +label: "Bertoua" +value: "1138" +data: App\Entity\School {#10165 …} +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15175 +label: "Douala" +value: "570" +data: App\Entity\School {#10191 …} +attr: [] +labelTranslationParameters: [] } 941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15176 +label: "Yaoundé" +value: "941" +data: App\Entity\School {#10217 …} +attr: [] +labelTranslationParameters: [] } 1092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15177 +label: "Foumban" +value: "1092" +data: App\Entity\School {#10243 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15178 +label: "Nkongsamba" +value: "493" +data: App\Entity\School {#10269 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15179 +label: "Foumban" +value: "1099" +data: App\Entity\School {#10295 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15180 +label: "Foumban" +value: "1013" +data: App\Entity\School {#10321 …} +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15181 +label: "Douala" +value: "1038" +data: App\Entity\School {#10347 …} +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15182 +label: "Douala" +value: "681" +data: App\Entity\School {#10373 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15183 +label: "Ebolowa" +value: "149" +data: App\Entity\School {#10399 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15184 +label: "Garoua" +value: "1156" +data: App\Entity\School {#10425 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15185 +label: "Garoua" +value: "1158" +data: App\Entity\School {#10451 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15186 +label: "Ngaoundéré" +value: "1128" +data: App\Entity\School {#10477 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15187 +label: "Bafoussam" +value: "1019" +data: App\Entity\School {#10503 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15188 +label: "Douala" +value: "1035" +data: App\Entity\School {#10529 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15189 +label: "Ebolowa" +value: "154" +data: App\Entity\School {#10555 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15190 +label: "Bafoussam" +value: "151" +data: App\Entity\School {#10581 …} +attr: [] +labelTranslationParameters: [] } 900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15191 +label: "Garoua" +value: "900" +data: App\Entity\School {#10607 …} +attr: [] +labelTranslationParameters: [] } 914 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15192 +label: "Garoua" +value: "914" +data: App\Entity\School {#10633 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15193 +label: "Douala" +value: "156" +data: App\Entity\School {#10660 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15194 +label: "Douala" +value: "1040" +data: App\Entity\School {#10686 …} +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15195 +label: "Bafoussam" +value: "1023" +data: App\Entity\School {#10712 …} +attr: [] +labelTranslationParameters: [] } 1126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15196 +label: "Ngaoundéré" +value: "1126" +data: App\Entity\School {#10738 …} +attr: [] +labelTranslationParameters: [] } 1081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15197 +label: "Yaoundé" +value: "1081" +data: App\Entity\School {#10765 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15198 +label: "Yaoundé" +value: "1086" +data: App\Entity\School {#10791 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15199 +label: "Douala" +value: "150" +data: App\Entity\School {#10817 …} +attr: [] +labelTranslationParameters: [] } 1123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15200 +label: "Douala" +value: "1123" +data: App\Entity\School {#10843 …} +attr: [] +labelTranslationParameters: [] } 899 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15201 +label: "Maroua" +value: "899" +data: App\Entity\School {#10869 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15202 +label: "Dschang" +value: "1097" +data: App\Entity\School {#10895 …} +attr: [] +labelTranslationParameters: [] } 898 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15203 +label: "Maroua" +value: "898" +data: App\Entity\School {#10921 …} +attr: [] +labelTranslationParameters: [] } 1091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15204 +label: "Bafoussam" +value: "1091" +data: App\Entity\School {#10947 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15205 +label: "Yaoundé" +value: "1106" +data: App\Entity\School {#10973 …} +attr: [] +labelTranslationParameters: [] } 1100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15206 +label: "Foumban" +value: "1100" +data: App\Entity\School {#10999 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15207 +label: "Ebolowa" +value: "1104" +data: App\Entity\School {#11025 …} +attr: [] +labelTranslationParameters: [] } 939 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15208 +label: "Yaoundé" +value: "939" +data: App\Entity\School {#11051 …} +attr: [] +labelTranslationParameters: [] } 1090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15209 +label: "Foumban" +value: "1090" +data: App\Entity\School {#11077 …} +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15210 +label: "Bafoussam" +value: "573" +data: App\Entity\School {#11103 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15211 +label: "Douala" +value: "1045" +data: App\Entity\School {#11129 …} +attr: [] +labelTranslationParameters: [] } 1101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15212 +label: "Bafoussam" +value: "1101" +data: App\Entity\School {#11155 …} +attr: [] +labelTranslationParameters: [] } 1114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15213 +label: "Bertoua" +value: "1114" +data: App\Entity\School {#11181 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15214 +label: "Ngaoundéré" +value: "1127" +data: App\Entity\School {#11207 …} +attr: [] +labelTranslationParameters: [] } 923 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15215 +label: "Douala" +value: "923" +data: App\Entity\School {#11233 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15216 +label: "Douala" +value: "1024" +data: App\Entity\School {#11259 …} +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15217 +label: "Douala" +value: "568" +data: App\Entity\School {#11285 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15218 +label: "Ebolowa" +value: "179" +data: App\Entity\School {#11311 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15219 +label: "Sangmélima" +value: "181" +data: App\Entity\School {#11337 …} +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15220 +label: "Douala" +value: "1011" +data: App\Entity\School {#11363 …} +attr: [] +labelTranslationParameters: [] } 917 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15221 +label: "Douala" +value: "917" +data: App\Entity\School {#11389 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15222 +label: "BARE" +value: "1022" +data: App\Entity\School {#11415 …} +attr: [] +labelTranslationParameters: [] } 1143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15223 +label: "Garoua" +value: "1143" +data: App\Entity\School {#11441 …} +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15224 +label: "Douala" +value: "1037" +data: App\Entity\School {#11467 …} +attr: [] +labelTranslationParameters: [] } 1146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15225 +label: "Garoua" +value: "1146" +data: App\Entity\School {#11493 …} +attr: [] +labelTranslationParameters: [] } 919 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15226 +label: "Douala" +value: "919" +data: App\Entity\School {#11519 …} +attr: [] +labelTranslationParameters: [] } 1072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15227 +label: "Douala" +value: "1072" +data: App\Entity\School {#11545 …} +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15228 +label: "Yaoundé" +value: "593" +data: App\Entity\School {#11571 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15229 +label: "Garoua" +value: "288" +data: App\Entity\School {#11597 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15230 +label: "Garoua" +value: "178" +data: App\Entity\School {#11623 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15231 +label: "Yaoundé" +value: "83" +data: App\Entity\School {#11649 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15232 +label: "Garoua" +value: "177" +data: App\Entity\School {#11676 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15233 +label: "Yaoundé" +value: "146" +data: App\Entity\School {#11702 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15234 +label: "Yaoundé" +value: "234" +data: App\Entity\School {#11728 …} +attr: [] +labelTranslationParameters: [] } 820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15235 +label: "Buéa" +value: "820" +data: App\Entity\School {#11754 …} +attr: [] +labelTranslationParameters: [] } 921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15236 +label: "Douala" +value: "921" +data: App\Entity\School {#11780 …} +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15237 +label: "Buéa" +value: "579" +data: App\Entity\School {#11806 …} +attr: [] +labelTranslationParameters: [] } 1132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15238 +label: "Ngaoundéré" +value: "1132" +data: App\Entity\School {#11832 …} +attr: [] +labelTranslationParameters: [] } 940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15239 +label: "Yaoundé" +value: "940" +data: App\Entity\School {#11858 …} +attr: [] +labelTranslationParameters: [] } 572 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15240 +label: "Buéa" +value: "572" +data: App\Entity\School {#11884 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15241 +label: "Douala" +value: "487" +data: App\Entity\School {#11910 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15242 +label: "Yaoundé" +value: "232" +data: App\Entity\School {#11936 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15243 +label: "Yaoundé" +value: "229" +data: App\Entity\School {#11963 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15244 +label: "Limbe" +value: "1057" +data: App\Entity\School {#11989 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15245 +label: "Édéa" +value: "451" +data: App\Entity\School {#12015 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15246 +label: "Douala" +value: "1049" +data: App\Entity\School {#12041 …} +attr: [] +labelTranslationParameters: [] } 667 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15247 +label: "Douala" +value: "667" +data: App\Entity\School {#12067 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15248 +label: "Douala" +value: "442" +data: App\Entity\School {#12093 …} +attr: [] +labelTranslationParameters: [] } 896 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15249 +label: "Ngaoundéré" +value: "896" +data: App\Entity\School {#12119 …} +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15250 +label: "Yaoundé" +value: "1012" +data: App\Entity\School {#12146 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15251 +label: "Douala" +value: "1036" +data: App\Entity\School {#12172 …} +attr: [] +labelTranslationParameters: [] } 924 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15252 +label: "Douala" +value: "924" +data: App\Entity\School {#12198 …} +attr: [] +labelTranslationParameters: [] } 645 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15253 +label: "Yaoundé" +value: "645" +data: App\Entity\School {#12224 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15254 +label: "Garoua" +value: "1152" +data: App\Entity\School {#12250 …} +attr: [] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15255 +label: "Douala" +value: "496" +data: App\Entity\School {#12276 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15256 +label: "Garoua" +value: "1141" +data: App\Entity\School {#12302 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15257 +label: "Garoua" +value: "1142" +data: App\Entity\School {#12328 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15258 +label: "Garoua" +value: "1147" +data: App\Entity\School {#12354 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15259 +label: "Garoua" +value: "1148" +data: App\Entity\School {#12380 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15260 +label: "Garoua" +value: "1145" +data: App\Entity\School {#12406 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15261 +label: "LOUM" +value: "1020" +data: App\Entity\School {#12432 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15262 +label: "Ngaoundéré" +value: "1129" +data: App\Entity\School {#12458 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15263 +label: "Bafoussam" +value: "1103" +data: App\Entity\School {#12484 …} +attr: [] +labelTranslationParameters: [] } 1078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15264 +label: "Douala" +value: "1078" +data: App\Entity\School {#12510 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15265 +label: "Douala" +value: "1043" +data: App\Entity\School {#12536 …} +attr: [] +labelTranslationParameters: [] } 918 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15266 +label: "Douala" +value: "918" +data: App\Entity\School {#12562 …} +attr: [] +labelTranslationParameters: [] } 1125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15267 +label: "Ngaoundéré" +value: "1125" +data: App\Entity\School {#12588 …} +attr: [] +labelTranslationParameters: [] } 1135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15268 +label: "Ngaoundéré" +value: "1135" +data: App\Entity\School {#12614 …} +attr: [] +labelTranslationParameters: [] } 1098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15269 +label: "Mbouda" +value: "1098" +data: App\Entity\School {#12640 …} +attr: [] +labelTranslationParameters: [] } 1144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15270 +label: "Garoua" +value: "1144" +data: App\Entity\School {#12666 …} +attr: [] +labelTranslationParameters: [] } 1087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15271 +label: "Yaoundé" +value: "1087" +data: App\Entity\School {#12692 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15272 +label: "Douala" +value: "1071" +data: App\Entity\School {#12718 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15273 +label: "Bertoua" +value: "1118" +data: App\Entity\School {#12744 …} +attr: [] +labelTranslationParameters: [] } 1139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15274 +label: "Douala" +value: "1139" +data: App\Entity\School {#12770 …} +attr: [] +labelTranslationParameters: [] } 901 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15275 +label: "Garoua" +value: "901" +data: App\Entity\School {#12796 …} +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15276 +label: "Douala" +value: "682" +data: App\Entity\School {#12822 …} +attr: [] +labelTranslationParameters: [] } 1082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15277 +label: "Yaoundé" +value: "1082" +data: App\Entity\School {#12848 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15278 +label: "Bertoua" +value: "1108" +data: App\Entity\School {#12874 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15279 +label: "Bafoussam" +value: "1017" +data: App\Entity\School {#12900 …} +attr: [] +labelTranslationParameters: [] } 1084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15280 +label: "Yaoundé" +value: "1084" +data: App\Entity\School {#12926 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15281 +label: "Yaoundé" +value: "470" +data: App\Entity\School {#12952 …} +attr: [] +labelTranslationParameters: [] } 1080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15282 +label: "Yaoundé" +value: "1080" +data: App\Entity\School {#12979 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15283 +label: "Douala" +value: "492" +data: App\Entity\School {#13005 …} +attr: [] +labelTranslationParameters: [] } 1047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15284 +label: "Douala" +value: "1047" +data: App\Entity\School {#13031 …} +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15285 +label: "Douala" +value: "569" +data: App\Entity\School {#13057 …} +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15286 +label: "Douala" +value: "580" +data: App\Entity\School {#13083 …} +attr: [] +labelTranslationParameters: [] } 920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15287 +label: "Douala" +value: "920" +data: App\Entity\School {#13109 …} +attr: [] +labelTranslationParameters: [] } 737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15288 +label: "Maroua" +value: "737" +data: App\Entity\School {#13135 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15289 +label: "Buéa" +value: "231" +data: App\Entity\School {#13161 …} +attr: [] +labelTranslationParameters: [] } 922 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15290 +label: "Douala" +value: "922" +data: App\Entity\School {#13187 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15291 +label: "Douala" +value: "356" +data: App\Entity\School {#13213 …} +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15292 +label: "Douala" +value: "687" +data: App\Entity\School {#13239 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15293 +label: "Bafoussam" +value: "1093" +data: App\Entity\School {#13265 …} +attr: [] +labelTranslationParameters: [] } 925 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15294 +label: "Édéa" +value: "925" +data: App\Entity\School {#13291 …} +attr: [] +labelTranslationParameters: [] } 916 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15295 +label: "Édéa" +value: "916" +data: App\Entity\School {#13317 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15296 +label: "Douala" +value: "1031" +data: App\Entity\School {#13343 …} +attr: [] +labelTranslationParameters: [] } 648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15297 +label: "Douala" +value: "648" +data: App\Entity\School {#13369 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15298 +label: "Buéa" +value: "1063" +data: App\Entity\School {#13395 …} +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15299 +label: "Bafoussam" +value: "576" +data: App\Entity\School {#13421 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15300 +label: "Douala" +value: "1046" +data: App\Entity\School {#13447 …} +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15301 +label: "Buéa" +value: "691" +data: App\Entity\School {#13473 …} +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15302 +label: "Édéa" +value: "600" +data: App\Entity\School {#13499 …} +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15303 +label: "Ebolowa" +value: "1030" +data: App\Entity\School {#13525 …} +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15304 +label: "Buéa" +value: "577" +data: App\Entity\School {#13551 …} +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15305 +label: "Buéa" +value: "589" +data: App\Entity\School {#13577 …} +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15306 +label: "Yaoundé" +value: "686" +data: App\Entity\School {#13603 …} +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15307 +label: "Buéa" +value: "578" +data: App\Entity\School {#13629 …} +attr: [] +labelTranslationParameters: [] } 565 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15308 +label: "Douala" +value: "565" +data: App\Entity\School {#13655 …} +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15309 +label: "Douala" +value: "567" +data: App\Entity\School {#13681 …} +attr: [] +labelTranslationParameters: [] } 885 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15310 +label: "Douala" +value: "885" +data: App\Entity\School {#13707 …} +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15311 +label: "Bafoussam" +value: "575" +data: App\Entity\School {#13733 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15312 +label: "Buéa" +value: "1050" +data: App\Entity\School {#13759 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15313 +label: "Buéa" +value: "1073" +data: App\Entity\School {#13785 …} +attr: [] +labelTranslationParameters: [] } 1083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15314 +label: "Yaoundé" +value: "1083" +data: App\Entity\School {#13811 …} +attr: [] +labelTranslationParameters: [] } 937 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15315 +label: "Yaoundé" +value: "937" +data: App\Entity\School {#13837 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15316 +label: "Kumba" +value: "1058" +data: App\Entity\School {#13863 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15317 +label: "Buéa" +value: "1060" +data: App\Entity\School {#13889 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15318 +label: "Buéa" +value: "1067" +data: App\Entity\School {#13915 …} +attr: [] +labelTranslationParameters: [] } 1130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15319 +label: "Ngaoundéré" +value: "1130" +data: App\Entity\School {#13941 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15320 +label: "Foumban" +value: "1014" +data: App\Entity\School {#13967 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15321 +label: "Batouri" +value: "1121" +data: App\Entity\School {#13993 …} +attr: [] +labelTranslationParameters: [] } 1110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15322 +label: "Abong-Mbang" +value: "1110" +data: App\Entity\School {#14019 …} +attr: [] +labelTranslationParameters: [] } 1150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15323 +label: "Guider" +value: "1150" +data: App\Entity\School {#14045 …} +attr: [] +labelTranslationParameters: [] } 1113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15324 +label: "Abong-Mbang" +value: "1113" +data: App\Entity\School {#14071 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15325 +label: "Bertoua" +value: "1117" +data: App\Entity\School {#14097 …} +attr: [] +labelTranslationParameters: [] } 1159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15326 +label: "Mora" +value: "1159" +data: App\Entity\School {#14123 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15327 +label: "Abong-Mbang" +value: "1107" +data: App\Entity\School {#14149 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15328 +label: "Batouri" +value: "1136" +data: App\Entity\School {#14175 …} +attr: [] +labelTranslationParameters: [] } 1153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15329 +label: "Garoua" +value: "1153" +data: App\Entity\School {#14201 …} +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15330 +label: "Bafang" +value: "1016" +data: App\Entity\School {#14227 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15331 +label: "Bandjoun" +value: "1015" +data: App\Entity\School {#14253 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15332 +label: "Batouri" +value: "1120" +data: App\Entity\School {#14279 …} +attr: [] +labelTranslationParameters: [] } 902 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15333 +label: "Garoua" +value: "902" +data: App\Entity\School {#14305 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15334 +label: "Garoua" +value: "1155" +data: App\Entity\School {#14331 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15335 +label: "Batouri" +value: "1115" +data: App\Entity\School {#14357 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15336 +label: "Batouri" +value: "1122" +data: App\Entity\School {#14383 …} +attr: [] +labelTranslationParameters: [] } 1111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15337 +label: "Bertoua" +value: "1111" +data: App\Entity\School {#14409 …} +attr: [] +labelTranslationParameters: [] } 1112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15338 +label: "Batouri" +value: "1112" +data: App\Entity\School {#14435 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15339 +label: "Mokolo" +value: "1157" +data: App\Entity\School {#14461 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15340 +label: "Bertoua" +value: "1119" +data: App\Entity\School {#14487 …} +attr: [] +labelTranslationParameters: [] } 1124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15341 +label: "Ngaoundéré" +value: "1124" +data: App\Entity\School {#14513 …} +attr: [] +labelTranslationParameters: [] } 1133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15342 +label: "Ngaoundéré" +value: "1133" +data: App\Entity\School {#14539 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15343 +label: "Limbe" +value: "1075" +data: App\Entity\School {#14565 …} +attr: [] +labelTranslationParameters: [] } 1154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15344 +label: "Guider" +value: "1154" +data: App\Entity\School {#14591 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15345 +label: "Kumba" +value: "1070" +data: App\Entity\School {#14617 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15346 +label: "Batouri" +value: "1116" +data: App\Entity\School {#14643 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15347 +label: "Douala" +value: "371" +data: App\Entity\School {#14669 …} +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15348 +label: "Douala" +value: "1039" +data: App\Entity\School {#14695 …} +attr: [] +labelTranslationParameters: [] } 1065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15349 +label: "Limbe" +value: "1065" +data: App\Entity\School {#14721 …} +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15350 +label: "Douala" +value: "1044" +data: App\Entity\School {#14747 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15351 +label: "Douala" +value: "443" +data: App\Entity\School {#14773 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15352 +label: "Yaoundé" +value: "1140" +data: App\Entity\School {#14799 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15353 +label: "Yaoundé" +value: "1079" +data: App\Entity\School {#14825 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15354 +label: "Douala" +value: "325" +data: App\Entity\School {#14851 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15355 +label: "Ebolowa" +value: "1029" +data: App\Entity\School {#14877 …} +attr: [] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15356 +label: "Douala" +value: "491" +data: App\Entity\School {#14903 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15357 +label: "Foumban" +value: "1018" +data: App\Entity\School {#14929 …} +attr: [] +labelTranslationParameters: [] } 1096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15358 +label: "Dschang" +value: "1096" +data: App\Entity\School {#14955 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15359 +label: "Bafoussam" +value: "1102" +data: App\Entity\School {#14981 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15360 +label: "Buéa" +value: "1066" +data: App\Entity\School {#15007 …} +attr: [] +labelTranslationParameters: [] } 1059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15361 +label: "Buéa" +value: "1059" +data: App\Entity\School {#15033 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15362 +label: "Limbe" +value: "1061" +data: App\Entity\School {#15059 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15363 +label: "Douala" +value: "1033" +data: App\Entity\School {#15085 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15364 +label: "Garoua" +value: "1149" +data: App\Entity\School {#15111 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#15365 +label: "Limbe" +value: "1069" +data: App\Entity\School {#15137 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9352 -form: Symfony\Component\Form\Form {#1302 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9353 …5} |
full_name | "userbundle_user[school]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user_school" |
is_selected | Closure($choice, $value) {#15367 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#639 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "school" |
placeholder | "menu.select" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user_school" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "f411e3d23e8a.Sz_SxbjSSEac1IHcQCrc2WMsgyBCm5_G3yAfLjabBUA.Jnu48NyIGA_y48mReEnqnQVU9UI6qO_1uhFXWXXRRxZyapWm8ZkEKtmDxA" |
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 | "f411e3d23e8a.Sz_SxbjSSEac1IHcQCrc2WMsgyBCm5_G3yAfLjabBUA.Jnu48NyIGA_y48mReEnqnQVU9UI6qO_1uhFXWXXRRxZyapWm8ZkEKtmDxA" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#469 …} -namespace: Closure() {#625 …} } |
data | "f411e3d23e8a.Sz_SxbjSSEac1IHcQCrc2WMsgyBCm5_G3yAfLjabBUA.Jnu48NyIGA_y48mReEnqnQVU9UI6qO_1uhFXWXXRRxZyapWm8ZkEKtmDxA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#15370 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#543 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#15374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#381 …} $translationDomain: "validators" $message: Closure() {#15371 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_userbundle_user__token" ] |
cache_key | "_userbundle_user__token_hidden" |
compound | false |
data | "f411e3d23e8a.Sz_SxbjSSEac1IHcQCrc2WMsgyBCm5_G3yAfLjabBUA.Jnu48NyIGA_y48mReEnqnQVU9UI6qO_1uhFXWXXRRxZyapWm8ZkEKtmDxA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#15384 -form: Symfony\Component\Form\Form {#15380 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#15375 …5} |
full_name | "userbundle_user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "userbundle_user__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_userbundle_user__token" |
valid | true |
value | "f411e3d23e8a.Sz_SxbjSSEac1IHcQCrc2WMsgyBCm5_G3yAfLjabBUA.Jnu48NyIGA_y48mReEnqnQVU9UI6qO_1uhFXWXXRRxZyapWm8ZkEKtmDxA" |