- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 363
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- E-mails
- Elastica
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
(no name)
"App\Form\ECommerce\Filter\ProductFilterBySize"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | App\DTO\ECommerce\ProductFilterBySizeDTO {#2169 #title: "6302&1&C3>V" #innerDiameter: null #outerDiameter: null #width: null #precision: 0 #outOfStock: false } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/ba/product/filter" |
same as passed value |
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/ba/product/filter" |
| allow_extra_fields | true |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | "App\DTO\ECommerce\ProductFilterBySizeDTO" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} use: { $class: "App\DTO\ECommerce\ProductFilterBySizeDTO" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "ECommerceBundle" |
| trim | true |
| upload_max_size_message | Closure() {#2114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2113 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/ba/product/filter" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | App\DTO\ECommerce\ProductFilterBySizeDTO {#2169 #title: "6302&1&C3>V" #innerDiameter: null #outerDiameter: null #width: null #precision: 0 #outOfStock: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2451 -form: Symfony\Component\Form\Form {#2188 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2160 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_" |
| valid | true |
| value | App\DTO\ECommerce\ProductFilterBySizeDTO {#2169 #title: "6302&1&C3>V" #innerDiameter: null #outerDiameter: null #width: null #precision: 0 #outOfStock: false } |
title
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "6302-C-2Z-C3>V" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | false |
same as passed value |
| required | 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 | 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2130 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_title" ] |
| cache_key | "_title_text" |
| compound | false |
| data | "6302-C-2Z-C3>V" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2652 -form: Symfony\Component\Form\Form {#2191 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2650 …5} |
| full_name | "title" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "title" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "title" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_title" |
| valid | true |
| value | "6302-C-2Z-C3>V" |
innerDiameter
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2119 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2120 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#2119 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2120 …} } ] |
| label | "product.form.filter.by_size.innerDiameter" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2119 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2120 …} } ] |
| 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2139 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "product.form.filter.by_size.innerDiameter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2140 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_innerDiameter" ] |
| cache_key | "_innerDiameter_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2657 -form: Symfony\Component\Form\Form {#2194 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2655 …5} |
| full_name | "innerDiameter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "innerDiameter" |
| label | "product.form.filter.by_size.innerDiameter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "innerDiameter" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_innerDiameter" |
| valid | true |
| value | "" |
outerDiameter
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2121 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2122 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#2121 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2122 …} } ] |
| label | "product.form.filter.by_size.outerDiameter" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2121 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2122 …} } ] |
| 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "product.form.filter.by_size.outerDiameter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2149 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_outerDiameter" ] |
| cache_key | "_outerDiameter_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2658 -form: Symfony\Component\Form\Form {#2197 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2656 …5} |
| full_name | "outerDiameter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "outerDiameter" |
| label | "product.form.filter.by_size.outerDiameter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "outerDiameter" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_outerDiameter" |
| valid | true |
| value | "" |
width
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2123 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2124 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#2123 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2124 …} } ] |
| label | "product.form.filter.by_size.width" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#2123 +payload: null +groups: [ "Default" ] +callback: Closure($payload, ExecutionContext $context): bool {#2124 …} } ] |
| 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "product.form.filter.by_size.width" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2158 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 0 "step" => 0.01 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_width" ] |
| cache_key | "_width_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2660 -form: Symfony\Component\Form\Form {#2200 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2659 …5} |
| full_name | "width" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "width" |
| label | "product.form.filter.by_size.width" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "width" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_width" |
| valid | true |
| value | "" |
precision
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "width" => 3 "min" => 0 ] |
[ "width" => 3 "min" => 0 ] |
| label | "product.form.filter.by_size.precision" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "width" => 3 "min" => 0 ] |
| 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2166 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "product.form.filter.by_size.precision" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2167 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "width" => 3 "min" => 0 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_precision" ] |
| cache_key | "_precision_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2662 -form: Symfony\Component\Form\Form {#2203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2661 …5} |
| full_name | "precision" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "precision" |
| label | "product.form.filter.by_size.precision" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "precision" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_precision" |
| valid | true |
| value | "" |
outOfStock
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | 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 | 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 {#166 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#165 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#164 …} -namespace: Closure() {#162 …} } |
| data | false |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#367 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1091 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#380 …} $translationDomain: "validators" $message: Closure() {#2179 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_outOfStock" ] |
| cache_key | "_outOfStock_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2664 -form: Symfony\Component\Form\Form {#2206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2663 …5} |
| full_name | "outOfStock" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "outOfStock" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "outOfStock" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_outOfStock" |
| valid | true |
| value | "" |