- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 227
- Events
- Routing
- Cache
- Translation 24
- Security
- Twig
- Doctrine 1
- 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)
"Customize\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 "maker_id" => null "pageno" => "23" "disp_number" => Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4714 #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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3979 …} } |
| 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() {#4171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4170 …} } } |
| 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 "maker_id" => null "pageno" => "23" "disp_number" => Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4714 #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 {#9131 -form: Symfony\Component\Form\Form {#4893 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9048 …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 "maker_id" => null "pageno" => "23" "disp_number" => Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4714 #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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| 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) {#4743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3979 …} } |
| 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() {#4745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4742 …} } } |
| 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 {#9128 -form: Symfony\Component\Form\Form {#4896 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9127 …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 {#4229 -id: 7 -name: "カーポート・車庫" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1721715021 {#4235 date: 2024-07-23 15:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4233 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4471 -id: 16 -name: "ガレージ・倉庫" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1721715129 {#4473 date: 2024-07-23 15:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4472 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4470 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4464 -id: 8 -name: "サイクルポート・駐輪場" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1721715030 {#4466 date: 2024-07-23 15:10:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4465 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4463 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4455 -id: 9 -name: "ゲート" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1721715049 {#4459 date: 2024-07-23 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4458 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4450 -id: 30 -name: "跳ね上げ式ゲート" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1728374752 {#4457 date: 2024-10-08 17:05:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4456 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4449 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4232 -id: 29 -name: "伸縮ゲート" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1728374748 {#4223 date: 2024-10-08 17:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4234 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4230 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4437 -id: 31 -name: "ガレージシャッター" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1728374756 {#4435 date: 2024-10-08 17:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4436 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4479 -id: 12 -name: "テラス" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1721715069 {#4445 date: 2024-07-23 15:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4444 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4477 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4482 -id: 33 -name: "テラス囲い" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1728374813 {#4442 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374813 {#4443 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4491 -id: 32 -name: "テラス屋根" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1728374808 {#4489 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374808 {#4490 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4498 -id: 19 -name: "ベランダ・バルコニー" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1721715156 {#4488 date: 2024-07-23 15:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4487 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4503 -id: 35 -name: "ベランダ・バルコニー屋根" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1728374851 {#4496 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374851 {#4497 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4512 -id: 34 -name: "ベランダ・バルコニー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1728374845 {#4510 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374845 {#4511 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4517 -id: 18 -name: "オーニング・日よけ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1721715150 {#4509 date: 2024-07-23 15:12:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4508 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4526 -id: 11 -name: "ウッドデッキ" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1721715063 {#4522 date: 2024-07-23 15:11:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4523 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4527 …} -Children: Doctrine\ORM\PersistentCollection {#4530 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4531 -id: 37 -name: "タイルデッキ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1728374887 {#4524 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374887 {#4525 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4540 -id: 36 -name: "ウッドデッキ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1728374884 {#4538 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374884 {#4539 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4541 …} -Children: Doctrine\ORM\PersistentCollection {#4544 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4545 -id: 14 -name: "フェンス・柵" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1721715102 {#4537 date: 2024-07-23 15:11:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4536 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4552 -id: 25 -name: "門扉" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1727224766 {#4550 date: 2024-09-25 09:39:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4551 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4559 -id: 13 -name: "ポスト・門柱宅配ボックス" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1721715089 {#4557 date: 2024-07-23 15:11:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4558 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4560 …} -Children: Doctrine\ORM\PersistentCollection {#4563 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4566 -id: 15 -name: "物置・収納・屋外倉庫" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1721715117 {#4564 date: 2024-07-23 15:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1759206168 {#4565 date: 2025-09-30 13:22:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4573 -id: 20 -name: "ガーデンファニチャー" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1721715168 {#4571 date: 2024-07-23 15:12:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4572 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4580 -id: 22 -name: "人工芝" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1721715191 {#4578 date: 2024-07-23 15:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4579 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4587 -id: 17 -name: "内窓・二重窓" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1721715140 {#4585 date: 2024-07-23 15:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4586 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4588 …} -Children: Doctrine\ORM\PersistentCollection {#4591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4596 -id: 26 -name: "その他" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727928658 {#4592 date: 2024-10-03 13:10:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4593 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4601 -id: 38 -name: "パーゴラ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1728375853 {#4594 date: 2024-10-08 17:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4595 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4610 -id: 39 -name: "立水栓・ガーデンシンク" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728375857 {#4608 date: 2024-10-08 17:24:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4609 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4617 -id: 40 -name: "手すり" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728375861 {#4615 date: 2024-10-08 17:24:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4616 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4624 -id: 10 -name: "ストックヤード" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1721715057 {#4622 date: 2024-07-23 15:10:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4623 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4631 -id: 27 -name: "ゴミステーション" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727928680 {#4629 date: 2024-10-03 13:11:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4630 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4632 …} -Children: Doctrine\ORM\PersistentCollection {#4635 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4638 -id: 42 -name: "面格子・窓格子" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1728375916 {#4636 date: 2024-10-08 17:25:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4637 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4645 -id: 41 -name: "窓シャッター" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1728375912 {#4643 date: 2024-10-08 17:25:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4644 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4646 …} -Children: Doctrine\ORM\PersistentCollection {#4649 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4652 -id: 43 -name: "玄関ドア" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1728375929 {#4650 date: 2024-10-08 17:25:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4651 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4653 …} -Children: Doctrine\ORM\PersistentCollection {#4656 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4659 -id: 28 -name: "石材" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727928685 {#4657 date: 2024-10-03 13:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4658 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4660 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4666 -id: 44 -name: "照明" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1728375939 {#4664 date: 2024-10-08 17:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4665 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4667 …} -Children: Doctrine\ORM\PersistentCollection {#4670 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4673 -id: 21 -name: "DIY材料" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1721715178 {#4671 date: 2024-07-23 15:12:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4672 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } ] |
[ Eccube\Entity\Category {#4229 -id: 7 -name: "カーポート・車庫" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1721715021 {#4235 date: 2024-07-23 15:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4233 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4471 -id: 16 -name: "ガレージ・倉庫" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1721715129 {#4473 date: 2024-07-23 15:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4472 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4470 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4464 -id: 8 -name: "サイクルポート・駐輪場" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1721715030 {#4466 date: 2024-07-23 15:10:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4465 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4463 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4455 -id: 9 -name: "ゲート" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1721715049 {#4459 date: 2024-07-23 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4458 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4450 -id: 30 -name: "跳ね上げ式ゲート" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1728374752 {#4457 date: 2024-10-08 17:05:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4456 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4449 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4232 -id: 29 -name: "伸縮ゲート" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1728374748 {#4223 date: 2024-10-08 17:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4234 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4230 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4437 -id: 31 -name: "ガレージシャッター" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1728374756 {#4435 date: 2024-10-08 17:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4436 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4479 -id: 12 -name: "テラス" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1721715069 {#4445 date: 2024-07-23 15:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4444 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4477 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4482 -id: 33 -name: "テラス囲い" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1728374813 {#4442 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374813 {#4443 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4491 -id: 32 -name: "テラス屋根" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1728374808 {#4489 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374808 {#4490 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4498 -id: 19 -name: "ベランダ・バルコニー" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1721715156 {#4488 date: 2024-07-23 15:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4487 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4503 -id: 35 -name: "ベランダ・バルコニー屋根" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1728374851 {#4496 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374851 {#4497 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4512 -id: 34 -name: "ベランダ・バルコニー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1728374845 {#4510 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374845 {#4511 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4517 -id: 18 -name: "オーニング・日よけ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1721715150 {#4509 date: 2024-07-23 15:12:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4508 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4526 -id: 11 -name: "ウッドデッキ" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1721715063 {#4522 date: 2024-07-23 15:11:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4523 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4527 …} -Children: Doctrine\ORM\PersistentCollection {#4530 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4531 -id: 37 -name: "タイルデッキ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1728374887 {#4524 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374887 {#4525 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4540 -id: 36 -name: "ウッドデッキ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1728374884 {#4538 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374884 {#4539 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4541 …} -Children: Doctrine\ORM\PersistentCollection {#4544 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4545 -id: 14 -name: "フェンス・柵" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1721715102 {#4537 date: 2024-07-23 15:11:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4536 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4552 -id: 25 -name: "門扉" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1727224766 {#4550 date: 2024-09-25 09:39:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4551 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4559 -id: 13 -name: "ポスト・門柱宅配ボックス" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1721715089 {#4557 date: 2024-07-23 15:11:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4558 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4560 …} -Children: Doctrine\ORM\PersistentCollection {#4563 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4566 -id: 15 -name: "物置・収納・屋外倉庫" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1721715117 {#4564 date: 2024-07-23 15:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1759206168 {#4565 date: 2025-09-30 13:22:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4573 -id: 20 -name: "ガーデンファニチャー" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1721715168 {#4571 date: 2024-07-23 15:12:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4572 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4580 -id: 22 -name: "人工芝" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1721715191 {#4578 date: 2024-07-23 15:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4579 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4587 -id: 17 -name: "内窓・二重窓" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1721715140 {#4585 date: 2024-07-23 15:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4586 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4588 …} -Children: Doctrine\ORM\PersistentCollection {#4591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4596 -id: 26 -name: "その他" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727928658 {#4592 date: 2024-10-03 13:10:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4593 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4601 -id: 38 -name: "パーゴラ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1728375853 {#4594 date: 2024-10-08 17:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4595 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4610 -id: 39 -name: "立水栓・ガーデンシンク" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728375857 {#4608 date: 2024-10-08 17:24:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4609 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4617 -id: 40 -name: "手すり" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728375861 {#4615 date: 2024-10-08 17:24:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4616 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4624 -id: 10 -name: "ストックヤード" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1721715057 {#4622 date: 2024-07-23 15:10:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4623 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4631 -id: 27 -name: "ゴミステーション" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727928680 {#4629 date: 2024-10-03 13:11:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4630 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4632 …} -Children: Doctrine\ORM\PersistentCollection {#4635 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4638 -id: 42 -name: "面格子・窓格子" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1728375916 {#4636 date: 2024-10-08 17:25:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4637 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4645 -id: 41 -name: "窓シャッター" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1728375912 {#4643 date: 2024-10-08 17:25:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4644 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4646 …} -Children: Doctrine\ORM\PersistentCollection {#4649 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4652 -id: 43 -name: "玄関ドア" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1728375929 {#4650 date: 2024-10-08 17:25:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4651 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4653 …} -Children: Doctrine\ORM\PersistentCollection {#4656 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4659 -id: 28 -name: "石材" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727928685 {#4657 date: 2024-10-03 13:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4658 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4660 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4666 -id: 44 -name: "照明" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1728375939 {#4664 date: 2024-10-08 17:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4665 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4667 …} -Children: Doctrine\ORM\PersistentCollection {#4670 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4673 -id: 21 -name: "DIY材料" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1721715178 {#4671 date: 2024-07-23 15:12:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4672 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } ] |
| 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 {#4780 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4781 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4779 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3968 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#4229 -id: 7 -name: "カーポート・車庫" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1721715021 {#4235 date: 2024-07-23 15:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4233 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4471 -id: 16 -name: "ガレージ・倉庫" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1721715129 {#4473 date: 2024-07-23 15:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4472 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4470 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4464 -id: 8 -name: "サイクルポート・駐輪場" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1721715030 {#4466 date: 2024-07-23 15:10:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4465 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4463 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4455 -id: 9 -name: "ゲート" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1721715049 {#4459 date: 2024-07-23 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4458 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4450 -id: 30 -name: "跳ね上げ式ゲート" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1728374752 {#4457 date: 2024-10-08 17:05:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4456 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4449 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4232 -id: 29 -name: "伸縮ゲート" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1728374748 {#4223 date: 2024-10-08 17:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4234 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4230 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4437 -id: 31 -name: "ガレージシャッター" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1728374756 {#4435 date: 2024-10-08 17:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4436 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4479 -id: 12 -name: "テラス" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1721715069 {#4445 date: 2024-07-23 15:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4444 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4477 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4482 -id: 33 -name: "テラス囲い" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1728374813 {#4442 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374813 {#4443 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4491 -id: 32 -name: "テラス屋根" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1728374808 {#4489 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374808 {#4490 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4498 -id: 19 -name: "ベランダ・バルコニー" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1721715156 {#4488 date: 2024-07-23 15:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4487 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4503 -id: 35 -name: "ベランダ・バルコニー屋根" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1728374851 {#4496 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374851 {#4497 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4512 -id: 34 -name: "ベランダ・バルコニー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1728374845 {#4510 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374845 {#4511 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4517 -id: 18 -name: "オーニング・日よけ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1721715150 {#4509 date: 2024-07-23 15:12:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4508 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4526 -id: 11 -name: "ウッドデッキ" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1721715063 {#4522 date: 2024-07-23 15:11:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4523 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4527 …} -Children: Doctrine\ORM\PersistentCollection {#4530 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4531 -id: 37 -name: "タイルデッキ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1728374887 {#4524 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374887 {#4525 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4540 -id: 36 -name: "ウッドデッキ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1728374884 {#4538 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374884 {#4539 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4541 …} -Children: Doctrine\ORM\PersistentCollection {#4544 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4545 -id: 14 -name: "フェンス・柵" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1721715102 {#4537 date: 2024-07-23 15:11:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4536 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4552 -id: 25 -name: "門扉" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1727224766 {#4550 date: 2024-09-25 09:39:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4551 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4559 -id: 13 -name: "ポスト・門柱宅配ボックス" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1721715089 {#4557 date: 2024-07-23 15:11:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4558 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4560 …} -Children: Doctrine\ORM\PersistentCollection {#4563 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4566 -id: 15 -name: "物置・収納・屋外倉庫" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1721715117 {#4564 date: 2024-07-23 15:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1759206168 {#4565 date: 2025-09-30 13:22:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4573 -id: 20 -name: "ガーデンファニチャー" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1721715168 {#4571 date: 2024-07-23 15:12:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4572 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4580 -id: 22 -name: "人工芝" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1721715191 {#4578 date: 2024-07-23 15:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4579 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4587 -id: 17 -name: "内窓・二重窓" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1721715140 {#4585 date: 2024-07-23 15:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4586 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4588 …} -Children: Doctrine\ORM\PersistentCollection {#4591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4596 -id: 26 -name: "その他" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727928658 {#4592 date: 2024-10-03 13:10:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4593 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4601 -id: 38 -name: "パーゴラ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1728375853 {#4594 date: 2024-10-08 17:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4595 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4610 -id: 39 -name: "立水栓・ガーデンシンク" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728375857 {#4608 date: 2024-10-08 17:24:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4609 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4617 -id: 40 -name: "手すり" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728375861 {#4615 date: 2024-10-08 17:24:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4616 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4624 -id: 10 -name: "ストックヤード" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1721715057 {#4622 date: 2024-07-23 15:10:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4623 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4631 -id: 27 -name: "ゴミステーション" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727928680 {#4629 date: 2024-10-03 13:11:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4630 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4632 …} -Children: Doctrine\ORM\PersistentCollection {#4635 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4638 -id: 42 -name: "面格子・窓格子" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1728375916 {#4636 date: 2024-10-08 17:25:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4637 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4645 -id: 41 -name: "窓シャッター" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1728375912 {#4643 date: 2024-10-08 17:25:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4644 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4646 …} -Children: Doctrine\ORM\PersistentCollection {#4649 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4652 -id: 43 -name: "玄関ドア" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1728375929 {#4650 date: 2024-10-08 17:25:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4651 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4653 …} -Children: Doctrine\ORM\PersistentCollection {#4656 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4659 -id: 28 -name: "石材" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727928685 {#4657 date: 2024-10-03 13:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4658 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4660 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4666 -id: 44 -name: "照明" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1728375939 {#4664 date: 2024-10-08 17:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4665 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4667 …} -Children: Doctrine\ORM\PersistentCollection {#4670 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } Eccube\Entity\Category {#4673 -id: 21 -name: "DIY材料" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1721715178 {#4671 date: 2024-07-23 15:12:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4672 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } ] |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …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 {#4779 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3968 …} -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() {#4778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4776 …} } } |
| 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 | [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9122 +label: "カーポート・車庫" +value: "7" +data: Eccube\Entity\Category {#4229 -id: 7 -name: "カーポート・車庫" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1721715021 {#4235 date: 2024-07-23 15:10:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4233 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4319 …} -Children: Doctrine\ORM\PersistentCollection {#4474 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9120 +label: "ガレージ・倉庫" +value: "16" +data: Eccube\Entity\Category {#4471 -id: 16 -name: "ガレージ・倉庫" -hierarchy: 1 -sort_no: 35 -create_date: DateTime @1721715129 {#4473 date: 2024-07-23 15:12:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4472 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4470 …} -Children: Doctrine\ORM\PersistentCollection {#4467 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9121 +label: "サイクルポート・駐輪場" +value: "8" +data: Eccube\Entity\Category {#4464 -id: 8 -name: "サイクルポート・駐輪場" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1721715030 {#4466 date: 2024-07-23 15:10:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4465 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4463 …} -Children: Doctrine\ORM\PersistentCollection {#4460 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9113 +label: "ゲート" +value: "9" +data: Eccube\Entity\Category {#4455 -id: 9 -name: "ゲート" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1721715049 {#4459 date: 2024-07-23 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4458 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4454 …} -Children: Doctrine\ORM\PersistentCollection {#4451 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9114 +label: " 跳ね上げ式ゲート" +value: "30" +data: Eccube\Entity\Category {#4450 -id: 30 -name: "跳ね上げ式ゲート" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1728374752 {#4457 date: 2024-10-08 17:05:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4456 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4449 …} -Children: Doctrine\ORM\PersistentCollection {#4446 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9115 +label: " 伸縮ゲート" +value: "29" +data: Eccube\Entity\Category {#4232 -id: 29 -name: "伸縮ゲート" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1728374748 {#4223 date: 2024-10-08 17:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4234 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4230 …} -Children: Doctrine\ORM\PersistentCollection {#4434 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9116 +label: " ガレージシャッター" +value: "31" +data: Eccube\Entity\Category {#4437 -id: 31 -name: "ガレージシャッター" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1728374756 {#4435 date: 2024-10-08 17:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728452592 {#4436 date: 2024-10-09 14:43:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4441 …} -Parent: Eccube\Entity\Category {#4455} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9117 +label: "テラス" +value: "12" +data: Eccube\Entity\Category {#4479 -id: 12 -name: "テラス" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1721715069 {#4445 date: 2024-07-23 15:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4444 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4477 …} -Children: Doctrine\ORM\PersistentCollection {#4481 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9118 +label: " テラス囲い" +value: "33" +data: Eccube\Entity\Category {#4482 -id: 33 -name: "テラス囲い" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1728374813 {#4442 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374813 {#4443 date: 2024-10-08 17:06:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4483 …} -Children: Doctrine\ORM\PersistentCollection {#4486 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9112 +label: " テラス屋根" +value: "32" +data: Eccube\Entity\Category {#4491 -id: 32 -name: "テラス屋根" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1728374808 {#4489 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374808 {#4490 date: 2024-10-08 17:06:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4492 …} -Children: Doctrine\ORM\PersistentCollection {#4495 …} -Parent: Eccube\Entity\Category {#4479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9111 +label: "ベランダ・バルコニー" +value: "19" +data: Eccube\Entity\Category {#4498 -id: 19 -name: "ベランダ・バルコニー" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1721715156 {#4488 date: 2024-07-23 15:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4487 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4499 …} -Children: Doctrine\ORM\PersistentCollection {#4502 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9110 +label: " ベランダ・バルコニー屋根" +value: "35" +data: Eccube\Entity\Category {#4503 -id: 35 -name: "ベランダ・バルコニー屋根" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1728374851 {#4496 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374851 {#4497 date: 2024-10-08 17:07:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4504 …} -Children: Doctrine\ORM\PersistentCollection {#4507 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9109 +label: " ベランダ・バルコニー" +value: "34" +data: Eccube\Entity\Category {#4512 -id: 34 -name: "ベランダ・バルコニー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1728374845 {#4510 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374845 {#4511 date: 2024-10-08 17:07:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4513 …} -Children: Doctrine\ORM\PersistentCollection {#4516 …} -Parent: Eccube\Entity\Category {#4498} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9108 +label: "オーニング・日よけ" +value: "18" +data: Eccube\Entity\Category {#4517 -id: 18 -name: "オーニング・日よけ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1721715150 {#4509 date: 2024-07-23 15:12:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4508 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4518 …} -Children: Doctrine\ORM\PersistentCollection {#4521 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9107 +label: "ウッドデッキ" +value: "11" +data: Eccube\Entity\Category {#4526 -id: 11 -name: "ウッドデッキ" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1721715063 {#4522 date: 2024-07-23 15:11:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4523 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4527 …} -Children: Doctrine\ORM\PersistentCollection {#4530 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9106 +label: " タイルデッキ" +value: "37" +data: Eccube\Entity\Category {#4531 -id: 37 -name: "タイルデッキ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1728374887 {#4524 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374887 {#4525 date: 2024-10-08 17:08:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4532 …} -Children: Doctrine\ORM\PersistentCollection {#4535 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9105 +label: " ウッドデッキ" +value: "36" +data: Eccube\Entity\Category {#4540 -id: 36 -name: "ウッドデッキ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1728374884 {#4538 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728374884 {#4539 date: 2024-10-08 17:08:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4541 …} -Children: Doctrine\ORM\PersistentCollection {#4544 …} -Parent: Eccube\Entity\Category {#4526} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9104 +label: "フェンス・柵" +value: "14" +data: Eccube\Entity\Category {#4545 -id: 14 -name: "フェンス・柵" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1721715102 {#4537 date: 2024-07-23 15:11:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4536 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4546 …} -Children: Doctrine\ORM\PersistentCollection {#4549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9103 +label: "門扉" +value: "25" +data: Eccube\Entity\Category {#4552 -id: 25 -name: "門扉" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1727224766 {#4550 date: 2024-09-25 09:39:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4551 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4553 …} -Children: Doctrine\ORM\PersistentCollection {#4556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9102 +label: "ポスト・門柱宅配ボックス" +value: "13" +data: Eccube\Entity\Category {#4559 -id: 13 -name: "ポスト・門柱宅配ボックス" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1721715089 {#4557 date: 2024-07-23 15:11:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4558 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4560 …} -Children: Doctrine\ORM\PersistentCollection {#4563 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9101 +label: "物置・収納・屋外倉庫" +value: "15" +data: Eccube\Entity\Category {#4566 -id: 15 -name: "物置・収納・屋外倉庫" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1721715117 {#4564 date: 2024-07-23 15:11:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1759206168 {#4565 date: 2025-09-30 13:22:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4567 …} -Children: Doctrine\ORM\PersistentCollection {#4570 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9100 +label: "ガーデンファニチャー" +value: "20" +data: Eccube\Entity\Category {#4573 -id: 20 -name: "ガーデンファニチャー" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1721715168 {#4571 date: 2024-07-23 15:12:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4572 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4574 …} -Children: Doctrine\ORM\PersistentCollection {#4577 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9099 +label: "人工芝" +value: "22" +data: Eccube\Entity\Category {#4580 -id: 22 -name: "人工芝" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1721715191 {#4578 date: 2024-07-23 15:13:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4579 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4581 …} -Children: Doctrine\ORM\PersistentCollection {#4584 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9098 +label: "内窓・二重窓" +value: "17" +data: Eccube\Entity\Category {#4587 -id: 17 -name: "内窓・二重窓" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1721715140 {#4585 date: 2024-07-23 15:12:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4586 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4588 …} -Children: Doctrine\ORM\PersistentCollection {#4591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9097 +label: "その他" +value: "26" +data: Eccube\Entity\Category {#4596 -id: 26 -name: "その他" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1727928658 {#4592 date: 2024-10-03 13:10:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375134 {#4593 date: 2024-10-08 17:12:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4597 …} -Children: Doctrine\ORM\PersistentCollection {#4600 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9096 +label: " パーゴラ" +value: "38" +data: Eccube\Entity\Category {#4601 -id: 38 -name: "パーゴラ" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1728375853 {#4594 date: 2024-10-08 17:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4595 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4602 …} -Children: Doctrine\ORM\PersistentCollection {#4605 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9095 +label: " 立水栓・ガーデンシンク" +value: "39" +data: Eccube\Entity\Category {#4610 -id: 39 -name: "立水栓・ガーデンシンク" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1728375857 {#4608 date: 2024-10-08 17:24:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4609 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4611 …} -Children: Doctrine\ORM\PersistentCollection {#4614 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9094 +label: " 手すり" +value: "40" +data: Eccube\Entity\Category {#4617 -id: 40 -name: "手すり" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1728375861 {#4615 date: 2024-10-08 17:24:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4616 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4618 …} -Children: Doctrine\ORM\PersistentCollection {#4621 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9093 +label: "ストックヤード" +value: "10" +data: Eccube\Entity\Category {#4624 -id: 10 -name: "ストックヤード" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1721715057 {#4622 date: 2024-07-23 15:10:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4623 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4625 …} -Children: Doctrine\ORM\PersistentCollection {#4628 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9092 +label: " ゴミステーション" +value: "27" +data: Eccube\Entity\Category {#4631 -id: 27 -name: "ゴミステーション" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1727928680 {#4629 date: 2024-10-03 13:11:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4630 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4632 …} -Children: Doctrine\ORM\PersistentCollection {#4635 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9091 +label: " 面格子・窓格子" +value: "42" +data: Eccube\Entity\Category {#4638 -id: 42 -name: "面格子・窓格子" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1728375916 {#4636 date: 2024-10-08 17:25:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4637 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4639 …} -Children: Doctrine\ORM\PersistentCollection {#4642 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9090 +label: " 窓シャッター" +value: "41" +data: Eccube\Entity\Category {#4645 -id: 41 -name: "窓シャッター" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1728375912 {#4643 date: 2024-10-08 17:25:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4644 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4646 …} -Children: Doctrine\ORM\PersistentCollection {#4649 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9089 +label: " 玄関ドア" +value: "43" +data: Eccube\Entity\Category {#4652 -id: 43 -name: "玄関ドア" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1728375929 {#4650 date: 2024-10-08 17:25:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4651 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4653 …} -Children: Doctrine\ORM\PersistentCollection {#4656 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9088 +label: " 石材" +value: "28" +data: Eccube\Entity\Category {#4659 -id: 28 -name: "石材" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1727928685 {#4657 date: 2024-10-03 13:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4658 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4660 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9087 +label: " 照明" +value: "44" +data: Eccube\Entity\Category {#4666 -id: 44 -name: "照明" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1728375939 {#4664 date: 2024-10-08 17:25:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4665 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4667 …} -Children: Doctrine\ORM\PersistentCollection {#4670 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9086 +label: "DIY材料" +value: "21" +data: Eccube\Entity\Category {#4673 -id: 21 -name: "DIY材料" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1721715178 {#4671 date: 2024-07-23 15:12:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1728375942 {#4672 date: 2024-10-08 17:25:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: Eccube\Entity\Category {#4596} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4476 …} } +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 {#9125 -form: Symfony\Component\Form\Form {#4899 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9126 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9124 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4753 …} } |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3979 …} } |
| 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() {#4808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4805 …} } } |
| 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 {#9085 -form: Symfony\Component\Form\Form {#4902 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9123 …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 | "" |
maker_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 |
|---|---|---|
| choices | [ Plugin\Maker42\Entity\Maker {#4200 -id: 1 -name: "LIXIL" -sort_no: 2 -create_date: DateTime @1721713332 {#4181 date: 2024-07-23 14:42:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4192 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4203 -id: 2 -name: "YKK AP" -sort_no: 1 -create_date: DateTime @1721713345 {#4193 date: 2024-07-23 14:42:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4191 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4195 -id: 3 -name: "三協アルミ" -sort_no: 3 -create_date: DateTime @1721713352 {#4204 date: 2024-07-23 14:42:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4194 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4678 -id: 4 -name: "四国化成" -sort_no: 4 -create_date: DateTime @1721713358 {#4606 date: 2024-07-23 14:42:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4607 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4681 -id: 5 -name: "タカショー" -sort_no: 5 -create_date: DateTime @1721713364 {#4679 date: 2024-07-23 14:42:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4680 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4684 -id: 6 -name: "ユニソン" -sort_no: 6 -create_date: DateTime @1721713369 {#4682 date: 2024-07-23 14:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4683 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4687 -id: 7 -name: "エスビック" -sort_no: 7 -create_date: DateTime @1721713374 {#4685 date: 2024-07-23 14:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4686 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4690 -id: 8 -name: "パナソニック" -sort_no: 8 -create_date: DateTime @1721713379 {#4688 date: 2024-07-23 14:42:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4689 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4693 -id: 9 -name: "イナバ" -sort_no: 9 -create_date: DateTime @1721713385 {#4691 date: 2024-07-23 14:43:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4692 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4696 -id: 10 -name: "ヨドコウ" -sort_no: 10 -create_date: DateTime @1721713390 {#4694 date: 2024-07-23 14:43:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4695 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4699 -id: 13 -name: "タクボ" -sort_no: 11 -create_date: DateTime @1727325304 {#4697 date: 2024-09-26 13:35:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727325320 {#4698 date: 2024-09-26 13:35:20.0 Asia/Tokyo (+09:00) } } ] |
[ Plugin\Maker42\Entity\Maker {#4200 -id: 1 -name: "LIXIL" -sort_no: 2 -create_date: DateTime @1721713332 {#4181 date: 2024-07-23 14:42:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4192 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4203 -id: 2 -name: "YKK AP" -sort_no: 1 -create_date: DateTime @1721713345 {#4193 date: 2024-07-23 14:42:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4191 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4195 -id: 3 -name: "三協アルミ" -sort_no: 3 -create_date: DateTime @1721713352 {#4204 date: 2024-07-23 14:42:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4194 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4678 -id: 4 -name: "四国化成" -sort_no: 4 -create_date: DateTime @1721713358 {#4606 date: 2024-07-23 14:42:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4607 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4681 -id: 5 -name: "タカショー" -sort_no: 5 -create_date: DateTime @1721713364 {#4679 date: 2024-07-23 14:42:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4680 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4684 -id: 6 -name: "ユニソン" -sort_no: 6 -create_date: DateTime @1721713369 {#4682 date: 2024-07-23 14:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4683 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4687 -id: 7 -name: "エスビック" -sort_no: 7 -create_date: DateTime @1721713374 {#4685 date: 2024-07-23 14:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4686 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4690 -id: 8 -name: "パナソニック" -sort_no: 8 -create_date: DateTime @1721713379 {#4688 date: 2024-07-23 14:42:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4689 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4693 -id: 9 -name: "イナバ" -sort_no: 9 -create_date: DateTime @1721713385 {#4691 date: 2024-07-23 14:43:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4692 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4696 -id: 10 -name: "ヨドコウ" -sort_no: 10 -create_date: DateTime @1721713390 {#4694 date: 2024-07-23 14:43:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4695 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4699 -id: 13 -name: "タクボ" -sort_no: 11 -create_date: DateTime @1727325304 {#4697 date: 2024-09-26 13:35:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727325320 {#4698 date: 2024-09-26 13:35:20.0 Asia/Tokyo (+09:00) } } ] |
| class | "Plugin\Maker42\Entity\Maker" |
same as passed value |
| label | "admin.product.tag" |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4775 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4820 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4821 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4819 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4040 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Plugin\Maker42\Entity\Maker {#4200 -id: 1 -name: "LIXIL" -sort_no: 2 -create_date: DateTime @1721713332 {#4181 date: 2024-07-23 14:42:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4192 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4203 -id: 2 -name: "YKK AP" -sort_no: 1 -create_date: DateTime @1721713345 {#4193 date: 2024-07-23 14:42:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4191 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4195 -id: 3 -name: "三協アルミ" -sort_no: 3 -create_date: DateTime @1721713352 {#4204 date: 2024-07-23 14:42:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4194 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4678 -id: 4 -name: "四国化成" -sort_no: 4 -create_date: DateTime @1721713358 {#4606 date: 2024-07-23 14:42:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4607 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4681 -id: 5 -name: "タカショー" -sort_no: 5 -create_date: DateTime @1721713364 {#4679 date: 2024-07-23 14:42:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4680 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4684 -id: 6 -name: "ユニソン" -sort_no: 6 -create_date: DateTime @1721713369 {#4682 date: 2024-07-23 14:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4683 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4687 -id: 7 -name: "エスビック" -sort_no: 7 -create_date: DateTime @1721713374 {#4685 date: 2024-07-23 14:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4686 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4690 -id: 8 -name: "パナソニック" -sort_no: 8 -create_date: DateTime @1721713379 {#4688 date: 2024-07-23 14:42:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4689 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4693 -id: 9 -name: "イナバ" -sort_no: 9 -create_date: DateTime @1721713385 {#4691 date: 2024-07-23 14:43:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4692 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4696 -id: 10 -name: "ヨドコウ" -sort_no: 10 -create_date: DateTime @1721713390 {#4694 date: 2024-07-23 14:43:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4695 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } Plugin\Maker42\Entity\Maker {#4699 -id: 13 -name: "タクボ" -sort_no: 11 -create_date: DateTime @1727325304 {#4697 date: 2024-09-26 13:35:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727325320 {#4698 date: 2024-09-26 13:35:20.0 Asia/Tokyo (+09:00) } } ] |
| class | "Plugin\Maker42\Entity\Maker" |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …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 {#4819 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4040 …} -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 | "admin.product.tag" |
| 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() {#4818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4817 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_maker_id" ] |
| cache_key | "_maker_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9081 +label: "LIXIL" +value: "1" +data: Plugin\Maker42\Entity\Maker {#4200 -id: 1 -name: "LIXIL" -sort_no: 2 -create_date: DateTime @1721713332 {#4181 date: 2024-07-23 14:42:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4192 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9082 +label: "YKK AP" +value: "2" +data: Plugin\Maker42\Entity\Maker {#4203 -id: 2 -name: "YKK AP" -sort_no: 1 -create_date: DateTime @1721713345 {#4193 date: 2024-07-23 14:42:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4191 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9080 +label: "三協アルミ" +value: "3" +data: Plugin\Maker42\Entity\Maker {#4195 -id: 3 -name: "三協アルミ" -sort_no: 3 -create_date: DateTime @1721713352 {#4204 date: 2024-07-23 14:42:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4194 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9079 +label: "四国化成" +value: "4" +data: Plugin\Maker42\Entity\Maker {#4678 -id: 4 -name: "四国化成" -sort_no: 4 -create_date: DateTime @1721713358 {#4606 date: 2024-07-23 14:42:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4607 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9078 +label: "タカショー" +value: "5" +data: Plugin\Maker42\Entity\Maker {#4681 -id: 5 -name: "タカショー" -sort_no: 5 -create_date: DateTime @1721713364 {#4679 date: 2024-07-23 14:42:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4680 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9077 +label: "ユニソン" +value: "6" +data: Plugin\Maker42\Entity\Maker {#4684 -id: 6 -name: "ユニソン" -sort_no: 6 -create_date: DateTime @1721713369 {#4682 date: 2024-07-23 14:42:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4683 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9076 +label: "エスビック" +value: "7" +data: Plugin\Maker42\Entity\Maker {#4687 -id: 7 -name: "エスビック" -sort_no: 7 -create_date: DateTime @1721713374 {#4685 date: 2024-07-23 14:42:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4686 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9075 +label: "パナソニック" +value: "8" +data: Plugin\Maker42\Entity\Maker {#4690 -id: 8 -name: "パナソニック" -sort_no: 8 -create_date: DateTime @1721713379 {#4688 date: 2024-07-23 14:42:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4689 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9074 +label: "イナバ" +value: "9" +data: Plugin\Maker42\Entity\Maker {#4693 -id: 9 -name: "イナバ" -sort_no: 9 -create_date: DateTime @1721713385 {#4691 date: 2024-07-23 14:43:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4692 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9073 +label: "ヨドコウ" +value: "10" +data: Plugin\Maker42\Entity\Maker {#4696 -id: 10 -name: "ヨドコウ" -sort_no: 10 -create_date: DateTime @1721713390 {#4694 date: 2024-07-23 14:43:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727324999 {#4695 date: 2024-09-26 13:29:59.0 Asia/Tokyo (+09:00) } } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9072 +label: "タクボ" +value: "13" +data: Plugin\Maker42\Entity\Maker {#4699 -id: 13 -name: "タクボ" -sort_no: 11 -create_date: DateTime @1727325304 {#4697 date: 2024-09-26 13:35:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727325320 {#4698 date: 2024-09-26 13:35:20.0 Asia/Tokyo (+09:00) } } +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 {#9084 -form: Symfony\Component\Form\Form {#4905 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9083 …5} |
| full_name | "maker_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "maker_id" |
| is_selected | Closure($choice, $value) {#9070 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4753 …} } |
| label | "admin.product.tag" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "maker_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 | "_maker_id" |
| 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 | "23" |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4831 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3979 …} } |
| 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() {#4833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4832 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_pageno" ] |
| cache_key | "_pageno_hidden" |
| compound | false |
| data | "23" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9069 -form: Symfony\Component\Form\Form {#4908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9068 …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 | "23" |
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 {#4711 #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 {#4711 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4712 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4713 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4712 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4713 #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 {#4775 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4853 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4854 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4852 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3778 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4712 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4713 #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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …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 {#4852 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3778 …} -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 {#4855 -_em: Doctrine\ORM\EntityManager {#536 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4857 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4858 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4859 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4856 …} -_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() {#4851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4848 …} } } |
| 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 {#9064 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4711 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9065 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4712 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9063 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4713 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListMax {#4711 #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 {#9066 -form: Symfony\Component\Form\Form {#4911 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9067 …5} |
| full_name | "disp_number" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "disp_number" |
| is_selected | Closure($choice, $value) {#9061 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4753 …} } |
| 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 {#4714 #id: 4 #name: "おすすめ順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4714 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4715 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4736 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4737 #id: 2 #name: "新着順" #sort_no: 3 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4714 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4715 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4736 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4737 #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 {#4775 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4877 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4878 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4876 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4708 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4714 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4715 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4736 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4737 #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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …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 {#4876 -om: ContainerJGxlxCD\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#584 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4708 …} -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 {#4879 -_em: Doctrine\ORM\EntityManager {#536 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4881 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4882 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4883 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4880 …} -_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() {#4875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#930 …} $translationDomain: "validators" $message: Closure() {#4874 …} } } |
| 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 {#9057 +label: "おすすめ順" +value: "4" +data: Eccube\Entity\Master\ProductListOrderBy {#4714 #id: 4 #name: "おすすめ順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9058 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#4715 #id: 1 #name: "価格が低い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9056 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4736 #id: 3 #name: "価格が高い順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9055 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#4737 #id: 2 #name: "新着順" #sort_no: 3 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Eccube\Entity\Master\ProductListOrderBy {#4714 #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 {#9060 -form: Symfony\Component\Form\Form {#4914 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9059 …5} |
| full_name | "orderby" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderby" |
| is_selected | Closure($choice, $value) {#9053 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4753 …} } |
| 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" |