- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 383
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 15
- Blocks* 1
- JMS Serializer 0
- Payum
- Themes 0
- Elastica
- Rich Snippets 1
- 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
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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7845 …} } |
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() {#7880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#7879 …} } } |
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 {#7928 -form: Symfony\Component\Form\Form {#7929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7881 …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 |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
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() {#7900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#7899 …} } } |
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 {#7910 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7909 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#7912 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7911 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7947 -form: Symfony\Component\Form\Form {#7962 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#7956 …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) {#7976 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#7886 …} } |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.yes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7939 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7933 …} } |
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 {#7941 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() {#7945 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#7942 …} } } |
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 {#7981 -form: Symfony\Component\Form\Form {#7965 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7980 …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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.no" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#7939 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7933 …} } |
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 {#7941 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() {#7955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#7954 …} } } |
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 {#7983 -form: Symfony\Component\Form\Form {#7968 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7985 …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 {#7978 …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 {#7979 …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 |
parameters
"BitBag\OpenMarketplace\Component\Elasticsearch\Form\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\Search {#12561 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#12563 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/en/search" |
same as passed value |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#12561 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#12563 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/en/search" |
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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#12561 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#12563 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\Search" |
disabled | false |
empty_data | Closure(FormInterface $form) {#12597 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7845 …} use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\Search" } } |
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 | null |
trim | true |
upload_max_size_message | Closure() {#12599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#12598 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/en/search" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "parameters" "_parameters" ] |
cache_key | "_parameters_parameters" |
compound | true |
data | BitBag\SyliusElasticsearchPlugin\Model\Search {#12561 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#12563 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12613 -form: Symfony\Component\Form\Form {#12620 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12600 …5} |
full_name | "parameters" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "parameters" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters" |
valid | true |
value | BitBag\SyliusElasticsearchPlugin\Model\Search {#12561 -box: BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } -facets: BitBag\SyliusElasticsearchPlugin\Model\SearchFacets {#12563 …} } |
box
"BitBag\SyliusElasticsearchPlugin\Form\Type\SearchBoxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data_class | "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" |
disabled | false |
empty_data | Closure(FormInterface $form) {#12610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7845 …} use: { $class: "BitBag\SyliusElasticsearchPlugin\Model\SearchBox" } } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#12612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#12611 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_box" "_parameters_box" ] |
cache_key | "_parameters_box_search_box" |
compound | true |
data | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12651 -form: Symfony\Component\Form\Form {#12641 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12650 …5} |
full_name | "parameters[box]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters_box" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "box" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters_box" |
valid | true |
value | BitBag\SyliusElasticsearchPlugin\Model\SearchBox {#12562 -query: null } |
query
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
[ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#12618 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#12618 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#12618 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#5721 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5722 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5713 …} -namespace: Closure() {#5724 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#12633 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#7845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#12635 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1844 …} $translationDomain: "validators" $message: Closure() {#12632 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "bitbag_sylius_elasticsearch_plugin.ui.search_box.query.placeholder" "class" => "prompt app-quick-add-code-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_parameters_box_query" ] |
cache_key | "_parameters_box_query_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12659 -form: Symfony\Component\Form\Form {#12644 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12657 …5} |
full_name | "parameters[box][query]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "parameters_box_query" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_parameters_box_query" |
valid | true |
value | "" |