Forms
article_content
Form type:
"App\Form\Admin\ArticleContentType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ArticleContent {#1200 -id: null -title: null -description: null -picture: null -picturePosition: null -video: null -type: null -article: App\Entity\Article {#1101 …} -audio: null -weight: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ArticleContent {#1200 -id: null -title: null -description: null -picture: null -picturePosition: null -video: null -type: null -article: App\Entity\Article {#1101 …} -audio: null -weight: 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data | App\Entity\ArticleContent {#1200 -id: null -title: null -description: null -picture: null -picturePosition: null -video: null -type: null -article: App\Entity\Article {#1101 …} -audio: null -weight: null } |
| data_class | "App\Entity\ArticleContent" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1368 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ArticleContent" } } |
| 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() {#1366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1367 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "article_content" "_article_content" ] |
| cache_key | "_article_content_article_content" |
| compound | true |
| data | App\Entity\ArticleContent {#1200 -id: null -title: null -description: null -picture: null -picturePosition: null -video: null -type: null -article: App\Entity\Article {#1101 …} -audio: null -weight: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1335 -form: Symfony\Component\Form\Form {#1481 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1365 …5} |
| full_name | "article_content" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "article_content" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_content" |
| valid | true |
| value | App\Entity\ArticleContent {#1200 -id: null -title: null -description: null -picture: null -picturePosition: null -video: null -type: null -article: App\Entity\Article {#1101 …} -audio: null -weight: null } |
type
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 |
|---|---|---|
| choices | [ "Texte uniquement" => "texte" "Texte accompagné d'une image" => "texteImage" "Vidéo (YouTube, Vimeo, ...)" => "video" "Audio (SoundCloud, ...)" => "audio" ] |
[ "Texte uniquement" => "texte" "Texte accompagné d'une image" => "texteImage" "Vidéo (YouTube, Vimeo, ...)" => "video" "Audio (SoundCloud, ...)" => "audio" ] |
| label | "Type de contenu à ajouter" |
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 | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Texte uniquement" => "texte" "Texte accompagné d'une image" => "texteImage" "Vidéo (YouTube, Vimeo, ...)" => "video" "Audio (SoundCloud, ...)" => "audio" ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Type de contenu à ajouter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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 |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1336 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1338 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_article_content_type" ] |
| cache_key | "_article_content_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1545 +label: "Texte uniquement" +value: "texte" +data: "texte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1409 +label: "Texte accompagné d'une image" +value: "texteImage" +data: "texteImage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1461 +label: "Vidéo (YouTube, Vimeo, ...)" +value: "video" +data: "video" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1485 +label: "Audio (SoundCloud, ...)" +value: "audio" +data: "audio" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1546 -form: Symfony\Component\Form\Form {#1519 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1548 …5} |
| full_name | "article_content[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_type" |
| is_selected | Closure($choice, $value) {#1432 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Type de contenu à ajouter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_content_type" |
| 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 | "Titre de la section (facultatif)" |
same as passed value |
| required | 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 |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1362 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 | "Titre de la section (facultatif)" |
| 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() {#1359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1361 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_article_content_title" ] |
| cache_key | "_article_content_title_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1542 -form: Symfony\Component\Form\Form {#1522 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1544 …5} |
| full_name | "article_content[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_title" |
| label | "Titre de la section (facultatif)" |
| 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 | "_article_content_title" |
| valid | true |
| value | "" |
description
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 | [ "class" => "tinymce" ] |
[ "class" => "tinymce" ] |
| label | "Texte de la section" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "tinymce" ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1386 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 | "Texte de la section" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1385 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "tinymce" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_article_content_description" ] |
| cache_key | "_article_content_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1441 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1392 …5} |
| full_name | "article_content[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_description" |
| label | "Texte de la section" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_content_description" |
| valid | true |
| value | "" |
picture
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 | [ "class" => "cropper" "data-width" => 800 "data-height" => 600 "data-max-width" => 800 "data-max-height" => 600 "data-min-large-width" => 600 "data-min-large-height" => 600 "data-max-large-width" => 600 "data-max-large-height" => 600 ] |
[ "class" => "cropper" "data-width" => 800 "data-height" => 600 "data-max-width" => 800 "data-max-height" => 600 "data-min-large-width" => 600 "data-min-large-height" => 600 "data-max-large-width" => 600 "data-max-large-height" => 600 ] |
| label | "Image pour illustrer cette section <small class='label-info'>(800 x 600px recommandé)</small>" |
same as passed value |
| label_html | true |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "cropper" "data-width" => 800 "data-height" => 600 "data-max-width" => 800 "data-max-height" => 600 "data-min-large-width" => 600 "data-min-large-height" => 600 "data-max-large-width" => 600 "data-max-large-height" => 600 ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| 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 pour illustrer cette section <small class='label-info'>(800 x 600px recommandé)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1442 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1443 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "cropper" "data-width" => 800 "data-height" => 600 "data-max-width" => 800 "data-max-height" => 600 "data-min-large-width" => 600 "data-min-large-height" => 600 "data-max-large-width" => 600 "data-max-large-height" => 600 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_article_content_picture" ] |
| cache_key | "_article_content_picture_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1355 -form: Symfony\Component\Form\Form {#1482 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1508 …5} |
| full_name | "article_content[picture]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_picture" |
| label | "Image pour illustrer cette section <small class='label-info'>(800 x 600px recommandé)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "picture" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_article_content_picture" |
| valid | true |
| value | "" |
picturePosition
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 |
|---|---|---|
| choices | [ "À gauche du texte" => "left" "À droite du texte" => "right" "Au-dessus du texte" => "top" ] |
[ "À gauche du texte" => "left" "À droite du texte" => "right" "Au-dessus du texte" => "top" ] |
| label | "Disposition de l'image" |
same as passed value |
| placeholder | false |
null
|
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "À gauche du texte" => "left" "À droite du texte" => "right" "Au-dessus du texte" => "top" ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Disposition de l'image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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 |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1434 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_article_content_picturePosition" ] |
| cache_key | "_article_content_picturePosition_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1502 +label: "À gauche du texte" +value: "left" +data: "left" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1550 +label: "À droite du texte" +value: "right" +data: "right" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1551 +label: "Au-dessus du texte" +value: "top" +data: "top" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1503 -form: Symfony\Component\Form\Form {#1469 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1509 …5} |
| full_name | "article_content[picturePosition]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_picturePosition" |
| is_selected | Closure($choice, $value) {#1553 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Disposition de l'image" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "picturePosition" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_content_picturePosition" |
| valid | true |
| value | "" |
hidden_picture
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 |
|---|---|---|
| mapped | false |
false
|
| required | 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 | 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1420 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() {#1412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1423 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_article_content_hidden_picture" ] |
| cache_key | "_article_content_hidden_picture_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1554 -form: Symfony\Component\Form\Form {#1473 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1555 …5} |
| full_name | "article_content[hidden_picture]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_hidden_picture" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hidden_picture" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_content_hidden_picture" |
| valid | true |
| value | "" |
video
Form type:
"Symfony\Component\Form\Extension\Core\Type\UrlType"
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 "placeholder" => "Ex : https://youtu.be/xyz ou https://vimeo.com/xyz" ] |
[ "maxlength" => 255 "placeholder" => "Ex : https://youtu.be/xyz ou https://vimeo.com/xyz" ] |
| label | "Lien vers une vidéo à intégrer" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Ex : https://youtu.be/xyz ou https://vimeo.com/xyz" ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| default_protocol | "http" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1466 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 | "Please enter a valid URL." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Lien vers une vidéo à intégrer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1448 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Ex : https://youtu.be/xyz ou https://vimeo.com/xyz" "inputmode" => "url" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "url" "_article_content_video" ] |
| cache_key | "_article_content_video_url" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1556 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1557 …5} |
| full_name | "article_content[video]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_video" |
| label | "Lien vers une vidéo à intégrer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "video" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "text" |
| unique_block_prefix | "_article_content_video" |
| valid | true |
| value | "" |
audio
Form type:
"Symfony\Component\Form\Extension\Core\Type\UrlType"
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 "placeholder" => "Ex : lien SoundCloud" ] |
[ "maxlength" => 255 "placeholder" => "Ex : lien SoundCloud" ] |
| label | "Lien vers un contenu audio" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Ex : lien SoundCloud" ] |
| 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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data_class | null |
| default_protocol | "http" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1447 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 | "Please enter a valid URL." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Lien vers un contenu audio" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1462 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Ex : lien SoundCloud" "inputmode" => "url" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "url" "_article_content_audio" ] |
| cache_key | "_article_content_audio_url" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1558 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1559 …5} |
| full_name | "article_content[audio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content_audio" |
| label | "Lien vers un contenu audio" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "audio" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "text" |
| unique_block_prefix | "_article_content_audio" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "61302919860397c2.79vNjX5aB5RShTG1jAx-XvBLd_AVzIti3IV8Yywg0Yo.qpqs5jR3X-MHy27h3GIWKpoyEpdBoMY0jcofAmJqhPy6hILrKQ1P5BfUVg" |
| 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 | "61302919860397c2.79vNjX5aB5RShTG1jAx-XvBLd_AVzIti3IV8Yywg0Yo.qpqs5jR3X-MHy27h3GIWKpoyEpdBoMY0jcofAmJqhPy6hILrKQ1P5BfUVg" |
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 {#1321 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1322 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1323 …} -namespace: Closure() {#1325 …} } |
| data | "61302919860397c2.79vNjX5aB5RShTG1jAx-XvBLd_AVzIti3IV8Yywg0Yo.qpqs5jR3X-MHy27h3GIWKpoyEpdBoMY0jcofAmJqhPy6hILrKQ1P5BfUVg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1567 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() {#1578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#239 …} $message: Closure() {#1579 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_article_content__token" ] |
| cache_key | "_article_content__token_hidden" |
| compound | false |
| data | "61302919860397c2.79vNjX5aB5RShTG1jAx-XvBLd_AVzIti3IV8Yywg0Yo.qpqs5jR3X-MHy27h3GIWKpoyEpdBoMY0jcofAmJqhPy6hILrKQ1P5BfUVg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1560 -form: Symfony\Component\Form\Form {#1572 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1581 …5} |
| full_name | "article_content[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_content__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 | "_article_content__token" |
| valid | true |
| value | "61302919860397c2.79vNjX5aB5RShTG1jAx-XvBLd_AVzIti3IV8Yywg0Yo.qpqs5jR3X-MHy27h3GIWKpoyEpdBoMY0jcofAmJqhPy6hILrKQ1P5BfUVg" |