- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 252
- Events
- Routing
- Cache
- Translation 33
- Security
- Twig
- Doctrine 6
- E-mails
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
22
-
-
-
51
-
97
-
-
-
25
-
49
-
53
-
82
-
83
-
105
-
115
-
127
-
128
-
-
-
5
-
-
-
1
-
2
-
5
-
10
-
3
-
11
-
6
-
9
-
12
-
4
-
7
-
8
-
-
priceFrom
-
query
-
priceTo
-
-
22
-
-
-
51
-
97
-
-
-
25
-
49
-
53
-
82
-
83
-
105
-
115
-
127
-
128
-
-
-
1
-
2
-
5
-
10
-
3
-
11
-
6
-
9
-
12
-
4
-
7
-
8
-
-
productProducerMobile
-
productProducer
-
-
5
-
-
priceFromMobile
-
priceToMobile
-
sorting
-
search
"App\Form\Type\ProductSearchFiltersType"
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
No options were passed when constructing this form.
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7032 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "GET" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | "admin" |
trim | true |
upload_max_size_message | Closure() {#7034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#7033 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search" "_search" ] |
cache_key | "_search_search" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12086 -form: Symfony\Component\Form\Form {#10958 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12252 …5} |
full_name | "search" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "search" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search" |
valid | true |
value | null |
ergonomy
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7807 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10260 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10271 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10263 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10264 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10266 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10268 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10265 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10269 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10261 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10422 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10274 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10262 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10275 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10260 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10271 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10263 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10264 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10266 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10268 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10265 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10269 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10261 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10259 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10257 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_ergonomy" ] |
cache_key | "_search_ergonomy_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10289 +label: "Profilowane siedzisko/oparcie" +value: "22" +data: App\Entity\ProductParameter {#7413 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12263 -form: Symfony\Component\Form\Form {#10977 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#12092 …5} |
full_name | "search[ergonomy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_ergonomy" |
is_selected | Closure($choice, array $values) {#12268 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "ergonomy" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_ergonomy" |
valid | true |
value | [] |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Profilowane siedzisko/oparcie" |
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 | false |
same as passed value |
value | "22" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Profilowane siedzisko/oparcie" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#10971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10969 …} } } |
validation_groups | null |
value | "22" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_ergonomy_entry" ] |
cache_key | "_search_ergonomy_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11844 -form: Symfony\Component\Form\Form {#10980 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12123 …5} |
full_name | "search[ergonomy][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_ergonomy_22" |
label | "Profilowane siedzisko/oparcie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "22" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_ergonomy_entry" |
valid | true |
value | "22" |
functions
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7540 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10344 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10330 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10346 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10337 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10335 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10333 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10336 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10332 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10345 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10323 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10327 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10324 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10350 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10344 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10330 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10346 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10337 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10335 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10333 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10336 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10332 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10345 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10356 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_functions" ] |
cache_key | "_search_functions_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10314 +label: "Podłokietniki" +value: "51" +data: App\Entity\ProductParameter {#7076 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10312 +label: "Rozkładany blat" +value: "97" +data: App\Entity\ProductParameter {#7457 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11846 -form: Symfony\Component\Form\Form {#11001 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#12104 …5} |
full_name | "search[functions]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functions" |
is_selected | Closure($choice, array $values) {#12135 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "functions" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_functions" |
valid | true |
value | [] |
51
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Podłokietniki" |
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 | false |
same as passed value |
value | "51" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Podłokietniki" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#10985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10984 …} } } |
validation_groups | null |
value | "51" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_functions_entry" ] |
cache_key | "_search_functions_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11836 -form: Symfony\Component\Form\Form {#11004 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12141 …5} |
full_name | "search[functions][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functions_51" |
label | "Podłokietniki" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "51" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_functions_entry" |
valid | true |
value | "51" |
97
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Rozkładany blat" |
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 | false |
same as passed value |
value | "97" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Rozkładany blat" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#10994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10993 …} } } |
validation_groups | null |
value | "97" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_functions_entry" ] |
cache_key | "_search_functions_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11834 -form: Symfony\Component\Form\Form {#11007 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12118 …5} |
full_name | "search[functions][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functions_97" |
label | "Rozkładany blat" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "97" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_functions_entry" |
valid | true |
value | "97" |
execution
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7808 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10299 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10283 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10297 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10291 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10288 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10286 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10290 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10285 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10304 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10408 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10280 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10414 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10298 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10299 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10283 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10297 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10291 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10288 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10286 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10290 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10285 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10304 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10305 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10311 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_execution" ] |
cache_key | "_search_execution_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10378 +label: "Siatkowe oparcie" +value: "25" +data: App\Entity\ProductParameter {#7108 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10412 +label: "Nogi metalowe" +value: "49" +data: App\Entity\ProductParameter {#7092 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10415 +label: "Siedzisko tapicerowane" +value: "53" +data: App\Entity\ProductParameter {#7059 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10411 +label: "Blat okrągły" +value: "82" +data: App\Entity\ProductParameter {#7428 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10406 +label: "Blat prostokątny" +value: "83" +data: App\Entity\ProductParameter {#7442 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10417 +label: "Blat szklany" +value: "105" +data: App\Entity\ProductParameter {#7471 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10403 +label: "Czarny stelaż" +value: "115" +data: App\Entity\ProductParameter {#7485 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10405 +label: "Technorattan" +value: "127" +data: App\Entity\ProductParameter {#7500 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10407 +label: "Aluminium" +value: "128" +data: App\Entity\ProductParameter {#7515 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11839 -form: Symfony\Component\Form\Form {#11091 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11841 …5} |
full_name | "search[execution]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution" |
is_selected | Closure($choice, array $values) {#11814 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "execution" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_execution" |
valid | true |
value | [] |
25
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Siatkowe oparcie" |
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 | false |
same as passed value |
value | "25" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Siatkowe oparcie" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11011 …} } } |
validation_groups | null |
value | "25" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11809 -form: Symfony\Component\Form\Form {#11094 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11810 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_25" |
label | "Siatkowe oparcie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "25" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "25" |
49
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Nogi metalowe" |
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 | false |
same as passed value |
value | "49" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Nogi metalowe" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11020 …} } } |
validation_groups | null |
value | "49" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11806 -form: Symfony\Component\Form\Form {#11097 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11805 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_49" |
label | "Nogi metalowe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "49" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "49" |
53
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Siedzisko tapicerowane" |
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 | false |
same as passed value |
value | "53" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Siedzisko tapicerowane" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11029 …} } } |
validation_groups | null |
value | "53" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11804 -form: Symfony\Component\Form\Form {#11100 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11802 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_53" |
label | "Siedzisko tapicerowane" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "53" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "53" |
82
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat okrągły" |
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 | false |
same as passed value |
value | "82" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat okrągły" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11039 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11038 …} } } |
validation_groups | null |
value | "82" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11799 -form: Symfony\Component\Form\Form {#11103 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11798 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_82" |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "82" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "82" |
83
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat prostokątny" |
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 | false |
same as passed value |
value | "83" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat prostokątny" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11047 …} } } |
validation_groups | null |
value | "83" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11797 -form: Symfony\Component\Form\Form {#11106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11796 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_83" |
label | "Blat prostokątny" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "83" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "83" |
105
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat szklany" |
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 | false |
same as passed value |
value | "105" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat szklany" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11056 …} } } |
validation_groups | null |
value | "105" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11792 -form: Symfony\Component\Form\Form {#11109 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11791 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_105" |
label | "Blat szklany" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "105" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "105" |
115
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Czarny stelaż" |
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 | false |
same as passed value |
value | "115" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Czarny stelaż" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11065 …} } } |
validation_groups | null |
value | "115" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11790 -form: Symfony\Component\Form\Form {#11112 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11788 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_115" |
label | "Czarny stelaż" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "115" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "115" |
127
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Technorattan" |
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 | false |
same as passed value |
value | "127" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Technorattan" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11074 …} } } |
validation_groups | null |
value | "127" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11787 -form: Symfony\Component\Form\Form {#11115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11784 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_127" |
label | "Technorattan" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "127" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "127" |
128
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Aluminium" |
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 | false |
same as passed value |
value | "128" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Aluminium" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11083 …} } } |
validation_groups | null |
value | "128" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_execution_entry" ] |
cache_key | "_search_execution_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11782 -form: Symfony\Component\Form\Form {#11118 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11781 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_execution_128" |
label | "Aluminium" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "128" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "128" |
availability
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | Closure(Availability $availability) {#7055 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
same as passed value |
class | "App\Entity\Availability" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#8413 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $availabilityRepository: App\Repository\AvailabilityRepository {#6684 …} } } |
Doctrine\ORM\QueryBuilder {#10373 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10371 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10370 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10369 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10368 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Availability p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL AND p.isVisible = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#10372 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(Availability $availability) {#7055 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10485 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10365 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10367 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10424 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10456 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6686 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Availability" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10456 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6686 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10373 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10371 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10370 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10369 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10368 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Availability p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL AND p.isVisible = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#10372 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10375 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_availability" ] |
cache_key | "_search_availability_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10451 +label: "Pokaż tylko 24-48h" +value: "5" +data: App\Entity\Availability {#10440 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11812 -form: Symfony\Component\Form\Form {#11130 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11816 …5} |
full_name | "search[availability]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_availability" |
is_selected | Closure($choice, array $values) {#11778 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "availability" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_availability" |
valid | true |
value | [] |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Pokaż tylko 24-48h" |
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 | false |
same as passed value |
value | "5" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Pokaż tylko 24-48h" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11122 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_availability_entry" ] |
cache_key | "_search_availability_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11772 -form: Symfony\Component\Form\Form {#11133 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11774 …5} |
full_name | "search[availability][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_availability_5" |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_availability_entry" |
valid | true |
value | "5" |
color
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_attr | Closure(ProductColor $productColor) {#7532 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} } |
same as passed value |
choice_label | Closure(ProductColor $color) {#7537 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
same as passed value |
class | "App\Entity\ProductColor" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7539 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $colorRepo: App\Repository\ProductColorRepository {#6620 …} } } |
Doctrine\ORM\QueryBuilder {#10483 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10482 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10480 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10481 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10478 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10474 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "tt.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductColor p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL ORDER BY tt.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10477 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure(ProductColor $productColor) {#7532 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} } |
choice_filter | null |
choice_label | Closure(ProductColor $color) {#7537 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10580 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10473 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10468 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10471 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10509 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3070 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductColor" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10509 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3070 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10483 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10482 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10480 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10481 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10478 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10474 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "tt.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductColor p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL ORDER BY tt.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10477 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10458 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_color" ] |
cache_key | "_search_color_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10504 +label: "Biały" +value: "1" +data: App\Entity\ProductColor {#10492 …} +attr: [ "color" => "#ffffff" ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10499 +label: "Czarny" +value: "2" +data: App\Entity\ProductColor {#10463 …} +attr: [ "color" => "#000000" ] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10635 +label: "Odcienie beżowego" +value: "5" +data: App\Entity\ProductColor {#10578 …} +attr: [ "color" => "#ffebcd" ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10639 +label: "Odcienie brązowego" +value: "10" +data: App\Entity\ProductColor {#10571 …} +attr: [ "color" => "#8b4513" ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10642 +label: "Odcienie czerwonego" +value: "3" +data: App\Entity\ProductColor {#10563 …} +attr: [ "color" => "#ff0000" ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10645 +label: "Odcienie fioletowego" +value: "11" +data: App\Entity\ProductColor {#10584 …} +attr: [ "color" => "#800080" ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10648 +label: "Odcienie niebieskiego" +value: "6" +data: App\Entity\ProductColor {#10591 …} +attr: [ "color" => "#0000ff" ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10651 +label: "Odcienie pomarańczowego" +value: "9" +data: App\Entity\ProductColor {#10598 …} +attr: [ "color" => "#ffa500" ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10654 +label: "Odcienie różowego" +value: "12" +data: App\Entity\ProductColor {#10605 …} +attr: [ "color" => "#ff69b4" ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10657 +label: "Odcienie szarego" +value: "4" +data: App\Entity\ProductColor {#10612 …} +attr: [ "color" => "#696969" ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10660 +label: "Odcienie zielonego" +value: "7" +data: App\Entity\ProductColor {#10619 …} +attr: [ "color" => "#008000" ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10663 +label: "Odcienie żółtego" +value: "8" +data: App\Entity\ProductColor {#10626 …} +attr: [ "color" => "#ffff00" ] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11775 -form: Symfony\Component\Form\Form {#11244 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11780 …5} |
full_name | "search[color]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color" |
is_selected | Closure($choice, array $values) {#11769 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "color" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_color" |
valid | true |
value | [] |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffffff" ] |
[ "color" => "#ffffff" ] |
block_name | "entry" |
same as passed value |
label | "Biały" |
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 | false |
same as passed value |
value | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffffff" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Biały" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11137 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffffff" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11627 -form: Symfony\Component\Form\Form {#11247 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11763 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_1" |
label | "Biały" |
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 | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "1" |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#000000" ] |
[ "color" => "#000000" ] |
block_name | "entry" |
same as passed value |
label | "Czarny" |
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 | false |
same as passed value |
value | "2" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#000000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Czarny" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11146 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#000000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11626 -form: Symfony\Component\Form\Form {#11250 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11623 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_2" |
label | "Czarny" |
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 | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "2" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffebcd" ] |
[ "color" => "#ffebcd" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie beżowego" |
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 | false |
same as passed value |
value | "5" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffebcd" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie beżowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11155 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffebcd" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10277 -form: Symfony\Component\Form\Form {#11253 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10995 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_5" |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "5" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#8b4513" ] |
[ "color" => "#8b4513" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie brązowego" |
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 | false |
same as passed value |
value | "10" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#8b4513" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie brązowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11164 …} } } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#8b4513" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11013 -form: Symfony\Component\Form\Form {#11256 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11022 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_10" |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "10" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "10" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ff0000" ] |
[ "color" => "#ff0000" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie czerwonego" |
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 | false |
same as passed value |
value | "3" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ff0000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie czerwonego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11173 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff0000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11031 -form: Symfony\Component\Form\Form {#11259 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11067 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_3" |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "3" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#800080" ] |
[ "color" => "#800080" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie fioletowego" |
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 | false |
same as passed value |
value | "11" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#800080" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie fioletowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11182 …} } } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#800080" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11076 -form: Symfony\Component\Form\Form {#11262 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10404 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_11" |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "11" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#0000ff" ] |
[ "color" => "#0000ff" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie niebieskiego" |
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 | false |
same as passed value |
value | "6" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#0000ff" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie niebieskiego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11191 …} } } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#0000ff" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11124 -form: Symfony\Component\Form\Form {#11265 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11148 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_6" |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "6" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffa500" ] |
[ "color" => "#ffa500" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie pomarańczowego" |
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 | false |
same as passed value |
value | "9" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffa500" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie pomarańczowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11200 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffa500" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11157 -form: Symfony\Component\Form\Form {#11268 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11166 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_9" |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "9" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ff69b4" ] |
[ "color" => "#ff69b4" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie różowego" |
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 | false |
same as passed value |
value | "12" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ff69b4" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie różowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11209 …} } } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff69b4" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11175 -form: Symfony\Component\Form\Form {#11271 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11211 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_12" |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "12" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "12" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#696969" ] |
[ "color" => "#696969" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie szarego" |
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 | false |
same as passed value |
value | "4" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#696969" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie szarego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11218 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#696969" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11220 -form: Symfony\Component\Form\Form {#11274 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11238 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_4" |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "4" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#008000" ] |
[ "color" => "#008000" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie zielonego" |
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 | false |
same as passed value |
value | "7" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#008000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie zielonego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11227 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#008000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10469 -form: Symfony\Component\Form\Form {#11277 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10681 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_7" |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "7" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffff00" ] |
[ "color" => "#ffff00" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie żółtego" |
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 | false |
same as passed value |
value | "8" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffff00" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie żółtego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11236 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffff00" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_color_entry" ] |
cache_key | "_search_color_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10699 -form: Symfony\Component\Form\Form {#11280 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11295 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_color_8" |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_color_entry" |
valid | true |
value | "8" |
priceFrom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input form-control" ] |
[ "class" => "input form-control" ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#10678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#10680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10679 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_priceFrom" ] |
cache_key | "_search_priceFrom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11766 -form: Symfony\Component\Form\Form {#11283 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11770 …5} |
full_name | "search[priceFrom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_priceFrom" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceFrom" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_priceFrom" |
valid | true |
value | "" |
query
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input form-control" ] |
[ "class" => "input form-control" ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#10687 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#10689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10688 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_query" ] |
cache_key | "_search_query_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11319 -form: Symfony\Component\Form\Form {#11286 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11310 …5} |
full_name | "search[query]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_query" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_query" |
valid | true |
value | "" |
priceTo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input form-control" ] |
[ "class" => "input form-control" ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#10696 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#10698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10697 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_priceTo" ] |
cache_key | "_search_priceTo_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10926 -form: Symfony\Component\Form\Form {#11289 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11364 …5} |
full_name | "search[priceTo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_priceTo" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceTo" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_priceTo" |
valid | true |
value | "" |
ergonomyMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7531 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10707 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10718 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10710 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10711 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10713 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10715 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10712 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10716 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10708 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10722 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10274 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10721 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10725 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10707 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10718 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10710 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10711 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10713 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10715 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10712 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10716 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10708 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10705 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_ergonomyMobile" ] |
cache_key | "_search_ergonomyMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10731 +label: "Profilowane siedzisko/oparcie" +value: "22" +data: App\Entity\ProductParameter {#7413 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11409 -form: Symfony\Component\Form\Form {#11301 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11466 …5} |
full_name | "search[ergonomyMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_ergonomyMobile" |
is_selected | Closure($choice, array $values) {#11484 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "ergonomyMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_ergonomyMobile" |
valid | true |
value | [] |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Profilowane siedzisko/oparcie" |
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 | false |
same as passed value |
value | "22" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Profilowane siedzisko/oparcie" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11293 …} } } |
validation_groups | null |
value | "22" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_ergonomyMobile_entry" ] |
cache_key | "_search_ergonomyMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11538 -form: Symfony\Component\Form\Form {#11304 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11529 …5} |
full_name | "search[ergonomyMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_ergonomyMobile_22" |
label | "Profilowane siedzisko/oparcie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "22" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_ergonomyMobile_entry" |
valid | true |
value | "22" |
functionsMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7052 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10741 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10752 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10744 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10745 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10747 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10749 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10746 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10750 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10742 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10756 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10327 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10755 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10759 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10741 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10752 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10744 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10745 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10747 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10749 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10746 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10750 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10742 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10739 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_functionsMobile" ] |
cache_key | "_search_functionsMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10765 +label: "Podłokietniki" +value: "51" +data: App\Entity\ProductParameter {#7076 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10766 +label: "Rozkładany blat" +value: "97" +data: App\Entity\ProductParameter {#7457 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11520 -form: Symfony\Component\Form\Form {#11325 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11493 …5} |
full_name | "search[functionsMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functionsMobile" |
is_selected | Closure($choice, array $values) {#10830 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "functionsMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_functionsMobile" |
valid | true |
value | [] |
51
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Podłokietniki" |
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 | false |
same as passed value |
value | "51" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Podłokietniki" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11308 …} } } |
validation_groups | null |
value | "51" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_functionsMobile_entry" ] |
cache_key | "_search_functionsMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12023 -form: Symfony\Component\Form\Form {#11328 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12029 …5} |
full_name | "search[functionsMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functionsMobile_51" |
label | "Podłokietniki" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "51" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_functionsMobile_entry" |
valid | true |
value | "51" |
97
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Rozkładany blat" |
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 | false |
same as passed value |
value | "97" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Rozkładany blat" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11317 …} } } |
validation_groups | null |
value | "97" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_functionsMobile_entry" ] |
cache_key | "_search_functionsMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12008 -form: Symfony\Component\Form\Form {#11331 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11996 …5} |
full_name | "search[functionsMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_functionsMobile_97" |
label | "Rozkładany blat" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "97" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_functionsMobile_entry" |
valid | true |
value | "97" |
executionMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductParameter" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7817 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6637 …} $paramIds: [ 22 25 49 51 53 54 82 83 97 105 115 127 128 ] } } |
Doctrine\ORM\QueryBuilder {#10776 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10787 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10779 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10780 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10782 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10784 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10781 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10785 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10777 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10791 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10280 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10790 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10794 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductParameter" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10358 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2952 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10776 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10787 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p, tt, langParams, langParamLanguage" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10779 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10780 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10782 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#10784 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10781 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10785 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "langParams.position ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p, tt, langParams, langParamLanguage FROM App\Entity\ProductParameter p INNER JOIN p.translations tt INNER JOIN p.langParams langParams INNER JOIN langParams.language langParamLanguage WHERE tt.locale = :locale AND langParamLanguage.locale = :locale AND langParams.visible = :visible AND p.filter = 1 AND p.deletedBy IS NULL AND p.group = :group AND p.id IN (:ids) ORDER BY langParams.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10777 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10774 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_executionMobile" ] |
cache_key | "_search_executionMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10800 +label: "Siatkowe oparcie" +value: "25" +data: App\Entity\ProductParameter {#7108 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10801 +label: "Nogi metalowe" +value: "49" +data: App\Entity\ProductParameter {#7092 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10802 +label: "Siedzisko tapicerowane" +value: "53" +data: App\Entity\ProductParameter {#7059 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10803 +label: "Blat okrągły" +value: "82" +data: App\Entity\ProductParameter {#7428 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10804 +label: "Blat prostokątny" +value: "83" +data: App\Entity\ProductParameter {#7442 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10805 +label: "Blat szklany" +value: "105" +data: App\Entity\ProductParameter {#7471 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10806 +label: "Czarny stelaż" +value: "115" +data: App\Entity\ProductParameter {#7485 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10807 +label: "Technorattan" +value: "127" +data: App\Entity\ProductParameter {#7500 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10808 +label: "Aluminium" +value: "128" +data: App\Entity\ProductParameter {#7515 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12035 -form: Symfony\Component\Form\Form {#11415 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#11547 …5} |
full_name | "search[executionMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile" |
is_selected | Closure($choice, array $values) {#12048 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "executionMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_executionMobile" |
valid | true |
value | [] |
25
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Siatkowe oparcie" |
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 | false |
same as passed value |
value | "25" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Siatkowe oparcie" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11336 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11335 …} } } |
validation_groups | null |
value | "25" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12043 -form: Symfony\Component\Form\Form {#11418 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12046 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_25" |
label | "Siatkowe oparcie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "25" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "25" |
49
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Nogi metalowe" |
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 | false |
same as passed value |
value | "49" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Nogi metalowe" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11344 …} } } |
validation_groups | null |
value | "49" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12033 -form: Symfony\Component\Form\Form {#11421 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12036 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_49" |
label | "Nogi metalowe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "49" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "49" |
53
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Siedzisko tapicerowane" |
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 | false |
same as passed value |
value | "53" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Siedzisko tapicerowane" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11353 …} } } |
validation_groups | null |
value | "53" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12034 -form: Symfony\Component\Form\Form {#11424 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12032 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_53" |
label | "Siedzisko tapicerowane" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "53" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "53" |
82
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat okrągły" |
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 | false |
same as passed value |
value | "82" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat okrągły" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11362 …} } } |
validation_groups | null |
value | "82" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12031 -form: Symfony\Component\Form\Form {#11427 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12021 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_82" |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "82" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "82" |
83
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat prostokątny" |
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 | false |
same as passed value |
value | "83" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat prostokątny" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11371 …} } } |
validation_groups | null |
value | "83" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12022 -form: Symfony\Component\Form\Form {#11430 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12018 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_83" |
label | "Blat prostokątny" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "83" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "83" |
105
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Blat szklany" |
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 | false |
same as passed value |
value | "105" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Blat szklany" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11380 …} } } |
validation_groups | null |
value | "105" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12020 -form: Symfony\Component\Form\Form {#11433 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12012 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_105" |
label | "Blat szklany" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "105" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "105" |
115
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Czarny stelaż" |
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 | false |
same as passed value |
value | "115" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Czarny stelaż" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11389 …} } } |
validation_groups | null |
value | "115" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12013 -form: Symfony\Component\Form\Form {#11436 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12006 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_115" |
label | "Czarny stelaż" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "115" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "115" |
127
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Technorattan" |
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 | false |
same as passed value |
value | "127" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Technorattan" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11399 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11398 …} } } |
validation_groups | null |
value | "127" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12011 -form: Symfony\Component\Form\Form {#11439 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12009 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_127" |
label | "Technorattan" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "127" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "127" |
128
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Aluminium" |
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 | false |
same as passed value |
value | "128" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Aluminium" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11407 …} } } |
validation_groups | null |
value | "128" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_executionMobile_entry" ] |
cache_key | "_search_executionMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12007 -form: Symfony\Component\Form\Form {#11442 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12005 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_executionMobile_128" |
label | "Aluminium" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "128" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "128" |
colorMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_attr | Closure(ProductColor $productColor) {#7122 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} } |
same as passed value |
choice_label | Closure(ProductColor $color) {#7536 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
same as passed value |
class | "App\Entity\ProductColor" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#7819 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $colorRepo: App\Repository\ProductColorRepository {#6620 …} } } |
Doctrine\ORM\QueryBuilder {#10818 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10820 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10821 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10822 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10823 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "tt.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductColor p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL ORDER BY tt.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10819 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure(ProductColor $productColor) {#7122 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} } |
choice_filter | null |
choice_label | Closure(ProductColor $color) {#7536 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10828 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10473 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10827 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10831 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10509 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3070 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductColor" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10509 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3070 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10818 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10820 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10821 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10822 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10823 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#10824 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "tt.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductColor p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL ORDER BY tt.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#10819 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10816 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_colorMobile" ] |
cache_key | "_search_colorMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10835 +label: "Biały" +value: "1" +data: App\Entity\ProductColor {#10492 …} +attr: [ "color" => "#ffffff" ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10836 +label: "Czarny" +value: "2" +data: App\Entity\ProductColor {#10463 …} +attr: [ "color" => "#000000" ] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10837 +label: "Odcienie beżowego" +value: "5" +data: App\Entity\ProductColor {#10578 …} +attr: [ "color" => "#ffebcd" ] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10838 +label: "Odcienie brązowego" +value: "10" +data: App\Entity\ProductColor {#10571 …} +attr: [ "color" => "#8b4513" ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10839 +label: "Odcienie czerwonego" +value: "3" +data: App\Entity\ProductColor {#10563 …} +attr: [ "color" => "#ff0000" ] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10840 +label: "Odcienie fioletowego" +value: "11" +data: App\Entity\ProductColor {#10584 …} +attr: [ "color" => "#800080" ] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10841 +label: "Odcienie niebieskiego" +value: "6" +data: App\Entity\ProductColor {#10591 …} +attr: [ "color" => "#0000ff" ] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10842 +label: "Odcienie pomarańczowego" +value: "9" +data: App\Entity\ProductColor {#10598 …} +attr: [ "color" => "#ffa500" ] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10843 +label: "Odcienie różowego" +value: "12" +data: App\Entity\ProductColor {#10605 …} +attr: [ "color" => "#ff69b4" ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10844 +label: "Odcienie szarego" +value: "4" +data: App\Entity\ProductColor {#10612 …} +attr: [ "color" => "#696969" ] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10845 +label: "Odcienie zielonego" +value: "7" +data: App\Entity\ProductColor {#10619 …} +attr: [ "color" => "#008000" ] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10846 +label: "Odcienie żółtego" +value: "8" +data: App\Entity\ProductColor {#10626 …} +attr: [ "color" => "#ffff00" ] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12042 -form: Symfony\Component\Form\Form {#11553 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#12050 …5} |
full_name | "search[colorMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile" |
is_selected | Closure($choice, array $values) {#12004 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "colorMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_colorMobile" |
valid | true |
value | [] |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffffff" ] |
[ "color" => "#ffffff" ] |
block_name | "entry" |
same as passed value |
label | "Biały" |
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 | false |
same as passed value |
value | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffffff" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Biały" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11446 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffffff" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11995 -form: Symfony\Component\Form\Form {#11556 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11997 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_1" |
label | "Biały" |
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 | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "1" |
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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#000000" ] |
[ "color" => "#000000" ] |
block_name | "entry" |
same as passed value |
label | "Czarny" |
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 | false |
same as passed value |
value | "2" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#000000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Czarny" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11455 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#000000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11991 -form: Symfony\Component\Form\Form {#11559 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11990 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_2" |
label | "Czarny" |
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 | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "2" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffebcd" ] |
[ "color" => "#ffebcd" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie beżowego" |
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 | false |
same as passed value |
value | "5" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffebcd" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie beżowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11464 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffebcd" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11988 -form: Symfony\Component\Form\Form {#11562 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11987 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_5" |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "5" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#8b4513" ] |
[ "color" => "#8b4513" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie brązowego" |
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 | false |
same as passed value |
value | "10" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#8b4513" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie brązowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11473 …} } } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#8b4513" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11984 -form: Symfony\Component\Form\Form {#11565 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11981 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_10" |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "10" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "10" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ff0000" ] |
[ "color" => "#ff0000" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie czerwonego" |
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 | false |
same as passed value |
value | "3" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ff0000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie czerwonego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11482 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff0000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11979 -form: Symfony\Component\Form\Form {#11568 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11978 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_3" |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "3" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#800080" ] |
[ "color" => "#800080" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie fioletowego" |
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 | false |
same as passed value |
value | "11" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#800080" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie fioletowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11491 …} } } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#800080" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11976 -form: Symfony\Component\Form\Form {#11571 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11973 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_11" |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "11" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#0000ff" ] |
[ "color" => "#0000ff" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie niebieskiego" |
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 | false |
same as passed value |
value | "6" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#0000ff" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie niebieskiego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11501 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11500 …} } } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#0000ff" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11971 -form: Symfony\Component\Form\Form {#11574 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11970 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_6" |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "6" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffa500" ] |
[ "color" => "#ffa500" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie pomarańczowego" |
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 | false |
same as passed value |
value | "9" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffa500" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie pomarańczowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11509 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffa500" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11967 -form: Symfony\Component\Form\Form {#11577 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11966 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_9" |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "9" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ff69b4" ] |
[ "color" => "#ff69b4" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie różowego" |
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 | false |
same as passed value |
value | "12" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ff69b4" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie różowego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11518 …} } } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff69b4" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11965 -form: Symfony\Component\Form\Form {#11580 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11963 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_12" |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "12" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "12" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#696969" ] |
[ "color" => "#696969" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie szarego" |
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 | false |
same as passed value |
value | "4" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#696969" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie szarego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11527 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#696969" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11960 -form: Symfony\Component\Form\Form {#11583 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11959 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_4" |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "4" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#008000" ] |
[ "color" => "#008000" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie zielonego" |
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 | false |
same as passed value |
value | "7" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#008000" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie zielonego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11536 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#008000" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11958 -form: Symfony\Component\Form\Form {#11586 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11957 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_7" |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "7" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "color" => "#ffff00" ] |
[ "color" => "#ffff00" ] |
block_name | "entry" |
same as passed value |
label | "Odcienie żółtego" |
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 | false |
same as passed value |
value | "8" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "color" => "#ffff00" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Odcienie żółtego" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11545 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffff00" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_colorMobile_entry" ] |
cache_key | "_search_colorMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11953 -form: Symfony\Component\Form\Form {#11589 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#11952 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_colorMobile_8" |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_colorMobile_entry" |
valid | true |
value | "8" |
productProducerMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductProducer" |
same as passed value |
expanded | false |
same as passed value |
label | false |
same as passed value |
multiple | false |
same as passed value |
query_builder | Closure(EntityRepository $er) {#10171 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $productProducerRepository: App\Repository\ProductProducerRepository {#6820 …} $producersIds: [ 80 76 49 ] } } |
Doctrine\ORM\QueryBuilder {#10858 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10860 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10861 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10863 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10862 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductProducer p INNER JOIN p.languages lang WHERE p.deletedBy is null AND p.id in (:ids) AND lang.locale = :locale" -parameters: Doctrine\Common\Collections\ArrayCollection {#10859 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10931 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10867 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10865 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10868 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10903 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6818 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductProducer" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10903 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6818 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10858 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10860 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10861 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10863 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10862 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductProducer p INNER JOIN p.languages lang WHERE p.deletedBy is null AND p.id in (:ids) AND lang.locale = :locale" -parameters: Doctrine\Common\Collections\ArrayCollection {#10859 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10856 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_productProducerMobile" ] |
cache_key | "_search_productProducerMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11947 +label: "Halmar" +value: "49" +data: Proxies\__CG__\App\Entity\ProductProducer {#9916 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#12054 +label: "Jan Nowak" +value: "76" +data: App\Entity\ProductProducer {#9883 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#12057 +label: "Snapty Garden" +value: "80" +data: Proxies\__CG__\App\Entity\ProductProducer {#7779 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11994 -form: Symfony\Component\Form\Form {#11592 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#12003 …5} |
full_name | "search[productProducerMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_productProducerMobile" |
is_selected | Closure($choice, $value) {#11951 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "productProducerMobile" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_productProducerMobile" |
valid | true |
value | "" |
productProducer
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ProductProducer" |
same as passed value |
expanded | false |
same as passed value |
label | false |
same as passed value |
multiple | false |
same as passed value |
query_builder | Closure(EntityRepository $er) {#10170 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $productProducerRepository: App\Repository\ProductProducerRepository {#6820 …} $producersIds: [ 80 76 49 ] } } |
Doctrine\ORM\QueryBuilder {#10897 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10895 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10894 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10892 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10893 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductProducer p INNER JOIN p.languages lang WHERE p.deletedBy is null AND p.id in (:ids) AND lang.locale = :locale" -parameters: Doctrine\Common\Collections\ArrayCollection {#10896 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10887 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10867 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10888 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10884 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10903 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6818 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\ProductProducer" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10903 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6818 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10897 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10895 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10894 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10892 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10893 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\ProductProducer p INNER JOIN p.languages lang WHERE p.deletedBy is null AND p.id in (:ids) AND lang.locale = :locale" -parameters: Doctrine\Common\Collections\ArrayCollection {#10896 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10899 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_productProducer" ] |
cache_key | "_search_productProducer_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#12062 +label: "Halmar" +value: "49" +data: Proxies\__CG__\App\Entity\ProductProducer {#9916 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#11937 +label: "Jan Nowak" +value: "76" +data: App\Entity\ProductProducer {#9883 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#12060 +label: "Snapty Garden" +value: "80" +data: Proxies\__CG__\App\Entity\ProductProducer {#7779 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#11941 -form: Symfony\Component\Form\Form {#11595 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#11949 …5} |
full_name | "search[productProducer]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_productProducer" |
is_selected | Closure($choice, $value) {#12066 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "productProducer" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_productProducer" |
valid | true |
value | "" |
availabilityMobile
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "empty_value" => "choose" ] |
[ "empty_value" => "choose" ] |
choice_label | Closure(Availability $availability) {#9297 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
same as passed value |
class | "App\Entity\Availability" |
same as passed value |
expanded | true |
same as passed value |
label | false |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#10051 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $locale: "pl" $availabilityRepository: App\Repository\AvailabilityRepository {#6684 …} } } |
Doctrine\ORM\QueryBuilder {#10874 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10872 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10925 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10920 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10916 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Availability p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL AND p.isVisible = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#10873 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(Availability $availability) {#9297 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6903 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $locale: "pl" } } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#10923 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#10365 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10929 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10927 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10456 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6686 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Availability" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#278 …11} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#10456 -om: Doctrine\ORM\EntityManager {#278 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6686 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#10874 -em: Doctrine\ORM\EntityManager {#278 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#10872 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#10925 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#10920 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#10916 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Entity\Availability p INNER JOIN p.translations tt WHERE tt.locale = :locale AND p.deletedBy IS NULL AND p.isVisible = 1" -parameters: Doctrine\Common\Collections\ArrayCollection {#10873 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#10875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10877 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_availabilityMobile" ] |
cache_key | "_search_availabilityMobile_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10921 +label: "Pokaż tylko 24-48h" +value: "5" +data: App\Entity\Availability {#10440 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12061 -form: Symfony\Component\Form\Form {#11607 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#12064 …5} |
full_name | "search[availabilityMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_availabilityMobile" |
is_selected | Closure($choice, array $values) {#12067 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "availabilityMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_availabilityMobile" |
valid | true |
value | [] |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Pokaż tylko 24-48h" |
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 | false |
same as passed value |
value | "5" |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#10965 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#10961 …} } |
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 {#10967 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Pokaż tylko 24-48h" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#11600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#11599 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_search_availabilityMobile_entry" ] |
cache_key | "_search_availabilityMobile_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12073 -form: Symfony\Component\Form\Form {#11610 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12072 …5} |
full_name | "search[availabilityMobile][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_availabilityMobile_5" |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_search_availabilityMobile_entry" |
valid | true |
value | "5" |
priceFromMobile
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input form-control" ] |
[ "class" => "input form-control" ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#10907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#10933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10932 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_priceFromMobile" ] |
cache_key | "_search_priceFromMobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12070 -form: Symfony\Component\Form\Form {#11613 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12069 …5} |
full_name | "search[priceFromMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_priceFromMobile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceFromMobile" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_priceFromMobile" |
valid | true |
value | "" |
priceToMobile
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input form-control" ] |
[ "class" => "input form-control" ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#10940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#10942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10941 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_priceToMobile" ] |
cache_key | "_search_priceToMobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12076 -form: Symfony\Component\Form\Form {#11616 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#12075 …5} |
full_name | "search[priceToMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_priceToMobile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceToMobile" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_priceToMobile" |
valid | true |
value | "" |
sorting
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ " - wybierz - " => null "Cena od najniższej" => "priceAscMod" "Cena od najwyższej" => "priceDescMod" ] |
[ " - wybierz - " => null "Cena od najniższej" => "priceAscMod" "Cena od najwyższej" => "priceDescMod" ] |
label | "sorting" |
same as passed value |
translation_domain | "admin" |
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 | "admin" |
choice_translation_parameters | [] |
choice_value | null |
choices | [ " - wybierz - " => null "Cena od najniższej" => "priceAscMod" "Cena od najwyższej" => "priceDescMod" ] |
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 {#7009 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7010 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1626 …} -namespace: Closure() {#7012 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
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 | "sorting" |
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 | "admin" |
trim | false |
upload_max_size_message | Closure() {#10950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7015 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#339 …} $translationDomain: "validators" $message: Closure() {#10949 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_search_sorting" ] |
cache_key | "_search_sorting_choice" |
choice_translation_domain | "admin" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#12081 +label: " - wybierz - " +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#12082 +label: "Cena od najniższej" +value: "1" +data: "priceAscMod" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#12083 +label: "Cena od najwyższej" +value: "2" +data: "priceDescMod" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#12077 -form: Symfony\Component\Form\Form {#11619 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#12079 …5} |
full_name | "search[sorting]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_sorting" |
is_selected | Closure($choice, $value) {#12087 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10244 …} } |
label | "sorting" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sorting" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_sorting" |
valid | true |
value | "0" |