- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 15
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- 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
Expert
"EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "ea-edit-form" "id" => "edit-Expert-form" ] |
[ "class" => "ea-edit-form" "id" => "edit-Expert-form" ] |
| data | App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } |
same as passed value |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } |
same as passed value |
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "ea-edit-form" "id" => "edit-Expert-form" ] |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data | App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } |
| data_class | "App\Entity\Expert" |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1173 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1089 …} use: { $class: "App\Entity\Expert" } } |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#1175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1172 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ea-edit-form" "id" => "edit-Expert-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_crud" "_Expert" ] |
| cache_key | "_Expert_ea_crud" |
| compound | true |
| data | App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } |
| disabled | false |
| ea_crud_form | [ "assets" => EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1999 -webpackEncoreAssets: [] -cssAssets: [] -jsAssets: [] -headContents: [] -bodyContents: [] } "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } "form_tabs" => [] "form_panels" => [] ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1315 -form: Symfony\Component\Form\Form {#1182 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1314 …5} |
| full_name | "Expert" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Expert" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert" |
| valid | true |
| value | App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Léa" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
| label | "Firstname" |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-ea-align" => "left" ] |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1188 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1089 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1190 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1189 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "left" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Expert_firstname" ] |
| cache_key | "_Expert_firstname_text" |
| compound | false |
| data | "Léa" |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#952 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "firstname" -value: "Léa" -formattedValue: "Léa" -formatValueCallable: null -label: "Firstname" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#957 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#954 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#956 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1000 …} -uniqueId: Symfony\Component\Uid\Ulid {#955 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#958 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1334 -form: Symfony\Component\Form\Form {#1292 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1333 …5} |
| full_name | "Expert[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert_firstname" |
| label | "Firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert_firstname" |
| valid | true |
| value | "Léa" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Lansade" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "left" ] |
[ "data-ea-align" => "left" ] |
| label | "Name" |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-text" ] |
[ "class" => "field-text" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-ea-align" => "left" ] |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1089 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1199 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1198 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "left" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_Expert_name" ] |
| cache_key | "_Expert_name_text" |
| compound | false |
| data | "Lansade" |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#964 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -value: "Lansade" -formattedValue: "Lansade" -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#967 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/crud/field/text.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#966 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#968 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1037 …} -uniqueId: Symfony\Component\Uid\Ulid {#965 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#970 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1335 -form: Symfony\Component\Form\Form {#1295 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1336 …5} |
| full_name | "Expert[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert_name" |
| valid | true |
| value | "Lansade" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "lea.lansade@inrae.fr" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "left" "inputmode" => "email" ] |
[ "data-ea-align" => "left" "inputmode" => "email" ] |
| label | "Email" |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-email" ] |
[ "class" => "field-email" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-ea-align" => "left" "inputmode" => "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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1211 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1089 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-email" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1213 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1210 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "left" "inputmode" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_Expert_email" ] |
| cache_key | "_Expert_email_email" |
| compound | false |
| data | "lea.lansade@inrae.fr" |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#972 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\EmailField" -propertyName: "email" -value: "lea.lansade@inrae.fr" -formattedValue: "lea.lansade@inrae.fr" -formatValueCallable: null -label: "Email" -formType: "Symfony\Component\Form\Extension\Core\Type\EmailType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#975 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-email" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/email" -templatePath: "@EasyAdmin/crud/field/email.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#974 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#976 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1038 …} -uniqueId: Symfony\Component\Uid\Ulid {#973 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#978 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1337 -form: Symfony\Component\Form\Form {#1301 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1338 …5} |
| full_name | "Expert[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-email" ] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert_email" |
| valid | true |
| value | "lea.lansade@inrae.fr" |
organism
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802} -isAdmin: null -orcid: "0000-0002-4185-9714" } -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } |
| View Format |
[ "2" "17" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" ] |
[ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" ] |
| class | "App\Entity\Organism" |
same as passed value |
| label | "Organism" |
same as passed value |
| label_translation_parameters | [] |
[] |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $repository) {#1064 class: "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" use: { $field: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#980 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "organism" -value: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802} -isAdmin: null -orcid: "0000-0002-4185-9714" } -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -formattedValue: 2 -formatValueCallable: null -label: "Organism" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#983 …} -sortable: false -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/crud/field/association.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#982 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#984 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1039 …} -uniqueId: Symfony\Component\Uid\Ulid {#981 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#986 …} } } } |
Doctrine\ORM\QueryBuilder {#1247 -em: Doctrine\ORM\EntityManager {#502 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1249 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1250 #from: "App\Entity\Organism" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Organism entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1248 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
| row_attr | [ "class" => "field-association" ] |
[ "class" => "field-association" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" ] |
| 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 {#1242 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1271 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1252 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1251 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1253 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1262 -om: Doctrine\ORM\EntityManager {#502 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#783 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Organism" |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#502 …11} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 {#1262 -om: Doctrine\ORM\EntityManager {#502 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#783 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Organism" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 {#1247 -em: Doctrine\ORM\EntityManager {#502 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1249 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1250 #from: "App\Entity\Organism" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Organism entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1248 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [ "class" => "field-association" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1243 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_Expert_organism" ] |
| cache_key | "_Expert_organism_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1341 +label: "BOKU" +value: "1" +data: App\Entity\Organism {#1355 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "INRAE" +value: "2" +data: App\Entity\Organism {#1057 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "ELGO-VRI" +value: "3" +data: App\Entity\Organism {#1358 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "UCD" +value: "4" +data: App\Entity\Organism {#1361 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "IZSAM" +value: "5" +data: App\Entity\Organism {#1364 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1342 +label: "SLU" +value: "6" +data: App\Entity\Organism {#1367 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "SCAW" +value: "7" +data: App\Entity\Organism {#1370 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1351 +label: "HBLFA" +value: "8" +data: App\Entity\Organism {#1373 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "Vetmeduni Vienna" +value: "9" +data: App\Entity\Organism {#1376 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "AgroSup Dijon" +value: "10" +data: App\Entity\Organism {#1379 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "ANSES" +value: "11" +data: App\Entity\Organism {#1382 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1445 +label: "CIRAD" +value: "12" +data: App\Entity\Organism {#1385 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1446 +label: "EnvA" +value: "13" +data: App\Entity\Organism {#1388 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "ENVT" +value: "14" +data: App\Entity\Organism {#1391 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "ESA Angers" +value: "15" +data: App\Entity\Organism {#1394 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +label: "IDELE" +value: "16" +data: App\Entity\Organism {#1397 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +label: "IFCE" +value: "17" +data: App\Entity\Organism {#1067 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +label: "Oniris" +value: "18" +data: App\Entity\Organism {#1400 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +label: "VetagroSup" +value: "19" +data: App\Entity\Organism {#1403 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +label: "Hellenic Ministry of Agricultural Development and Food" +value: "20" +data: App\Entity\Organism {#1406 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1454 +label: "Aristotle University of Thessaloniki" +value: "21" +data: App\Entity\Organism {#1409 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1455 +label: "Donkey Sanctuary" +value: "22" +data: App\Entity\Organism {#1412 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1456 +label: "TEAGASC" +value: "23" +data: App\Entity\Organism {#1415 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1457 +label: "UniNa" +value: "24" +data: App\Entity\Organism {#1418 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1458 +label: "UniBo" +value: "25" +data: App\Entity\Organism {#1421 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +label: "Gård&Djurhälsan" +value: "26" +data: App\Entity\Organism {#1424 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1460 +label: "VÄXA" +value: "27" +data: App\Entity\Organism {#1427 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1461 +label: "SVA" +value: "28" +data: App\Entity\Organism {#1430 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1462 +label: "Ghent University" +value: "31" +data: App\Entity\Organism {#1433 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Bezirkshauptmannschaft Murau" +value: "32" +data: App\Entity\Organism {#1436 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1464 +label: "ENMV" +value: "33" +data: App\Entity\Organism {#1439 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +label: "Independent expert" +value: "34" +data: App\Entity\Organism {#1442 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802} -isAdmin: null -orcid: "0000-0002-4185-9714" } -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#980 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "organism" -value: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802} -isAdmin: null -orcid: "0000-0002-4185-9714" } -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -formattedValue: 2 -formatValueCallable: null -label: "Organism" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#983 …} -sortable: false -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/crud/field/association.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#982 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#984 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1039 …} -uniqueId: Symfony\Component\Uid\Ulid {#981 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#986 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739} -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1339 -form: Symfony\Component\Form\Form {#1304 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1340 …5} |
| full_name | "Expert[organism][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert_organism" |
| is_selected | Closure($choice, array $values) {#1467 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1220 …} } |
| label | "Organism" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "organism" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-association" ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert_organism" |
| valid | true |
| value | [ "2" "17" ] |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } |
| View Format |
"76"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" "placeholder" => "None" ] |
[ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" "placeholder" => "None" ] |
| class | "App\Entity\Country" |
same as passed value |
| label | "Country" |
same as passed value |
| label_translation_parameters | [] |
[] |
| query_builder | Closure(EntityRepository $repository) {#1120 class: "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" use: { $field: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#988 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "country" -value: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -formattedValue: "France" -formatValueCallable: null -label: "Country" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#991 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/crud/field/association.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#990 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#992 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1056 …} -uniqueId: Symfony\Component\Uid\Ulid {#989 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#994 …} } } } |
Doctrine\ORM\QueryBuilder {#1275 -em: Doctrine\ORM\EntityManager {#502 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1277 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1278 #from: "App\Entity\Country" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Country entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1276 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
| row_attr | [ "class" => "field-association" ] |
[ "class" => "field-association" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" "placeholder" => "None" ] |
| 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 {#1242 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1299 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1280 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1279 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1281 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1290 -om: Doctrine\ORM\EntityManager {#502 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#722 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#502 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 {#1290 -om: Doctrine\ORM\EntityManager {#502 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#722 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1275 -em: Doctrine\ORM\EntityManager {#502 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1277 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1278 #from: "App\Entity\Country" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Country entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1276 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [ "class" => "field-association" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1272 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "left" "data-ea-widget" => "ea-autocomplete" "placeholder" => "None" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_Expert_country" ] |
| cache_key | "_Expert_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1470 +label: "Afghanistan" +value: "1" +data: App\Entity\Country {#1485 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1472 +label: "Aland Islands" +value: "2" +data: App\Entity\Country {#1487 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1474 +label: "Albania" +value: "3" +data: App\Entity\Country {#1488 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "Algeria" +value: "4" +data: App\Entity\Country {#1489 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1476 +label: "American Samoa" +value: "5" +data: App\Entity\Country {#1490 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +label: "Andorra" +value: "6" +data: App\Entity\Country {#1491 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1482 +label: "Angola" +value: "7" +data: App\Entity\Country {#1492 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +label: "Anguilla" +value: "8" +data: App\Entity\Country {#1493 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "Antarctica" +value: "9" +data: App\Entity\Country {#1494 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "Antigua and Barbuda" +value: "10" +data: App\Entity\Country {#1495 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1483 +label: "Argentina" +value: "11" +data: App\Entity\Country {#1496 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1737 +label: "Armenia" +value: "12" +data: App\Entity\Country {#1497 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1738 +label: "Aruba" +value: "13" +data: App\Entity\Country {#1498 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1739 +label: "Australia" +value: "14" +data: App\Entity\Country {#1499 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1740 +label: "Austria" +value: "15" +data: App\Entity\Country {#1500 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1741 +label: "Azerbaijan" +value: "16" +data: App\Entity\Country {#1501 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1742 +label: "Bahamas" +value: "17" +data: App\Entity\Country {#1502 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1743 +label: "Bahrain" +value: "18" +data: App\Entity\Country {#1503 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1744 +label: "Bangladesh" +value: "19" +data: App\Entity\Country {#1504 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1745 +label: "Barbados" +value: "20" +data: App\Entity\Country {#1505 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1746 +label: "Belarus" +value: "21" +data: App\Entity\Country {#1506 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1747 +label: "Belgium" +value: "22" +data: App\Entity\Country {#1507 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1748 +label: "Belize" +value: "23" +data: App\Entity\Country {#1508 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1749 +label: "Benin" +value: "24" +data: App\Entity\Country {#1509 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1750 +label: "Bermuda" +value: "25" +data: App\Entity\Country {#1510 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1751 +label: "Bhutan" +value: "26" +data: App\Entity\Country {#1511 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1752 +label: "Bolivia" +value: "27" +data: App\Entity\Country {#1512 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1753 +label: "Bonaire, Sint Eustatius and Saba" +value: "28" +data: App\Entity\Country {#1513 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1754 +label: "Bosnia and Herzegovina" +value: "29" +data: App\Entity\Country {#1514 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1755 +label: "Botswana" +value: "30" +data: App\Entity\Country {#1515 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1756 +label: "Bouvet Island" +value: "31" +data: App\Entity\Country {#1516 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1757 +label: "Brazil" +value: "32" +data: App\Entity\Country {#1517 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1758 +label: "British Indian Ocean Territory" +value: "33" +data: App\Entity\Country {#1518 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "Brunei Darussalam" +value: "34" +data: App\Entity\Country {#1519 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1760 +label: "Bulgaria" +value: "35" +data: App\Entity\Country {#1520 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1761 +label: "Burkina Faso" +value: "36" +data: App\Entity\Country {#1521 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1762 +label: "Burundi" +value: "37" +data: App\Entity\Country {#1522 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1763 +label: "Cambodia" +value: "38" +data: App\Entity\Country {#1523 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1764 +label: "Cameroon" +value: "39" +data: App\Entity\Country {#1524 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1765 +label: "Canada" +value: "40" +data: App\Entity\Country {#1525 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1766 +label: "Cape Verde" +value: "41" +data: App\Entity\Country {#1526 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1767 +label: "Cayman Islands" +value: "42" +data: App\Entity\Country {#1527 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1768 +label: "Central African Republic" +value: "43" +data: App\Entity\Country {#1528 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1769 +label: "Chad" +value: "44" +data: App\Entity\Country {#1529 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1770 +label: "Chile" +value: "45" +data: App\Entity\Country {#1530 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1771 +label: "China" +value: "46" +data: App\Entity\Country {#1531 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1772 +label: "Christmas Island" +value: "47" +data: App\Entity\Country {#1532 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1773 +label: "Cocos (Keeling) Islands" +value: "48" +data: App\Entity\Country {#1533 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1774 +label: "Colombia" +value: "49" +data: App\Entity\Country {#1534 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1775 +label: "Comoros" +value: "50" +data: App\Entity\Country {#1535 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1776 +label: "Congo" +value: "51" +data: App\Entity\Country {#1536 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1777 +label: "Congo, Democratic Republic of the Congo" +value: "52" +data: App\Entity\Country {#1537 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1778 +label: "Cook Islands" +value: "53" +data: App\Entity\Country {#1538 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1779 +label: "Costa Rica" +value: "54" +data: App\Entity\Country {#1539 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1780 +label: "Cote D'Ivoire" +value: "55" +data: App\Entity\Country {#1540 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1781 +label: "Croatia" +value: "56" +data: App\Entity\Country {#1541 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1782 +label: "Cuba" +value: "57" +data: App\Entity\Country {#1542 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1783 +label: "Curacao" +value: "58" +data: App\Entity\Country {#1543 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1784 +label: "Cyprus" +value: "59" +data: App\Entity\Country {#1544 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1785 +label: "Czech Republic" +value: "60" +data: App\Entity\Country {#1545 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1786 +label: "Denmark" +value: "61" +data: App\Entity\Country {#1546 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1787 +label: "Djibouti" +value: "62" +data: App\Entity\Country {#1547 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1788 +label: "Dominica" +value: "63" +data: App\Entity\Country {#1548 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: "Dominican Republic" +value: "64" +data: App\Entity\Country {#1549 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1790 +label: "Ecuador" +value: "65" +data: App\Entity\Country {#1550 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1791 +label: "Egypt" +value: "66" +data: App\Entity\Country {#1551 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1792 +label: "El Salvador" +value: "67" +data: App\Entity\Country {#1552 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1793 +label: "Equatorial Guinea" +value: "68" +data: App\Entity\Country {#1553 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1794 +label: "Eritrea" +value: "69" +data: App\Entity\Country {#1554 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1795 +label: "Estonia" +value: "70" +data: App\Entity\Country {#1555 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1796 +label: "Ethiopia" +value: "71" +data: App\Entity\Country {#1556 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1797 +label: "Falkland Islands (Malvinas)" +value: "72" +data: App\Entity\Country {#1557 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1798 +label: "Faroe Islands" +value: "73" +data: App\Entity\Country {#1558 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1799 +label: "Fiji" +value: "74" +data: App\Entity\Country {#1559 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1800 +label: "Finland" +value: "75" +data: App\Entity\Country {#1560 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1801 +label: "France" +value: "76" +data: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1802 +label: "French Guiana" +value: "77" +data: App\Entity\Country {#1561 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1803 +label: "French Polynesia" +value: "78" +data: App\Entity\Country {#1562 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1804 +label: "French Southern Territories" +value: "79" +data: App\Entity\Country {#1563 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1805 +label: "Gabon" +value: "80" +data: App\Entity\Country {#1564 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1806 +label: "Gambia" +value: "81" +data: App\Entity\Country {#1565 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1807 +label: "Georgia" +value: "82" +data: App\Entity\Country {#1566 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1808 +label: "Germany" +value: "83" +data: App\Entity\Country {#1567 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1809 +label: "Ghana" +value: "84" +data: App\Entity\Country {#1568 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1810 +label: "Gibraltar" +value: "85" +data: App\Entity\Country {#1569 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1811 +label: "Greece" +value: "86" +data: App\Entity\Country {#1570 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1812 +label: "Greenland" +value: "87" +data: App\Entity\Country {#1571 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1813 +label: "Grenada" +value: "88" +data: App\Entity\Country {#1572 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1814 +label: "Guadeloupe" +value: "89" +data: App\Entity\Country {#1573 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1815 +label: "Guam" +value: "90" +data: App\Entity\Country {#1574 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1816 +label: "Guatemala" +value: "91" +data: App\Entity\Country {#1575 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1817 +label: "Guernsey" +value: "92" +data: App\Entity\Country {#1576 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1818 +label: "Guinea" +value: "93" +data: App\Entity\Country {#1577 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1819 +label: "Guinea-Bissau" +value: "94" +data: App\Entity\Country {#1578 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1820 +label: "Guyana" +value: "95" +data: App\Entity\Country {#1579 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1821 +label: "Haiti" +value: "96" +data: App\Entity\Country {#1580 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1822 +label: "Heard Island and Mcdonald Islands" +value: "97" +data: App\Entity\Country {#1581 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1823 +label: "Holy See (Vatican City State)" +value: "98" +data: App\Entity\Country {#1582 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1824 +label: "Honduras" +value: "99" +data: App\Entity\Country {#1583 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1825 +label: "Hong Kong" +value: "100" +data: App\Entity\Country {#1584 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1826 +label: "Hungary" +value: "101" +data: App\Entity\Country {#1585 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1827 +label: "Iceland" +value: "102" +data: App\Entity\Country {#1586 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1828 +label: "India" +value: "103" +data: App\Entity\Country {#1587 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "Indonesia" +value: "104" +data: App\Entity\Country {#1588 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "Iran, Islamic Republic of" +value: "105" +data: App\Entity\Country {#1589 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1831 +label: "Iraq" +value: "106" +data: App\Entity\Country {#1590 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1832 +label: "Ireland" +value: "107" +data: App\Entity\Country {#1591 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1833 +label: "Isle of Man" +value: "108" +data: App\Entity\Country {#1592 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1834 +label: "Israel" +value: "109" +data: App\Entity\Country {#1593 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1835 +label: "Italy" +value: "110" +data: App\Entity\Country {#1594 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1836 +label: "Jamaica" +value: "111" +data: App\Entity\Country {#1595 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +label: "Japan" +value: "112" +data: App\Entity\Country {#1596 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +label: "Jersey" +value: "113" +data: App\Entity\Country {#1597 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1839 +label: "Jordan" +value: "114" +data: App\Entity\Country {#1598 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1840 +label: "Kazakhstan" +value: "115" +data: App\Entity\Country {#1599 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1841 +label: "Kenya" +value: "116" +data: App\Entity\Country {#1600 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "Kiribati" +value: "117" +data: App\Entity\Country {#1601 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1843 +label: "Korea, Democratic People's Republic of" +value: "118" +data: App\Entity\Country {#1602 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1844 +label: "Korea, Republic of" +value: "119" +data: App\Entity\Country {#1603 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1845 +label: "Kosovo" +value: "120" +data: App\Entity\Country {#1604 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1846 +label: "Kuwait" +value: "121" +data: App\Entity\Country {#1605 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1847 +label: "Kyrgyzstan" +value: "122" +data: App\Entity\Country {#1606 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1848 +label: "Lao People's Democratic Republic" +value: "123" +data: App\Entity\Country {#1607 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1849 +label: "Latvia" +value: "124" +data: App\Entity\Country {#1608 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1850 +label: "Lebanon" +value: "125" +data: App\Entity\Country {#1609 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1851 +label: "Lesotho" +value: "126" +data: App\Entity\Country {#1610 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1852 +label: "Liberia" +value: "127" +data: App\Entity\Country {#1611 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1853 +label: "Libyan Arab Jamahiriya" +value: "128" +data: App\Entity\Country {#1612 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +label: "Liechtenstein" +value: "129" +data: App\Entity\Country {#1613 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +label: "Lithuania" +value: "130" +data: App\Entity\Country {#1614 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +label: "Luxembourg" +value: "131" +data: App\Entity\Country {#1615 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +label: "Macao" +value: "132" +data: App\Entity\Country {#1616 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +label: "Macedonia, the Former Yugoslav Republic of" +value: "133" +data: App\Entity\Country {#1617 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +label: "Madagascar" +value: "134" +data: App\Entity\Country {#1618 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +label: "Malawi" +value: "135" +data: App\Entity\Country {#1619 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1861 +label: "Malaysia" +value: "136" +data: App\Entity\Country {#1620 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1862 +label: "Maldives" +value: "137" +data: App\Entity\Country {#1621 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1863 +label: "Mali" +value: "138" +data: App\Entity\Country {#1622 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1864 +label: "Malta" +value: "139" +data: App\Entity\Country {#1623 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1865 +label: "Marshall Islands" +value: "140" +data: App\Entity\Country {#1624 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1866 +label: "Martinique" +value: "141" +data: App\Entity\Country {#1625 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +label: "Mauritania" +value: "142" +data: App\Entity\Country {#1626 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1868 +label: "Mauritius" +value: "143" +data: App\Entity\Country {#1627 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1869 +label: "Mayotte" +value: "144" +data: App\Entity\Country {#1628 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1870 +label: "Mexico" +value: "145" +data: App\Entity\Country {#1629 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1871 +label: "Micronesia, Federated States of" +value: "146" +data: App\Entity\Country {#1630 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1872 +label: "Moldova, Republic of" +value: "147" +data: App\Entity\Country {#1631 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1873 +label: "Monaco" +value: "148" +data: App\Entity\Country {#1632 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1874 +label: "Mongolia" +value: "149" +data: App\Entity\Country {#1633 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1875 +label: "Montenegro" +value: "150" +data: App\Entity\Country {#1634 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1876 +label: "Montserrat" +value: "151" +data: App\Entity\Country {#1635 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1877 +label: "Morocco" +value: "152" +data: App\Entity\Country {#1636 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +label: "Mozambique" +value: "153" +data: App\Entity\Country {#1637 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1879 +label: "Myanmar" +value: "154" +data: App\Entity\Country {#1638 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1880 +label: "Namibia" +value: "155" +data: App\Entity\Country {#1639 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1881 +label: "Nauru" +value: "156" +data: App\Entity\Country {#1640 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +label: "Nepal" +value: "157" +data: App\Entity\Country {#1641 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1883 +label: "Netherlands" +value: "158" +data: App\Entity\Country {#1642 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1884 +label: "Netherlands Antilles" +value: "159" +data: App\Entity\Country {#1643 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1885 +label: "New Caledonia" +value: "160" +data: App\Entity\Country {#1644 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1886 +label: "New Zealand" +value: "161" +data: App\Entity\Country {#1645 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1887 +label: "Nicaragua" +value: "162" +data: App\Entity\Country {#1646 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1888 +label: "Niger" +value: "163" +data: App\Entity\Country {#1647 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1889 +label: "Nigeria" +value: "164" +data: App\Entity\Country {#1648 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1890 +label: "Niue" +value: "165" +data: App\Entity\Country {#1649 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1891 +label: "Norfolk Island" +value: "166" +data: App\Entity\Country {#1650 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1892 +label: "Northern Mariana Islands" +value: "167" +data: App\Entity\Country {#1651 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1893 +label: "Norway" +value: "168" +data: App\Entity\Country {#1652 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1894 +label: "Oman" +value: "169" +data: App\Entity\Country {#1653 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1895 +label: "Pakistan" +value: "170" +data: App\Entity\Country {#1654 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1896 +label: "Palau" +value: "171" +data: App\Entity\Country {#1655 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1897 +label: "Palestinian Territory, Occupied" +value: "172" +data: App\Entity\Country {#1656 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1898 +label: "Panama" +value: "173" +data: App\Entity\Country {#1657 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1899 +label: "Papua New Guinea" +value: "174" +data: App\Entity\Country {#1658 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1900 +label: "Paraguay" +value: "175" +data: App\Entity\Country {#1659 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1901 +label: "Peru" +value: "176" +data: App\Entity\Country {#1660 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1902 +label: "Philippines" +value: "177" +data: App\Entity\Country {#1661 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1903 +label: "Pitcairn" +value: "178" +data: App\Entity\Country {#1662 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1904 +label: "Poland" +value: "179" +data: App\Entity\Country {#1663 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1905 +label: "Portugal" +value: "180" +data: App\Entity\Country {#1664 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1906 +label: "Puerto Rico" +value: "181" +data: App\Entity\Country {#1665 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1907 +label: "Qatar" +value: "182" +data: App\Entity\Country {#1666 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1908 +label: "Reunion" +value: "183" +data: App\Entity\Country {#1667 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1909 +label: "Romania" +value: "184" +data: App\Entity\Country {#1668 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1910 +label: "Russian Federation" +value: "185" +data: App\Entity\Country {#1669 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1911 +label: "Rwanda" +value: "186" +data: App\Entity\Country {#1670 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1912 +label: "Saint Barthelemy" +value: "187" +data: App\Entity\Country {#1671 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1913 +label: "Saint Helena" +value: "188" +data: App\Entity\Country {#1672 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1914 +label: "Saint Kitts and Nevis" +value: "189" +data: App\Entity\Country {#1673 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1915 +label: "Saint Lucia" +value: "190" +data: App\Entity\Country {#1674 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1916 +label: "Saint Martin" +value: "191" +data: App\Entity\Country {#1675 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1917 +label: "Saint Pierre and Miquelon" +value: "192" +data: App\Entity\Country {#1676 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1918 +label: "Saint Vincent and the Grenadines" +value: "193" +data: App\Entity\Country {#1677 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1919 +label: "Samoa" +value: "194" +data: App\Entity\Country {#1678 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1920 +label: "San Marino" +value: "195" +data: App\Entity\Country {#1679 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1921 +label: "Sao Tome and Principe" +value: "196" +data: App\Entity\Country {#1680 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1922 +label: "Saudi Arabia" +value: "197" +data: App\Entity\Country {#1681 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1923 +label: "Senegal" +value: "198" +data: App\Entity\Country {#1682 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1924 +label: "Serbia" +value: "199" +data: App\Entity\Country {#1683 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1925 +label: "Serbia and Montenegro" +value: "200" +data: App\Entity\Country {#1684 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1926 +label: "Seychelles" +value: "201" +data: App\Entity\Country {#1685 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1927 +label: "Sierra Leone" +value: "202" +data: App\Entity\Country {#1686 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1928 +label: "Singapore" +value: "203" +data: App\Entity\Country {#1687 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1929 +label: "Sint Maarten" +value: "204" +data: App\Entity\Country {#1688 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1930 +label: "Slovakia" +value: "205" +data: App\Entity\Country {#1689 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1931 +label: "Slovenia" +value: "206" +data: App\Entity\Country {#1690 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1932 +label: "Solomon Islands" +value: "207" +data: App\Entity\Country {#1691 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1933 +label: "Somalia" +value: "208" +data: App\Entity\Country {#1692 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1934 +label: "South Africa" +value: "209" +data: App\Entity\Country {#1693 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1935 +label: "South Georgia and the South Sandwich Islands" +value: "210" +data: App\Entity\Country {#1694 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1936 +label: "South Sudan" +value: "211" +data: App\Entity\Country {#1695 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1937 +label: "Spain" +value: "212" +data: App\Entity\Country {#1696 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1938 +label: "Sri Lanka" +value: "213" +data: App\Entity\Country {#1697 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1939 +label: "Sudan" +value: "214" +data: App\Entity\Country {#1698 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +label: "Suriname" +value: "215" +data: App\Entity\Country {#1699 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1941 +label: "Svalbard and Jan Mayen" +value: "216" +data: App\Entity\Country {#1700 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1942 +label: "Swaziland" +value: "217" +data: App\Entity\Country {#1701 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1943 +label: "Sweden" +value: "218" +data: App\Entity\Country {#1702 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1944 +label: "Switzerland" +value: "219" +data: App\Entity\Country {#1703 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +label: "Syrian Arab Republic" +value: "220" +data: App\Entity\Country {#1704 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +label: "Taiwan, Province of China" +value: "221" +data: App\Entity\Country {#1705 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1947 +label: "Tajikistan" +value: "222" +data: App\Entity\Country {#1706 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1948 +label: "Tanzania, United Republic of" +value: "223" +data: App\Entity\Country {#1707 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +label: "Thailand" +value: "224" +data: App\Entity\Country {#1708 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1950 +label: "Timor-Leste" +value: "225" +data: App\Entity\Country {#1709 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1951 +label: "Togo" +value: "226" +data: App\Entity\Country {#1710 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1952 +label: "Tokelau" +value: "227" +data: App\Entity\Country {#1711 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1953 +label: "Tonga" +value: "228" +data: App\Entity\Country {#1712 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1954 +label: "Trinidad and Tobago" +value: "229" +data: App\Entity\Country {#1713 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1955 +label: "Tunisia" +value: "230" +data: App\Entity\Country {#1714 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1956 +label: "Turkey" +value: "231" +data: App\Entity\Country {#1715 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1957 +label: "Turkmenistan" +value: "232" +data: App\Entity\Country {#1716 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1958 +label: "Turks and Caicos Islands" +value: "233" +data: App\Entity\Country {#1717 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +label: "Tuvalu" +value: "234" +data: App\Entity\Country {#1718 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1960 +label: "Uganda" +value: "235" +data: App\Entity\Country {#1719 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1961 +label: "Ukraine" +value: "236" +data: App\Entity\Country {#1720 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1962 +label: "United Arab Emirates" +value: "237" +data: App\Entity\Country {#1721 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1963 +label: "United Kingdom" +value: "238" +data: App\Entity\Country {#1722 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +label: "United States" +value: "239" +data: App\Entity\Country {#1723 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1965 +label: "United States Minor Outlying Islands" +value: "240" +data: App\Entity\Country {#1724 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1966 +label: "Uruguay" +value: "241" +data: App\Entity\Country {#1725 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1967 +label: "Uzbekistan" +value: "242" +data: App\Entity\Country {#1726 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1968 +label: "Vanuatu" +value: "243" +data: App\Entity\Country {#1727 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1969 +label: "Venezuela" +value: "244" +data: App\Entity\Country {#1728 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1970 +label: "Viet Nam" +value: "245" +data: App\Entity\Country {#1729 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1971 +label: "Virgin Islands, British" +value: "246" +data: App\Entity\Country {#1730 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +label: "Virgin Islands, U.s." +value: "247" +data: App\Entity\Country {#1731 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1973 +label: "Wallis and Futuna" +value: "248" +data: App\Entity\Country {#1732 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1974 +label: "Western Sahara" +value: "249" +data: App\Entity\Country {#1733 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1975 +label: "Yemen" +value: "250" +data: App\Entity\Country {#1734 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1976 +label: "Zambia" +value: "251" +data: App\Entity\Country {#1735 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1977 +label: "Zimbabwe" +value: "252" +data: App\Entity\Country {#1736 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } |
| disabled | false |
| ea_crud_form | [ "form_panel" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#988 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "country" -value: Proxies\__CG__\App\Entity\Country {#770 +__isInitialized__: true -id: 76 -name: "France" …2 } -formattedValue: "France" -formatValueCallable: null -label: "Country" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#991 …} -sortable: true -virtual: false -permission: null -textAlign: "left" -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/crud/field/association.html.twig" -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#990 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#992 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1056 …} -uniqueId: Symfony\Component\Uid\Ulid {#989 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#994 …} } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#738 -isAccessible: true -fqcn: "App\Entity\Expert" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#636 …} -instance: App\Entity\Expert {#739 -id: 43 -manager: false -name: "Lansade" -firstname: "Léa" -email: "lea.lansade@inrae.fr" -expertiseType: Proxies\__CG__\App\Entity\ExpertiseType {#760 …} -country: Proxies\__CG__\App\Entity\Country {#770 …2} -generalSkill: Doctrine\ORM\PersistentCollection {#785 …} -organism: Doctrine\ORM\PersistentCollection {#802 -snapshot: [ …2] -owner: App\Entity\Expert {#739} -association: [ …19] -em: Doctrine\ORM\EntityManager {#502 …11} -backRefFieldName: "expert" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3607 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#801 …} #initialized: true } -isAdmin: null -orcid: "0000-0002-4185-9714" } -primaryKeyName: "id" -primaryKeyValue: 43 -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#995 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1117 …} } ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1468 -form: Symfony\Component\Form\Form {#1307 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1469 …5} |
| full_name | "Expert[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert_country" |
| is_selected | Closure($choice, $value) {#1979 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1220 …} } |
| label | "Country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-association" ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_Expert_country" |
| valid | true |
| value | "76" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3473aa6f1dc87233afba5df6df5.mjs_tPHeER1O53WKIqDDpej1PTdwnCyvKummj9xlRtk.7HRO17nqZk8ElQLmQcur1oKybmQU3kHcUJvq1q4hI5LrWVvXg-ZnSgWoFg" |
| 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 | "3473aa6f1dc87233afba5df6df5.mjs_tPHeER1O53WKIqDDpej1PTdwnCyvKummj9xlRtk.7HRO17nqZk8ElQLmQcur1oKybmQU3kHcUJvq1q4hI5LrWVvXg-ZnSgWoFg" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| 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 {#259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#258 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#260 …} -namespace: Closure() {#261 …} } |
| data | "3473aa6f1dc87233afba5df6df5.mjs_tPHeER1O53WKIqDDpej1PTdwnCyvKummj9xlRtk.7HRO17nqZk8ElQLmQcur1oKybmQU3kHcUJvq1q4hI5LrWVvXg-ZnSgWoFg" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1984 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1089 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1153 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#248 …} $translationDomain: "validators" $message: Closure() {#1983 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_Expert__token" ] |
| cache_key | "_Expert__token_hidden" |
| compound | false |
| data | "3473aa6f1dc87233afba5df6df5.mjs_tPHeER1O53WKIqDDpej1PTdwnCyvKummj9xlRtk.7HRO17nqZk8ElQLmQcur1oKybmQU3kHcUJvq1q4hI5LrWVvXg-ZnSgWoFg" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| errors | Symfony\Component\Form\FormErrorIterator {#1996 -form: Symfony\Component\Form\Form {#1992 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1987 …5} |
| full_name | "Expert[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "Expert__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 | "messages" |
| unique_block_prefix | "_Expert__token" |
| valid | true |
| value | "3473aa6f1dc87233afba5df6df5.mjs_tPHeER1O53WKIqDDpej1PTdwnCyvKummj9xlRtk.7HRO17nqZk8ElQLmQcur1oKybmQU3kHcUJvq1q4hI5LrWVvXg-ZnSgWoFg" |