- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 133
- Events
- Routing
- Cache
- Translation 21
- Security
- Twig
- Doctrine 6
- E-mails
- Debug
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
ergonomy
-
functions
-
-
82
-
-
-
5
-
-
-
1
-
2
-
5
-
10
-
3
-
11
-
6
-
9
-
12
-
4
-
7
-
8
-
-
priceFrom
-
query
-
priceTo
-
ergonomyMobile
-
functionsMobile
-
-
82
-
-
-
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 | [] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6703 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
mapped | true |
method | "GET" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
translation_domain | "admin" |
trim | true |
upload_max_size_message | Closure() {#6701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#6702 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
block_prefixes | [ "form" "search" "_search" ] |
cache_key | "_search_search" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10001 -form: Symfony\Component\Form\Form {#9284 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10024 …5} |
full_name | "search" |
help | null |
help_attr | [] |
id | "search" |
label | null |
label_attr | [] |
label_format | null |
method | "GET" |
multipart | false |
name | "search" |
required | true |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6922 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "124 to 131" } |
Doctrine\ORM\QueryBuilder {#8665 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8676 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8668 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8669 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8671 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8673 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8670 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8674 #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 {#8666 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8667 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8679 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8687 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#8665 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8676 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8668 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8669 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8671 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8673 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8670 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8674 #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 {#8666 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#8664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#8662 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_ergonomy" ] |
cache_key | "_search_ergonomy_entity" |
choice_translation_domain | false |
choices | [] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9995 -form: Symfony\Component\Form\Form {#9288 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9997 …5} |
full_name | "search[ergonomy]" |
help | null |
help_attr | [] |
id | "search_ergonomy" |
is_selected | Closure($choice, array $values) {#10000 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "ergonomy" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_ergonomy" |
valid | true |
value | [] |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6921 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "143 to 150" } |
Doctrine\ORM\QueryBuilder {#8736 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8721 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8738 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8730 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8733 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8731 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8735 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8727 #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 {#8737 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8740 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8725 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8713 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#8736 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8721 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8738 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8730 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8733 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8731 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8735 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8727 #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 {#8737 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#8702 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#8705 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_functions" ] |
cache_key | "_search_functions_entity" |
choice_translation_domain | false |
choices | [] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10004 -form: Symfony\Component\Form\Form {#9285 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#10005 …5} |
full_name | "search[functions]" |
help | null |
help_attr | [] |
id | "search_functions" |
is_selected | Closure($choice, array $values) {#10029 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "functions" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_functions" |
valid | true |
value | [] |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6924 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "162 to 169" } |
Doctrine\ORM\QueryBuilder {#8698 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8747 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8695 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8694 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8692 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8690 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8693 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8689 #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 {#8697 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8696 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8751 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8761 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#8698 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8747 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8695 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8694 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8692 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#8690 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8693 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8689 #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 {#8697 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#8699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#8700 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_execution" ] |
cache_key | "_search_execution_entity" |
choice_translation_domain | false |
choices | [ 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8766 +label: "Blat okrągły" +value: "82" +data: App\Entity\ProductParameter {#7049 …} +attr: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10007 -form: Symfony\Component\Form\Form {#9306 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#10028 …5} |
full_name | "search[execution]" |
help | null |
help_attr | [] |
id | "search_execution" |
is_selected | Closure($choice, array $values) {#10014 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "execution" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_execution" |
valid | true |
value | [] |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Blat okrągły" |
same as passed value |
required | false |
false
|
translation_domain | "store" |
same as passed value |
value | "82" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9295 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "82" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#10017 -form: Symfony\Component\Form\Form {#9302 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10013 …5} |
full_name | "search[execution][]" |
help | null |
help_attr | [] |
id | "search_execution_82" |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "82" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_execution_entry" |
valid | true |
value | "82" |
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) {#6930 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "186 to 192" } |
same as passed value |
class | "App\Entity\Availability" |
same as passed value |
expanded | true |
same as passed value |
label | false |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6929 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $availabilityRepository: App\Repository\AvailabilityRepository {#6399 …} } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "183 to 185" } |
Doctrine\ORM\QueryBuilder {#8778 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8780 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8781 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8782 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8783 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] } "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 {#8779 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | Closure(Availability $availability) {#6930 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "186 to 192" } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8784 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\Availability" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8786 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8800 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#8778 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8780 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8781 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8782 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8783 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] } "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 {#8779 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#8768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#8769 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_availability" ] |
cache_key | "_search_availability_entity" |
choice_translation_domain | false |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8793 +label: "Pokaż tylko 24-48h" +value: "5" +data: App\Entity\Availability {#8806 …} +attr: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10018 -form: Symfony\Component\Form\Form {#9317 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#10021 …5} |
full_name | "search[availability]" |
help | null |
help_attr | [] |
id | "search_availability" |
is_selected | Closure($choice, array $values) {#10012 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "availability" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Pokaż tylko 24-48h" |
same as passed value |
required | false |
false
|
translation_domain | "store" |
same as passed value |
value | "5" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9309 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#9986 -form: Symfony\Component\Form\Form {#9319 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9999 …5} |
full_name | "search[availability][]" |
help | null |
help_attr | [] |
id | "search_availability_5" |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "5" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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) {#6725 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "211 to 213" } |
same as passed value |
choice_label | Closure(ProductColor $color) {#6937 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "208 to 210" } |
same as passed value |
class | "App\Entity\ProductColor" |
same as passed value |
expanded | true |
same as passed value |
label | false |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6797 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $colorRepo: App\Repository\ProductColorRepository {#6383 …} } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "205 to 207" } |
Doctrine\ORM\QueryBuilder {#8833 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8835 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8836 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8837 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8838 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8839 #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 {#8834 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | Closure(ProductColor $productColor) {#6725 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "211 to 213" } |
choice_label | Closure(ProductColor $color) {#6937 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "208 to 210" } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8841 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductColor" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8842 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8896 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#8833 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#8835 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#8836 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#8837 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#8838 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#8839 #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 {#8834 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#8832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#8831 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_color" ] |
cache_key | "_search_color_entity" |
choice_translation_domain | false |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8978 +label: "Biały" +value: "1" +data: App\Entity\ProductColor {#8885 …} +attr: [ "color" => "#ffffff" ] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8985 +label: "Czarny" +value: "2" +data: App\Entity\ProductColor {#8900 …} +attr: [ "color" => "#000000" ] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8991 +label: "Odcienie beżowego" +value: "5" +data: App\Entity\ProductColor {#8906 …} +attr: [ "color" => "#ffebcd" ] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8996 +label: "Odcienie brązowego" +value: "10" +data: App\Entity\ProductColor {#8913 …} +attr: [ "color" => "#8b4513" ] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9001 +label: "Odcienie czerwonego" +value: "3" +data: App\Entity\ProductColor {#8920 …} +attr: [ "color" => "#ff0000" ] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9006 +label: "Odcienie fioletowego" +value: "11" +data: App\Entity\ProductColor {#8927 …} +attr: [ "color" => "#800080" ] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9011 +label: "Odcienie niebieskiego" +value: "6" +data: App\Entity\ProductColor {#8934 …} +attr: [ "color" => "#0000ff" ] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9016 +label: "Odcienie pomarańczowego" +value: "9" +data: App\Entity\ProductColor {#8941 …} +attr: [ "color" => "#ffa500" ] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9021 +label: "Odcienie różowego" +value: "12" +data: App\Entity\ProductColor {#8948 …} +attr: [ "color" => "#ff69b4" ] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9026 +label: "Odcienie szarego" +value: "4" +data: App\Entity\ProductColor {#8955 …} +attr: [ "color" => "#696969" ] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9031 +label: "Odcienie zielonego" +value: "7" +data: App\Entity\ProductColor {#8962 …} +attr: [ "color" => "#008000" ] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9036 +label: "Odcienie żółtego" +value: "8" +data: App\Entity\ProductColor {#8969 …} +attr: [ "color" => "#ffff00" ] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10008 -form: Symfony\Component\Form\Form {#9436 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#10011 …5} |
full_name | "search[color]" |
help | null |
help_attr | [] |
id | "search_color" |
is_selected | Closure($choice, array $values) {#9990 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "color" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Biały" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9329 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffffff" ] |
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 {#9984 -form: Symfony\Component\Form\Form {#9439 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9989 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_1" |
label | "Biały" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "1" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Czarny" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9338 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#000000" ] |
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 {#9982 -form: Symfony\Component\Form\Form {#9442 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9983 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_2" |
label | "Czarny" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "2" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9347 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffebcd" ] |
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 {#9980 -form: Symfony\Component\Form\Form {#9445 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9977 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_5" |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "5" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9356 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#8b4513" ] |
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 {#9976 -form: Symfony\Component\Form\Form {#9448 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9975 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_10" |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "10" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9365 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff0000" ] |
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 {#9972 -form: Symfony\Component\Form\Form {#9451 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9969 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_3" |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "3" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9374 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#800080" ] |
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 {#9970 -form: Symfony\Component\Form\Form {#9454 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9968 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_11" |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "11" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9383 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#0000ff" ] |
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 {#9973 -form: Symfony\Component\Form\Form {#9457 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9966 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_6" |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "6" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9392 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffa500" ] |
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 {#9963 -form: Symfony\Component\Form\Form {#9460 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9964 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_9" |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "9" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9401 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff69b4" ] |
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 {#9962 -form: Symfony\Component\Form\Form {#9463 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9967 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_12" |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "12" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9410 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#696969" ] |
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 {#9960 -form: Symfony\Component\Form\Form {#9466 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9951 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_4" |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "4" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9419 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#008000" ] |
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 {#9958 -form: Symfony\Component\Form\Form {#9469 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9947 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_7" |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "7" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9428 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffff00" ] |
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 {#9946 -form: Symfony\Component\Form\Form {#9472 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9952 …5} |
full_name | "search[color][]" |
help | null |
help_attr | [] |
id | "search_color_8" |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "8" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9052 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9050 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9051 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
block_prefixes | [ "form" "text" "_search_priceFrom" ] |
cache_key | "_search_priceFrom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9985 -form: Symfony\Component\Form\Form {#9475 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9992 …5} |
full_name | "search[priceFrom]" |
help | null |
help_attr | [] |
id | "search_priceFrom" |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "priceFrom" |
required | false |
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 |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9059 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9060 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
block_prefixes | [ "form" "text" "_search_query" ] |
cache_key | "_search_query_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9961 -form: Symfony\Component\Form\Form {#9478 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9956 …5} |
full_name | "search[query]" |
help | null |
help_attr | [] |
id | "search_query" |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "query" |
required | false |
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 |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9068 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9069 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
block_prefixes | [ "form" "text" "_search_priceTo" ] |
cache_key | "_search_priceTo_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9949 -form: Symfony\Component\Form\Form {#9481 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9945 …5} |
full_name | "search[priceTo]" |
help | null |
help_attr | [] |
id | "search_priceTo" |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "priceTo" |
required | false |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6938 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "244 to 251" } |
Doctrine\ORM\QueryBuilder {#9079 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9090 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9082 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9083 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9085 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9087 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9084 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9088 #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 {#9080 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8667 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8679 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8687 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9079 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9090 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9082 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9083 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9085 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9087 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9084 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9088 #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 {#9080 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9077 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_ergonomyMobile" ] |
cache_key | "_search_ergonomyMobile_entity" |
choice_translation_domain | false |
choices | [] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9950 -form: Symfony\Component\Form\Form {#9484 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9953 …5} |
full_name | "search[ergonomyMobile]" |
help | null |
help_attr | [] |
id | "search_ergonomyMobile" |
is_selected | Closure($choice, array $values) {#9943 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "ergonomyMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_ergonomyMobile" |
valid | true |
value | [] |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6799 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "263 to 270" } |
Doctrine\ORM\QueryBuilder {#9106 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9117 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9109 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9110 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9112 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9114 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9111 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9115 #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 {#9107 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8740 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8725 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8713 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9106 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9117 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9109 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9110 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9112 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9114 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9111 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9115 #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 {#9107 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9105 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9104 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_functionsMobile" ] |
cache_key | "_search_functionsMobile_entity" |
choice_translation_domain | false |
choices | [] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9941 -form: Symfony\Component\Form\Form {#9487 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9940 …5} |
full_name | "search[functionsMobile]" |
help | null |
help_attr | [] |
id | "search_functionsMobile" |
is_selected | Closure($choice, array $values) {#9939 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "functionsMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_functionsMobile" |
valid | true |
value | [] |
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 |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6692 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $parameterRepository: App\Repository\ProductParameterRepository {#6397 …} $paramIds: [ 82 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "282 to 289" } |
Doctrine\ORM\QueryBuilder {#9133 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9144 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9136 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9137 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9139 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9141 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9138 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9142 #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 {#9134 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8696 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductParameter" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8751 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8761 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8681 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3089 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9133 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9144 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p, tt, langParams, langParamLanguage" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9136 #from: "App\Entity\ProductParameter" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9137 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9139 #joinType: "INNER" #join: "p.langParams" #alias: "langParams" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#9141 #joinType: "INNER" #join: "langParams.language" #alias: "langParamLanguage" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9138 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "langParamLanguage.locale = :locale" "langParams.visible = :visible" "p.filter = 1" "p.deletedBy IS NULL" "p.group = :group" "p.id IN (:ids)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9142 #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 {#9134 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" "langParams" => "p" "langParamLanguage" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9131 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_executionMobile" ] |
cache_key | "_search_executionMobile_entity" |
choice_translation_domain | false |
choices | [ 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8766 +label: "Blat okrągły" +value: "82" +data: App\Entity\ProductParameter {#7049 …} +attr: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9937 -form: Symfony\Component\Form\Form {#9499 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9944 …5} |
full_name | "search[executionMobile]" |
help | null |
help_attr | [] |
id | "search_executionMobile" |
is_selected | Closure($choice, array $values) {#9934 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "executionMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_executionMobile" |
valid | true |
value | [] |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Blat okrągły" |
same as passed value |
required | false |
false
|
translation_domain | "store" |
same as passed value |
value | "82" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9491 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "82" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#9930 -form: Symfony\Component\Form\Form {#9502 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9938 …5} |
full_name | "search[executionMobile][]" |
help | null |
help_attr | [] |
id | "search_executionMobile_82" |
label | "Blat okrągły" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "82" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_search_executionMobile_entry" |
valid | true |
value | "82" |
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) {#8583 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "304 to 306" } |
same as passed value |
choice_label | Closure(ProductColor $color) {#8582 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "307 to 309" } |
same as passed value |
class | "App\Entity\ProductColor" |
same as passed value |
expanded | true |
same as passed value |
label | false |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#6936 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $colorRepo: App\Repository\ProductColorRepository {#6383 …} } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "301 to 303" } |
Doctrine\ORM\QueryBuilder {#9160 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9162 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9163 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9164 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9165 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9166 #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 {#9161 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | Closure(ProductColor $productColor) {#8583 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "304 to 306" } |
choice_label | Closure(ProductColor $color) {#8582 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "307 to 309" } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8841 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductColor" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8842 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8896 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8844 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6382 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9160 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9162 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9163 #from: "App\Entity\ProductColor" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9164 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9165 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#9166 #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 {#9161 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9158 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_colorMobile" ] |
cache_key | "_search_colorMobile_entity" |
choice_translation_domain | false |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9171 +label: "Biały" +value: "1" +data: App\Entity\ProductColor {#8885 …} +attr: [ "color" => "#ffffff" ] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9174 +label: "Czarny" +value: "2" +data: App\Entity\ProductColor {#8900 …} +attr: [ "color" => "#000000" ] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9175 +label: "Odcienie beżowego" +value: "5" +data: App\Entity\ProductColor {#8906 …} +attr: [ "color" => "#ffebcd" ] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9176 +label: "Odcienie brązowego" +value: "10" +data: App\Entity\ProductColor {#8913 …} +attr: [ "color" => "#8b4513" ] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9177 +label: "Odcienie czerwonego" +value: "3" +data: App\Entity\ProductColor {#8920 …} +attr: [ "color" => "#ff0000" ] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9178 +label: "Odcienie fioletowego" +value: "11" +data: App\Entity\ProductColor {#8927 …} +attr: [ "color" => "#800080" ] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9179 +label: "Odcienie niebieskiego" +value: "6" +data: App\Entity\ProductColor {#8934 …} +attr: [ "color" => "#0000ff" ] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9180 +label: "Odcienie pomarańczowego" +value: "9" +data: App\Entity\ProductColor {#8941 …} +attr: [ "color" => "#ffa500" ] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9181 +label: "Odcienie różowego" +value: "12" +data: App\Entity\ProductColor {#8948 …} +attr: [ "color" => "#ff69b4" ] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9182 +label: "Odcienie szarego" +value: "4" +data: App\Entity\ProductColor {#8955 …} +attr: [ "color" => "#696969" ] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9183 +label: "Odcienie zielonego" +value: "7" +data: App\Entity\ProductColor {#8962 …} +attr: [ "color" => "#008000" ] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9184 +label: "Odcienie żółtego" +value: "8" +data: App\Entity\ProductColor {#8969 …} +attr: [ "color" => "#ffff00" ] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9933 -form: Symfony\Component\Form\Form {#9613 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9935 …5} |
full_name | "search[colorMobile]" |
help | null |
help_attr | [] |
id | "search_colorMobile" |
is_selected | Closure($choice, array $values) {#9688 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "colorMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Biały" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9506 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffffff" ] |
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 {#9919 -form: Symfony\Component\Form\Form {#9616 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9798 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_1" |
label | "Biały" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "1" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Czarny" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9515 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#000000" ] |
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 {#9920 -form: Symfony\Component\Form\Form {#9619 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9290 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_2" |
label | "Czarny" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "2" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9525 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9524 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffebcd" ] |
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 {#8792 -form: Symfony\Component\Form\Form {#9622 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9358 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_5" |
label | "Odcienie beżowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "5" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9533 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#8b4513" ] |
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 {#9394 -form: Symfony\Component\Form\Form {#9625 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9895 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_10" |
label | "Odcienie brązowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "10" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9542 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff0000" ] |
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 {#9897 -form: Symfony\Component\Form\Form {#9628 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9954 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_3" |
label | "Odcienie czerwonego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "3" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9551 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#800080" ] |
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 {#9987 -form: Symfony\Component\Form\Form {#9631 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9998 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_11" |
label | "Odcienie fioletowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "11" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9560 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#0000ff" ] |
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 {#10009 -form: Symfony\Component\Form\Form {#9634 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10020 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_6" |
label | "Odcienie niebieskiego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "6" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9570 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9569 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffa500" ] |
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 {#10027 -form: Symfony\Component\Form\Form {#9637 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10043 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_9" |
label | "Odcienie pomarańczowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "9" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9578 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ff69b4" ] |
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 {#9905 -form: Symfony\Component\Form\Form {#9640 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9915 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_12" |
label | "Odcienie różowego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "12" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9587 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#696969" ] |
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 {#9908 -form: Symfony\Component\Form\Form {#9643 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9898 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_4" |
label | "Odcienie szarego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "4" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9596 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#008000" ] |
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 {#9800 -form: Symfony\Component\Form\Form {#9646 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9931 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_7" |
label | "Odcienie zielonego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "7" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
required | false |
false
|
translation_domain | "store" |
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" ] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9606 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9605 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "color" => "#ffff00" ] |
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 {#9942 -form: Symfony\Component\Form\Form {#9649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9955 …5} |
full_name | "search[colorMobile][]" |
help | null |
help_attr | [] |
id | "search_colorMobile_8" |
label | "Odcienie żółtego" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "8" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
false
|
label | false |
false
|
multiple | false |
false
|
query_builder | Closure(EntityRepository $er) {#8581 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $productProducerRepository: App\Repository\ProductProducerRepository {#6565 …} $producersIds: [ 80 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "320 to 323" } |
Doctrine\ORM\QueryBuilder {#9195 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9197 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9198 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9200 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9199 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] } "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 {#9196 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9202 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductProducer" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#9204 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#10094 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9195 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9197 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9198 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9200 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9199 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] } "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 {#9196 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9193 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_productProducerMobile" ] |
cache_key | "_search_productProducerMobile_entity" |
choice_translation_domain | false |
choices | [ 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10084 +label: "Snapty Garden" +value: "80" +data: Proxies\__CG__\App\Entity\ProductProducer {#7462 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9694 -form: Symfony\Component\Form\Form {#9652 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9932 …5} |
full_name | "search[productProducerMobile]" |
help | null |
help_attr | [] |
id | "search_productProducerMobile" |
is_selected | Closure($choice, $value) {#9965 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | false |
name | "productProducerMobile" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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 |
false
|
label | false |
false
|
multiple | false |
false
|
query_builder | Closure(EntityRepository $er) {#8580 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $productProducerRepository: App\Repository\ProductProducerRepository {#6565 …} $producersIds: [ 80 ] } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "335 to 338" } |
Doctrine\ORM\QueryBuilder {#9232 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9231 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9228 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9223 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9222 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] } "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 {#9230 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | "name" |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9202 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\ProductProducer" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#9204 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#10094 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9206 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6566 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9232 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9231 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9228 #from: "App\Entity\ProductProducer" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9223 #joinType: "INNER" #join: "p.languages" #alias: "lang" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9222 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "p.deletedBy is null" "p.id in (:ids)" "lang.locale = :locale" ] } "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 {#9230 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "lang" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9227 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9209 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_productProducer" ] |
cache_key | "_search_productProducer_entity" |
choice_translation_domain | false |
choices | [ 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10084 +label: "Snapty Garden" +value: "80" +data: Proxies\__CG__\App\Entity\ProductProducer {#7462 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10006 -form: Symfony\Component\Form\Form {#9655 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10086 …5} |
full_name | "search[productProducer]" |
help | null |
help_attr | [] |
id | "search_productProducer" |
is_selected | Closure($choice, $value) {#10088 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | false |
name | "productProducer" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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) {#8578 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "353 to 359" } |
same as passed value |
class | "App\Entity\Availability" |
same as passed value |
expanded | true |
same as passed value |
label | false |
false
|
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#8579 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $locale: "pl" $availabilityRepository: App\Repository\AvailabilityRepository {#6399 …} } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "350 to 352" } |
Doctrine\ORM\QueryBuilder {#9236 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9238 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9239 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9240 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9241 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] } "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 {#9237 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
translation_domain | "store" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "empty_value" => "choose" ] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | Closure(Availability $availability) {#8578 class: "App\Form\Type\ProductSearchFiltersType" this: App\Form\Type\ProductSearchFiltersType {#6370 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $locale: "pl" } file: "/home/users/ck_new/src/Form/Type/ProductSearchFiltersType.php" line: "353 to 359" } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8784 -manager: Doctrine\ORM\EntityManager {#315 …11} -class: "App\Entity\Availability" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#8786 …} -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#8800 …} } |
choice_name | [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#315 …11} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8788 -om: Doctrine\ORM\EntityManager {#315 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#9236 -_em: Doctrine\ORM\EntityManager {#315 …11} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#9238 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #separator: ", " #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#9239 #from: "App\Entity\Availability" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#9240 #joinType: "INNER" #join: "p.translations" #alias: "tt" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#9241 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #preSeparator: "(" #postSeparator: ")" #parts: [ "tt.locale = :locale" "p.deletedBy IS NULL" "p.isVisible = 1" ] } "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 {#9237 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "tt" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
translation_domain | "store" |
trim | false |
upload_max_size_message | Closure() {#9211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9212 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "empty_value" => "choose" ] |
block_prefixes | [ "form" "choice" "entity" "_search_availabilityMobile" ] |
cache_key | "_search_availabilityMobile_entity" |
choice_translation_domain | false |
choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "Pokaż tylko 24-48h" +value: "5" +data: App\Entity\Availability {#8806 …} +attr: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10083 -form: Symfony\Component\Form\Form {#9667 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#10081 …5} |
full_name | "search[availabilityMobile]" |
help | null |
help_attr | [] |
id | "search_availabilityMobile" |
is_selected | Closure($choice, array $values) {#10082 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | true |
name | "availabilityMobile" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Pokaż tylko 24-48h" |
same as passed value |
required | false |
false
|
translation_domain | "store" |
same as passed value |
value | "5" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
auto_initialize | true |
block_name | "entry" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#9291 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#9320 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/CheckboxType.php" line: "54 to 56" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | "store" |
trim | true |
upload_max_size_message | Closure() {#9660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9659 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#10077 -form: Symfony\Component\Form\Form {#9670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10078 …5} |
full_name | "search[availabilityMobile][]" |
help | null |
help_attr | [] |
id | "search_availabilityMobile_5" |
label | "Pokaż tylko 24-48h" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "5" |
required | false |
size | null |
submitted | false |
translation_domain | "store" |
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 |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9257 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9259 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9258 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
block_prefixes | [ "form" "text" "_search_priceFromMobile" ] |
cache_key | "_search_priceFromMobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10079 -form: Symfony\Component\Form\Form {#9673 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10080 …5} |
full_name | "search[priceFromMobile]" |
help | null |
help_attr | [] |
id | "search_priceFromMobile" |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "priceFromMobile" |
required | false |
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 |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input form-control" ] |
auto_initialize | true |
block_name | 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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9266 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6579 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | false |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9267 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input form-control" ] |
block_prefixes | [ "form" "text" "_search_priceToMobile" ] |
cache_key | "_search_priceToMobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10075 -form: Symfony\Component\Form\Form {#9676 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10076 …5} |
full_name | "search[priceToMobile]" |
help | null |
help_attr | [] |
id | "search_priceToMobile" |
label | false |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
name | "priceToMobile" |
required | false |
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 | [] |
auto_initialize | true |
block_name | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | "admin" |
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 {#6675 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#171 …} -namespace: Closure() {#6678 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "sorting" |
label_attr | [] |
label_format | null |
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 | [] |
property_path | null |
required | true |
translation_domain | "admin" |
trim | false |
upload_max_size_message | Closure() {#9276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6676 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#392 …} $translationDomain: "validators" $message: Closure() {#9275 …} } file: "/home/users/ck_new/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
block_prefixes | [ "form" "choice" "_search_sorting" ] |
cache_key | "_search_sorting_choice" |
choice_translation_domain | "admin" |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#10072 +label: " - wybierz - " +value: "0" +data: null +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10071 +label: "Cena od najniższej" +value: "1" +data: "priceAscMod" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10070 +label: "Cena od najwyższej" +value: "2" +data: "priceDescMod" +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10074 -form: Symfony\Component\Form\Form {#9679 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10073 …5} |
full_name | "search[sorting]" |
help | null |
help_attr | [] |
id | "search_sorting" |
is_selected | Closure($choice, $value) {#10068 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8655 …} file: "/home/users/ck_new/vendor/symfony/form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
label | "sorting" |
label_attr | [] |
label_format | null |
method | "POST" |
multipart | false |
multiple | false |
name | "sorting" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "admin" |
unique_block_prefix | "_search_sorting" |
valid | true |
value | "0" |