- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 43
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
markets
-
colors
-
categories
-
tags
-
minprice
-
maxprice
-
specialOffert
-
promotional
-
newArrival
-
featured
-
bestSellers
-
_token
-
search_product
"App\Form\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\SearchProduct {#2370 -minPrice: null -maxPrice: null -markets: [] -categories: [] -colors: [] -tags: [] -specialOffert: false -featured: false -bestSellers: false -newArrival: false -promotional: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\SearchProduct {#2370 -minPrice: null -maxPrice: null -markets: [] -categories: [] -colors: [] -tags: [] -specialOffert: false -featured: false -bestSellers: false -newArrival: false -promotional: false } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data | App\Entity\SearchProduct {#2370 -minPrice: null -maxPrice: null -markets: [] -categories: [] -colors: [] -tags: [] -specialOffert: false -featured: false -bestSellers: false -newArrival: false -promotional: false } |
| data_class | "App\Entity\SearchProduct" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2388 …} use: { $class: "App\Entity\SearchProduct" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 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." |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2422 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product" "_search_product" ] |
| cache_key | "_search_product_search_product" |
| compound | true |
| data | App\Entity\SearchProduct {#2370 -minPrice: null -maxPrice: null -markets: [] -categories: [] -colors: [] -tags: [] -specialOffert: false -featured: false -bestSellers: false -newArrival: false -promotional: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2624 -form: Symfony\Component\Form\Form {#2630 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2424 …5} |
| full_name | "search_product" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search_product" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product" |
| valid | true |
| value | App\Entity\SearchProduct {#2370 -minPrice: null -maxPrice: null -markets: [] -categories: [] -colors: [] -tags: [] -specialOffert: false -featured: false -bestSellers: false -newArrival: false -promotional: false } |
markets
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
[ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| class | "App\Entity\Mymarket" |
same as passed value |
| label | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2452 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2464 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2456 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2465 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2466 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2457 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2166 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Mymarket" |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| em | ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2457 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2166 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2453 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_product_markets" ] |
| cache_key | "_search_product_markets_entity" |
| choice_translation_domain | false |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Clothes" +value: "1" +data: App\Entity\Mymarket {#2716 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +label: "Sports and Hobbies" +value: "2" +data: App\Entity\Mymarket {#2726 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "Vehicle and accessories" +value: "3" +data: App\Entity\Mymarket {#2729 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "Electronics" +value: "4" +data: App\Entity\Mymarket {#2732 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "Machines" +value: "5" +data: App\Entity\Mymarket {#2735 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +label: "Sofa & cuisine" +value: "6" +data: App\Entity\Mymarket {#2738 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "House & Garden" +value: "7" +data: App\Entity\Mymarket {#2741 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "Shoes" +value: "8" +data: App\Entity\Mymarket {#2744 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "Sheet metal" +value: "9" +data: App\Entity\Mymarket {#2747 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2585 -form: Symfony\Component\Form\Form {#2633 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2597 …5} |
| full_name | "search_product[markets][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_markets" |
| is_selected | Closure($choice, array $values) {#2751 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2430 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "markets" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_markets" |
| valid | true |
| value | [] |
colors
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
[ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| class | "App\Entity\Colors" |
same as passed value |
| label | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2452 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2490 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2482 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2491 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2492 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2483 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1250 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Colors" |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| em | ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2483 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1250 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2480 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_product_colors" ] |
| cache_key | "_search_product_colors_entity" |
| choice_translation_domain | false |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "blue" +value: "1" +data: App\Entity\Colors {#2766 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "white" +value: "2" +data: App\Entity\Colors {#2773 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "yellow" +value: "3" +data: App\Entity\Colors {#2776 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "black" +value: "4" +data: App\Entity\Colors {#2779 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "green" +value: "5" +data: App\Entity\Colors {#2782 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "red" +value: "6" +data: App\Entity\Colors {#2785 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "brown" +value: "7" +data: App\Entity\Colors {#2788 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "black green" +value: "8" +data: App\Entity\Colors {#2791 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "purple" +value: "9" +data: App\Entity\Colors {#2794 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "kaki" +value: "10" +data: App\Entity\Colors {#2797 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "grey" +value: "11" +data: App\Entity\Colors {#2800 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "beige" +value: "12" +data: App\Entity\Colors {#2803 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "orange" +value: "13" +data: App\Entity\Colors {#2806 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "red-blue" +value: "14" +data: App\Entity\Colors {#2809 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "sky blue" +value: "15" +data: App\Entity\Colors {#2812 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2752 -form: Symfony\Component\Form\Form {#2636 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2753 …5} |
| full_name | "search_product[colors][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_colors" |
| is_selected | Closure($choice, array $values) {#2822 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2430 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "colors" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_colors" |
| valid | true |
| value | [] |
categories
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
[ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| class | "App\Entity\Categories" |
same as passed value |
| label | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2452 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2516 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2508 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2517 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2518 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2509 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1127 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Categories" |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| em | ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2509 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1127 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2506 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_product_categories" ] |
| cache_key | "_search_product_categories_entity" |
| choice_translation_domain | false |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "Hat and scarf" +value: "1" +data: App\Entity\Categories {#2837 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "Man clothes" +value: "2" +data: App\Entity\Categories {#2844 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "Woman clothes" +value: "3" +data: App\Entity\Categories {#2847 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "Baby clothes" +value: "4" +data: App\Entity\Categories {#2850 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "Socks" +value: "5" +data: App\Entity\Categories {#2853 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "underwear man" +value: "6" +data: App\Entity\Categories {#2856 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "underwear woman" +value: "7" +data: App\Entity\Categories {#2859 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "shoes Basket" +value: "8" +data: App\Entity\Categories {#2862 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "Bag" +value: "9" +data: App\Entity\Categories {#2865 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Shoes" +value: "10" +data: App\Entity\Categories {#2868 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Sheet metal" +value: "11" +data: App\Entity\Categories {#2871 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "stone steel" +value: "12" +data: App\Entity\Categories {#2874 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Air conditionig" +value: "13" +data: App\Entity\Categories {#2877 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Laptop" +value: "14" +data: App\Entity\Categories {#2880 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Sofa" +value: "15" +data: App\Entity\Categories {#2883 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "hobbies" +value: "16" +data: App\Entity\Categories {#2886 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "engine" +value: "17" +data: App\Entity\Categories {#2889 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Sewing machine" +value: "18" +data: App\Entity\Categories {#2892 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "Sewing machine industrial" +value: "19" +data: App\Entity\Categories {#2895 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "Wheels" +value: "20" +data: App\Entity\Categories {#2898 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "Tire" +value: "21" +data: App\Entity\Categories {#2901 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "Garden" +value: "22" +data: App\Entity\Categories {#2904 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "Women dresses" +value: "23" +data: App\Entity\Categories {#2907 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Stackable Chair" +value: "24" +data: App\Entity\Categories {#2910 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "Blouse" +value: "25" +data: App\Entity\Categories {#2913 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Sofa Best" +value: "26" +data: App\Entity\Categories {#2916 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "T-shirt Empty" +value: "27" +data: App\Entity\Categories {#2919 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "T-shirt" +value: "28" +data: App\Entity\Categories {#2922 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Shirt" +value: "29" +data: App\Entity\Categories {#2925 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2823 -form: Symfony\Component\Form\Form {#2639 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2824 …5} |
| full_name | "search_product[categories][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_categories" |
| is_selected | Closure($choice, array $values) {#2949 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2430 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "categories" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_categories" |
| valid | true |
| value | [] |
tags
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
[ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| class | "App\Entity\Tag" |
same as passed value |
| label | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2452 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2541 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2534 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2542 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2543 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2535 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#822 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| em | ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2535 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#822 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2532 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-categories-multiple" "style" => "width:100%" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_product_tags" ] |
| cache_key | "_search_product_tags_entity" |
| choice_translation_domain | false |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "Clothes" +value: "1" +data: App\Entity\Tag {#920 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "clothes woman" +value: "2" +data: App\Entity\Tag {#1540 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "clothes man" +value: "3" +data: App\Entity\Tag {#1543 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "clothes baby" +value: "4" +data: App\Entity\Tag {#1546 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "underwear" +value: "5" +data: App\Entity\Tag {#1549 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "car" +value: "6" +data: App\Entity\Tag {#1552 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "shoes" +value: "7" +data: App\Entity\Tag {#1555 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "machine" +value: "8" +data: App\Entity\Tag {#1558 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "trouser" +value: "9" +data: App\Entity\Tag {#1561 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "Shirt" +value: "10" +data: App\Entity\Tag {#1564 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "pants" +value: "11" +data: App\Entity\Tag {#1567 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "standart bag" +value: "12" +data: App\Entity\Tag {#1570 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "sheet metal" +value: "13" +data: App\Entity\Tag {#1573 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "metal" +value: "14" +data: App\Entity\Tag {#1576 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "sheet metal red" +value: "15" +data: App\Entity\Tag {#1579 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "air-conditioning" +value: "16" +data: App\Entity\Tag {#1582 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "laptop" +value: "17" +data: App\Entity\Tag {#1585 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "sofa" +value: "18" +data: App\Entity\Tag {#1588 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "hobbies" +value: "19" +data: App\Entity\Tag {#1591 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "socks" +value: "20" +data: App\Entity\Tag {#1594 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "machine" +value: "21" +data: App\Entity\Tag {#1597 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "engine" +value: "22" +data: App\Entity\Tag {#1600 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "maîze" +value: "23" +data: App\Entity\Tag {#1603 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "maïs" +value: "24" +data: App\Entity\Tag {#1606 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "Sewing machine" +value: "25" +data: App\Entity\Tag {#1609 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "Sewing industrial" +value: "26" +data: App\Entity\Tag {#1612 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "wheels" +value: "27" +data: App\Entity\Tag {#1615 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "tire" +value: "28" +data: App\Entity\Tag {#1618 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "garden" +value: "29" +data: App\Entity\Tag {#1621 …} +attr: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "Stackable Chair" +value: "30" +data: App\Entity\Tag {#1624 …} +attr: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "dresses" +value: "31" +data: App\Entity\Tag {#1627 …} +attr: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "blouse woman" +value: "32" +data: App\Entity\Tag {#1630 …} +attr: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "T-shirt empty" +value: "33" +data: App\Entity\Tag {#1633 …} +attr: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "T-shirt" +value: "34" +data: App\Entity\Tag {#1636 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2950 -form: Symfony\Component\Form\Form {#2642 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2951 …5} |
| full_name | "search_product[tags][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_tags" |
| is_selected | Closure($choice, array $values) {#2992 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2430 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "tags" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_tags" |
| valid | true |
| value | [] |
minprice
"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 | [ "placeholder" => "min ..." "style" => "font-size: 11pt; width:110px" ] |
[ "placeholder" => "min ..." "style" => "font-size: 11pt; width:110px" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "min ..." "style" => "font-size: 11pt; width:110px" ] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2561 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2388 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2562 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "min ..." "style" => "font-size: 11pt; width:110px" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_product_minprice" ] |
| cache_key | "_search_product_minprice_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2993 -form: Symfony\Component\Form\Form {#2645 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2994 …5} |
| full_name | "search_product[minprice]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_minprice" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "minprice" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_minprice" |
| valid | true |
| value | "" |
maxprice
"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 | [ "placeholder" => "max ..." "style" => "font-size: 11pt; width:110px" ] |
[ "placeholder" => "max ..." "style" => "font-size: 11pt; width:110px" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "max ..." "style" => "font-size: 11pt; width:110px" ] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2570 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2388 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2572 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2571 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "max ..." "style" => "font-size: 11pt; width:110px" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_product_maxprice" ] |
| cache_key | "_search_product_maxprice_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2995 -form: Symfony\Component\Form\Form {#2648 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2996 …5} |
| full_name | "search_product[maxprice]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_maxprice" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "maxprice" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_maxprice" |
| valid | true |
| value | "" |
specialOffert
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"class" => ""
] |
[
"class" => ""
]
|
| label | "Offer" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2578 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2584 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Offer" |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2586 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_search_product_specialOffert" ] |
| cache_key | "_search_product_specialOffert_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2997 -form: Symfony\Component\Form\Form {#2651 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2998 …5} |
| full_name | "search_product[specialOffert]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_specialOffert" |
| label | "Offer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "specialOffert" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_specialOffert" |
| valid | true |
| value | "1" |
promotional
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"class" => ""
] |
[
"class" => ""
]
|
| label | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2578 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2584 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | true |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2595 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_search_product_promotional" ] |
| cache_key | "_search_product_promotional_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2999 -form: Symfony\Component\Form\Form {#2654 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3000 …5} |
| full_name | "search_product[promotional]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_promotional" |
| label | true |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "promotional" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_promotional" |
| valid | true |
| value | "1" |
newArrival
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"class" => ""
] |
[
"class" => ""
]
|
| label | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2578 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2584 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | true |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2604 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_search_product_newArrival" ] |
| cache_key | "_search_product_newArrival_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3001 -form: Symfony\Component\Form\Form {#2657 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3002 …5} |
| full_name | "search_product[newArrival]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_newArrival" |
| label | true |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newArrival" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_newArrival" |
| valid | true |
| value | "1" |
featured
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"class" => ""
] |
[
"class" => ""
]
|
| label | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2578 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2584 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | true |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2613 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_search_product_featured" ] |
| cache_key | "_search_product_featured_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3003 -form: Symfony\Component\Form\Form {#2660 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3004 …5} |
| full_name | "search_product[featured]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_featured" |
| label | true |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "featured" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_featured" |
| valid | true |
| value | "1" |
bestSellers
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"class" => ""
] |
[
"class" => ""
]
|
| label | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"class" => ""
] |
| 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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2578 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2584 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | true |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2622 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"class" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_search_product_bestSellers" ] |
| cache_key | "_search_product_bestSellers_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3005 -form: Symfony\Component\Form\Form {#2663 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3006 …5} |
| full_name | "search_product[bestSellers]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product_bestSellers" |
| label | true |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bestSellers" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product_bestSellers" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "aC6QepEpfw0ztoQYJ3JCFOcTJ2N-BYcZuaIfk5eeJTE" |
| 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 | "aC6QepEpfw0ztoQYJ3JCFOcTJ2N-BYcZuaIfk5eeJTE" |
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 {#347 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#371 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#355 …} -namespace: Closure() {#329 …} } |
| data | "aC6QepEpfw0ztoQYJ3JCFOcTJ2N-BYcZuaIfk5eeJTE" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3011 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2388 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 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." |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2403 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3010 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search_product__token" ] |
| cache_key | "_search_product__token_hidden" |
| compound | false |
| data | "aC6QepEpfw0ztoQYJ3JCFOcTJ2N-BYcZuaIfk5eeJTE" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3023 -form: Symfony\Component\Form\Form {#3019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3014 …5} |
| full_name | "search_product[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_product__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_product__token" |
| valid | true |
| value | "aC6QepEpfw0ztoQYJ3JCFOcTJ2N-BYcZuaIfk5eeJTE" |