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 {#757 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1765087740 {#744 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#745 …} -tags: Doctrine\Common\Collections\ArrayCollection {#699 -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 {#757 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1765087740 {#744 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#745 …} -tags: Doctrine\Common\Collections\ArrayCollection {#699 -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 {#757 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1765087740 {#744 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#745 …} -tags: Doctrine\Common\Collections\ArrayCollection {#699 -elements: [] } -filename: null } |
| data_class | "App\Entity\Post" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#912 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() {#914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#913 …} $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 {#757 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1765087740 {#744 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#745 …} -tags: Doctrine\Common\Collections\ArrayCollection {#699 -elements: [] } -filename: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#990 -errors: [] -form: Symfony\Component\Form\Form {#1116 …} } |
| form | Symfony\Component\Form\FormView {#915 …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 {#757 -id: null -title: null -slug: null -summary: null -content: null -publishedAt: DateTimeImmutable @1765087740 {#744 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } -author: null -comments: Doctrine\Common\Collections\ArrayCollection {#745 …} -tags: Doctrine\Common\Collections\ArrayCollection {#699 -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) {#1055 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() {#1078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#971 …} $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 {#1157 -errors: [] -form: Symfony\Component\Form\Form {#994 …} } |
| form | Symfony\Component\Form\FormView {#1159 …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) {#892 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() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#907 …} $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 {#1156 -errors: [] -form: Symfony\Component\Form\Form {#1141 …} } |
| form | Symfony\Component\Form\FormView {#1155 …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) {#1061 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() {#1067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1068 …} $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 {#1154 -errors: [] -form: Symfony\Component\Form\Form {#1145 …} } |
| form | Symfony\Component\Form\FormView {#1153 …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 @1765087740 {#1021 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } |
| View Format |
"2025-12-07"
|
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() {#893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#891 …} $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 @1765087740 {#1021 date: 2025-12-07 07:09:00.019002 Europe/Paris (+01:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1127 -errors: [] -form: Symfony\Component\Form\Form {#1115 …} } |
| form | Symfony\Component\Form\FormView {#1038 …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-12-07" |
| 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() {#1029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1006 …} $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 {#903 -errors: [] -form: Symfony\Component\Form\Form {#1112 …} } |
| form | Symfony\Component\Form\FormView {#1073 …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 {#699 -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 {#1138 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1026 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1128 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1137 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1129 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1132 …} } |
| 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 | ContainerHZOGFIN\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 {#935 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerHZOGFIN\EntityManagerGhost614a58f {#375 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1012 …} } |
| 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() {#1025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#999 …} $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 {#1151 +data: App\Entity\Tag {#1337 …} +value: "1" +label: "Classique" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +data: App\Entity\Tag {#1333 …} +value: "2" +label: "Sortie" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +data: App\Entity\Tag {#1330 …} +value: "3" +label: "jazz" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +data: App\Entity\Tag {#1329 …} +value: "4" +label: "Art" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +data: App\Entity\Tag {#1328 …} +value: "5" +label: "Contact" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +data: App\Entity\Tag {#1327 …} +value: "6" +label: "Rencontre" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1179 +data: App\Entity\Tag {#1324 …} +value: "7" +label: "Paris" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1178 +data: App\Entity\Tag {#1338 …} +value: "8" +label: "Bizarre" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +data: App\Entity\Tag {#1325 …} +value: "9" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +data: App\Entity\Tag {#1322 …} +value: "10" +label: "Concert" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +data: App\Entity\Tag {#1182 …} +value: "11" +label: "Rouen" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1334 +data: App\Entity\Tag {#1183 …} +value: "12" +label: "Concert" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1323 +data: App\Entity\Tag {#1279 …} +value: "13" +label: "noel" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +data: App\Entity\Tag {#1180 …} +value: "14" +label: "beauvais" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +data: App\Entity\Tag {#1162 …} +value: "15" +label: "diplome" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +data: App\Entity\Tag {#1234 …} +value: "16" +label: "Mamamia" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\Common\Collections\ArrayCollection {#699 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1047 -errors: [] -form: Symfony\Component\Form\Form {#1109 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#933 …5} |
| full_name | "post[tags][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_tags" |
| is_selected | Closure($choice, array $values) {#1103 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 | "c4933f84.Z_i3g4R5ykZn4IF6Sl3ClEOV1KfXlL5S4nGZlyVfGFw.Arv52-NJmyMRkc4XOQXv_Qvegujl7ulis0DhxE4GeSg_vsHW4xubCgORsQ" |
| 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 | "c4933f84.Z_i3g4R5ykZn4IF6Sl3ClEOV1KfXlL5S4nGZlyVfGFw.Arv52-NJmyMRkc4XOQXv_Qvegujl7ulis0DhxE4GeSg_vsHW4xubCgORsQ" |
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 | "c4933f84.Z_i3g4R5ykZn4IF6Sl3ClEOV1KfXlL5S4nGZlyVfGFw.Arv52-NJmyMRkc4XOQXv_Qvegujl7ulis0DhxE4GeSg_vsHW4xubCgORsQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1300 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() {#1311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1312 …} $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 | "c4933f84.Z_i3g4R5ykZn4IF6Sl3ClEOV1KfXlL5S4nGZlyVfGFw.Arv52-NJmyMRkc4XOQXv_Qvegujl7ulis0DhxE4GeSg_vsHW4xubCgORsQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1291 -errors: [] -form: Symfony\Component\Form\Form {#1318 …} } |
| form | Symfony\Component\Form\FormView {#1308 …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 | "c4933f84.Z_i3g4R5ykZn4IF6Sl3ClEOV1KfXlL5S4nGZlyVfGFw.Arv52-NJmyMRkc4XOQXv_Qvegujl7ulis0DhxE4GeSg_vsHW4xubCgORsQ" |