- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 381
- Events
- Routing
- Cache
- Translation 26
- 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
This form was not submitted.
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) {#6897 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() {#6899 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() {#6898 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/ba/product/filter" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6900 -form: Symfony\Component\Form\Form {#6964 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6959 …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 | false |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
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
This form was not submitted.
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) {#6911 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() {#6913 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() {#6912 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_title" ] |
| cache_key | "_title_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6923 -form: Symfony\Component\Form\Form {#6967 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6932 …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 | false |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_title" |
| valid | true |
| value | "" |
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#6904 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6905 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#6904 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6905 …} } ] |
| 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 {#6904 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6905 …} } ] |
| 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) {#6920 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() {#6922 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() {#6921 …} } } |
| 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 {#6914 -form: Symfony\Component\Form\Form {#6970 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6986 …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 | false |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#6906 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6907 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#6906 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6907 …} } ] |
| 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 {#6906 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6907 …} } ] |
| 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) {#6929 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() {#6931 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() {#6930 …} } } |
| 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 {#6988 -form: Symfony\Component\Form\Form {#6973 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6989 …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 | false |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "step" => 0.01 ] |
[ "min" => 0 "step" => 0.01 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#6908 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6909 …} } ] |
[ Symfony\Component\Validator\Constraints\Callback {#6908 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6909 …} } ] |
| 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 {#6908 +payload: null +callback: Closure($payload, ExecutionContext $context): bool {#6909 …} } ] |
| 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) {#6938 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() {#6940 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() {#6939 …} } } |
| 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 {#6990 -form: Symfony\Component\Form\Form {#6976 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6991 …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 | false |
| 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
This form was not submitted.
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) {#6947 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() {#6949 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() {#6948 …} } } |
| 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 {#7003 -form: Symfony\Component\Form\Form {#6979 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7005 …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 | false |
| 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
This form was not submitted.
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) {#6956 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() {#6958 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() {#6957 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_outOfStock" ] |
| cache_key | "_outOfStock_hidden" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7006 -form: Symfony\Component\Form\Form {#6982 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7007 …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 | false |
| translation_domain | "ECommerceBundle" |
| unique_block_prefix | "_outOfStock" |
| valid | true |
| value | "" |