Forms
-
post
-
title
-
summary
-
content
-
publishedAt
-
filename
-
tags
-
_token
-
post
Form type:
"App\Form\PostType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Post {#756 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1760587649 {#743 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#744 …} -tags: Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } -filename: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Post {#756 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1760587649 {#743 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#744 …} -tags: Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } -filename: null } |
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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data | App\Entity\Post {#756 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1760587649 {#743 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#744 …} -tags: Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } -filename: null } |
data_class | "App\Entity\Post" |
disabled | false |
empty_data | Closure(FormInterface $form) {#911 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Post" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#912 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "post" "_post" ] |
cache_key | "_post_post" |
compound | true |
data | App\Entity\Post {#756 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1760587649 {#743 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#744 …} -tags: Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } -filename: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#989 -errors: [] -form: Symfony\Component\Form\Form {#1115 …} } |
form | Symfony\Component\Form\FormView {#914 …5} |
full_name | "post" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "post" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_post" |
valid | true |
value | App\Entity\Post {#756 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1760587649 {#743 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#744 …} -tags: Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } -filename: null } |
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 |
---|---|---|
attr | [ "maxlength" => 255 "autofocus" => true ] |
[ "maxlength" => 255 "autofocus" => true ] |
label | "label.title" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "autofocus" => true ] |
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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1054 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "label.title" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#970 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "autofocus" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_post_title" ] |
cache_key | "_post_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1156 -errors: [] -form: Symfony\Component\Form\Form {#993 …} } |
form | Symfony\Component\Form\FormView {#1158 …5} |
full_name | "post[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_title" |
label | "label.title" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_post_title" |
valid | true |
value | "" |
summary
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 |
---|---|---|
help | "help.post_summary" |
same as passed value |
label | "label.summary" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "help.post_summary" |
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 | "label.summary" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#906 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_post_summary" ] |
cache_key | "_post_summary_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1155 -errors: [] -form: Symfony\Component\Form\Form {#1140 …} } |
form | Symfony\Component\Form\FormView {#1154 …5} |
full_name | "post[summary]" |
help | "help.post_summary" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_summary" |
label | "label.summary" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "summary" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_post_summary" |
valid | true |
value | "" |
content
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 |
---|---|---|
attr | [ "maxlength" => 255 "rows" => 20 ] |
[ "maxlength" => 255 "rows" => 20 ] |
help | "help.post_content" |
same as passed value |
label | "label.content" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "rows" => 20 ] |
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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1060 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "help.post_content" |
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 | "label.content" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#1067 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "rows" => 20 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_post_content" ] |
cache_key | "_post_content_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1153 -errors: [] -form: Symfony\Component\Form\Form {#1144 …} } |
form | Symfony\Component\Form\FormView {#1152 …5} |
full_name | "post[content]" |
help | "help.post_content" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_content" |
label | "label.content" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_post_content" |
valid | true |
value | "" |
publishedAt
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTimeImmutable @1760587649 {#1020 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } |
View Format |
"2025-10-16"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
format | "yyyy-MM-dd" |
same as passed value |
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 |
choice_translation_domain | [ "year" => false "month" => false "day" => 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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
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" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#890 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_post_publishedAt" ] |
cache_key | "_post_publishedAt_date" |
compound | false |
data | DateTimeImmutable @1760587649 {#1020 date: 2025-10-16 06:07:29.809350 Europe/Paris (+02:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1126 -errors: [] -form: Symfony\Component\Form\Form {#1114 …} } |
form | Symfony\Component\Form\FormView {#1037 …5} |
full_name | "post[publishedAt]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_publishedAt" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "publishedAt" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_post_publishedAt" |
valid | true |
value | "2025-10-16" |
widget | "single_text" |
filename
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "accept" => "image/png, image/jpeg, image/webp" ] |
[ "accept" => "image/png, image/jpeg, image/webp" ] |
label | "Image de l'article" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "image/png, image/jpeg, image/webp" ] |
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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Image de l'article" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
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() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#1005 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "image/png, image/jpeg, image/webp" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_post_filename" ] |
cache_key | "_post_filename_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#902 -errors: [] -form: Symfony\Component\Form\Form {#1111 …} } |
form | Symfony\Component\Form\FormView {#1072 …5} |
full_name | "post[filename]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_filename" |
label | "Image de l'article" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "filename" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_post_filename" |
valid | true |
value | "" |
tags
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 | Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Tag" |
same as passed value |
multiple | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1137 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1025 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1127 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1136 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1128 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1131 …} } |
choices | null |
class | "App\Entity\Tag" |
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 {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerOxVbDZ3\EntityManagerGhost614a58f {#375 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#934 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerOxVbDZ3\EntityManagerGhost614a58f {#375 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1011 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1024 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#998 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_post_tags" ] |
cache_key | "_post_tags_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1150 +data: App\Entity\Tag {#1336 …} +value: "1" +label: "Classique" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1176 +data: App\Entity\Tag {#1332 …} +value: "2" +label: "Sortie" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1183 +data: App\Entity\Tag {#1329 …} +value: "3" +label: "jazz" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1162 +data: App\Entity\Tag {#1328 …} +value: "4" +label: "Art" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +data: App\Entity\Tag {#1327 …} +value: "5" +label: "Contact" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +data: App\Entity\Tag {#1326 …} +value: "6" +label: "Rencontre" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +data: App\Entity\Tag {#1323 …} +value: "7" +label: "Paris" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +data: App\Entity\Tag {#1337 …} +value: "8" +label: "Bizarre" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +data: App\Entity\Tag {#1324 …} +value: "9" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1325 +data: App\Entity\Tag {#1321 …} +value: "10" +label: "Concert" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1160 +data: App\Entity\Tag {#1181 …} +value: "11" +label: "Rouen" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1333 +data: App\Entity\Tag {#1182 …} +value: "12" +label: "Concert" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1322 +data: App\Entity\Tag {#1278 …} +value: "13" +label: "noel" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +data: App\Entity\Tag {#1179 …} +value: "14" +label: "beauvais" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +data: App\Entity\Tag {#1161 …} +value: "15" +label: "diplome" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +data: App\Entity\Tag {#1233 …} +value: "16" +label: "Mamamia" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#698 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1046 -errors: [] -form: Symfony\Component\Form\Form {#1108 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#932 …5} |
full_name | "post[tags][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post_tags" |
is_selected | Closure($choice, array $values) {#1102 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "tags" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_post_tags" |
valid | true |
value | [] |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4851934618dac2f1df07504fd305587.PsaOsFRjNHYkffbmynzH9_aTGJiF7_exUPbTQuvCzpI.W6_I6RgHfCFQRZjUq0SBlrumcfz3hZTlMceSGrv19stur-zhYjR9MEUVuw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "4851934618dac2f1df07504fd305587.PsaOsFRjNHYkffbmynzH9_aTGJiF7_exUPbTQuvCzpI.W6_I6RgHfCFQRZjUq0SBlrumcfz3hZTlMceSGrv19stur-zhYjR9MEUVuw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#316 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#317 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#318 …} -namespace: Closure() {#320 …} } |
data | "4851934618dac2f1df07504fd305587.PsaOsFRjNHYkffbmynzH9_aTGJiF7_exUPbTQuvCzpI.W6_I6RgHfCFQRZjUq0SBlrumcfz3hZTlMceSGrv19stur-zhYjR9MEUVuw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1299 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() {#1310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#1311 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_post__token" ] |
cache_key | "_post__token_hidden" |
compound | false |
data | "4851934618dac2f1df07504fd305587.PsaOsFRjNHYkffbmynzH9_aTGJiF7_exUPbTQuvCzpI.W6_I6RgHfCFQRZjUq0SBlrumcfz3hZTlMceSGrv19stur-zhYjR9MEUVuw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1290 -errors: [] -form: Symfony\Component\Form\Form {#1317 …} } |
form | Symfony\Component\Form\FormView {#1307 …5} |
full_name | "post[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "post__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 | null |
unique_block_prefix | "_post__token" |
valid | true |
value | "4851934618dac2f1df07504fd305587.PsaOsFRjNHYkffbmynzH9_aTGJiF7_exUPbTQuvCzpI.W6_I6RgHfCFQRZjUq0SBlrumcfz3hZTlMceSGrv19stur-zhYjR9MEUVuw" |