- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 457
- Events
- Routing
- Cache
- Translation 20
- Security
- Twig
- Doctrine
- Migrations 14
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4324 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4222 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4325 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_product" "_" ] |
cache_key | "__search_product" |
compound | true |
data | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9106 -form: Symfony\Component\Form\Form {#4817 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5222 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | [ "mode" => null "category_id" => null "name" => null "pageno" => "1" "disp_number" => Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "search" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "search" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data | "search" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4222 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4680 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mode" ] |
cache_key | "_mode_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9109 -form: Symfony\Component\Form\Form {#4820 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9108 …5} |
full_name | "mode" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_mode" |
valid | true |
value | "" |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "NameWithLevel" |
same as passed value |
choices | [ Eccube\Entity\Category {#4392 -id: 9 -name: "全ての商品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1698940171 {#4390 date: 2023-11-03 00:49:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711171191 {#4388 date: 2024-03-23 14:19:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4630 -id: 57 -name: "RENEN" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728266817 {#4386 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266817 {#4384 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4625 -id: 44 -name: "JERSEY" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1711171777 {#4382 date: 2024-03-23 14:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4380 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4614 -id: 45 -name: "PANTS" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1711171796 {#4616 date: 2024-03-23 14:29:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4615 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4607 -id: 51 -name: "HOODIE" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1711173819 {#4609 date: 2024-03-23 15:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4608 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4603 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4379 -id: 46 -name: "GLOBE" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1711173692 {#4376 date: 2024-03-23 15:01:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4378 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4381 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4596 -id: 47 -name: "GOGGLES" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1711173695 {#4594 date: 2024-03-23 15:01:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4595 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4638 -id: 49 -name: "HELMET" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1711173701 {#4601 date: 2024-03-23 15:01:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4602 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4636 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4643 -id: 48 -name: "HAT" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1711173698 {#4641 date: 2024-03-23 15:01:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4642 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4650 -id: 50 -name: "T-SHIRT" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1711173774 {#4648 date: 2024-03-23 15:02:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4649 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4655 -id: 56 -name: "その他・車両" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728266809 {#4619 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266809 {#4620 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4656 …} -Children: Doctrine\ORM\PersistentCollection {#4659 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } ] |
[ Eccube\Entity\Category {#4392 -id: 9 -name: "全ての商品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1698940171 {#4390 date: 2023-11-03 00:49:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711171191 {#4388 date: 2024-03-23 14:19:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4630 -id: 57 -name: "RENEN" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728266817 {#4386 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266817 {#4384 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4625 -id: 44 -name: "JERSEY" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1711171777 {#4382 date: 2024-03-23 14:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4380 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4614 -id: 45 -name: "PANTS" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1711171796 {#4616 date: 2024-03-23 14:29:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4615 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4607 -id: 51 -name: "HOODIE" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1711173819 {#4609 date: 2024-03-23 15:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4608 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4603 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4379 -id: 46 -name: "GLOBE" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1711173692 {#4376 date: 2024-03-23 15:01:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4378 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4381 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4596 -id: 47 -name: "GOGGLES" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1711173695 {#4594 date: 2024-03-23 15:01:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4595 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4638 -id: 49 -name: "HELMET" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1711173701 {#4601 date: 2024-03-23 15:01:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4602 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4636 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4643 -id: 48 -name: "HAT" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1711173698 {#4641 date: 2024-03-23 15:01:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4642 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4650 -id: 50 -name: "T-SHIRT" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1711173774 {#4648 date: 2024-03-23 15:02:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4649 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4655 -id: 56 -name: "その他・車両" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728266809 {#4619 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266809 {#4620 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4656 …} -Children: Doctrine\ORM\PersistentCollection {#4659 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } ] |
class | "Eccube\Entity\Category" |
same as passed value |
placeholder | "common.select__all_products" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "NameWithLevel" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4718 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4719 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4717 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4151 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4392 -id: 9 -name: "全ての商品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1698940171 {#4390 date: 2023-11-03 00:49:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711171191 {#4388 date: 2024-03-23 14:19:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4630 -id: 57 -name: "RENEN" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728266817 {#4386 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266817 {#4384 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4625 -id: 44 -name: "JERSEY" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1711171777 {#4382 date: 2024-03-23 14:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4380 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4614 -id: 45 -name: "PANTS" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1711171796 {#4616 date: 2024-03-23 14:29:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4615 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4607 -id: 51 -name: "HOODIE" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1711173819 {#4609 date: 2024-03-23 15:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4608 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4603 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4379 -id: 46 -name: "GLOBE" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1711173692 {#4376 date: 2024-03-23 15:01:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4378 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4381 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4596 -id: 47 -name: "GOGGLES" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1711173695 {#4594 date: 2024-03-23 15:01:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4595 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4638 -id: 49 -name: "HELMET" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1711173701 {#4601 date: 2024-03-23 15:01:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4602 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4636 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4643 -id: 48 -name: "HAT" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1711173698 {#4641 date: 2024-03-23 15:01:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4642 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4650 -id: 50 -name: "T-SHIRT" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1711173774 {#4648 date: 2024-03-23 15:02:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4649 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } Eccube\Entity\Category {#4655 -id: 56 -name: "その他・車両" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728266809 {#4619 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266809 {#4620 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4656 …} -Children: Doctrine\ORM\PersistentCollection {#4659 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } ] |
class | "Eccube\Entity\Category" |
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 {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4717 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4151 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "common.select__all_products" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4714 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
cache_key | "_category_id_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9114 +label: "全ての商品" +value: "9" +data: Eccube\Entity\Category {#4392 -id: 9 -name: "全ての商品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1698940171 {#4390 date: 2023-11-03 00:49:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711171191 {#4388 date: 2024-03-23 14:19:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9116 +label: " RENEN" +value: "57" +data: Eccube\Entity\Category {#4630 -id: 57 -name: "RENEN" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728266817 {#4386 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266817 {#4384 date: 2024-10-07 11:06:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4629 …} -Children: Doctrine\ORM\PersistentCollection {#4626 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9115 +label: " JERSEY" +value: "44" +data: Eccube\Entity\Category {#4625 -id: 44 -name: "JERSEY" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1711171777 {#4382 date: 2024-03-23 14:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4380 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4624 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9118 +label: " PANTS" +value: "45" +data: Eccube\Entity\Category {#4614 -id: 45 -name: "PANTS" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1711171796 {#4616 date: 2024-03-23 14:29:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4615 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4613 …} -Children: Doctrine\ORM\PersistentCollection {#4610 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9119 +label: " HOODIE" +value: "51" +data: Eccube\Entity\Category {#4607 -id: 51 -name: "HOODIE" -hierarchy: 3 -sort_no: 6 -create_date: DateTime @1711173819 {#4609 date: 2024-03-23 15:03:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4608 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4606 …} -Children: Doctrine\ORM\PersistentCollection {#4603 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9120 +label: " GLOBE" +value: "46" +data: Eccube\Entity\Category {#4379 -id: 46 -name: "GLOBE" -hierarchy: 3 -sort_no: 5 -create_date: DateTime @1711173692 {#4376 date: 2024-03-23 15:01:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4378 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4381 …} -Children: Doctrine\ORM\PersistentCollection {#4593 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9121 +label: " GOGGLES" +value: "47" +data: Eccube\Entity\Category {#4596 -id: 47 -name: "GOGGLES" -hierarchy: 3 -sort_no: 4 -create_date: DateTime @1711173695 {#4594 date: 2024-03-23 15:01:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4595 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9122 +label: " HELMET" +value: "49" +data: Eccube\Entity\Category {#4638 -id: 49 -name: "HELMET" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1711173701 {#4601 date: 2024-03-23 15:01:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4602 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4636 …} -Children: Doctrine\ORM\PersistentCollection {#4640 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9123 +label: " HAT" +value: "48" +data: Eccube\Entity\Category {#4643 -id: 48 -name: "HAT" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1711173698 {#4641 date: 2024-03-23 15:01:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4642 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4644 …} -Children: Doctrine\ORM\PersistentCollection {#4647 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9124 +label: " T-SHIRT" +value: "50" +data: Eccube\Entity\Category {#4650 -id: 50 -name: "T-SHIRT" -hierarchy: 3 -sort_no: 1 -create_date: DateTime @1711173774 {#4648 date: 2024-03-23 15:02:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1718005664 {#4649 date: 2024-06-10 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4651 …} -Children: Doctrine\ORM\PersistentCollection {#4654 …} -Parent: Eccube\Entity\Category {#4630} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9125 +label: " その他・車両" +value: "56" +data: Eccube\Entity\Category {#4655 -id: 56 -name: "その他・車両" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728266809 {#4619 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728266809 {#4620 date: 2024-10-07 11:06:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4656 …} -Children: Doctrine\ORM\PersistentCollection {#4659 …} -Parent: Eccube\Entity\Category {#4392} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4633 …} } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9111 -form: Symfony\Component\Form\Form {#4823 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9110 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#9112 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4691 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category_id" |
placeholder | "common.select__all_products" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_category_id" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4744 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4222 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
purify_html | true |
purify_html_profile | "default" |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4743 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 50 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_name" ] |
cache_key | "_name_search" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9126 -form: Symfony\Component\Form\Form {#4826 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9113 …5} |
full_name | "name" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_name" |
valid | true |
value | "" |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "1" |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4222 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4756 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | "1" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9128 -form: Symfony\Component\Form\Form {#4829 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9127 …5} |
full_name | "pageno" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pageno" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pageno" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_pageno" |
valid | true |
value | "1" |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"20"
|
Normalized Format | Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4355 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4394 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4355 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4394 #id: 60 #name: "60件" #sort_no: 2 } ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4713 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4777 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4778 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4776 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3975 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4355 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4394 #id: 60 #name: "60件" #sort_no: 2 } ] |
class | "Eccube\Entity\Master\ProductListMax" |
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 {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4776 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3975 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4779 -_em: Doctrine\ORM\EntityManager {#390 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4781 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4782 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4783 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4780 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4772 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_max" "_disp_number" ] |
cache_key | "_disp_number_product_list_max" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9132 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9131 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4355 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9133 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4394 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListMax {#4347 #id: 20 #name: "20件" #sort_no: 0 } |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9130 -form: Symfony\Component\Form\Form {#4832 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9129 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#9135 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4691 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "disp_number" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_disp_number" |
valid | true |
value | "20" |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"4"
|
Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4346 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4674 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4675 #id: 2 #name: "新着順" #sort_no: 3 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4346 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4674 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4675 #id: 2 #name: "新着順" #sort_no: 3 } ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4713 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4801 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4802 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4800 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4335 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4346 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4674 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4675 #id: 2 #name: "新着順" #sort_no: 3 } ] |
class | "Eccube\Entity\Master\ProductListOrderBy" |
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 {#438 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#437 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#434 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4800 -om: ContainerYESfqow\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#422 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4335 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4803 -_em: Doctrine\ORM\EntityManager {#390 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4805 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4806 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4807 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4804 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4307 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#749 …} $translationDomain: "validators" $message: Closure() {#4798 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_order_by" "_orderby" ] |
cache_key | "_orderby_product_list_order_by" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9139 +label: "おすすめ順" +value: "4" +data: Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9138 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4346 #id: 1 #name: "価格が低い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9140 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4674 #id: 3 #name: "価格が高い順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9141 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#4675 #id: 2 #name: "新着順" #sort_no: 3 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListOrderBy {#4348 #id: 4 #name: "おすすめ順" #sort_no: 0 } |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9136 -form: Symfony\Component\Form\Form {#4835 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9137 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#9143 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4691 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "orderby" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_orderby" |
valid | true |
value | "4" |