Forms
-
City
-
ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0
-
community
-
title
-
name
-
isVillage
-
createdAt
-
updatedAt
-
ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0
-
_token
-
City
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "ea-new-form" "id" => "new-City-form" ] |
[ "class" => "ea-new-form" "id" => "new-City-form" ] |
| data | App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } |
same as passed value |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } |
same as passed value |
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [ "class" => "ea-new-form" "id" => "new-City-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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data | App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } |
| data_class | "App\Entity\City" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1171 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\City" } } |
| entityDto | EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1170 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "ea-new-form" "id" => "new-City-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_crud" "_City" ] |
| cache_key | "_City_ea_crud" |
| compound | true |
| data | App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } |
| disabled | false |
| ea_crud_form | [ "assets" => "** This variable no longer stores field assets. Instead, use "ea.crud.fieldAssets()" in your Twig template." "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } "form_tabs" => [] "form_fieldsets" => [] ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3582 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#1372 -errors: [] -form: Symfony\Component\Form\Form {#1179 …} } |
| form | Symfony\Component\Form\FormView {#1371 …5} |
| full_name | "City" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "City" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City" |
| valid | true |
| value | App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } |
ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| ea_css_class | null |
| ea_help | null |
| ea_icon | null |
| ea_is_collapsed | false |
| ea_is_collapsible | false |
| empty_data | Closure(FormInterface $form) {#1186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#1188 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1187 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_form_fieldset_open" "_City_ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0" ] |
| cache_key | "_City_ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0_ea_form_fieldset_open" |
| compound | true |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#984 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_fieldset" -propertyNameSuffix: "01KEQ35AYGJRAH0RZAC0B9ZZY0" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Layout\EaFormFieldsetOpenType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1029 …} -sortable: null -virtual: null -permission: null -textAlign: null -help: null -cssClass: "field-form_fieldset" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: null -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1019 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1093 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1014 …} -uniqueId: Symfony\Component\Uid\Ulid {#988 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1039 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_css_class | null |
| ea_help | null |
| ea_icon | null |
| ea_is_collapsed | false |
| ea_is_collapsible | false |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#1400 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#984 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField" -propertyName: "ea_form_fieldset" -propertyNameSuffix: "01KEQ35AYGJRAH0RZAC0B9ZZY0" -value: true -formattedValue: null -formatValueCallable: null -label: false -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Layout\EaFormFieldsetOpenType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1029 …} -sortable: null -virtual: null -permission: null -textAlign: null -help: null -cssClass: "field-form_fieldset" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: null -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1019 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1093 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1014 …} -uniqueId: Symfony\Component\Uid\Ulid {#988 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1039 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1398 -errors: [] -form: Symfony\Component\Form\Form {#1342 …} } |
| form | Symfony\Component\Form\FormView {#1397 …5} |
| full_name | "City[ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_ea_form_fieldset_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| valid | true |
| value | null |
community
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-widget" => "ea-autocomplete" "data-ea-autocomplete-render-items-as-html" => "false" ] |
[ "data-ea-widget" => "ea-autocomplete" "data-ea-autocomplete-render-items-as-html" => "false" ] |
| class | "App\Entity\Community" |
same as passed value |
| label | "Community" |
same as passed value |
| label_html | true |
same as passed value |
| query_builder | Closure(EntityRepository $repository) {#1092 class: "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" use: { $field: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#943 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "community" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Community" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#950 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#945 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#951 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#967 …} -uniqueId: Symfony\Component\Uid\Ulid {#940 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#953 …} -htmlAttributes: [] } } } |
Doctrine\ORM\QueryBuilder {#1230 -em: ContainerFGjoHRY\EntityManagerGhost614a58f {#378 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1227 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1228 #from: "App\Entity\Community" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Community entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1229 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-association" ] |
[ "class" => "field-association" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "data-ea-widget" => "ea-autocomplete" "data-ea-autocomplete-render-items-as-html" => "false" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1221 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1222 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1251 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1232 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1231 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1233 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1245 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1235 …} } |
| choices | null |
| class | "App\Entity\Community" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerFGjoHRY\EntityManagerGhost614a58f {#378 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 {#1242 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerFGjoHRY\EntityManagerGhost614a58f {#378 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#966 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Community" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1230 -em: ContainerFGjoHRY\EntityManagerGhost614a58f {#378 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1227 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "entity" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1228 #from: "App\Entity\Community" #alias: "entity" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT entity FROM App\Entity\Community entity" -parameters: Doctrine\Common\Collections\ArrayCollection {#1229 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [ "class" => "field-association" ] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1225 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1223 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-widget" => "ea-autocomplete" "data-ea-autocomplete-render-items-as-html" => "false" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_City_community" ] |
| cache_key | "_City_community_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1402 +data: App\Entity\Community {#1425 …} +value: "1" +label: "Bytów" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1404 +data: App\Entity\Community {#1471 …} +value: "2" +label: "Miastko" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1406 +data: App\Entity\Community {#1476 …} +value: "3" +label: "Borzytuchom" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1409 +data: App\Entity\Community {#1481 …} +value: "4" +label: "Czarna Dąbrówka" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1408 +data: App\Entity\Community {#1486 …} +value: "5" +label: "Kołczygłowy" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1403 +data: App\Entity\Community {#1491 …} +value: "6" +label: "Lipnica" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1420 +data: App\Entity\Community {#1496 …} +value: "7" +label: "Parchowo" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1419 +data: App\Entity\Community {#1501 …} +value: "8" +label: "Studzienice" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1418 +data: App\Entity\Community {#1506 …} +value: "9" +label: "Trzebielino" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1405 +data: App\Entity\Community {#1511 …} +value: "10" +label: "Tuchomie" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1410 +data: App\Entity\Community {#1516 …} +value: "11" +label: "Chojnice" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +data: App\Entity\Community {#1524 …} +value: "12" +label: "Czersk" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +data: App\Entity\Community {#1529 …} +value: "13" +label: "Brusy" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +data: App\Entity\Community {#1534 …} +value: "14" +label: "Konarzyny" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +data: App\Entity\Community {#1539 …} +value: "15" +label: "Człuchów" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +data: App\Entity\Community {#1547 …} +value: "16" +label: "Czarne" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +data: App\Entity\Community {#1552 …} +value: "17" +label: "Debrzno" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3234 +data: App\Entity\Community {#1557 …} +value: "18" +label: "Przechlewo" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3235 +data: App\Entity\Community {#1562 …} +value: "19" +label: "Rzecznica" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +data: App\Entity\Community {#1567 …} +value: "20" +label: "Koczała" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3237 +data: App\Entity\Community {#1572 …} +value: "21" +label: "Gdańsk" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +data: App\Entity\Community {#1580 …} +value: "22" +label: "Gdynia" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +data: App\Entity\Community {#1588 …} +value: "23" +label: "Słupsk" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +data: App\Entity\Community {#1596 …} +value: "24" +label: "Sopot" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +data: App\Entity\Community {#1604 …} +value: "25" +label: "Pruszcz Gdański" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +data: App\Entity\Community {#1612 …} +value: "26" +label: "Cedry Wielkie" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +data: App\Entity\Community {#1617 …} +value: "27" +label: "Kolbudy" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +data: App\Entity\Community {#1622 …} +value: "28" +label: "Przywidz" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +data: App\Entity\Community {#1627 …} +value: "29" +label: "Pszczółki" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +data: App\Entity\Community {#1632 …} +value: "30" +label: "Suchy Dąb" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3247 +data: App\Entity\Community {#1637 …} +value: "31" +label: "Trąbki Wielkie" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +data: App\Entity\Community {#1642 …} +value: "32" +label: "Kartuzy" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3249 +data: App\Entity\Community {#1650 …} +value: "33" +label: "Żukowo" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3250 +data: App\Entity\Community {#1655 …} +value: "34" +label: "Chmielno" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3251 +data: App\Entity\Community {#1660 …} +value: "35" +label: "Przodkowo" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3252 +data: App\Entity\Community {#1665 …} +value: "36" +label: "Sierakowice" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +data: App\Entity\Community {#1670 …} +value: "37" +label: "Somonino" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3254 +data: App\Entity\Community {#1675 …} +value: "38" +label: "Stężyca" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +data: App\Entity\Community {#1680 …} +value: "39" +label: "Sulęczyno" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3256 +data: App\Entity\Community {#1685 …} +value: "40" +label: "Kościerzyna" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3257 +data: App\Entity\Community {#1693 …} +value: "41" +label: "Dziemiany" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +data: App\Entity\Community {#1698 …} +value: "42" +label: "Karsin" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +data: App\Entity\Community {#1703 …} +value: "43" +label: "Liniewo" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +data: App\Entity\Community {#1708 …} +value: "44" +label: "Lipusz" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +data: App\Entity\Community {#1713 …} +value: "45" +label: "Nowa Karczma" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3262 +data: App\Entity\Community {#1718 …} +value: "46" +label: "Stara Kiszewa" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +data: App\Entity\Community {#1723 …} +value: "47" +label: "Kwidzyn" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3264 +data: App\Entity\Community {#1731 …} +value: "48" +label: "Prabuty" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3265 +data: App\Entity\Community {#1736 …} +value: "49" +label: "Gardeja" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +data: App\Entity\Community {#1741 …} +value: "50" +label: "Ryjewo" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +data: App\Entity\Community {#1746 …} +value: "51" +label: "Sadlinki" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +data: App\Entity\Community {#1751 …} +value: "52" +label: "Lębork" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3269 +data: App\Entity\Community {#1759 …} +value: "53" +label: "Łeba" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3270 +data: App\Entity\Community {#1764 …} +value: "54" +label: "Cewice" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3271 +data: App\Entity\Community {#1769 …} +value: "55" +label: "Nowa Wieś Lęborska" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3272 +data: App\Entity\Community {#1774 …} +value: "56" +label: "Wicko" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3273 +data: App\Entity\Community {#1779 …} +value: "57" +label: "Malbork" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +data: App\Entity\Community {#1787 …} +value: "58" +label: "Nowy Staw" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3275 +data: App\Entity\Community {#1792 …} +value: "59" +label: "Lichnowy" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3276 +data: App\Entity\Community {#1797 …} +value: "60" +label: "Miłoradz" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +data: App\Entity\Community {#1802 …} +value: "61" +label: "Stare Pole" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +data: App\Entity\Community {#1807 …} +value: "62" +label: "Nowy Dwór Gdański" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +data: App\Entity\Community {#1815 …} +value: "63" +label: "Krynica Morska" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +data: App\Entity\Community {#1820 …} +value: "64" +label: "Ostaszewo" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +data: App\Entity\Community {#1825 …} +value: "65" +label: "Stegna" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +data: App\Entity\Community {#1830 …} +value: "66" +label: "Sztutowo" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +data: App\Entity\Community {#1835 …} +value: "67" +label: "Puck" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +data: App\Entity\Community {#1843 …} +value: "68" +label: "Hel" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +data: App\Entity\Community {#1848 …} +value: "69" +label: "Jastarnia" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +data: App\Entity\Community {#1853 …} +value: "70" +label: "Władysławowo" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +data: App\Entity\Community {#1858 …} +value: "71" +label: "Kosakowo" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +data: App\Entity\Community {#1863 …} +value: "72" +label: "Krokowa" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +data: App\Entity\Community {#1868 …} +value: "73" +label: "Kępice" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +data: App\Entity\Community {#1876 …} +value: "74" +label: "Kobylnica" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +data: App\Entity\Community {#1881 …} +value: "75" +label: "Ustka" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +data: App\Entity\Community {#1886 …} +value: "76" +label: "Damnica" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +data: App\Entity\Community {#1891 …} +value: "77" +label: "Dębnica Kaszubska" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +data: App\Entity\Community {#1896 …} +value: "78" +label: "Główczyce" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +data: App\Entity\Community {#1901 …} +value: "79" +label: "Potęgowo" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +data: App\Entity\Community {#1906 …} +value: "80" +label: "Redzikowo" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +data: App\Entity\Community {#1911 …} +value: "81" +label: "Smołdzino" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +data: App\Entity\Community {#1916 …} +value: "82" +label: "Starogard Gdański" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +data: App\Entity\Community {#1924 …} +value: "83" +label: "Starogard Gdański" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +data: App\Entity\Community {#1929 …} +value: "84" +label: "Skórcz" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +data: App\Entity\Community {#1934 …} +value: "85" +label: "Skórcz" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +data: App\Entity\Community {#1939 …} +value: "86" +label: "Skarszewy" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +data: App\Entity\Community {#1944 …} +value: "87" +label: "Czarna Woda" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +data: App\Entity\Community {#1949 …} +value: "88" +label: "Bobowo" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +data: App\Entity\Community {#1954 …} +value: "89" +label: "Kaliska" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +data: App\Entity\Community {#1959 …} +value: "90" +label: "Lubichowo" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +data: App\Entity\Community {#1964 …} +value: "91" +label: "Osieczna" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +data: App\Entity\Community {#1969 …} +value: "92" +label: "Osiek" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +data: App\Entity\Community {#1974 …} +value: "93" +label: "Smętowo Graniczne" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +data: App\Entity\Community {#1979 …} +value: "94" +label: "Zblewo" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +data: App\Entity\Community {#1984 …} +value: "95" +label: "Sztum" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +data: App\Entity\Community {#1992 …} +value: "96" +label: "Dzierzgoń" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +data: App\Entity\Community {#1997 …} +value: "97" +label: "Mikołajki Pomorskie" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +data: App\Entity\Community {#2002 …} +value: "98" +label: "Stary Dzierzgoń" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +data: App\Entity\Community {#2007 …} +value: "99" +label: "Stary Targ" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +data: App\Entity\Community {#2012 …} +value: "100" +label: "Tczew" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +data: App\Entity\Community {#2020 …} +value: "101" +label: "Tczew" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +data: App\Entity\Community {#2025 …} +value: "102" +label: "Pelplin" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +data: App\Entity\Community {#2030 …} +value: "103" +label: "Gniew" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +data: App\Entity\Community {#2035 …} +value: "104" +label: "Morzeszczyn" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +data: App\Entity\Community {#2040 …} +value: "105" +label: "Subkowy" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +data: App\Entity\Community {#2045 …} +value: "106" +label: "Wejherowo" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +data: App\Entity\Community {#2053 …} +value: "107" +label: "Reda" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +data: App\Entity\Community {#2058 …} +value: "108" +label: "Rumia" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +data: App\Entity\Community {#2063 …} +value: "109" +label: "Wejherowo" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +data: App\Entity\Community {#2068 …} +value: "110" +label: "Gniewino" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +data: App\Entity\Community {#2073 …} +value: "111" +label: "Linia" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3328 +data: App\Entity\Community {#2078 …} +value: "112" +label: "Luzino" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +data: App\Entity\Community {#2083 …} +value: "113" +label: "Łęczyce" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +data: App\Entity\Community {#2088 …} +value: "114" +label: "Szemud" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +data: App\Entity\Community {#2093 …} +value: "115" +label: "Biała Podlaska" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +data: App\Entity\Community {#2101 …} +value: "116" +label: "Chełm" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +data: App\Entity\Community {#2109 …} +value: "117" +label: "Lublin" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +data: App\Entity\Community {#2117 …} +value: "118" +label: "Zamość" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +data: App\Entity\Community {#2125 …} +value: "119" +label: "Międzyrzec Podlaski" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +data: App\Entity\Community {#2133 …} +value: "120" +label: "Terespol" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +data: App\Entity\Community {#2138 …} +value: "121" +label: "Biała Podlaska" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +data: App\Entity\Community {#2143 …} +value: "122" +label: "Drelów" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +data: App\Entity\Community {#2148 …} +value: "123" +label: "Janów Podlaski" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +data: App\Entity\Community {#2153 …} +value: "124" +label: "Kodeń" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +data: App\Entity\Community {#2158 …} +value: "125" +label: "Konstantynów" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +data: App\Entity\Community {#2163 …} +value: "126" +label: "Leśna Podlaska" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +data: App\Entity\Community {#2168 …} +value: "127" +label: "Łomazy" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +data: App\Entity\Community {#2173 …} +value: "128" +label: "Międzyrzec Podlaski" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +data: App\Entity\Community {#2178 …} +value: "129" +label: "Piszczac" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +data: App\Entity\Community {#2183 …} +value: "130" +label: "Rokitno" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +data: App\Entity\Community {#2188 …} +value: "131" +label: "Rossosz" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3348 +data: App\Entity\Community {#2193 …} +value: "132" +label: "Sławatycze" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +data: App\Entity\Community {#2198 …} +value: "133" +label: "Sosnówka" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +data: App\Entity\Community {#2203 …} +value: "134" +label: "Terespol" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +data: App\Entity\Community {#2208 …} +value: "135" +label: "Tuczna" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3352 +data: App\Entity\Community {#2213 …} +value: "136" +label: "Wisznice" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3353 +data: App\Entity\Community {#2218 …} +value: "137" +label: "Zalesie" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3354 +data: App\Entity\Community {#2223 …} +value: "138" +label: "Biłgoraj" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +data: App\Entity\Community {#2231 …} +value: "139" +label: "Aleksandrów" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3356 +data: App\Entity\Community {#2236 …} +value: "140" +label: "Biszcza" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +data: App\Entity\Community {#2241 …} +value: "141" +label: "Biłgoraj" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +data: App\Entity\Community {#2246 …} +value: "142" +label: "Frampol" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +data: App\Entity\Community {#2251 …} +value: "143" +label: "Goraj" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +data: App\Entity\Community {#2256 …} +value: "144" +label: "Józefów" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +data: App\Entity\Community {#2261 …} +value: "145" +label: "Księżpol" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3362 +data: App\Entity\Community {#2266 …} +value: "146" +label: "Łukowa" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +data: App\Entity\Community {#2271 …} +value: "147" +label: "Obsza" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +data: App\Entity\Community {#2276 …} +value: "148" +label: "Potok Górny" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +data: App\Entity\Community {#2281 …} +value: "149" +label: "Tarnogród" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +data: App\Entity\Community {#2286 …} +value: "150" +label: "Tereszpol" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +data: App\Entity\Community {#2291 …} +value: "151" +label: "Turobin" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +data: App\Entity\Community {#2296 …} +value: "152" +label: "Rejowiec Fabryczny" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +data: App\Entity\Community {#2304 …} +value: "153" +label: "Białopole" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +data: App\Entity\Community {#2309 …} +value: "154" +label: "Chełm" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +data: App\Entity\Community {#2314 …} +value: "155" +label: "Dorohusk" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +data: App\Entity\Community {#2319 …} +value: "156" +label: "Dubienka" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +data: App\Entity\Community {#2324 …} +value: "157" +label: "Kamień" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +data: App\Entity\Community {#2329 …} +value: "158" +label: "Leśniowice" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +data: App\Entity\Community {#2334 …} +value: "159" +label: "Rejowiec" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +data: App\Entity\Community {#2339 …} +value: "160" +label: "Rejowiec Fabryczny" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +data: App\Entity\Community {#2344 …} +value: "161" +label: "Ruda-Huta" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +data: App\Entity\Community {#2349 …} +value: "162" +label: "Sawin" +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +data: App\Entity\Community {#2354 …} +value: "163" +label: "Siedliszcze" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +data: App\Entity\Community {#2359 …} +value: "164" +label: "Wierzbica" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +data: App\Entity\Community {#2364 …} +value: "165" +label: "Wojsławice" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +data: App\Entity\Community {#2369 …} +value: "166" +label: "Żmudź" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +data: App\Entity\Community {#2374 …} +value: "167" +label: "Hrubieszów" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +data: App\Entity\Community {#2382 …} +value: "168" +label: "Dołhobyczów" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +data: App\Entity\Community {#2387 …} +value: "169" +label: "Horodło" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +data: App\Entity\Community {#2392 …} +value: "170" +label: "Hrubieszów" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +data: App\Entity\Community {#2397 …} +value: "171" +label: "Mircze" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +data: App\Entity\Community {#2402 …} +value: "172" +label: "Trzeszczany" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +data: App\Entity\Community {#2407 …} +value: "173" +label: "Uchanie" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +data: App\Entity\Community {#2412 …} +value: "174" +label: "Werbkowice" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +data: App\Entity\Community {#2417 …} +value: "175" +label: "Batorz" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +data: App\Entity\Community {#2425 …} +value: "176" +label: "Chrzanów" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +data: App\Entity\Community {#2430 …} +value: "177" +label: "Dzwola" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +data: App\Entity\Community {#2435 …} +value: "178" +label: "Godziszów" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +data: App\Entity\Community {#2440 …} +value: "179" +label: "Janów Lubelski" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +data: App\Entity\Community {#2445 …} +value: "180" +label: "Modliborzyce" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +data: App\Entity\Community {#2450 …} +value: "181" +label: "Potok Wielki" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +data: App\Entity\Community {#2455 …} +value: "182" +label: "Krasnystaw" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +data: App\Entity\Community {#2463 …} +value: "183" +label: "Fajsławice" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +data: App\Entity\Community {#2468 …} +value: "184" +label: "Gorzków" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +data: App\Entity\Community {#2473 …} +value: "185" +label: "Izbica" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +data: App\Entity\Community {#2478 …} +value: "186" +label: "Krasnystaw" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +data: App\Entity\Community {#2483 …} +value: "187" +label: "Kraśniczyn" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +data: App\Entity\Community {#2488 …} +value: "188" +label: "Łopiennik Górny" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +data: App\Entity\Community {#2493 …} +value: "189" +label: "Rudnik" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +data: App\Entity\Community {#2498 …} +value: "190" +label: "Siennica Różana" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +data: App\Entity\Community {#2503 …} +value: "191" +label: "Żółkiewka" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +data: App\Entity\Community {#2508 …} +value: "192" +label: "Kraśnik" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +data: App\Entity\Community {#2516 …} +value: "193" +label: "Annopol" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3410 +data: App\Entity\Community {#2521 …} +value: "194" +label: "Dzierzkowice" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +data: App\Entity\Community {#2526 …} +value: "195" +label: "Gościeradów" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +data: App\Entity\Community {#2531 …} +value: "196" +label: "Kraśnik" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3413 +data: App\Entity\Community {#2536 …} +value: "197" +label: "Szastarka" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +data: App\Entity\Community {#2541 …} +value: "198" +label: "Trzydnik Duży" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +data: App\Entity\Community {#2546 …} +value: "199" +label: "Urzędów" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +data: App\Entity\Community {#2551 …} +value: "200" +label: "Wilkołaz" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +data: App\Entity\Community {#2556 …} +value: "201" +label: "Zakrzówek" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +data: App\Entity\Community {#2561 …} +value: "202" +label: "Lubartów" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3419 +data: App\Entity\Community {#2569 …} +value: "203" +label: "Abramów" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3420 +data: App\Entity\Community {#2574 …} +value: "204" +label: "Firlej" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +data: App\Entity\Community {#2579 …} +value: "205" +label: "Jeziorzany" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +data: App\Entity\Community {#2584 …} +value: "206" +label: "Kamionka" +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +data: App\Entity\Community {#2589 …} +value: "207" +label: "Kock" +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +data: App\Entity\Community {#2594 …} +value: "208" +label: "Lubartów" +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3425 +data: App\Entity\Community {#2599 …} +value: "209" +label: "Michów" +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3426 +data: App\Entity\Community {#2604 …} +value: "210" +label: "Niedźwiada" +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +data: App\Entity\Community {#2609 …} +value: "211" +label: "Ostrów Lubelski" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +data: App\Entity\Community {#2614 …} +value: "212" +label: "Ostrówek" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3429 +data: App\Entity\Community {#2619 …} +value: "213" +label: "Serniki" +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +data: App\Entity\Community {#2624 …} +value: "214" +label: "Uścimów" +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +data: App\Entity\Community {#2629 …} +value: "215" +label: "Bełżyce" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3432 +data: App\Entity\Community {#2637 …} +value: "216" +label: "Borzechów" +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3433 +data: App\Entity\Community {#2642 …} +value: "217" +label: "Bychawa" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3434 +data: App\Entity\Community {#2647 …} +value: "218" +label: "Garbów" +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +data: App\Entity\Community {#2652 …} +value: "219" +label: "Jabłonna" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +data: App\Entity\Community {#2657 …} +value: "220" +label: "Jastków" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +data: App\Entity\Community {#2662 …} +value: "221" +label: "Konopnica" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +data: App\Entity\Community {#2667 …} +value: "222" +label: "Krzczonów" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3439 +data: App\Entity\Community {#2672 …} +value: "223" +label: "Głusk" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +data: App\Entity\Community {#2677 …} +value: "224" +label: "Niedrzwica Duża" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +data: App\Entity\Community {#2682 …} +value: "225" +label: "Niemce" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3442 +data: App\Entity\Community {#2687 …} +value: "226" +label: "Strzyżewice" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +data: App\Entity\Community {#2692 …} +value: "227" +label: "Wojciechów" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +data: App\Entity\Community {#2697 …} +value: "228" +label: "Wólka" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3445 +data: App\Entity\Community {#2702 …} +value: "229" +label: "Wysokie" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +data: App\Entity\Community {#2707 …} +value: "230" +label: "Zakrzew" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +data: App\Entity\Community {#2712 …} +value: "231" +label: "Cyców" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +data: App\Entity\Community {#2720 …} +value: "232" +label: "Ludwin" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +data: App\Entity\Community {#2725 …} +value: "233" +label: "Łęczna" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +data: App\Entity\Community {#2730 …} +value: "234" +label: "Milejów" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +data: App\Entity\Community {#2735 …} +value: "235" +label: "Puchaczów" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +data: App\Entity\Community {#2740 …} +value: "236" +label: "Spiczyn" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +data: App\Entity\Community {#2745 …} +value: "237" +label: "Łuków" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +data: App\Entity\Community {#2753 …} +value: "238" +label: "Stoczek Łukowski" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +data: App\Entity\Community {#2758 …} +value: "239" +label: "Adamów" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +data: App\Entity\Community {#2763 …} +value: "240" +label: "Krzywda" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +data: App\Entity\Community {#2768 …} +value: "241" +label: "Łuków" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +data: App\Entity\Community {#2773 …} +value: "242" +label: "Serokomla" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +data: App\Entity\Community {#2778 …} +value: "243" +label: "Stanin" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +data: App\Entity\Community {#2783 …} +value: "244" +label: "Stoczek Łukowski" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +data: App\Entity\Community {#2788 …} +value: "245" +label: "Trzebieszów" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +data: App\Entity\Community {#2793 …} +value: "246" +label: "Wojcieszków" +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +data: App\Entity\Community {#2798 …} +value: "247" +label: "Wola Mysłowska" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +data: App\Entity\Community {#2803 …} +value: "248" +label: "Chodel" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +data: App\Entity\Community {#2811 …} +value: "249" +label: "Józefów nad Wisłą" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +data: App\Entity\Community {#2816 …} +value: "250" +label: "Karczmiska" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +data: App\Entity\Community {#2821 …} +value: "251" +label: "Łaziska" +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +data: App\Entity\Community {#2826 …} +value: "252" +label: "Opole Lubelskie" +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +data: App\Entity\Community {#2831 …} +value: "253" +label: "Poniatowa" +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +data: App\Entity\Community {#2836 …} +value: "254" +label: "Wilków" +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +data: App\Entity\Community {#2841 …} +value: "255" +label: "Dębowa Kłoda" +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +data: App\Entity\Community {#2849 …} +value: "256" +label: "Jabłoń" +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +data: App\Entity\Community {#2854 …} +value: "257" +label: "Milanów" +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +data: App\Entity\Community {#2859 …} +value: "258" +label: "Parczew" +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3475 +data: App\Entity\Community {#2864 …} +value: "259" +label: "Podedwórze" +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +data: App\Entity\Community {#2869 …} +value: "260" +label: "Siemień" +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +data: App\Entity\Community {#2874 …} +value: "261" +label: "Sosnowica" +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +data: App\Entity\Community {#2879 …} +value: "262" +label: "Puławy" +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +data: App\Entity\Community {#2887 …} +value: "263" +label: "Baranów" +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +data: App\Entity\Community {#2892 …} +value: "264" +label: "Janowiec" +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +data: App\Entity\Community {#2897 …} +value: "265" +label: "Kazimierz Dolny" +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +data: App\Entity\Community {#2902 …} +value: "266" +label: "Końskowola" +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +data: App\Entity\Community {#2907 …} +value: "267" +label: "Kurów" +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +data: App\Entity\Community {#2912 …} +value: "268" +label: "Markuszów" +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3485 +data: App\Entity\Community {#2917 …} +value: "269" +label: "Nałęczów" +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +data: App\Entity\Community {#2922 …} +value: "270" +label: "Puławy" +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3487 +data: App\Entity\Community {#2927 …} +value: "271" +label: "Wąwolnica" +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3488 +data: App\Entity\Community {#2932 …} +value: "272" +label: "Żyrzyn" +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +data: App\Entity\Community {#2937 …} +value: "273" +label: "Radzyń Podlaski" +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3490 +data: App\Entity\Community {#2945 …} +value: "274" +label: "Borki" +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3491 +data: App\Entity\Community {#2950 …} +value: "275" +label: "Czemierniki" +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +data: App\Entity\Community {#2955 …} +value: "276" +label: "Kąkolewnica" +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3493 +data: App\Entity\Community {#2960 …} +value: "277" +label: "Komarówka Podlaska" +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3494 +data: App\Entity\Community {#2965 …} +value: "278" +label: "Radzyń Podlaski" +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3495 +data: App\Entity\Community {#2970 …} +value: "279" +label: "Ulan-Majorat" +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3496 +data: App\Entity\Community {#2975 …} +value: "280" +label: "Wohyń" +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3497 +data: App\Entity\Community {#2980 …} +value: "281" +label: "Dęblin" +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3498 +data: App\Entity\Community {#2988 …} +value: "282" +label: "Kłoczew" +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3499 +data: App\Entity\Community {#2993 …} +value: "283" +label: "Nowodwór" +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3500 +data: App\Entity\Community {#2998 …} +value: "284" +label: "Ryki" +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3501 +data: App\Entity\Community {#3003 …} +value: "285" +label: "Stężyca" +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +data: App\Entity\Community {#3008 …} +value: "286" +label: "Ułęż" +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +data: App\Entity\Community {#3013 …} +value: "287" +label: "Świdnik" +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +data: App\Entity\Community {#3021 …} +value: "288" +label: "Mełgiew" +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +data: App\Entity\Community {#3026 …} +value: "289" +label: "Piaski" +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +data: App\Entity\Community {#3031 …} +value: "290" +label: "Rybczewice" +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +data: App\Entity\Community {#3036 …} +value: "291" +label: "Trawniki" +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +data: App\Entity\Community {#3041 …} +value: "292" +label: "Tomaszów Lubelski" +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3509 +data: App\Entity\Community {#3049 …} +value: "293" +label: "Bełżec" +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +data: App\Entity\Community {#3054 …} +value: "294" +label: "Jarczów" +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +data: App\Entity\Community {#3059 …} +value: "295" +label: "Krynice" +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3512 +data: App\Entity\Community {#3064 …} +value: "296" +label: "Lubycza Królewska" +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +data: App\Entity\Community {#3069 …} +value: "297" +label: "Łaszczów" +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +data: App\Entity\Community {#3074 …} +value: "298" +label: "Rachanie" +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +data: App\Entity\Community {#3079 …} +value: "299" +label: "Susiec" +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +data: App\Entity\Community {#3084 …} +value: "300" +label: "Tarnawatka" +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +data: App\Entity\Community {#3089 …} +value: "301" +label: "Telatyn" +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +data: App\Entity\Community {#3094 …} +value: "302" +label: "Tomaszów Lubelski" +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +data: App\Entity\Community {#3099 …} +value: "303" +label: "Tyszowce" +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +data: App\Entity\Community {#3104 …} +value: "304" +label: "Ulhówek" +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +data: App\Entity\Community {#3109 …} +value: "305" +label: "Włodawa" +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +data: App\Entity\Community {#3117 …} +value: "306" +label: "Hanna" +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +data: App\Entity\Community {#3122 …} +value: "307" +label: "Hańsk" +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +data: App\Entity\Community {#3127 …} +value: "308" +label: "Stary Brus" +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +data: App\Entity\Community {#3132 …} +value: "309" +label: "Urszulin" +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +data: App\Entity\Community {#3137 …} +value: "310" +label: "Włodawa" +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3527 +data: App\Entity\Community {#3142 …} +value: "311" +label: "Wola Uhruska" +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +data: App\Entity\Community {#3147 …} +value: "312" +label: "Wyryki" +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3529 +data: App\Entity\Community {#3152 …} +value: "313" +label: "Adamów" +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3530 +data: App\Entity\Community {#3160 …} +value: "314" +label: "Grabowiec" +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +data: App\Entity\Community {#3165 …} +value: "315" +label: "Komarów-Osada" +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +data: App\Entity\Community {#3170 …} +value: "316" +label: "Krasnobród" +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +data: App\Entity\Community {#3175 …} +value: "317" +label: "Łabunie" +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +data: App\Entity\Community {#3180 …} +value: "318" +label: "Miączyn" +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3535 +data: App\Entity\Community {#3185 …} +value: "319" +label: "Nielisz" +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3536 +data: App\Entity\Community {#3190 …} +value: "320" +label: "Radecznica" +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +data: App\Entity\Community {#3195 …} +value: "321" +label: "Sitno" +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +data: App\Entity\Community {#3200 …} +value: "322" +label: "Skierbieszów" +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +data: App\Entity\Community {#3205 …} +value: "323" +label: "Stary Zamość" +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +data: App\Entity\Community {#3210 …} +value: "324" +label: "Sułów" +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +data: App\Entity\Community {#3215 …} +value: "325" +label: "Szczebrzeszyn" +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +data: App\Entity\Community {#3220 …} +value: "326" +label: "Zamość" +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +data: App\Entity\Community {#3225 …} +value: "327" +label: "Zwierzyniec" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#943 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "community" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Community" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#950 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#945 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#951 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#967 …} -uniqueId: Symfony\Component\Uid\Ulid {#940 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#953 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3547 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#943 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField" -propertyName: "community" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Community" -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#950 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-association" -columns: null -defaultColumns: "col-md-7 col-xxl-6" -translationParameters: [] -templateName: "crud/field/association" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#945 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#951 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#967 …} -uniqueId: Symfony\Component\Uid\Ulid {#940 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#953 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#1401 -errors: [] -form: Symfony\Component\Form\Form {#1345 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1399 …5} |
| full_name | "City[community]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_community" |
| is_selected | Closure($choice, $value) {#3545 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Community" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "community" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-association" ] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_community" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
title
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Title" |
same as passed value |
| label_html | true |
same as passed value |
| 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 |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1264 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "Title" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1267 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_City_title" ] |
| cache_key | "_City_title_text" |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#992 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "title" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Title" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#995 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#994 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#998 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1064 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBD" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#962 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3550 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#992 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "title" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Title" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#995 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#994 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#998 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1064 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBD" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#962 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3548 -errors: [] -form: Symfony\Component\Form\Form {#1348 …} } |
| form | Symfony\Component\Form\FormView {#3546 …5} |
| full_name | "City[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_title" |
| label | "Title" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "title" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_title" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Name" |
same as passed value |
| label_html | true |
same as passed value |
| 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 |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | true |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1276 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_City_name" ] |
| cache_key | "_City_name_text" |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#993 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1000 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#999 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1003 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1065 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBE" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#969 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3553 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#993 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField" -propertyName: "name" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Name" -formType: "Symfony\Component\Form\Extension\Core\Type\TextType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1000 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-text" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/text" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#999 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1003 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1065 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBE" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#969 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3551 -errors: [] -form: Symfony\Component\Form\Form {#1351 …} } |
| form | Symfony\Component\Form\FormView {#3549 …5} |
| full_name | "City[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-text" ] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_name" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
isVillage
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-ea-align" => "center" ] |
[ "data-ea-align" => "center" ] |
| label | "Is Village" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "field-boolean" ] |
[ "class" => "field-boolean" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-ea-align" => "center" ] |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1287 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1288 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Is Village" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "field-boolean" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1292 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-ea-align" => "center" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_City_isVillage" ] |
| cache_key | "_City_isVillage_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#991 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField" -propertyName: "isVillage" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Is Village" -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1005 …} -sortable: true -virtual: false -permission: null -textAlign: "center" -help: null -cssClass: "field-boolean" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/boolean" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1004 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1008 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1062 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBF" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#976 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3556 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#991 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField" -propertyName: "isVillage" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Is Village" -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1005 …} -sortable: true -virtual: false -permission: null -textAlign: "center" -help: null -cssClass: "field-boolean" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/boolean" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1004 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1008 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1062 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBF" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#976 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3554 -errors: [] -form: Symfony\Component\Form\Form {#1354 …} } |
| form | Symfony\Component\Form\FormView {#3552 …5} |
| full_name | "City[isVillage]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_isVillage" |
| label | "Is Village" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "isVillage" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "field-boolean" ] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_isVillage" |
| valid | true |
| value | "1" |
createdAt
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| html5 | true |
same as passed value |
| input | "datetime_immutable" |
same as passed value |
| label | "Created At" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-datetime" ] |
[ "class" => "field-datetime" ] |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime_immutable" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "Please enter a valid date and time." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Created At" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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-datetime" ] |
| setter | null |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1308 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_City_createdAt" ] |
| cache_key | "_City_createdAt_datetime" |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#996 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "createdAt" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Created At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1010 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1011 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1015 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1040 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBG" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#983 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3559 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#996 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "createdAt" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Created At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1010 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1011 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1015 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1040 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBG" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#983 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3557 -errors: [] -form: Symfony\Component\Form\Form {#1357 …} } |
| form | Symfony\Component\Form\FormView {#3555 …5} |
| full_name | "City[createdAt]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_createdAt" |
| label | "Created At" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "createdAt" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-datetime" ] |
| submitted | false |
| translation_domain | "messages" |
| type | "datetime-local" |
| unique_block_prefix | "_City_createdAt" |
| valid | true |
| value | "" |
| widget | "single_text" |
updatedAt
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| html5 | true |
same as passed value |
| input | "datetime_immutable" |
same as passed value |
| label | "Updated At" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "field-datetime" ] |
[ "class" => "field-datetime" ] |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime_immutable" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "Please enter a valid date and time." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Updated At" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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-datetime" ] |
| setter | null |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1318 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_City_updatedAt" ] |
| cache_key | "_City_updatedAt_datetime" |
| compound | false |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1001 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "updatedAt" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Updated At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1017 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1016 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1020 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1096 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBH" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#990 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3562 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1001 -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField" -propertyName: "updatedAt" -propertyNameSuffix: null -value: null -formattedValue: null -formatValueCallable: null -label: "Updated At" -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1017 …} -sortable: true -virtual: false -permission: null -textAlign: null -help: null -cssClass: "field-datetime" -columns: null -defaultColumns: "col-md-6 col-xxl-5" -translationParameters: [] -templateName: "crud/field/datetime" -templatePath: "@EasyAdmin/label/null.html.twig" -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1016 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1020 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1096 …} -uniqueId: "01KEQ35AYB0VM71WGY7RG95DBH" -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#990 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3560 -errors: [] -form: Symfony\Component\Form\Form {#1360 …} } |
| form | Symfony\Component\Form\FormView {#3558 …5} |
| full_name | "City[updatedAt]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_updatedAt" |
| label | "Updated At" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "updatedAt" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "field-datetime" ] |
| submitted | false |
| translation_domain | "messages" |
| type | "datetime-local" |
| unique_block_prefix | "_City_updatedAt" |
| valid | true |
| value | "" |
| widget | "single_text" |
ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1332 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#1334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#1333 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ea_form_fieldset_close" "_City_ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0" ] |
| cache_key | "_City_ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0_ea_form_fieldset_close" |
| compound | true |
| data | null |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => 0 "form_tab" => null "ea_field" => EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1051 -fieldFqcn: null -propertyName: "ea_form_fieldset_close" -propertyNameSuffix: "01KEQ35AYGJRAH0RZAC0B9ZZY0" -value: null -formattedValue: null -formatValueCallable: null -label: null -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Layout\EaFormFieldsetCloseType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1045 …} -sortable: null -virtual: null -permission: null -textAlign: null -help: null -cssClass: "" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: null -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1044 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1002 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1095 …} -uniqueId: Symfony\Component\Uid\Ulid {#1046 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1007 …} -htmlAttributes: [] } "ea_entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3565 -fieldDto: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1051 -fieldFqcn: null -propertyName: "ea_form_fieldset_close" -propertyNameSuffix: "01KEQ35AYGJRAH0RZAC0B9ZZY0" -value: null -formattedValue: null -formatValueCallable: null -label: null -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Layout\EaFormFieldsetCloseType" -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1045 …} -sortable: null -virtual: null -permission: null -textAlign: null -help: null -cssClass: "" -columns: null -defaultColumns: "" -translationParameters: [] -templateName: "crud/field/text" -templatePath: null -formThemePaths: [] -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1044 …} -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1002 …} -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1095 …} -uniqueId: Symfony\Component\Uid\Ulid {#1046 …} -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1007 …} -htmlAttributes: [] } -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#756 -isAccessible: true -fqcn: "App\Entity\City" -metadata: Doctrine\ORM\Mapping\ClassMetadata {#738 …} -instance: App\Entity\City {#938 -id: null -name: null -createdAt: null -updatedAt: null -isVillage: null -title: null -community: null -leads: Doctrine\Common\Collections\ArrayCollection {#939 …} -addresses: Doctrine\Common\Collections\ArrayCollection {#942 …} -streets: Doctrine\Common\Collections\ArrayCollection {#941 …} } -primaryKeyName: "id" -primaryKeyValue: null -permission: null -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#954 …} -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1116 …} } } |
| errors | Symfony\Component\Form\FormErrorIterator {#3563 -errors: [] -form: Symfony\Component\Form\Form {#1363 …} } |
| form | Symfony\Component\Form\FormView {#3561 …5} |
| full_name | "City[ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City_ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City_ea_form_fieldset_close_01KEQ35AYGJRAH0RZAC0B9ZZY0" |
| valid | true |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2.IHCth01lrakoJgMZHwVh0Bc8qIuqbquy1lOMNhlHTl0.EzLntyoB4P9pUUF0dkQplXUN7cLwJsLHvDXTUFgRJBNqJN7KBCffzGlLTg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "2.IHCth01lrakoJgMZHwVh0Bc8qIuqbquy1lOMNhlHTl0.EzLntyoB4P9pUUF0dkQplXUN7cLwJsLHvDXTUFgRJBNqJN7KBCffzGlLTg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#330 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#334 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#370 …} -namespace: Closure() {#336 …} } |
| data | "2.IHCth01lrakoJgMZHwVh0Bc8qIuqbquy1lOMNhlHTl0.EzLntyoB4P9pUUF0dkQplXUN7cLwJsLHvDXTUFgRJBNqJN7KBCffzGlLTg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3570 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#267 …} $message: Closure() {#3569 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_City__token" ] |
| cache_key | "_City__token_hidden" |
| compound | false |
| data | "2.IHCth01lrakoJgMZHwVh0Bc8qIuqbquy1lOMNhlHTl0.EzLntyoB4P9pUUF0dkQplXUN7cLwJsLHvDXTUFgRJBNqJN7KBCffzGlLTg" |
| disabled | false |
| ea_crud_form | [ "form_panel" => null "form_fieldset" => null "form_tab" => null "ea_field" => null "ea_entity" => null ] |
| ea_vars | EasyCorp\Bundle\EasyAdminBundle\Dto\FormVarsDto {#3583 -fieldDto: null -entityDto: null } |
| errors | Symfony\Component\Form\FormErrorIterator {#3580 -errors: [] -form: Symfony\Component\Form\Form {#3576 …} } |
| form | Symfony\Component\Form\FormView {#3571 …5} |
| full_name | "City[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "City__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 | [] |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_City__token" |
| valid | true |
| value | "2.IHCth01lrakoJgMZHwVh0Bc8qIuqbquy1lOMNhlHTl0.EzLntyoB4P9pUUF0dkQplXUN7cLwJsLHvDXTUFgRJBNqJN7KBCffzGlLTg" |