- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 312
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 6
- Blocks* 0
- JMS Serializer 0
- Payum
- Themes 0
- Elastica
- Rich Snippets 1
- Redis
- Configuration
- Cart 0
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
-
-
name
-
options
-
attributes
-
-
min_price
-
max_price
-
-
-
-
0
-
-
-
0
-
1
-
2
-
-
-
0
-
-
-
-
-
-
0
-
1
-
-
use_only_functional_cookies
-
use_all_cookies
-
(no name)
"BitBag\SyliusElasticsearchPlugin\Form\Type\ShopProductsFilterType"
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 | [ "name" => null "options" => [] "attributes" => [] "price" => [ "min_price" => null "max_price" => null ] "facets" => BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 0 | "data_class" |
| empty_data | Closure(FormInterface $form) {#7398 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | true |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7400 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7399 …} } } |
| validation_groups | null |
| 1 | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | [ "name" => null "options" => [] "attributes" => [] "price" => [ "min_price" => null "max_price" => null ] "facets" => BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10390 -form: Symfony\Component\Form\Form {#7530 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10396 …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 | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [ "name" => null "options" => [] "attributes" => [] "price" => [ "min_price" => null "max_price" => null ] "facets" => BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } ] |
name
"BitBag\SyliusElasticsearchPlugin\Form\Type\NameFilterType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| 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 | false |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| 0 | "data_class" |
| empty_data | Closure(FormInterface $form) {#7480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | false |
| 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 | "bitbag_sylius_elasticsearch_plugin.ui.name" |
| 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() {#7482 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7481 …} } } |
| validation_groups | null |
| 1 | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "" "_name" ] |
| cache_key | "_name_" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10383 -form: Symfony\Component\Form\Form {#7533 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10376 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "bitbag_sylius_elasticsearch_plugin.ui.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |
options
"BitBag\SyliusElasticsearchPlugin\Form\Type\ProductOptionsFilterType"
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 | [] |
| 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 | 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7501 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| 0 | "data_class" |
| setter | null |
| upload_max_size_message | Closure() {#7503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7502 …} } } |
| validation_groups | null |
| 1 | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_options" ] |
| cache_key | "_options_" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10388 -form: Symfony\Component\Form\Form {#7536 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10380 …5} |
| full_name | "options" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "options" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "options" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_options" |
| valid | true |
| value | [] |
attributes
"BitBag\SyliusElasticsearchPlugin\Form\Type\ProductAttributesFilterType"
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 | [] |
| 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 | 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| 0 | "data_class" |
| setter | null |
| upload_max_size_message | Closure() {#7418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7417 …} } } |
| validation_groups | null |
| 1 | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_attributes" ] |
| cache_key | "_attributes_" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10382 -form: Symfony\Component\Form\Form {#7539 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10385 …5} |
| full_name | "attributes" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "attributes" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "attributes" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_attributes" |
| valid | true |
| value | [] |
price
"BitBag\SyliusElasticsearchPlugin\Form\Type\PriceFilterType"
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 | [ "min_price" => null "max_price" => null ] |
| 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 | 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#7510 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| translation_domain | null |
| trim | true |
| 0 | "data_class" |
| setter | null |
| upload_max_size_message | Closure() {#7518 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7517 …} } } |
| validation_groups | null |
| 1 | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_price" ] |
| cache_key | "_price_" |
| compound | true |
| data | [ "min_price" => null "max_price" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10379 -form: Symfony\Component\Form\Form {#7572 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10378 …5} |
| full_name | "price" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "price" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "price" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_price" |
| valid | true |
| value | [ "min_price" => null "max_price" => null ] |
min_price
"Sylius\Bundle\MoneyBundle\Form\Type\MoneyType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Type {#7524 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7525 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7523 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\Type {#7524 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7525 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7523 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
| currency | "EUR" |
same as passed value |
| label | "bitbag_sylius_elasticsearch_plugin.ui.min_price" |
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 | [ Symfony\Component\Validator\Constraints\Type {#7524 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7525 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.min_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7523 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| currency | "EUR" |
| data_class | null |
| disabled | false |
| divisor | 100 |
| empty_data | Closure(FormInterface $form) {#7553 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "bitbag_sylius_elasticsearch_plugin.ui.min_price" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | 2 |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7554 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "money" "sylius_money" "_price_min_price" ] |
| cache_key | "_price_min_price_sylius_money" |
| compound | false |
| currency | "EUR" |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10373 -form: Symfony\Component\Form\Form {#7575 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10374 …5} |
| full_name | "price[min_price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "price_min_price" |
| label | "bitbag_sylius_elasticsearch_plugin.ui.min_price" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| money_pattern | "€ {{ widget }}" |
| multipart | false |
| name | "min_price" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_price_min_price" |
| valid | true |
| value | "" |
max_price
"Sylius\Bundle\MoneyBundle\Form\Type\MoneyType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Type {#7527 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7528 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7526 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\Type {#7527 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7528 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7526 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
| currency | "EUR" |
same as passed value |
| label | "bitbag_sylius_elasticsearch_plugin.ui.max_price" |
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 | [ Symfony\Component\Validator\Constraints\Type {#7527 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_numeric" +type: "numeric" } Symfony\Component\Validator\Constraints\PositiveOrZero {#7528 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.max_price_positive_or_zero" +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#7526 +payload: null +groups: [ "Default" ] +message: "bitbag_sylius_elasticsearch_plugin.price_value_too_large" +value: 9999999999999999 +propertyPath: null } ] |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| currency | "EUR" |
| data_class | null |
| disabled | false |
| divisor | 100 |
| empty_data | Closure(FormInterface $form) {#7563 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "bitbag_sylius_elasticsearch_plugin.ui.max_price" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | 2 |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#7564 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "money" "sylius_money" "_price_max_price" ] |
| cache_key | "_price_max_price_sylius_money" |
| compound | false |
| currency | "EUR" |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10335 -form: Symfony\Component\Form\Form {#7578 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10334 …5} |
| full_name | "price[max_price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "price_max_price" |
| label | "bitbag_sylius_elasticsearch_plugin.ui.max_price" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| money_pattern | "€ {{ widget }}" |
| multipart | false |
| name | "max_price" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_price_max_price" |
| valid | true |
| value | "" |
filters
"BitBag\SyliusElasticsearchPlugin\Form\Type\SearchFacetsType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
same as passed value |
| facets | [ "pa_weight" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_geometrical-volume-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_lowest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_flow-configuration" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_control-interface" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-m³-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-ncm3-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-static-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-power-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_connectorthreading" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_tank-mount-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-flow-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-temperatur-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-press" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-rotational-speed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_diameter-in-mm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-l-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_press-force-kn" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-operating-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_dynamic-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stroke-rate-1-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_length" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thickness" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-t90-response-time-ms" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thermal-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-bearing" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_ingress-protection-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-power-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_maximum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_operating-efficiency-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-heat-exchanger" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa-type-of-isolation" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-rollers" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-bridging-time" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_material-feed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_mechanical-connectors" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-plates-p-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-relative-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-quality-grade" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-cell-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_on-tank-valve-included" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "vendor" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "taxon" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "menu_category" "doc_count" => 1 ] [ "key" => "plant_design_software" "doc_count" => 1 ] [ "key" => "services" "doc_count" => 1 ] [ "key" => "software" "doc_count" => 1 ] ] ] "pa_max-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_elec-conductivity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_power-at-max-load-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-tank-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-output" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-power-output-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_highest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compressor-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-temp-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-electrolyser" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-sound-level-in-dba" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nl-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-connection" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-cooling" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cell-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_minimum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-oper-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-compression-ratio" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nm3-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_exchange-capacity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "tag" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-tank" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-input-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_efficiency-incl-chp-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_electrical-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_countries-sold-to" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-current-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_technology-readiness-trl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_accuracy" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_resistance-class" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-supply-pressure" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-density-in-a-cm2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fluid-connector-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-ambient-humidity-in-r-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-cooling-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-ml-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_substances-detected" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_manufacturing-readiness-mrl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_brand" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "pa_max-storage-in-kg-h2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-fuel-consumption-kg-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_eis-frequency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_static-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_height" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stator-frequency-in-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-dynamic-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-balls" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-voltage-range" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-mass-flow-in-g-s" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_volume-water-equival-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-operating-altitude" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cut-off-particle-size-μm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-switching-frequency-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_converter-topology" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-temp-in-oc" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-at-max-load-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compliant-with" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] ] |
[ "pa_weight" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_geometrical-volume-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_lowest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_flow-configuration" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_control-interface" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-m³-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-ncm3-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-static-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-power-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_connectorthreading" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_tank-mount-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-flow-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-temperatur-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-press" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-rotational-speed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_diameter-in-mm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-l-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_press-force-kn" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-operating-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_dynamic-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stroke-rate-1-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_length" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thickness" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-t90-response-time-ms" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thermal-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-bearing" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_ingress-protection-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-power-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_maximum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_operating-efficiency-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-heat-exchanger" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa-type-of-isolation" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-rollers" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-bridging-time" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_material-feed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_mechanical-connectors" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-plates-p-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-relative-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-quality-grade" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-cell-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_on-tank-valve-included" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "vendor" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "taxon" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "menu_category" "doc_count" => 1 ] [ "key" => "plant_design_software" "doc_count" => 1 ] [ "key" => "services" "doc_count" => 1 ] [ "key" => "software" "doc_count" => 1 ] ] ] "pa_max-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_elec-conductivity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_power-at-max-load-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-tank-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-output" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-power-output-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_highest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compressor-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-temp-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-electrolyser" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-sound-level-in-dba" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nl-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-connection" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-cooling" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cell-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_minimum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-oper-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-compression-ratio" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nm3-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_exchange-capacity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "tag" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-tank" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-input-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_efficiency-incl-chp-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_electrical-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_countries-sold-to" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-current-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_technology-readiness-trl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_accuracy" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_resistance-class" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-supply-pressure" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-density-in-a-cm2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fluid-connector-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-ambient-humidity-in-r-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-cooling-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-ml-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_substances-detected" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_manufacturing-readiness-mrl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_brand" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "pa_max-storage-in-kg-h2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-fuel-consumption-kg-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_eis-frequency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_static-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_height" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stator-frequency-in-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-dynamic-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-balls" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-voltage-range" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-mass-flow-in-g-s" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_volume-water-equival-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-operating-altitude" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cut-off-particle-size-μm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-switching-frequency-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_converter-topology" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-temp-in-oc" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-at-max-load-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compliant-with" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] ] |
| label | false |
same as passed value |
| property_path | "[facets]" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | "BitBag\SyliusElasticsearchPlugin\Model\SearchFacets" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9048 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\SearchFacets" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| facets | [ "pa_weight" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_geometrical-volume-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_lowest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_flow-configuration" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_control-interface" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-m³-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-ncm3-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-static-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-power-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_connectorthreading" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_tank-mount-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-flow-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-temperatur-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-press" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-rotational-speed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_diameter-in-mm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-system-capacity-l-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_press-force-kn" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-operating-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_dynamic-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stroke-rate-1-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_length" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thickness" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-t90-response-time-ms" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inner-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_thermal-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-bearing" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_ingress-protection-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-power-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_maximum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_operating-efficiency-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-heat-exchanger" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa-type-of-isolation" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-rollers" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-bridging-time" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_material-feed" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_mechanical-connectors" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-plates-p-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-relative-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-quality-grade" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel-cell-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_on-tank-valve-included" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "vendor" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "taxon" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "menu_category" "doc_count" => 1 ] [ "key" => "plant_design_software" "doc_count" => 1 ] [ "key" => "services" "doc_count" => 1 ] [ "key" => "software" "doc_count" => 1 ] ] ] "pa_max-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_elec-conductivity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_power-at-max-load-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-tank-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-output" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-power-output-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_highest-measurable-temp" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compressor-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-inlet-temp-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-electrolyser" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-sound-level-in-dba" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-number-of-plates" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nl-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-connection" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-pressure-drop-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-cooling" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cell-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-fins-per-inch" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_minimum-width" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-oper-pressure-in-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-compression-ratio" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-nm3-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-outer-diameter" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_exchange-capacity" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "tag" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-tank" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_type-of-input-current" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_efficiency-incl-chp-in" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_electrical-efficiency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_countries-sold-to" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_nom-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-current-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-input-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_technology-readiness-trl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_accuracy" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_resistance-class" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-medium-temperature-in-c" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_hydrogen-supply-pressure" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-density-in-a-cm2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fluid-connector-type" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-ambient-humidity-in-r-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-cooling-capacity-in-kw" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-in-ml-min" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_substances-detected" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_manufacturing-readiness-mrl" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_brand" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [ [ "key" => "rittal_gmbh_&_co._kg" "doc_count" => 1 ] ] ] "pa_max-storage-in-kg-h2" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-fuel-consumption-kg-h" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_eis-frequency" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_static-radial-load-rating" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_height" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-stator-frequency-in-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-dynamic-radial-load" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_number-of-balls" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-voltage-range" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_channel-count" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-mass-flow-in-g-s" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_volume-water-equival-in-l" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_min-volume-flow-in-lpm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-operating-altitude" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_fuel" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_h2-production-rate-kg-day" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_cut-off-particle-size-μm" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-outlet-pressure-bar" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-switching-frequency-hz" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_converter-topology" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-inlet-temp-in-oc" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_current-at-max-load-in-a" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_max-output-voltage-in-v" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] "pa_compliant-with" => [ "doc_count_error_upper_bound" => 0 "sum_other_doc_count" => 0 "buckets" => [] ] ] |
| 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 | "[facets]" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#7584 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9185 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_facets" "_filters" ] |
| cache_key | "_filters_search_facets" |
| compound | true |
| data | BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10375 -form: Symfony\Component\Form\Form {#9139 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10377 …5} |
| full_name | "filters" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filters" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters" |
| valid | true |
| value | BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#9437 -selectedBuckets: & [] } |
vendor
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
[ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
| expanded | true |
same as passed value |
| label | "open_marketplace.ui.vendors" |
same as passed value |
| multiple | true |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "open_marketplace.ui.vendors" |
| 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 | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9177 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_filters_vendor" ] |
| cache_key | "_filters_vendor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "Rittal GmbH & Co. KG (1)" +value: "rittal_gmbh_&_co._kg" +data: "rittal_gmbh_&_co._kg" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10338 -form: Symfony\Component\Form\Form {#9127 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#10339 …5} |
| full_name | "filters[vendor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_vendor" |
| is_selected | Closure($choice, array $values) {#10340 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9280 …} } |
| label | "open_marketplace.ui.vendors" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "vendor" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_vendor" |
| valid | true |
| value | [] |
0
"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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Rittal GmbH & Co. KG (1)" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "rittal_gmbh_&_co._kg" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Rittal GmbH & Co. KG (1)" |
| 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() {#9134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9135 …} } } |
| validation_groups | null |
| value | "rittal_gmbh_&_co._kg" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_filters_vendor_entry" ] |
| cache_key | "_filters_vendor_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10344 -form: Symfony\Component\Form\Form {#9124 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10342 …5} |
| full_name | "filters[vendor][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_vendor_0" |
| label | "Rittal GmbH & Co. KG (1)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_vendor_entry" |
| valid | true |
| value | "rittal_gmbh_&_co._kg" |
taxon
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Plant Design Software" => "plant_design_software" "Services" => "services" "Software" => "software" ] |
[ "Plant Design Software" => "plant_design_software" "Services" => "services" "Software" => "software" ] |
| expanded | true |
same as passed value |
| label | "bitbag_sylius_elasticsearch_plugin.ui.facet.taxon.label" |
same as passed value |
| multiple | true |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Plant Design Software" => "plant_design_software" "Services" => "services" "Software" => "software" ] |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "bitbag_sylius_elasticsearch_plugin.ui.facet.taxon.label" |
| 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 | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9164 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_filters_taxon" ] |
| cache_key | "_filters_taxon_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "Plant Design Software" +value: "plant_design_software" +data: "plant_design_software" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "Services" +value: "services" +data: "services" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "Software" +value: "software" +data: "software" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10343 -form: Symfony\Component\Form\Form {#9094 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#10341 …5} |
| full_name | "filters[taxon]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_taxon" |
| is_selected | Closure($choice, array $values) {#10346 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9280 …} } |
| label | "bitbag_sylius_elasticsearch_plugin.ui.facet.taxon.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "taxon" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_taxon" |
| valid | true |
| value | [] |
0
"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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Plant Design Software" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "plant_design_software" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Plant Design Software" |
| 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() {#9119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9120 …} } } |
| validation_groups | null |
| value | "plant_design_software" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_filters_taxon_entry" ] |
| cache_key | "_filters_taxon_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10349 -form: Symfony\Component\Form\Form {#9091 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10347 …5} |
| full_name | "filters[taxon][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_taxon_0" |
| label | "Plant Design Software" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_taxon_entry" |
| valid | true |
| value | "plant_design_software" |
1
"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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Services" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "services" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Services" |
| 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() {#9110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9111 …} } } |
| validation_groups | null |
| value | "services" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_filters_taxon_entry" ] |
| cache_key | "_filters_taxon_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10351 -form: Symfony\Component\Form\Form {#9088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10350 …5} |
| full_name | "filters[taxon][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_taxon_1" |
| label | "Services" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_taxon_entry" |
| valid | true |
| value | "services" |
2
"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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Software" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "software" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Software" |
| 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() {#9101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9102 …} } } |
| validation_groups | null |
| value | "software" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_filters_taxon_entry" ] |
| cache_key | "_filters_taxon_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10353 -form: Symfony\Component\Form\Form {#9085 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10352 …5} |
| full_name | "filters[taxon][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_taxon_2" |
| label | "Software" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_taxon_entry" |
| valid | true |
| value | "software" |
pa_brand
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
[ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
| expanded | true |
same as passed value |
| label | "Brand" |
same as passed value |
| multiple | true |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Rittal GmbH & Co. KG (1)" => "rittal_gmbh_&_co._kg" ] |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Brand" |
| 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 | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9151 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_filters_pa_brand" ] |
| cache_key | "_filters_pa_brand_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9299 +label: "Rittal GmbH & Co. KG (1)" +value: "rittal_gmbh_&_co._kg" +data: "rittal_gmbh_&_co._kg" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10348 -form: Symfony\Component\Form\Form {#9073 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#10345 …5} |
| full_name | "filters[pa_brand]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_pa_brand" |
| is_selected | Closure($choice, array $values) {#10355 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9280 …} } |
| label | "Brand" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "pa_brand" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_pa_brand" |
| valid | true |
| value | [] |
0
"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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Rittal GmbH & Co. KG (1)" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "rittal_gmbh_&_co._kg" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Rittal GmbH & Co. KG (1)" |
| 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() {#9080 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#9081 …} } } |
| validation_groups | null |
| value | "rittal_gmbh_&_co._kg" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_filters_pa_brand_entry" ] |
| cache_key | "_filters_pa_brand_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10358 -form: Symfony\Component\Form\Form {#9070 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10356 …5} |
| full_name | "filters[pa_brand][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filters_pa_brand_0" |
| label | "Rittal GmbH & Co. KG (1)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filters_pa_brand_entry" |
| valid | true |
| value | "rittal_gmbh_&_co._kg" |
cookie_consent
"ConnectHolland\CookieConsentBundle\Form\CookieConsentType"
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 | "/accept" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/accept" |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11113 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7336 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "CHCookieConsentBundle" |
| trim | true |
| upload_max_size_message | Closure() {#11115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#11114 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/accept" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "cookie_consent" "_cookie_consent" ] |
| cache_key | "_cookie_consent_cookie_consent" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11150 -form: Symfony\Component\Form\Form {#11151 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11116 …5} |
| full_name | "cookie_consent" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cookie_consent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent" |
| valid | true |
| value | null |
all
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "false" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
] |
[
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
]
|
| data | "false" |
same as passed value |
| expanded | true |
same as passed value |
| multiple | 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [
[
"ch_cookie_consent.yes" => "true"
]
[
"ch_cookie_consent.no" => "false"
]
] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data | "false" |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| 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" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#11123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#11122 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_cookie_consent_all" ] |
| cache_key | "_cookie_consent_all_choice" |
| choice_translation_domain | "CHCookieConsentBundle" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#11132 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#11131 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#11134 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11133 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | true |
| data | "false" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11162 -form: Symfony\Component\Form\Form {#11177 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#11171 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all" |
| is_selected | Closure($choice, $value) {#11191 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9280 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "all" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all" |
| valid | true |
| value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.yes" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "true" |
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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ch_cookie_consent.yes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#11159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#11160 …} } } |
| validation_groups | null |
| value | "true" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_all_entry" ] |
| cache_key | "_cookie_consent_all_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11196 -form: Symfony\Component\Form\Form {#11180 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11195 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all_0" |
| label | "ch_cookie_consent.yes" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all_entry" |
| valid | true |
| value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "ch_cookie_consent.no" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "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 | "entry" |
| 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 {#7374 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7375 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7376 …} -namespace: Closure() {#7378 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#9345 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9341 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#9347 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ch_cookie_consent.no" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#11170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7380 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2039 …} $translationDomain: "validators" $message: Closure() {#11169 …} } } |
| validation_groups | null |
| value | "false" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_all_entry" ] |
| cache_key | "_cookie_consent_all_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11198 -form: Symfony\Component\Form\Form {#11183 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11200 …5} |
| full_name | "cookie_consent[all]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cookie_consent_all_1" |
| label | "ch_cookie_consent.no" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_all_entry" |
| valid | true |
| value | "false" |
use_only_functional_cookies
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
|---|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
[ "class" => "btn ch-cookie-consent__btn" ] |
| label | "ch_cookie_consent.use_only_functional_cookies" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "ch_cookie_consent.use_only_functional_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_consent_use_only_functional_cookies" ] |
| cache_key | "_cookie_consent_use_only_functional_cookies_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#11193 …5} |
| full_name | "cookie_consent[use_only_functional_cookies]" |
| id | "cookie_consent_use_only_functional_cookies" |
| label | "ch_cookie_consent.use_only_functional_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "use_only_functional_cookies" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_use_only_functional_cookies" |
| value | null |
use_all_cookies
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
|---|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
[ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| label | "ch_cookie_consent.use_all_cookies" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "ch_cookie_consent.use_all_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn ch-cookie-consent__btn ch-cookie-consent__btn--secondary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_cookie_consent_use_all_cookies" ] |
| cache_key | "_cookie_consent_use_all_cookies_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#11194 …5} |
| full_name | "cookie_consent[use_all_cookies]" |
| id | "cookie_consent_use_all_cookies" |
| label | "ch_cookie_consent.use_all_cookies" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "use_all_cookies" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "CHCookieConsentBundle" |
| unique_block_prefix | "_cookie_consent_use_all_cookies" |
| value | null |