- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
product_page
"App\Form\ProductPageType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ProductPage {#309 -id: null -name: null -slug: null -description: null -document: null -benefit: null -images: Doctrine\Common\Collections\ArrayCollection {#291 …} -subCategory: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ProductPage {#309 -id: null -name: null -slug: null -description: null -document: null -benefit: null -images: Doctrine\Common\Collections\ArrayCollection {#291 …} -subCategory: 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data | App\Entity\ProductPage {#309 -id: null -name: null -slug: null -description: null -document: null -benefit: null -images: Doctrine\Common\Collections\ArrayCollection {#291 …} -subCategory: null } |
| data_class | "App\Entity\ProductPage" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#693 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} use: { $class: "App\Entity\ProductPage" } } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#692 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "product_page" "_product_page" ] |
| cache_key | "_product_page_product_page" |
| compound | true |
| data | App\Entity\ProductPage {#309 -id: null -name: null -slug: null -description: null -document: null -benefit: null -images: Doctrine\Common\Collections\ArrayCollection {#291 …} -subCategory: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#903 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#690 …5} |
| full_name | "product_page" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "product_page" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page" |
| valid | true |
| value | App\Entity\ProductPage {#309 -id: null -name: null -slug: null -description: null -document: null -benefit: null -images: Doctrine\Common\Collections\ArrayCollection {#291 …} -subCategory: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Nom page (Titre)" |
same as passed value |
| label_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#710 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} } |
| 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 | "Nom page (Titre)" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#735 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_product_page_name" ] |
| cache_key | "_product_page_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#905 -form: Symfony\Component\Form\Form {#881 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#906 …5} |
| full_name | "product_page[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_name" |
| label | "Nom page (Titre)" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page_name" |
| valid | true |
| value | "" |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "form-control" "rows" => 8 ] |
[ "class" => "form-control" "rows" => 8 ] |
| label | "Description" |
same as passed value |
| label_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "rows" => 8 ] |
| 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#669 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} } |
| 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 | "Description" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#670 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "rows" => 8 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_product_page_description" ] |
| cache_key | "_product_page_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#899 -form: Symfony\Component\Form\Form {#789 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#900 …5} |
| full_name | "product_page[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_description" |
| label | "Description" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page_description" |
| valid | true |
| value | "" |
document
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "form-control" ] |
[ "class" => "form-control" ] |
| data_class | null |
null
|
| label | "Assigner un document" |
same as passed value |
| label_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "form-control" ] |
| 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Assigner un document" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| 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() {#739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#734 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_product_page_document" ] |
| cache_key | "_product_page_document_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#901 -form: Symfony\Component\Form\Form {#787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#902 …5} |
| full_name | "product_page[document]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_document" |
| label | "Assigner un document" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "document" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_product_page_document" |
| valid | true |
| value | "" |
benefit
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "form-control" "rows" => 8 ] |
[ "class" => "form-control" "rows" => 8 ] |
| label | "Avantages" |
same as passed value |
| label_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "rows" => 8 ] |
| 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#726 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} } |
| 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 | "Avantages" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#725 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "rows" => 8 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_product_page_benefit" ] |
| cache_key | "_product_page_benefit_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#823 -form: Symfony\Component\Form\Form {#791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#842 …5} |
| full_name | "product_page[benefit]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_benefit" |
| label | "Avantages" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "benefit" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page_benefit" |
| valid | true |
| value | "" |
subCategory
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "form-control" ] |
[ "class" => "form-control" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\SubCategory" |
same as passed value |
| label | "Sous-catégorie" |
same as passed value |
| label_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#843 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#765 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#837 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#844 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#757 -om: Doctrine\ORM\EntityManager {#487 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\SubCategory" |
| 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#487 …11} |
| 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 {#757 -om: Doctrine\ORM\EntityManager {#487 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sous-catégorie" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#771 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_product_page_subCategory" ] |
| cache_key | "_product_page_subCategory_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#723 -form: Symfony\Component\Form\Form {#849 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#732 …5} |
| full_name | "product_page[subCategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_subCategory" |
| is_selected | Closure($choice, $value) {#737 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#717 …} } |
| label | "Sous-catégorie" |
| label_attr | [ "class" => "mt-3" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subCategory" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page_subCategory" |
| valid | true |
| value | "" |
images
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#895 -elements: [] } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| by_reference | false |
false
|
| entry_type | "App\Form\ImageType" |
same as passed value |
| label | false |
false
|
| prototype | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | 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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Form\ImageType" |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#834 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_product_page_images" ] |
| cache_key | "_product_page_images_collection" |
| compound | true |
| data | Doctrine\Common\Collections\ArrayCollection {#895 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#858 -form: Symfony\Component\Form\Form {#854 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#665 …5} |
| full_name | "product_page[images]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page_images" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "images" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#1010 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page_images" |
| valid | true |
| value | Doctrine\Common\Collections\ArrayCollection {#895 -elements: [] } |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "30c.IiNXymKEOVBl8w0-f_d33beYo2Yys6YfOn8v8DdD-q0.RlUzhQzRWh4MukpvPMENmNPqxhVY3edcaypMkQEWlOsbYQC-A8kPCD-9NQ" |
| 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 | "30c.IiNXymKEOVBl8w0-f_d33beYo2Yys6YfOn8v8DdD-q0.RlUzhQzRWh4MukpvPMENmNPqxhVY3edcaypMkQEWlOsbYQC-A8kPCD-9NQ" |
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 {#647 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#648 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#649 …} -namespace: Closure() {#651 …} } |
| data | "30c.IiNXymKEOVBl8w0-f_d33beYo2Yys6YfOn8v8DdD-q0.RlUzhQzRWh4MukpvPMENmNPqxhVY3edcaypMkQEWlOsbYQC-A8kPCD-9NQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#301 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#619 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $translationDomain: "validators" $message: Closure() {#920 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_product_page__token" ] |
| cache_key | "_product_page__token_hidden" |
| compound | false |
| data | "30c.IiNXymKEOVBl8w0-f_d33beYo2Yys6YfOn8v8DdD-q0.RlUzhQzRWh4MukpvPMENmNPqxhVY3edcaypMkQEWlOsbYQC-A8kPCD-9NQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#1012 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#862 …5} |
| full_name | "product_page[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "product_page__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_product_page__token" |
| valid | true |
| value | "30c.IiNXymKEOVBl8w0-f_d33beYo2Yys6YfOn8v8DdD-q0.RlUzhQzRWh4MukpvPMENmNPqxhVY3edcaypMkQEWlOsbYQC-A8kPCD-9NQ" |