- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 53
- 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 {#2922 -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 {#2922 -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 {#2922 -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) {#2973 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2940 …} 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() {#2975 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#2974 …} } } |
| 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 {#2922 -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 {#3175 -form: Symfony\Component\Form\Form {#3181 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2976 …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 {#2922 -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 {#3004 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3015 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3008 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3016 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3017 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3009 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#543 …} -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 {#3009 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#543 …} -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() {#3007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3005 …} } } |
| 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 {#3095 +label: "Clothes" +value: "1" +data: App\Entity\Mymarket {#737 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3221 +label: "Sports and Hobbies" +value: "2" +data: App\Entity\Mymarket {#740 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "Vehicle and accessories" +value: "3" +data: App\Entity\Mymarket {#743 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +label: "Electronics" +value: "4" +data: App\Entity\Mymarket {#746 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3115 +label: "Machines" +value: "5" +data: App\Entity\Mymarket {#602 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "Sofa & cuisine" +value: "6" +data: App\Entity\Mymarket {#749 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "House & Garden" +value: "7" +data: App\Entity\Mymarket {#752 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "Shoes" +value: "8" +data: App\Entity\Mymarket {#755 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3271 +label: "Sheet metal" +value: "9" +data: App\Entity\Mymarket {#758 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3136 -form: Symfony\Component\Form\Form {#3184 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3148 …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) {#3269 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2982 …} } |
| 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 {#3004 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3041 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3033 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3042 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3043 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3034 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2512 …} -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 {#3034 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2512 …} -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() {#3032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3031 …} } } |
| 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 {#3279 +label: "blue" +value: "1" +data: App\Entity\Colors {#3289 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +label: "white" +value: "2" +data: App\Entity\Colors {#3296 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +label: "yellow" +value: "3" +data: App\Entity\Colors {#3299 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "black" +value: "4" +data: App\Entity\Colors {#3302 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3278 +label: "green" +value: "5" +data: App\Entity\Colors {#3305 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3283 +label: "red" +value: "6" +data: App\Entity\Colors {#3308 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +label: "brown" +value: "7" +data: App\Entity\Colors {#3311 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +label: "black green" +value: "8" +data: App\Entity\Colors {#3314 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +label: "purple" +value: "9" +data: App\Entity\Colors {#3317 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "kaki" +value: "10" +data: App\Entity\Colors {#3320 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "grey" +value: "11" +data: App\Entity\Colors {#3323 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +label: "beige" +value: "12" +data: App\Entity\Colors {#3326 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "orange" +value: "13" +data: App\Entity\Colors {#3329 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +label: "red-blue" +value: "14" +data: App\Entity\Colors {#3332 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +label: "sky blue" +value: "15" +data: App\Entity\Colors {#3335 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3275 -form: Symfony\Component\Form\Form {#3187 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3276 …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) {#3345 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2982 …} } |
| 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 {#3004 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3066 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3059 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3067 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3068 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3060 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#605 …} -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 {#3060 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#605 …} -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() {#3058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3057 …} } } |
| 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 {#3350 +label: "Hat and scarf" +value: "1" +data: App\Entity\Categories {#3361 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +label: "Man clothes" +value: "2" +data: App\Entity\Categories {#3365 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3356 +label: "Woman clothes" +value: "3" +data: App\Entity\Categories {#3368 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "Baby clothes" +value: "4" +data: App\Entity\Categories {#3371 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +label: "Socks" +value: "5" +data: App\Entity\Categories {#3374 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3354 +label: "underwear man" +value: "6" +data: App\Entity\Categories {#3377 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "underwear woman" +value: "7" +data: App\Entity\Categories {#3380 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +label: "shoes Basket" +value: "8" +data: App\Entity\Categories {#3383 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +label: "Bag" +value: "9" +data: App\Entity\Categories {#3386 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "Shoes" +value: "10" +data: App\Entity\Categories {#3389 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3447 +label: "Sheet metal" +value: "11" +data: App\Entity\Categories {#3392 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "stone steel" +value: "12" +data: App\Entity\Categories {#3395 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "Air conditionig" +value: "13" +data: App\Entity\Categories {#3398 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "Laptop" +value: "14" +data: App\Entity\Categories {#3401 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "Sofa" +value: "15" +data: App\Entity\Categories {#3404 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "hobbies" +value: "16" +data: App\Entity\Categories {#3407 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "engine" +value: "17" +data: App\Entity\Categories {#3410 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "Sewing machine" +value: "18" +data: App\Entity\Categories {#1687 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "Sewing machine industrial" +value: "19" +data: App\Entity\Categories {#3413 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "Wheels" +value: "20" +data: App\Entity\Categories {#3416 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "Tire" +value: "21" +data: App\Entity\Categories {#3419 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "Garden" +value: "22" +data: App\Entity\Categories {#3422 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "Women dresses" +value: "23" +data: App\Entity\Categories {#3425 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "Stackable Chair" +value: "24" +data: App\Entity\Categories {#3428 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "Blouse" +value: "25" +data: App\Entity\Categories {#3431 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "Sofa Best" +value: "26" +data: App\Entity\Categories {#3434 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "T-shirt Empty" +value: "27" +data: App\Entity\Categories {#3437 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "T-shirt" +value: "28" +data: App\Entity\Categories {#3440 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "Shirt" +value: "29" +data: App\Entity\Categories {#3443 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3346 -form: Symfony\Component\Form\Form {#3190 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3347 …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) {#3467 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2982 …} } |
| 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 {#3004 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3092 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3084 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3093 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3094 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3085 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2474 …} -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 {#3085 -om: ContainerNuKHYE3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#351 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2474 …} -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() {#3083 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3082 …} } } |
| 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 {#3472 +label: "Clothes" +value: "1" +data: App\Entity\Tag {#3482 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3477 +label: "clothes woman" +value: "2" +data: App\Entity\Tag {#3489 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3478 +label: "clothes man" +value: "3" +data: App\Entity\Tag {#3492 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +label: "clothes baby" +value: "4" +data: App\Entity\Tag {#3495 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +label: "underwear" +value: "5" +data: App\Entity\Tag {#3498 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +label: "car" +value: "6" +data: App\Entity\Tag {#3501 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +label: "shoes" +value: "7" +data: App\Entity\Tag {#3504 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +label: "machine" +value: "8" +data: App\Entity\Tag {#3507 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +label: "trouser" +value: "9" +data: App\Entity\Tag {#3510 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3588 +label: "Shirt" +value: "10" +data: App\Entity\Tag {#3513 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3589 +label: "pants" +value: "11" +data: App\Entity\Tag {#3516 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3590 +label: "standart bag" +value: "12" +data: App\Entity\Tag {#3519 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +label: "sheet metal" +value: "13" +data: App\Entity\Tag {#3522 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3592 +label: "metal" +value: "14" +data: App\Entity\Tag {#3525 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +label: "sheet metal red" +value: "15" +data: App\Entity\Tag {#3528 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3594 +label: "air-conditioning" +value: "16" +data: App\Entity\Tag {#3531 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3595 +label: "laptop" +value: "17" +data: App\Entity\Tag {#3534 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3596 +label: "sofa" +value: "18" +data: App\Entity\Tag {#3537 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3597 +label: "hobbies" +value: "19" +data: App\Entity\Tag {#3540 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3598 +label: "socks" +value: "20" +data: App\Entity\Tag {#3543 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3599 +label: "machine" +value: "21" +data: App\Entity\Tag {#3546 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3600 +label: "engine" +value: "22" +data: App\Entity\Tag {#3549 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3601 +label: "maîze" +value: "23" +data: App\Entity\Tag {#3552 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3602 +label: "maïs" +value: "24" +data: App\Entity\Tag {#3555 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3603 +label: "Sewing machine" +value: "25" +data: App\Entity\Tag {#3558 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3604 +label: "Sewing industrial" +value: "26" +data: App\Entity\Tag {#3561 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3605 +label: "wheels" +value: "27" +data: App\Entity\Tag {#3564 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +label: "tire" +value: "28" +data: App\Entity\Tag {#3567 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3607 +label: "garden" +value: "29" +data: App\Entity\Tag {#3570 …} +attr: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3608 +label: "Stackable Chair" +value: "30" +data: App\Entity\Tag {#3573 …} +attr: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +label: "dresses" +value: "31" +data: App\Entity\Tag {#3576 …} +attr: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3610 +label: "blouse woman" +value: "32" +data: App\Entity\Tag {#3579 …} +attr: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3611 +label: "T-shirt empty" +value: "33" +data: App\Entity\Tag {#3582 …} +attr: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3612 +label: "T-shirt" +value: "34" +data: App\Entity\Tag {#3585 …} +attr: [] } ] |
| compound | false |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3468 -form: Symfony\Component\Form\Form {#3193 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3469 …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) {#3614 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2982 …} } |
| 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) {#3112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2940 …} } |
| 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() {#3114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3113 …} } } |
| 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 {#3615 -form: Symfony\Component\Form\Form {#3196 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3616 …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) {#3121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2940 …} } |
| 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() {#3123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3122 …} } } |
| 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 {#3617 -form: Symfony\Component\Form\Form {#3199 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3618 …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) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3129 …} } |
| 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 {#3135 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() {#3139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3137 …} } } |
| 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 {#3619 -form: Symfony\Component\Form\Form {#3202 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3620 …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) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3129 …} } |
| 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 {#3135 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() {#3147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3146 …} } } |
| 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 {#3621 -form: Symfony\Component\Form\Form {#3205 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3622 …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) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3129 …} } |
| 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 {#3135 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() {#3156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3155 …} } } |
| 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 {#3623 -form: Symfony\Component\Form\Form {#3208 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3624 …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) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3129 …} } |
| 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 {#3135 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() {#3165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3164 …} } } |
| 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 {#3625 -form: Symfony\Component\Form\Form {#3211 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3626 …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) {#3133 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3129 …} } |
| 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 {#3135 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() {#3174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3173 …} } } |
| 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 {#3627 -form: Symfony\Component\Form\Form {#3214 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3628 …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 | "FTgXR7WvJ9Qs-AZnU4zr61MjzvkxtxaJbQLcX7Gflns" |
| 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 | "FTgXR7WvJ9Qs-AZnU4zr61MjzvkxtxaJbQLcX7Gflns" |
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 | "FTgXR7WvJ9Qs-AZnU4zr61MjzvkxtxaJbQLcX7Gflns" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2940 …} } |
| 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() {#3635 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2955 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $translationDomain: "validators" $message: Closure() {#3632 …} } } |
| 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 | "FTgXR7WvJ9Qs-AZnU4zr61MjzvkxtxaJbQLcX7Gflns" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3645 -form: Symfony\Component\Form\Form {#3641 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3636 …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 | "FTgXR7WvJ9Qs-AZnU4zr61MjzvkxtxaJbQLcX7Gflns" |