- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 436
- Events
- Routing
- Cache
- Translation 25
- Security
- Twig
- Doctrine
- Migrations 14
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
Product
-
_token
-
-
-
category_id
-
name
-
word
-
tag1
-
tag2
-
-
12
-
13
-
14
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
82
-
83
-
86
-
-
contact
"Eccube\Form\Type\Front\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4073 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4074 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4456 -form: Symfony\Component\Form\Form {#4281 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4455 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
name
"Eccube\Form\Type\NameType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4146 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4147 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| 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 | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4144 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4145 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| 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() {#4151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4150 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_contact_name" ] |
| cache_key | "_contact_name_name" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4460 -form: Symfony\Component\Form\Form {#4306 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#4459 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4158 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4144 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4145 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4158 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4144 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4145 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4158 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4144 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4145 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4285 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4286 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name01" ] |
| cache_key | "_contact_name_name01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4488 -form: Symfony\Component\Form\Form {#4309 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4487 …5} |
| full_name | "contact[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4159 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4146 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4147 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4159 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4146 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4147 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4159 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4146 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#4147 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4296 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4297 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name02" ] |
| cache_key | "_contact_name_name02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4489 -form: Symfony\Component\Form\Form {#4312 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4490 …5} |
| full_name | "contact[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| 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 {#4014 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4166 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4167 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| 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 | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4164 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4165 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| 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() {#4171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4170 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_contact_kana" ] |
| cache_key | "_contact_kana_kana" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4485 -form: Symfony\Component\Form\Form {#4337 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#4486 …5} |
| full_name | "contact[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4164 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4165 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4164 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4165 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4164 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4165 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4316 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana01" ] |
| cache_key | "_contact_kana_kana01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4494 -form: Symfony\Component\Form\Form {#4340 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4493 …5} |
| full_name | "contact[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4166 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4167 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4166 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4167 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4166 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4167 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4327 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4328 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana02" ] |
| cache_key | "_contact_kana_kana02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4495 -form: Symfony\Component\Form\Form {#4343 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4496 …5} |
| full_name | "contact[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4203 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4204 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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" |
| options | [] |
| 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() {#4202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4201 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_contact_postal_code" ] |
| cache_key | "_contact_postal_code_postal" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4492 -form: Symfony\Component\Form\Form {#4346 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4491 …5} |
| full_name | "contact[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_postal_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postal_code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4218 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4219 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4221 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | true |
| 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" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4222 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_contact_address" ] |
| cache_key | "_contact_address_address" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4498 -form: Symfony\Component\Form\Form {#4429 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4497 …5} |
| full_name | "contact[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pref_name | "pref" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [] |
[] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-region-id" ] |
| 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 {#4378 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4409 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4392 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4391 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4393 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4397 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …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 {#4397 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -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__pref" |
| 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 {#4386 -_em: Doctrine\ORM\EntityManager {#431 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4388 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4389 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4390 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Pref m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4387 …} -_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() {#4384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4381 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_contact_address_pref" ] |
| cache_key | "_contact_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#4520 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4505 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4521 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4522 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4510 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4523 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4524 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4504 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4525 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4526 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4527 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4528 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4529 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4530 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4531 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4567 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4532 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4533 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4534 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4535 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4536 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4537 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4538 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4539 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4540 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4541 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4542 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4543 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4544 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4545 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +label: "大阪府" +value: "27" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3666 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4546 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4547 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4548 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4585 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4549 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4586 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4550 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4587 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4551 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4588 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4552 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4589 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4553 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4590 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4554 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4591 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4555 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4592 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4556 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4593 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4557 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4594 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4558 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4595 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4559 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4596 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4560 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4597 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4561 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4598 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4562 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4599 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4563 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4600 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4564 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4601 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4565 …} +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 {#4502 -form: Symfony\Component\Form\Form {#4432 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4501 …5} |
| full_name | "contact[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_pref" |
| is_selected | Closure($choice, $value) {#4603 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4352 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4218 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4218 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4218 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4402 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4401 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr01" ] |
| cache_key | "_contact_address_addr01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4604 -form: Symfony\Component\Form\Form {#4435 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4605 …5} |
| full_name | "contact[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4219 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#4219 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4219 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4419 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4421 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4420 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr02" ] |
| cache_key | "_contact_address_addr02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4606 -form: Symfony\Component\Form\Form {#4438 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4607 …5} |
| full_name | "contact[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4239 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4240 +payload: null +message: "form_error.numeric_only" +type: "digit" } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4237 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_contact_phone_number" ] |
| cache_key | "_contact_phone_number_phone_number" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4499 -form: Symfony\Component\Form\Form {#4441 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4500 …5} |
| full_name | "contact[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4082 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4083 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4082 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4083 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#4082 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4083 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4255 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4609 -form: Symfony\Component\Form\Form {#4444 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4608 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
contents
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4084 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4085 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4084 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4085 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4084 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4085 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4271 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4272 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_contents" ] |
| cache_key | "_contact_contents_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4610 -form: Symfony\Component\Form\Form {#4447 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4611 …5} |
| full_name | "contact[contents]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_contents" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contents" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contents" |
| valid | true |
| value | "" |
Product
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format |
null
|
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
[ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
| 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 |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
| empty_data | Closure(FormInterface $form) {#4092 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4091 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_Product" ] |
| cache_key | "_contact_Product_hidden" |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4612 -form: Symfony\Component\Form\Form {#4450 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4613 …5} |
| full_name | "contact[Product]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_Product" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Product" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_Product" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2b8be902cc78cb108dc0a.NOoEC2Inay1h12vIQP9A0hluEYV45K0_UUTQniQxx50.DLg2YSdzGEEJsDmNOpQv40ggV8INqfh9YXOE0H1Qt-5FjGV_UEoGage2GA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "2b8be902cc78cb108dc0a.NOoEC2Inay1h12vIQP9A0hluEYV45K0_UUTQniQxx50.DLg2YSdzGEEJsDmNOpQv40ggV8INqfh9YXOE0H1Qt-5FjGV_UEoGage2GA" |
same as passed value |
| mapped | 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 | "csrf_token" |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data | "2b8be902cc78cb108dc0a.NOoEC2Inay1h12vIQP9A0hluEYV45K0_UUTQniQxx50.DLg2YSdzGEEJsDmNOpQv40ggV8INqfh9YXOE0H1Qt-5FjGV_UEoGage2GA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | false |
| 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() {#4614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4615 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "2b8be902cc78cb108dc0a.NOoEC2Inay1h12vIQP9A0hluEYV45K0_UUTQniQxx50.DLg2YSdzGEEJsDmNOpQv40ggV8INqfh9YXOE0H1Qt-5FjGV_UEoGage2GA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4627 -form: Symfony\Component\Form\Form {#4622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4616 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "2b8be902cc78cb108dc0a.NOoEC2Inay1h12vIQP9A0hluEYV45K0_UUTQniQxx50.DLg2YSdzGEEJsDmNOpQv40ggV8INqfh9YXOE0H1Qt-5FjGV_UEoGage2GA" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4912 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#4910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4911 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7615 -form: Symfony\Component\Form\Form {#6669 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7616 …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 | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#5021 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 141 -create_date: DateTime @1727768864 {#5027 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5025 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5264 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1705815113 {#5266 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5265 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5257 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 139 -create_date: DateTime @1719359121 {#5259 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5258 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5244 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1682150829 {#5252 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5251 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5239 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1488881692 {#5250 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5249 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5043 -id: 8 -name: "チェア・スツール・ソファ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1682150828 {#5248 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771901226 {#5247 date: 2026-02-24 11:47:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5232 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1720308442 {#5246 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5245 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5233 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5278 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5276 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5277 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5285 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5283 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5284 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5292 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1682150828 {#5290 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5291 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5299 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1710901472 {#5297 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5298 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5306 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5275 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5307 …} -Children: Doctrine\ORM\PersistentCollection {#5310 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5311 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5304 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5305 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5320 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5318 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5319 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5321 …} -Children: Doctrine\ORM\PersistentCollection {#5324 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5327 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5325 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5326 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5334 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1682150828 {#5238 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5237 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5335 …} -Children: Doctrine\ORM\PersistentCollection {#5338 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5339 -id: 249 -name: "キャンドルホルダー・フレグランス" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1771902127 {#5316 date: 2026-02-24 12:02:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5317 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5344 -id: 250 -name: "キャンドル・ホルダー" -hierarchy: 4 -sort_no: 55 -create_date: DateTime @1771904034 {#5332 date: 2026-02-24 12:33:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771908166 {#5333 date: 2026-02-24 13:42:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5355 -id: 251 -name: "フレグランス・ボトル" -hierarchy: 4 -sort_no: 54 -create_date: DateTime @1771904045 {#5353 date: 2026-02-24 12:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771919109 {#5354 date: 2026-02-24 16:45:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5356 …} -Children: Doctrine\ORM\PersistentCollection {#5359 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5362 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1682150828 {#5272 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5274 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5367 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5360 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5361 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5376 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5374 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5375 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5380 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5383 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5381 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5382 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5384 …} -Children: Doctrine\ORM\PersistentCollection {#5387 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5388 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5372 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5373 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5397 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5393 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5394 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5402 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1682150828 {#5395 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5396 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5411 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5409 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5410 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5412 …} -Children: Doctrine\ORM\PersistentCollection {#5415 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5418 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1682150828 {#5416 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5417 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5419 …} -Children: Doctrine\ORM\PersistentCollection {#5422 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5425 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1682150828 {#5423 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5424 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5426 …} -Children: Doctrine\ORM\PersistentCollection {#5429 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5432 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1682150828 {#5430 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5431 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5433 …} -Children: Doctrine\ORM\PersistentCollection {#5436 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5439 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1682150828 {#5437 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5438 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5440 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5446 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5349 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5451 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5444 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5445 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5460 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5458 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5459 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5467 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1682150828 {#5465 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5466 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5468 …} -Children: Doctrine\ORM\PersistentCollection {#5471 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5474 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1710903008 {#5472 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5473 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5481 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5352 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5351 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5486 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5479 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5480 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5495 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5493 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5494 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5496 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5502 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5500 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5501 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5509 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710903130 {#5507 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5508 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5510 …} -Children: Doctrine\ORM\PersistentCollection {#5513 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5516 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1682150828 {#5408 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5407 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5517 …} -Children: Doctrine\ORM\PersistentCollection {#5520 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5521 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903155 {#5514 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5515 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5530 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903165 {#5528 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5529 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5534 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5537 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903174 {#5535 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5536 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5538 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5544 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1710903182 {#5542 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5543 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5551 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710903184 {#5549 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5550 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5556 -id: 252 -name: "ボックス・収納" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1771914280 {#5526 date: 2026-02-24 15:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5527 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5563 -id: 24 -name: "時計・ミラー・その他" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5561 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5562 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5572 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1682150828 {#5491 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5492 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5576 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5577 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5568 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5569 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5582 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5570 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5571 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5583 …} -Children: Doctrine\ORM\PersistentCollection {#5586 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5593 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5591 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5592 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5597 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5600 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5598 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5599 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5604 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5607 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5605 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5606 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5614 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5612 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5613 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5618 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5621 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1710903473 {#5619 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5620 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5622 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5628 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1710903477 {#5626 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5627 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5629 …} -Children: Doctrine\ORM\PersistentCollection {#5632 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5635 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5589 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5590 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5640 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5633 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5634 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5649 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5647 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5648 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5650 …} -Children: Doctrine\ORM\PersistentCollection {#5653 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5656 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5654 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5655 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5657 …} -Children: Doctrine\ORM\PersistentCollection {#5660 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5663 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5661 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5662 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5664 …} -Children: Doctrine\ORM\PersistentCollection {#5667 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5670 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5668 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5669 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5677 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5645 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5646 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5678 …} -Children: Doctrine\ORM\PersistentCollection {#5681 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5682 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5675 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5676 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5691 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5689 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5690 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5692 …} -Children: Doctrine\ORM\PersistentCollection {#5695 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5698 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5696 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5697 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5705 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5687 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5688 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5706 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5710 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5703 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5704 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5719 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1682150828 {#5717 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5718 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5723 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5726 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1682150828 {#5724 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5725 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5733 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150829 {#5731 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5732 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5734 …} -Children: Doctrine\ORM\PersistentCollection {#5737 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5740 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1682150829 {#5738 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5739 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5747 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150829 {#5745 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5746 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5751 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5754 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150829 {#5752 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5753 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5761 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1723541106 {#5759 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5760 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5768 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150829 {#5766 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5767 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5769 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5775 -id: 205 -name: "テーブルウエア" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1771209575 {#5456 date: 2026-02-16 11:39:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5457 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5776 …} -Children: Doctrine\ORM\PersistentCollection {#5779 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5780 -id: 234 -name: "洋食器" -hierarchy: 3 -sort_no: 131 -create_date: DateTime @1771225883 {#5715 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225883 {#5716 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5785 -id: 236 -name: "プレート" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1771226110 {#5773 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226110 {#5774 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5796 -id: 235 -name: "ボウル" -hierarchy: 4 -sort_no: 129 -create_date: DateTime @1771226098 {#5794 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226098 {#5795 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5797 …} -Children: Doctrine\ORM\PersistentCollection {#5800 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5803 -id: 233 -name: "和食器" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1771225875 {#5588 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225875 {#5587 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5808 -id: 239 -name: "皿・小鉢・椀" -hierarchy: 4 -sort_no: 127 -create_date: DateTime @1771226157 {#5801 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226157 {#5802 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5817 -id: 238 -name: "茶器・茶杯" -hierarchy: 4 -sort_no: 126 -create_date: DateTime @1771226135 {#5815 date: 2026-02-16 16:15:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772607365 {#5816 date: 2026-03-04 15:56:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5824 -id: 237 -name: "その他" -hierarchy: 4 -sort_no: 125 -create_date: DateTime @1771226130 {#5822 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226130 {#5823 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5825 …} -Children: Doctrine\ORM\PersistentCollection {#5828 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5829 -id: 232 -name: "ケーキスタンド・コンポート" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1771225866 {#5813 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225866 {#5814 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5838 -id: 231 -name: "コーヒー・ティー" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1771225856 {#5834 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225856 {#5835 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5839 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5843 -id: 243 -name: "カップアンドソーサー" -hierarchy: 4 -sort_no: 122 -create_date: DateTime @1771226268 {#5836 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226268 {#5837 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5852 -id: 242 -name: "マグ・カップ" -hierarchy: 4 -sort_no: 121 -create_date: DateTime @1771226253 {#5850 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226253 {#5851 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5859 -id: 241 -name: "ティーポット" -hierarchy: 4 -sort_no: 120 -create_date: DateTime @1771226235 {#5857 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226235 {#5858 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5860 …} -Children: Doctrine\ORM\PersistentCollection {#5863 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5866 -id: 240 -name: "コーヒー・ティー関連" -hierarchy: 4 -sort_no: 119 -create_date: DateTime @1771226211 {#5864 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226211 {#5865 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5867 …} -Children: Doctrine\ORM\PersistentCollection {#5870 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5873 -id: 230 -name: "テーブルクロス" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1771225845 {#5791 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225845 {#5790 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5878 -id: 245 -name: "テーブルクロス" -hierarchy: 4 -sort_no: 117 -create_date: DateTime @1771226316 {#5871 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226316 {#5872 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5887 -id: 244 -name: "ランチマット・コースター" -hierarchy: 4 -sort_no: 116 -create_date: DateTime @1771226305 {#5885 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226305 {#5886 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5888 …} -Children: Doctrine\ORM\PersistentCollection {#5891 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5894 -id: 229 -name: "グラス" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1771225834 {#5793 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225834 {#5792 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5895 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5899 -id: 248 -name: "グラス" -hierarchy: 4 -sort_no: 114 -create_date: DateTime @1771226394 {#5892 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226394 {#5893 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5908 -id: 247 -name: "ワイン・シャンパン" -hierarchy: 4 -sort_no: 113 -create_date: DateTime @1771226357 {#5906 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226357 {#5907 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5909 …} -Children: Doctrine\ORM\PersistentCollection {#5912 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5915 -id: 246 -name: "その他" -hierarchy: 4 -sort_no: 112 -create_date: DateTime @1771226338 {#5913 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226338 {#5914 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5916 …} -Children: Doctrine\ORM\PersistentCollection {#5919 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5920 -id: 228 -name: "カトラリー・箸" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1771225823 {#5904 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225823 {#5905 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5927 -id: 206 -name: "キッチンツール" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1771209609 {#5849 date: 2026-02-16 11:40:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5848 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5932 -id: 213 -name: "調理器具(フライパン・鍋・ケトル・やかん)" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1771225230 {#5925 date: 2026-02-16 16:00:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5926 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5941 -id: 214 -name: "調理ツール(トング・サーバー・包丁・ハサミ)" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1771225248 {#5939 date: 2026-02-16 16:00:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5940 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5948 -id: 215 -name: "カッティングボード" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1771225267 {#5946 date: 2026-02-16 16:01:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5947 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5955 -id: 217 -name: "食材・調味(スパイス・スパイスミル・醤油差し)" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1771225341 {#5953 date: 2026-02-16 16:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5954 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5962 -id: 216 -name: "保存・収納(キャニスター・コンテナ)" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1771225315 {#5960 date: 2026-02-16 16:01:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5961 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5969 -id: 218 -name: "お盆・トレイ" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1771225364 {#5967 date: 2026-02-16 16:02:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5968 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5976 -id: 219 -name: "その他" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1771225390 {#5974 date: 2026-02-16 16:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5975 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5983 -id: 207 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1771209639 {#5937 date: 2026-02-16 11:40:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5938 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5988 -id: 227 -name: "Art Book /アート" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1771225728 {#5981 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225728 {#5982 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5997 -id: 226 -name: "Antique Book /アンティーク" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1771225719 {#5995 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225719 {#5996 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6004 -id: 225 -name: "Disply Book /ディスプレイ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1771225710 {#6002 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225710 {#6003 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6011 -id: 224 -name: "雑誌・その他" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1771225699 {#6009 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225699 {#6010 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6018 -id: 223 -name: "ステーショナリー" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1771225691 {#6016 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225691 {#6017 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6025 -id: 208 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1771209688 {#5993 date: 2026-02-16 11:41:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5994 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6030 -id: 220 -name: "フレーム" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1771225484 {#6023 date: 2026-02-16 16:04:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6024 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6031 …} -Children: Doctrine\ORM\PersistentCollection {#6034 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6039 -id: 221 -name: "ポスター" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1771225491 {#6037 date: 2026-02-16 16:04:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6038 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6046 -id: 222 -name: "パネル・その他" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1771225506 {#6044 date: 2026-02-16 16:05:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6045 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6053 -id: 196 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1770879850 {#6035 date: 2026-02-12 16:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6036 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6058 -id: 198 -name: "バス" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1770881257 {#6051 date: 2026-02-12 16:27:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6052 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6059 …} -Children: Doctrine\ORM\PersistentCollection {#6062 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6067 -id: 199 -name: "ランドリー" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1770881277 {#6065 date: 2026-02-12 16:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6066 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6074 -id: 200 -name: "トレイ・その他" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1770881290 {#6072 date: 2026-02-12 16:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6073 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6081 -id: 197 -name: "ファブリック" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1770879885 {#6063 date: 2026-02-12 16:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6064 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6086 -id: 201 -name: "クッションカバー" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1770881334 {#6079 date: 2026-02-12 16:28:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6080 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6090 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6095 -id: 202 -name: "ブランケット・スロー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1770881377 {#6093 date: 2026-02-12 16:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6094 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6102 -id: 203 -name: "ラグ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1770881382 {#6100 date: 2026-02-12 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6101 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6109 -id: 204 -name: "その他" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1770881386 {#6107 date: 2026-02-12 16:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6108 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6116 -id: 209 -name: "インテリアグリーン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1771209725 {#5884 date: 2026-02-16 11:42:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5883 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6121 -id: 210 -name: "造花・枝・ドライフラワー" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1771210498 {#6114 date: 2026-02-16 11:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6115 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6122 …} -Children: Doctrine\ORM\PersistentCollection {#6125 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6130 -id: 211 -name: "プランターカバー" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1771210516 {#6128 date: 2026-02-16 11:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6129 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6137 -id: 212 -name: "ガーデニングツール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1771210535 {#6135 date: 2026-02-16 11:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6136 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6146 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1710901233 {#6126 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6127 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6147 …} -Children: Doctrine\ORM\PersistentCollection {#6150 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6151 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1710902594 {#6142 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6143 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6156 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903832 {#6144 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6145 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6160 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6167 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6165 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6166 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6174 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6172 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6173 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6181 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6163 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6164 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6186 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6179 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6180 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6195 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6193 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6194 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6161 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 90 -create_date: DateTime @1682150829 {#6192 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#6191 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6203 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150829 {#6092 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6091 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6161} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } ] |
[ Eccube\Entity\Category {#5021 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 141 -create_date: DateTime @1727768864 {#5027 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5025 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5264 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1705815113 {#5266 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5265 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5257 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 139 -create_date: DateTime @1719359121 {#5259 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5258 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5244 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1682150829 {#5252 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5251 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5239 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1488881692 {#5250 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5249 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5043 -id: 8 -name: "チェア・スツール・ソファ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1682150828 {#5248 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771901226 {#5247 date: 2026-02-24 11:47:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5232 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1720308442 {#5246 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5245 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5233 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5278 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5276 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5277 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5285 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5283 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5284 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5292 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1682150828 {#5290 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5291 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5299 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1710901472 {#5297 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5298 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5306 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5275 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5307 …} -Children: Doctrine\ORM\PersistentCollection {#5310 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5311 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5304 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5305 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5320 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5318 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5319 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5321 …} -Children: Doctrine\ORM\PersistentCollection {#5324 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5327 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5325 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5326 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5334 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1682150828 {#5238 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5237 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5335 …} -Children: Doctrine\ORM\PersistentCollection {#5338 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5339 -id: 249 -name: "キャンドルホルダー・フレグランス" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1771902127 {#5316 date: 2026-02-24 12:02:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5317 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5344 -id: 250 -name: "キャンドル・ホルダー" -hierarchy: 4 -sort_no: 55 -create_date: DateTime @1771904034 {#5332 date: 2026-02-24 12:33:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771908166 {#5333 date: 2026-02-24 13:42:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5355 -id: 251 -name: "フレグランス・ボトル" -hierarchy: 4 -sort_no: 54 -create_date: DateTime @1771904045 {#5353 date: 2026-02-24 12:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771919109 {#5354 date: 2026-02-24 16:45:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5356 …} -Children: Doctrine\ORM\PersistentCollection {#5359 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5362 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1682150828 {#5272 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5274 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5367 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5360 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5361 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5376 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5374 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5375 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5380 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5383 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5381 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5382 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5384 …} -Children: Doctrine\ORM\PersistentCollection {#5387 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5388 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5372 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5373 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5397 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5393 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5394 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5402 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1682150828 {#5395 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5396 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5411 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5409 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5410 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5412 …} -Children: Doctrine\ORM\PersistentCollection {#5415 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5418 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1682150828 {#5416 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5417 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5419 …} -Children: Doctrine\ORM\PersistentCollection {#5422 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5425 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1682150828 {#5423 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5424 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5426 …} -Children: Doctrine\ORM\PersistentCollection {#5429 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5432 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1682150828 {#5430 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5431 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5433 …} -Children: Doctrine\ORM\PersistentCollection {#5436 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5439 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1682150828 {#5437 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5438 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5440 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5446 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5349 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5451 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5444 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5445 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5460 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5458 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5459 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5467 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1682150828 {#5465 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5466 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5468 …} -Children: Doctrine\ORM\PersistentCollection {#5471 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5474 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1710903008 {#5472 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5473 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5481 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5352 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5351 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5486 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5479 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5480 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5495 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5493 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5494 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5496 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5502 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5500 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5501 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5509 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710903130 {#5507 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5508 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5510 …} -Children: Doctrine\ORM\PersistentCollection {#5513 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5516 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1682150828 {#5408 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5407 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5517 …} -Children: Doctrine\ORM\PersistentCollection {#5520 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5521 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903155 {#5514 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5515 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5530 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903165 {#5528 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5529 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5534 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5537 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903174 {#5535 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5536 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5538 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5544 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1710903182 {#5542 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5543 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5551 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710903184 {#5549 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5550 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5556 -id: 252 -name: "ボックス・収納" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1771914280 {#5526 date: 2026-02-24 15:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5527 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5563 -id: 24 -name: "時計・ミラー・その他" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5561 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5562 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5572 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1682150828 {#5491 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5492 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5576 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5577 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5568 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5569 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5582 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5570 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5571 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5583 …} -Children: Doctrine\ORM\PersistentCollection {#5586 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5593 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5591 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5592 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5597 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5600 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5598 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5599 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5604 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5607 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5605 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5606 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5614 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5612 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5613 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5618 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5621 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1710903473 {#5619 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5620 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5622 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5628 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1710903477 {#5626 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5627 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5629 …} -Children: Doctrine\ORM\PersistentCollection {#5632 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5635 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5589 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5590 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5640 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5633 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5634 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5649 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5647 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5648 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5650 …} -Children: Doctrine\ORM\PersistentCollection {#5653 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5656 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5654 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5655 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5657 …} -Children: Doctrine\ORM\PersistentCollection {#5660 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5663 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5661 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5662 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5664 …} -Children: Doctrine\ORM\PersistentCollection {#5667 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5670 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5668 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5669 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5677 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5645 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5646 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5678 …} -Children: Doctrine\ORM\PersistentCollection {#5681 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5682 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5675 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5676 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5691 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5689 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5690 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5692 …} -Children: Doctrine\ORM\PersistentCollection {#5695 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5698 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5696 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5697 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5705 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5687 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5688 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5706 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5710 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5703 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5704 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5719 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1682150828 {#5717 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5718 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5723 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5726 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1682150828 {#5724 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5725 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5733 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150829 {#5731 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5732 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5734 …} -Children: Doctrine\ORM\PersistentCollection {#5737 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5740 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1682150829 {#5738 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5739 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5747 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150829 {#5745 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5746 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5751 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5754 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150829 {#5752 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5753 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5761 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1723541106 {#5759 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5760 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5768 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150829 {#5766 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5767 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5769 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5775 -id: 205 -name: "テーブルウエア" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1771209575 {#5456 date: 2026-02-16 11:39:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5457 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5776 …} -Children: Doctrine\ORM\PersistentCollection {#5779 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5780 -id: 234 -name: "洋食器" -hierarchy: 3 -sort_no: 131 -create_date: DateTime @1771225883 {#5715 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225883 {#5716 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5785 -id: 236 -name: "プレート" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1771226110 {#5773 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226110 {#5774 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5796 -id: 235 -name: "ボウル" -hierarchy: 4 -sort_no: 129 -create_date: DateTime @1771226098 {#5794 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226098 {#5795 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5797 …} -Children: Doctrine\ORM\PersistentCollection {#5800 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5803 -id: 233 -name: "和食器" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1771225875 {#5588 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225875 {#5587 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5808 -id: 239 -name: "皿・小鉢・椀" -hierarchy: 4 -sort_no: 127 -create_date: DateTime @1771226157 {#5801 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226157 {#5802 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5817 -id: 238 -name: "茶器・茶杯" -hierarchy: 4 -sort_no: 126 -create_date: DateTime @1771226135 {#5815 date: 2026-02-16 16:15:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772607365 {#5816 date: 2026-03-04 15:56:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5824 -id: 237 -name: "その他" -hierarchy: 4 -sort_no: 125 -create_date: DateTime @1771226130 {#5822 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226130 {#5823 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5825 …} -Children: Doctrine\ORM\PersistentCollection {#5828 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5829 -id: 232 -name: "ケーキスタンド・コンポート" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1771225866 {#5813 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225866 {#5814 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5838 -id: 231 -name: "コーヒー・ティー" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1771225856 {#5834 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225856 {#5835 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5839 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5843 -id: 243 -name: "カップアンドソーサー" -hierarchy: 4 -sort_no: 122 -create_date: DateTime @1771226268 {#5836 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226268 {#5837 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5852 -id: 242 -name: "マグ・カップ" -hierarchy: 4 -sort_no: 121 -create_date: DateTime @1771226253 {#5850 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226253 {#5851 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5859 -id: 241 -name: "ティーポット" -hierarchy: 4 -sort_no: 120 -create_date: DateTime @1771226235 {#5857 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226235 {#5858 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5860 …} -Children: Doctrine\ORM\PersistentCollection {#5863 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5866 -id: 240 -name: "コーヒー・ティー関連" -hierarchy: 4 -sort_no: 119 -create_date: DateTime @1771226211 {#5864 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226211 {#5865 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5867 …} -Children: Doctrine\ORM\PersistentCollection {#5870 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5873 -id: 230 -name: "テーブルクロス" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1771225845 {#5791 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225845 {#5790 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5878 -id: 245 -name: "テーブルクロス" -hierarchy: 4 -sort_no: 117 -create_date: DateTime @1771226316 {#5871 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226316 {#5872 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5887 -id: 244 -name: "ランチマット・コースター" -hierarchy: 4 -sort_no: 116 -create_date: DateTime @1771226305 {#5885 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226305 {#5886 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5888 …} -Children: Doctrine\ORM\PersistentCollection {#5891 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5894 -id: 229 -name: "グラス" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1771225834 {#5793 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225834 {#5792 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5895 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5899 -id: 248 -name: "グラス" -hierarchy: 4 -sort_no: 114 -create_date: DateTime @1771226394 {#5892 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226394 {#5893 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5908 -id: 247 -name: "ワイン・シャンパン" -hierarchy: 4 -sort_no: 113 -create_date: DateTime @1771226357 {#5906 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226357 {#5907 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5909 …} -Children: Doctrine\ORM\PersistentCollection {#5912 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5915 -id: 246 -name: "その他" -hierarchy: 4 -sort_no: 112 -create_date: DateTime @1771226338 {#5913 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226338 {#5914 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5916 …} -Children: Doctrine\ORM\PersistentCollection {#5919 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5920 -id: 228 -name: "カトラリー・箸" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1771225823 {#5904 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225823 {#5905 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5927 -id: 206 -name: "キッチンツール" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1771209609 {#5849 date: 2026-02-16 11:40:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5848 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5932 -id: 213 -name: "調理器具(フライパン・鍋・ケトル・やかん)" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1771225230 {#5925 date: 2026-02-16 16:00:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5926 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5941 -id: 214 -name: "調理ツール(トング・サーバー・包丁・ハサミ)" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1771225248 {#5939 date: 2026-02-16 16:00:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5940 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5948 -id: 215 -name: "カッティングボード" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1771225267 {#5946 date: 2026-02-16 16:01:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5947 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5955 -id: 217 -name: "食材・調味(スパイス・スパイスミル・醤油差し)" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1771225341 {#5953 date: 2026-02-16 16:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5954 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5962 -id: 216 -name: "保存・収納(キャニスター・コンテナ)" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1771225315 {#5960 date: 2026-02-16 16:01:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5961 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5969 -id: 218 -name: "お盆・トレイ" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1771225364 {#5967 date: 2026-02-16 16:02:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5968 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5976 -id: 219 -name: "その他" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1771225390 {#5974 date: 2026-02-16 16:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5975 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5983 -id: 207 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1771209639 {#5937 date: 2026-02-16 11:40:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5938 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5988 -id: 227 -name: "Art Book /アート" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1771225728 {#5981 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225728 {#5982 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5997 -id: 226 -name: "Antique Book /アンティーク" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1771225719 {#5995 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225719 {#5996 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6004 -id: 225 -name: "Disply Book /ディスプレイ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1771225710 {#6002 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225710 {#6003 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6011 -id: 224 -name: "雑誌・その他" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1771225699 {#6009 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225699 {#6010 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6018 -id: 223 -name: "ステーショナリー" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1771225691 {#6016 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225691 {#6017 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6025 -id: 208 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1771209688 {#5993 date: 2026-02-16 11:41:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5994 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6030 -id: 220 -name: "フレーム" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1771225484 {#6023 date: 2026-02-16 16:04:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6024 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6031 …} -Children: Doctrine\ORM\PersistentCollection {#6034 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6039 -id: 221 -name: "ポスター" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1771225491 {#6037 date: 2026-02-16 16:04:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6038 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6046 -id: 222 -name: "パネル・その他" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1771225506 {#6044 date: 2026-02-16 16:05:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6045 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6053 -id: 196 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1770879850 {#6035 date: 2026-02-12 16:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6036 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6058 -id: 198 -name: "バス" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1770881257 {#6051 date: 2026-02-12 16:27:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6052 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6059 …} -Children: Doctrine\ORM\PersistentCollection {#6062 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6067 -id: 199 -name: "ランドリー" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1770881277 {#6065 date: 2026-02-12 16:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6066 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6074 -id: 200 -name: "トレイ・その他" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1770881290 {#6072 date: 2026-02-12 16:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6073 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6081 -id: 197 -name: "ファブリック" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1770879885 {#6063 date: 2026-02-12 16:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6064 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6086 -id: 201 -name: "クッションカバー" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1770881334 {#6079 date: 2026-02-12 16:28:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6080 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6090 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6095 -id: 202 -name: "ブランケット・スロー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1770881377 {#6093 date: 2026-02-12 16:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6094 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6102 -id: 203 -name: "ラグ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1770881382 {#6100 date: 2026-02-12 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6101 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6109 -id: 204 -name: "その他" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1770881386 {#6107 date: 2026-02-12 16:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6108 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6116 -id: 209 -name: "インテリアグリーン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1771209725 {#5884 date: 2026-02-16 11:42:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5883 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6121 -id: 210 -name: "造花・枝・ドライフラワー" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1771210498 {#6114 date: 2026-02-16 11:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6115 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6122 …} -Children: Doctrine\ORM\PersistentCollection {#6125 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6130 -id: 211 -name: "プランターカバー" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1771210516 {#6128 date: 2026-02-16 11:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6129 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6137 -id: 212 -name: "ガーデニングツール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1771210535 {#6135 date: 2026-02-16 11:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6136 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6146 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1710901233 {#6126 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6127 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6147 …} -Children: Doctrine\ORM\PersistentCollection {#6150 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6151 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1710902594 {#6142 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6143 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6156 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903832 {#6144 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6145 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6160 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6167 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6165 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6166 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6174 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6172 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6173 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6181 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6163 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6164 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6186 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6179 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6180 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6195 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6193 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6194 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6161 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 90 -create_date: DateTime @1682150829 {#6192 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#6191 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6203 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150829 {#6092 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6091 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6161} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } ] |
| 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 {#4851 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4897 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4895 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4844 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5021 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 141 -create_date: DateTime @1727768864 {#5027 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5025 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5264 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1705815113 {#5266 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5265 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5257 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 139 -create_date: DateTime @1719359121 {#5259 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5258 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5244 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1682150829 {#5252 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5251 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5239 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1488881692 {#5250 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5249 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5043 -id: 8 -name: "チェア・スツール・ソファ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1682150828 {#5248 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771901226 {#5247 date: 2026-02-24 11:47:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5232 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1720308442 {#5246 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5245 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5233 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5278 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5276 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5277 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5285 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5283 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5284 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5292 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1682150828 {#5290 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5291 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5299 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1710901472 {#5297 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5298 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5306 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5275 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5307 …} -Children: Doctrine\ORM\PersistentCollection {#5310 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5311 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5304 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5305 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5320 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5318 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5319 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5321 …} -Children: Doctrine\ORM\PersistentCollection {#5324 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5327 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5325 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5326 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5334 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1682150828 {#5238 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5237 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5335 …} -Children: Doctrine\ORM\PersistentCollection {#5338 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5339 -id: 249 -name: "キャンドルホルダー・フレグランス" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1771902127 {#5316 date: 2026-02-24 12:02:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5317 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5344 -id: 250 -name: "キャンドル・ホルダー" -hierarchy: 4 -sort_no: 55 -create_date: DateTime @1771904034 {#5332 date: 2026-02-24 12:33:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771908166 {#5333 date: 2026-02-24 13:42:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5355 -id: 251 -name: "フレグランス・ボトル" -hierarchy: 4 -sort_no: 54 -create_date: DateTime @1771904045 {#5353 date: 2026-02-24 12:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771919109 {#5354 date: 2026-02-24 16:45:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5356 …} -Children: Doctrine\ORM\PersistentCollection {#5359 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5362 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1682150828 {#5272 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5274 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5367 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5360 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5361 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5376 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5374 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5375 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5380 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5383 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5381 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5382 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5384 …} -Children: Doctrine\ORM\PersistentCollection {#5387 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5388 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5372 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5373 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5397 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5393 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5394 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5402 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1682150828 {#5395 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5396 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5411 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5409 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5410 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5412 …} -Children: Doctrine\ORM\PersistentCollection {#5415 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5418 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1682150828 {#5416 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5417 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5419 …} -Children: Doctrine\ORM\PersistentCollection {#5422 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5425 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1682150828 {#5423 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5424 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5426 …} -Children: Doctrine\ORM\PersistentCollection {#5429 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5432 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1682150828 {#5430 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5431 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5433 …} -Children: Doctrine\ORM\PersistentCollection {#5436 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5439 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1682150828 {#5437 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5438 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5440 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5446 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5349 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5451 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5444 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5445 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5460 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5458 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5459 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5467 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1682150828 {#5465 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5466 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5468 …} -Children: Doctrine\ORM\PersistentCollection {#5471 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5474 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1710903008 {#5472 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5473 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5481 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5352 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5351 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5486 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5479 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5480 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5495 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5493 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5494 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5496 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5502 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5500 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5501 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5509 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710903130 {#5507 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5508 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5510 …} -Children: Doctrine\ORM\PersistentCollection {#5513 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5516 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1682150828 {#5408 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5407 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5517 …} -Children: Doctrine\ORM\PersistentCollection {#5520 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5521 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903155 {#5514 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5515 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5530 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903165 {#5528 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5529 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5534 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5537 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903174 {#5535 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5536 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5538 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5544 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1710903182 {#5542 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5543 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5551 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710903184 {#5549 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5550 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5556 -id: 252 -name: "ボックス・収納" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1771914280 {#5526 date: 2026-02-24 15:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5527 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5563 -id: 24 -name: "時計・ミラー・その他" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5561 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5562 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5572 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1682150828 {#5491 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5492 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5576 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5577 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5568 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5569 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5582 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5570 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5571 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5583 …} -Children: Doctrine\ORM\PersistentCollection {#5586 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5593 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5591 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5592 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5597 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5600 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5598 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5599 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5604 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5607 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5605 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5606 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5614 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5612 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5613 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5618 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5621 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1710903473 {#5619 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5620 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5622 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5628 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1710903477 {#5626 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5627 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5629 …} -Children: Doctrine\ORM\PersistentCollection {#5632 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5635 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5589 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5590 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5640 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5633 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5634 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5649 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5647 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5648 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5650 …} -Children: Doctrine\ORM\PersistentCollection {#5653 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5656 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5654 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5655 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5657 …} -Children: Doctrine\ORM\PersistentCollection {#5660 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5663 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5661 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5662 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5664 …} -Children: Doctrine\ORM\PersistentCollection {#5667 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5670 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5668 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5669 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5677 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5645 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5646 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5678 …} -Children: Doctrine\ORM\PersistentCollection {#5681 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5682 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5675 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5676 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5691 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5689 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5690 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5692 …} -Children: Doctrine\ORM\PersistentCollection {#5695 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5698 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5696 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5697 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5705 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5687 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5688 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5706 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5710 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5703 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5704 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5719 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1682150828 {#5717 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5718 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5723 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5726 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1682150828 {#5724 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5725 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5733 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150829 {#5731 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5732 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5734 …} -Children: Doctrine\ORM\PersistentCollection {#5737 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5740 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1682150829 {#5738 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5739 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5747 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150829 {#5745 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5746 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5751 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5754 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150829 {#5752 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5753 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5761 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1723541106 {#5759 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5760 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5768 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150829 {#5766 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5767 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5769 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5775 -id: 205 -name: "テーブルウエア" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1771209575 {#5456 date: 2026-02-16 11:39:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5457 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5776 …} -Children: Doctrine\ORM\PersistentCollection {#5779 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5780 -id: 234 -name: "洋食器" -hierarchy: 3 -sort_no: 131 -create_date: DateTime @1771225883 {#5715 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225883 {#5716 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5785 -id: 236 -name: "プレート" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1771226110 {#5773 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226110 {#5774 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5796 -id: 235 -name: "ボウル" -hierarchy: 4 -sort_no: 129 -create_date: DateTime @1771226098 {#5794 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226098 {#5795 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5797 …} -Children: Doctrine\ORM\PersistentCollection {#5800 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5803 -id: 233 -name: "和食器" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1771225875 {#5588 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225875 {#5587 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5808 -id: 239 -name: "皿・小鉢・椀" -hierarchy: 4 -sort_no: 127 -create_date: DateTime @1771226157 {#5801 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226157 {#5802 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5817 -id: 238 -name: "茶器・茶杯" -hierarchy: 4 -sort_no: 126 -create_date: DateTime @1771226135 {#5815 date: 2026-02-16 16:15:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772607365 {#5816 date: 2026-03-04 15:56:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5824 -id: 237 -name: "その他" -hierarchy: 4 -sort_no: 125 -create_date: DateTime @1771226130 {#5822 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226130 {#5823 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5825 …} -Children: Doctrine\ORM\PersistentCollection {#5828 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5829 -id: 232 -name: "ケーキスタンド・コンポート" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1771225866 {#5813 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225866 {#5814 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5838 -id: 231 -name: "コーヒー・ティー" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1771225856 {#5834 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225856 {#5835 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5839 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5843 -id: 243 -name: "カップアンドソーサー" -hierarchy: 4 -sort_no: 122 -create_date: DateTime @1771226268 {#5836 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226268 {#5837 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5852 -id: 242 -name: "マグ・カップ" -hierarchy: 4 -sort_no: 121 -create_date: DateTime @1771226253 {#5850 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226253 {#5851 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5859 -id: 241 -name: "ティーポット" -hierarchy: 4 -sort_no: 120 -create_date: DateTime @1771226235 {#5857 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226235 {#5858 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5860 …} -Children: Doctrine\ORM\PersistentCollection {#5863 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5866 -id: 240 -name: "コーヒー・ティー関連" -hierarchy: 4 -sort_no: 119 -create_date: DateTime @1771226211 {#5864 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226211 {#5865 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5867 …} -Children: Doctrine\ORM\PersistentCollection {#5870 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5873 -id: 230 -name: "テーブルクロス" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1771225845 {#5791 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225845 {#5790 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5878 -id: 245 -name: "テーブルクロス" -hierarchy: 4 -sort_no: 117 -create_date: DateTime @1771226316 {#5871 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226316 {#5872 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5887 -id: 244 -name: "ランチマット・コースター" -hierarchy: 4 -sort_no: 116 -create_date: DateTime @1771226305 {#5885 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226305 {#5886 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5888 …} -Children: Doctrine\ORM\PersistentCollection {#5891 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5894 -id: 229 -name: "グラス" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1771225834 {#5793 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225834 {#5792 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5895 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5899 -id: 248 -name: "グラス" -hierarchy: 4 -sort_no: 114 -create_date: DateTime @1771226394 {#5892 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226394 {#5893 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5908 -id: 247 -name: "ワイン・シャンパン" -hierarchy: 4 -sort_no: 113 -create_date: DateTime @1771226357 {#5906 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226357 {#5907 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5909 …} -Children: Doctrine\ORM\PersistentCollection {#5912 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5915 -id: 246 -name: "その他" -hierarchy: 4 -sort_no: 112 -create_date: DateTime @1771226338 {#5913 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226338 {#5914 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5916 …} -Children: Doctrine\ORM\PersistentCollection {#5919 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5920 -id: 228 -name: "カトラリー・箸" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1771225823 {#5904 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225823 {#5905 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5927 -id: 206 -name: "キッチンツール" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1771209609 {#5849 date: 2026-02-16 11:40:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5848 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5932 -id: 213 -name: "調理器具(フライパン・鍋・ケトル・やかん)" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1771225230 {#5925 date: 2026-02-16 16:00:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5926 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5941 -id: 214 -name: "調理ツール(トング・サーバー・包丁・ハサミ)" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1771225248 {#5939 date: 2026-02-16 16:00:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5940 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5948 -id: 215 -name: "カッティングボード" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1771225267 {#5946 date: 2026-02-16 16:01:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5947 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5955 -id: 217 -name: "食材・調味(スパイス・スパイスミル・醤油差し)" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1771225341 {#5953 date: 2026-02-16 16:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5954 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5962 -id: 216 -name: "保存・収納(キャニスター・コンテナ)" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1771225315 {#5960 date: 2026-02-16 16:01:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5961 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5969 -id: 218 -name: "お盆・トレイ" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1771225364 {#5967 date: 2026-02-16 16:02:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5968 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5976 -id: 219 -name: "その他" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1771225390 {#5974 date: 2026-02-16 16:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5975 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5983 -id: 207 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1771209639 {#5937 date: 2026-02-16 11:40:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5938 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5988 -id: 227 -name: "Art Book /アート" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1771225728 {#5981 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225728 {#5982 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#5997 -id: 226 -name: "Antique Book /アンティーク" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1771225719 {#5995 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225719 {#5996 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6004 -id: 225 -name: "Disply Book /ディスプレイ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1771225710 {#6002 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225710 {#6003 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6011 -id: 224 -name: "雑誌・その他" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1771225699 {#6009 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225699 {#6010 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6018 -id: 223 -name: "ステーショナリー" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1771225691 {#6016 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225691 {#6017 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6025 -id: 208 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1771209688 {#5993 date: 2026-02-16 11:41:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5994 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6030 -id: 220 -name: "フレーム" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1771225484 {#6023 date: 2026-02-16 16:04:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6024 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6031 …} -Children: Doctrine\ORM\PersistentCollection {#6034 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6039 -id: 221 -name: "ポスター" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1771225491 {#6037 date: 2026-02-16 16:04:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6038 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6046 -id: 222 -name: "パネル・その他" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1771225506 {#6044 date: 2026-02-16 16:05:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6045 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6053 -id: 196 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1770879850 {#6035 date: 2026-02-12 16:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6036 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6058 -id: 198 -name: "バス" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1770881257 {#6051 date: 2026-02-12 16:27:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6052 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6059 …} -Children: Doctrine\ORM\PersistentCollection {#6062 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6067 -id: 199 -name: "ランドリー" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1770881277 {#6065 date: 2026-02-12 16:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6066 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6074 -id: 200 -name: "トレイ・その他" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1770881290 {#6072 date: 2026-02-12 16:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6073 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6081 -id: 197 -name: "ファブリック" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1770879885 {#6063 date: 2026-02-12 16:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6064 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6086 -id: 201 -name: "クッションカバー" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1770881334 {#6079 date: 2026-02-12 16:28:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6080 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6090 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6095 -id: 202 -name: "ブランケット・スロー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1770881377 {#6093 date: 2026-02-12 16:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6094 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6102 -id: 203 -name: "ラグ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1770881382 {#6100 date: 2026-02-12 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6101 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6109 -id: 204 -name: "その他" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1770881386 {#6107 date: 2026-02-12 16:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6108 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6116 -id: 209 -name: "インテリアグリーン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1771209725 {#5884 date: 2026-02-16 11:42:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5883 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6121 -id: 210 -name: "造花・枝・ドライフラワー" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1771210498 {#6114 date: 2026-02-16 11:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6115 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6122 …} -Children: Doctrine\ORM\PersistentCollection {#6125 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6130 -id: 211 -name: "プランターカバー" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1771210516 {#6128 date: 2026-02-16 11:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6129 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6137 -id: 212 -name: "ガーデニングツール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1771210535 {#6135 date: 2026-02-16 11:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6136 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6146 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1710901233 {#6126 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6127 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6147 …} -Children: Doctrine\ORM\PersistentCollection {#6150 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6151 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1710902594 {#6142 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6143 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6156 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903832 {#6144 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6145 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6160 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6167 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6165 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6166 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6174 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6172 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6173 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6181 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6163 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6164 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6186 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6179 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6180 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6195 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6193 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6194 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6161 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 90 -create_date: DateTime @1682150829 {#6192 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#6191 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } Eccube\Entity\Category {#6203 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150829 {#6092 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6091 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6161} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } ] |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …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 {#4895 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4844 …} -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() {#4858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4848 …} } } |
| 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 | [ 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: "ゴールド会員のみ" +value: "193" +data: Eccube\Entity\Category {#5021 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 141 -create_date: DateTime @1727768864 {#5027 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5025 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5111 …} -Children: Doctrine\ORM\PersistentCollection {#5267 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: "Outlet Sale" +value: "150" +data: Eccube\Entity\Category {#5264 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1705815113 {#5266 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5265 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5263 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: "TOP" +value: "187" +data: Eccube\Entity\Category {#5257 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 139 -create_date: DateTime @1719359121 {#5259 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5258 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5256 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: "カテゴリーで探す" +value: "131" +data: Eccube\Entity\Category {#5244 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 138 -create_date: DateTime @1682150829 {#5252 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#5251 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5243 …} -Children: Doctrine\ORM\PersistentCollection {#5240 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: " 家具" +value: "1" +data: Eccube\Entity\Category {#5239 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1488881692 {#5250 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5249 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5018 …} -Children: Doctrine\ORM\PersistentCollection {#5022 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: " チェア・スツール・ソファ" +value: "8" +data: Eccube\Entity\Category {#5043 -id: 8 -name: "チェア・スツール・ソファ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1682150828 {#5248 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771901226 {#5247 date: 2026-02-24 11:47:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5231 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: " ソファ" +value: "188" +data: Eccube\Entity\Category {#5232 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 14 -create_date: DateTime @1720308442 {#5246 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5245 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5233 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: " チェア" +value: "9" +data: Eccube\Entity\Category {#5278 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5276 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5277 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5279 …} -Children: Doctrine\ORM\PersistentCollection {#5282 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: " スツール" +value: "10" +data: Eccube\Entity\Category {#5285 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5283 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5284 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5286 …} -Children: Doctrine\ORM\PersistentCollection {#5289 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: " フォールディング" +value: "11" +data: Eccube\Entity\Category {#5292 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1682150828 {#5290 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5291 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5293 …} -Children: Doctrine\ORM\PersistentCollection {#5296 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: " その他" +value: "152" +data: Eccube\Entity\Category {#5299 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1710901472 {#5297 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5298 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5300 …} -Children: Doctrine\ORM\PersistentCollection {#5303 …} -Parent: Eccube\Entity\Category {#5043} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: " テーブル・その他" +value: "12" +data: Eccube\Entity\Category {#5306 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5275 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5307 …} -Children: Doctrine\ORM\PersistentCollection {#5310 …} -Parent: Eccube\Entity\Category {#5239} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: " テーブル" +value: "13" +data: Eccube\Entity\Category {#5311 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5304 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5305 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5312 …} -Children: Doctrine\ORM\PersistentCollection {#5315 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: " サイド・コーヒーテーブル" +value: "14" +data: Eccube\Entity\Category {#5320 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5318 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5319 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5321 …} -Children: Doctrine\ORM\PersistentCollection {#5324 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: " その他" +value: "15" +data: Eccube\Entity\Category {#5327 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5325 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5326 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5306} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: " インテリア" +value: "19" +data: Eccube\Entity\Category {#5334 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1682150828 {#5238 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5237 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5335 …} -Children: Doctrine\ORM\PersistentCollection {#5338 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: " キャンドルホルダー・フレグランス" +value: "249" +data: Eccube\Entity\Category {#5339 -id: 249 -name: "キャンドルホルダー・フレグランス" -hierarchy: 3 -sort_no: 135 -create_date: DateTime @1771902127 {#5316 date: 2026-02-24 12:02:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5317 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5340 …} -Children: Doctrine\ORM\PersistentCollection {#5343 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: " キャンドル・ホルダー" +value: "250" +data: Eccube\Entity\Category {#5344 -id: 250 -name: "キャンドル・ホルダー" -hierarchy: 4 -sort_no: 55 -create_date: DateTime @1771904034 {#5332 date: 2026-02-24 12:33:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771908166 {#5333 date: 2026-02-24 13:42:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5345 …} -Children: Doctrine\ORM\PersistentCollection {#5348 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: " フレグランス・ボトル" +value: "251" +data: Eccube\Entity\Category {#5355 -id: 251 -name: "フレグランス・ボトル" -hierarchy: 4 -sort_no: 54 -create_date: DateTime @1771904045 {#5353 date: 2026-02-24 12:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771919109 {#5354 date: 2026-02-24 16:45:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5356 …} -Children: Doctrine\ORM\PersistentCollection {#5359 …} -Parent: Eccube\Entity\Category {#5339} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: " フラワーベース" +value: "20" +data: Eccube\Entity\Category {#5362 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1682150828 {#5272 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5274 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5363 …} -Children: Doctrine\ORM\PersistentCollection {#5366 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: " S(~H100mm)" +value: "23" +data: Eccube\Entity\Category {#5367 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5360 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5361 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: " M(H100mm~200mm)" +value: "22" +data: Eccube\Entity\Category {#5376 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5374 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5375 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5377 …} -Children: Doctrine\ORM\PersistentCollection {#5380 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: " L(H200mm~)" +value: "21" +data: Eccube\Entity\Category {#5383 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5381 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5382 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5384 …} -Children: Doctrine\ORM\PersistentCollection {#5387 …} -Parent: Eccube\Entity\Category {#5362} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: " ライト" +value: "27" +data: Eccube\Entity\Category {#5388 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5372 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5373 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5389 …} -Children: Doctrine\ORM\PersistentCollection {#5392 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: " 本・ステーショナリー" +value: "34" +data: Eccube\Entity\Category {#5397 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5393 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5394 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5398 …} -Children: Doctrine\ORM\PersistentCollection {#5401 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: " 洋書" +value: "35" +data: Eccube\Entity\Category {#5402 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1682150828 {#5395 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5396 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: " 雑誌" +value: "36" +data: Eccube\Entity\Category {#5411 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5409 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5410 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5412 …} -Children: Doctrine\ORM\PersistentCollection {#5415 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: " アンティーク本" +value: "37" +data: Eccube\Entity\Category {#5418 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1682150828 {#5416 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5417 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5419 …} -Children: Doctrine\ORM\PersistentCollection {#5422 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: " ディスプレー本" +value: "38" +data: Eccube\Entity\Category {#5425 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1682150828 {#5423 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5424 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5426 …} -Children: Doctrine\ORM\PersistentCollection {#5429 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: " ステーショナリー" +value: "39" +data: Eccube\Entity\Category {#5432 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1682150828 {#5430 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5431 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5433 …} -Children: Doctrine\ORM\PersistentCollection {#5436 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: " その他" +value: "40" +data: Eccube\Entity\Category {#5439 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1682150828 {#5437 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5438 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5440 …} -Children: Doctrine\ORM\PersistentCollection {#5443 …} -Parent: Eccube\Entity\Category {#5397} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: " オブジェ" +value: "41" +data: Eccube\Entity\Category {#5446 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5349 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5447 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: " 装飾品" +value: "42" +data: Eccube\Entity\Category {#5451 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5444 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5445 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: " 人・動物" +value: "45" +data: Eccube\Entity\Category {#5460 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5458 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5459 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5461 …} -Children: Doctrine\ORM\PersistentCollection {#5464 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: " 果物・植物" +value: "47" +data: Eccube\Entity\Category {#5467 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1682150828 {#5465 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5466 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5468 …} -Children: Doctrine\ORM\PersistentCollection {#5471 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: " その他" +value: "160" +data: Eccube\Entity\Category {#5474 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 44 -create_date: DateTime @1710903008 {#5472 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5473 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5446} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: " ファブリック" +value: "57" +data: Eccube\Entity\Category {#5481 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5352 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5351 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5482 …} -Children: Doctrine\ORM\PersistentCollection {#5485 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: " ブランケット・スロー" +value: "58" +data: Eccube\Entity\Category {#5486 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5479 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5480 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5487 …} -Children: Doctrine\ORM\PersistentCollection {#5490 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: " クッション" +value: "59" +data: Eccube\Entity\Category {#5495 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5493 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5494 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5496 …} -Children: Doctrine\ORM\PersistentCollection {#5499 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: " ラグ" +value: "60" +data: Eccube\Entity\Category {#5502 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5500 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5501 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5503 …} -Children: Doctrine\ORM\PersistentCollection {#5506 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: " その他" +value: "162" +data: Eccube\Entity\Category {#5509 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710903130 {#5507 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5508 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5510 …} -Children: Doctrine\ORM\PersistentCollection {#5513 …} -Parent: Eccube\Entity\Category {#5481} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: " バスケット・かご" +value: "61" +data: Eccube\Entity\Category {#5516 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1682150828 {#5408 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5407 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5517 …} -Children: Doctrine\ORM\PersistentCollection {#5520 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: " バスケット" +value: "163" +data: Eccube\Entity\Category {#5521 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903155 {#5514 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5515 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: " 手提げかご" +value: "164" +data: Eccube\Entity\Category {#5530 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903165 {#5528 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5529 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5534 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: " トレイ" +value: "165" +data: Eccube\Entity\Category {#5537 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903174 {#5535 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5536 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5538 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: " 和製かご" +value: "166" +data: Eccube\Entity\Category {#5544 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 30 -create_date: DateTime @1710903182 {#5542 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5543 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: " その他" +value: "167" +data: Eccube\Entity\Category {#5551 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710903184 {#5549 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5550 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5552 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5516} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: " ボックス・収納" +value: "252" +data: Eccube\Entity\Category {#5556 -id: 252 -name: "ボックス・収納" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1771914280 {#5526 date: 2026-02-24 15:24:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5527 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: " 時計・ミラー・その他" +value: "24" +data: Eccube\Entity\Category {#5563 -id: 24 -name: "時計・ミラー・その他" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5561 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771914326 {#5562 date: 2026-02-24 15:25:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5334} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: " キッチン" +value: "65" +data: Eccube\Entity\Category {#5572 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1682150828 {#5491 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5492 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5573 …} -Children: Doctrine\ORM\PersistentCollection {#5576 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: " 洋食器" +value: "66" +data: Eccube\Entity\Category {#5577 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5568 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5569 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7829 +label: " プレート" +value: "67" +data: Eccube\Entity\Category {#5582 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5570 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5571 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5583 …} -Children: Doctrine\ORM\PersistentCollection {#5586 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7830 +label: " ボウル" +value: "68" +data: Eccube\Entity\Category {#5593 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5591 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5592 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5594 …} -Children: Doctrine\ORM\PersistentCollection {#5597 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7831 +label: " ケーキスタンド・コンポート" +value: "69" +data: Eccube\Entity\Category {#5600 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5598 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5599 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5601 …} -Children: Doctrine\ORM\PersistentCollection {#5604 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7832 +label: " ジャー" +value: "70" +data: Eccube\Entity\Category {#5607 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5605 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5606 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5608 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7833 +label: " ボトル・ピッチャー" +value: "71" +data: Eccube\Entity\Category {#5614 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5612 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5613 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5615 …} -Children: Doctrine\ORM\PersistentCollection {#5618 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7834 +label: " アイスクーラー" +value: "175" +data: Eccube\Entity\Category {#5621 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1710903473 {#5619 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5620 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5622 …} -Children: Doctrine\ORM\PersistentCollection {#5625 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7835 +label: " その他" +value: "176" +data: Eccube\Entity\Category {#5628 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1710903477 {#5626 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5627 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5629 …} -Children: Doctrine\ORM\PersistentCollection {#5632 …} -Parent: Eccube\Entity\Category {#5577} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7836 +label: " コーヒー・ティー" +value: "79" +data: Eccube\Entity\Category {#5635 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5589 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5590 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5636 …} -Children: Doctrine\ORM\PersistentCollection {#5639 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7837 +label: " カップアンドソーサー" +value: "80" +data: Eccube\Entity\Category {#5640 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5633 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5634 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7838 +label: " マグ・カップ" +value: "81" +data: Eccube\Entity\Category {#5649 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5647 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5648 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5650 …} -Children: Doctrine\ORM\PersistentCollection {#5653 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7839 +label: " ティーポット" +value: "82" +data: Eccube\Entity\Category {#5656 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5654 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5655 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5657 …} -Children: Doctrine\ORM\PersistentCollection {#5660 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7840 +label: " クリーマー・シュガーポット" +value: "83" +data: Eccube\Entity\Category {#5663 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5661 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5662 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5664 …} -Children: Doctrine\ORM\PersistentCollection {#5667 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7841 +label: " その他" +value: "84" +data: Eccube\Entity\Category {#5670 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5668 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5669 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5671 …} -Children: Doctrine\ORM\PersistentCollection {#5674 …} -Parent: Eccube\Entity\Category {#5635} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7842 +label: " グラス" +value: "86" +data: Eccube\Entity\Category {#5677 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5645 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5646 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5678 …} -Children: Doctrine\ORM\PersistentCollection {#5681 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7843 +label: " グラス" +value: "87" +data: Eccube\Entity\Category {#5682 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5675 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5676 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7844 +label: " ワイン・シャンパン" +value: "88" +data: Eccube\Entity\Category {#5691 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5689 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5690 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5692 …} -Children: Doctrine\ORM\PersistentCollection {#5695 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7845 +label: " その他" +value: "90" +data: Eccube\Entity\Category {#5698 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5696 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5697 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5699 …} -Children: Doctrine\ORM\PersistentCollection {#5702 …} -Parent: Eccube\Entity\Category {#5677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7846 +label: " キッチンツール" +value: "97" +data: Eccube\Entity\Category {#5705 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5687 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5688 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5706 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5572} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7847 +label: " トング・サーバー" +value: "98" +data: Eccube\Entity\Category {#5710 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5703 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5704 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7848 +label: " キャニスター・コンテナ" +value: "99" +data: Eccube\Entity\Category {#5719 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1682150828 {#5717 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5718 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5723 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7849 +label: " フライパン・鍋" +value: "100" +data: Eccube\Entity\Category {#5726 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1682150828 {#5724 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5725 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5727 …} -Children: Doctrine\ORM\PersistentCollection {#5730 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7850 +label: " 包丁・ハサミ" +value: "101" +data: Eccube\Entity\Category {#5733 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150829 {#5731 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5732 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5734 …} -Children: Doctrine\ORM\PersistentCollection {#5737 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7851 +label: " スパイス" +value: "102" +data: Eccube\Entity\Category {#5740 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1682150829 {#5738 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5739 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5741 …} -Children: Doctrine\ORM\PersistentCollection {#5744 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7852 +label: " カッティングボード" +value: "103" +data: Eccube\Entity\Category {#5747 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150829 {#5745 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5746 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5751 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7853 +label: " ケトル・やかん" +value: "105" +data: Eccube\Entity\Category {#5754 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150829 {#5752 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5753 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5755 …} -Children: Doctrine\ORM\PersistentCollection {#5758 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7854 +label: " トレイ" +value: "189" +data: Eccube\Entity\Category {#5761 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 77 -create_date: DateTime @1723541106 {#5759 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5760 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7855 +label: " その他" +value: "106" +data: Eccube\Entity\Category {#5768 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150829 {#5766 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5767 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5769 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7856 +label: " テーブルウエア" +value: "205" +data: Eccube\Entity\Category {#5775 -id: 205 -name: "テーブルウエア" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1771209575 {#5456 date: 2026-02-16 11:39:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5457 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5776 …} -Children: Doctrine\ORM\PersistentCollection {#5779 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7857 +label: " 洋食器" +value: "234" +data: Eccube\Entity\Category {#5780 -id: 234 -name: "洋食器" -hierarchy: 3 -sort_no: 131 -create_date: DateTime @1771225883 {#5715 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225883 {#5716 date: 2026-02-16 16:11:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7858 +label: " プレート" +value: "236" +data: Eccube\Entity\Category {#5785 -id: 236 -name: "プレート" -hierarchy: 4 -sort_no: 130 -create_date: DateTime @1771226110 {#5773 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226110 {#5774 date: 2026-02-16 16:15:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7859 +label: " ボウル" +value: "235" +data: Eccube\Entity\Category {#5796 -id: 235 -name: "ボウル" -hierarchy: 4 -sort_no: 129 -create_date: DateTime @1771226098 {#5794 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226098 {#5795 date: 2026-02-16 16:14:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5797 …} -Children: Doctrine\ORM\PersistentCollection {#5800 …} -Parent: Eccube\Entity\Category {#5780} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7860 +label: " 和食器" +value: "233" +data: Eccube\Entity\Category {#5803 -id: 233 -name: "和食器" -hierarchy: 3 -sort_no: 128 -create_date: DateTime @1771225875 {#5588 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225875 {#5587 date: 2026-02-16 16:11:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5804 …} -Children: Doctrine\ORM\PersistentCollection {#5807 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7861 +label: " 皿・小鉢・椀" +value: "239" +data: Eccube\Entity\Category {#5808 -id: 239 -name: "皿・小鉢・椀" -hierarchy: 4 -sort_no: 127 -create_date: DateTime @1771226157 {#5801 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226157 {#5802 date: 2026-02-16 16:15:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7862 +label: " 茶器・茶杯" +value: "238" +data: Eccube\Entity\Category {#5817 -id: 238 -name: "茶器・茶杯" -hierarchy: 4 -sort_no: 126 -create_date: DateTime @1771226135 {#5815 date: 2026-02-16 16:15:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772607365 {#5816 date: 2026-03-04 15:56:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5818 …} -Children: Doctrine\ORM\PersistentCollection {#5821 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7863 +label: " その他" +value: "237" +data: Eccube\Entity\Category {#5824 -id: 237 -name: "その他" -hierarchy: 4 -sort_no: 125 -create_date: DateTime @1771226130 {#5822 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226130 {#5823 date: 2026-02-16 16:15:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5825 …} -Children: Doctrine\ORM\PersistentCollection {#5828 …} -Parent: Eccube\Entity\Category {#5803} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7864 +label: " ケーキスタンド・コンポート" +value: "232" +data: Eccube\Entity\Category {#5829 -id: 232 -name: "ケーキスタンド・コンポート" -hierarchy: 3 -sort_no: 124 -create_date: DateTime @1771225866 {#5813 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225866 {#5814 date: 2026-02-16 16:11:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7865 +label: " コーヒー・ティー" +value: "231" +data: Eccube\Entity\Category {#5838 -id: 231 -name: "コーヒー・ティー" -hierarchy: 3 -sort_no: 123 -create_date: DateTime @1771225856 {#5834 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225856 {#5835 date: 2026-02-16 16:10:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5839 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7866 +label: " カップアンドソーサー" +value: "243" +data: Eccube\Entity\Category {#5843 -id: 243 -name: "カップアンドソーサー" -hierarchy: 4 -sort_no: 122 -create_date: DateTime @1771226268 {#5836 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226268 {#5837 date: 2026-02-16 16:17:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7867 +label: " マグ・カップ" +value: "242" +data: Eccube\Entity\Category {#5852 -id: 242 -name: "マグ・カップ" -hierarchy: 4 -sort_no: 121 -create_date: DateTime @1771226253 {#5850 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226253 {#5851 date: 2026-02-16 16:17:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5856 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7868 +label: " ティーポット" +value: "241" +data: Eccube\Entity\Category {#5859 -id: 241 -name: "ティーポット" -hierarchy: 4 -sort_no: 120 -create_date: DateTime @1771226235 {#5857 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226235 {#5858 date: 2026-02-16 16:17:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5860 …} -Children: Doctrine\ORM\PersistentCollection {#5863 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7869 +label: " コーヒー・ティー関連" +value: "240" +data: Eccube\Entity\Category {#5866 -id: 240 -name: "コーヒー・ティー関連" -hierarchy: 4 -sort_no: 119 -create_date: DateTime @1771226211 {#5864 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226211 {#5865 date: 2026-02-16 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5867 …} -Children: Doctrine\ORM\PersistentCollection {#5870 …} -Parent: Eccube\Entity\Category {#5838} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7870 +label: " テーブルクロス" +value: "230" +data: Eccube\Entity\Category {#5873 -id: 230 -name: "テーブルクロス" -hierarchy: 3 -sort_no: 118 -create_date: DateTime @1771225845 {#5791 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225845 {#5790 date: 2026-02-16 16:10:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5874 …} -Children: Doctrine\ORM\PersistentCollection {#5877 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7871 +label: " テーブルクロス" +value: "245" +data: Eccube\Entity\Category {#5878 -id: 245 -name: "テーブルクロス" -hierarchy: 4 -sort_no: 117 -create_date: DateTime @1771226316 {#5871 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226316 {#5872 date: 2026-02-16 16:18:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7872 +label: " ランチマット・コースター" +value: "244" +data: Eccube\Entity\Category {#5887 -id: 244 -name: "ランチマット・コースター" -hierarchy: 4 -sort_no: 116 -create_date: DateTime @1771226305 {#5885 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226305 {#5886 date: 2026-02-16 16:18:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5888 …} -Children: Doctrine\ORM\PersistentCollection {#5891 …} -Parent: Eccube\Entity\Category {#5873} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7873 +label: " グラス" +value: "229" +data: Eccube\Entity\Category {#5894 -id: 229 -name: "グラス" -hierarchy: 3 -sort_no: 115 -create_date: DateTime @1771225834 {#5793 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225834 {#5792 date: 2026-02-16 16:10:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5895 …} -Children: Doctrine\ORM\PersistentCollection {#5898 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7874 +label: " グラス" +value: "248" +data: Eccube\Entity\Category {#5899 -id: 248 -name: "グラス" -hierarchy: 4 -sort_no: 114 -create_date: DateTime @1771226394 {#5892 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226394 {#5893 date: 2026-02-16 16:19:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7875 +label: " ワイン・シャンパン" +value: "247" +data: Eccube\Entity\Category {#5908 -id: 247 -name: "ワイン・シャンパン" -hierarchy: 4 -sort_no: 113 -create_date: DateTime @1771226357 {#5906 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226357 {#5907 date: 2026-02-16 16:19:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5909 …} -Children: Doctrine\ORM\PersistentCollection {#5912 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7876 +label: " その他" +value: "246" +data: Eccube\Entity\Category {#5915 -id: 246 -name: "その他" -hierarchy: 4 -sort_no: 112 -create_date: DateTime @1771226338 {#5913 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771226338 {#5914 date: 2026-02-16 16:18:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5916 …} -Children: Doctrine\ORM\PersistentCollection {#5919 …} -Parent: Eccube\Entity\Category {#5894} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7877 +label: " カトラリー・箸" +value: "228" +data: Eccube\Entity\Category {#5920 -id: 228 -name: "カトラリー・箸" -hierarchy: 3 -sort_no: 111 -create_date: DateTime @1771225823 {#5904 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225823 {#5905 date: 2026-02-16 16:10:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5775} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7878 +label: " キッチンツール" +value: "206" +data: Eccube\Entity\Category {#5927 -id: 206 -name: "キッチンツール" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1771209609 {#5849 date: 2026-02-16 11:40:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5848 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7879 +label: " 調理器具(フライパン・鍋・ケトル・やかん)" +value: "213" +data: Eccube\Entity\Category {#5932 -id: 213 -name: "調理器具(フライパン・鍋・ケトル・やかん)" -hierarchy: 3 -sort_no: 109 -create_date: DateTime @1771225230 {#5925 date: 2026-02-16 16:00:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5926 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7880 +label: " 調理ツール(トング・サーバー・包丁・ハサミ)" +value: "214" +data: Eccube\Entity\Category {#5941 -id: 214 -name: "調理ツール(トング・サーバー・包丁・ハサミ)" -hierarchy: 3 -sort_no: 108 -create_date: DateTime @1771225248 {#5939 date: 2026-02-16 16:00:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5940 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7881 +label: " カッティングボード" +value: "215" +data: Eccube\Entity\Category {#5948 -id: 215 -name: "カッティングボード" -hierarchy: 3 -sort_no: 107 -create_date: DateTime @1771225267 {#5946 date: 2026-02-16 16:01:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5947 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7882 +label: " 食材・調味(スパイス・スパイスミル・醤油差し)" +value: "217" +data: Eccube\Entity\Category {#5955 -id: 217 -name: "食材・調味(スパイス・スパイスミル・醤油差し)" -hierarchy: 3 -sort_no: 106 -create_date: DateTime @1771225341 {#5953 date: 2026-02-16 16:02:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5954 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7883 +label: " 保存・収納(キャニスター・コンテナ)" +value: "216" +data: Eccube\Entity\Category {#5962 -id: 216 -name: "保存・収納(キャニスター・コンテナ)" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1771225315 {#5960 date: 2026-02-16 16:01:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5961 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7884 +label: " お盆・トレイ" +value: "218" +data: Eccube\Entity\Category {#5969 -id: 218 -name: "お盆・トレイ" -hierarchy: 3 -sort_no: 104 -create_date: DateTime @1771225364 {#5967 date: 2026-02-16 16:02:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5968 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7885 +label: " その他" +value: "219" +data: Eccube\Entity\Category {#5976 -id: 219 -name: "その他" -hierarchy: 3 -sort_no: 103 -create_date: DateTime @1771225390 {#5974 date: 2026-02-16 16:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772430081 {#5975 date: 2026-03-02 14:41:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5927} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7886 +label: " 本・ステーショナリー" +value: "207" +data: Eccube\Entity\Category {#5983 -id: 207 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1771209639 {#5937 date: 2026-02-16 11:40:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5938 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7887 +label: " Art Book /アート" +value: "227" +data: Eccube\Entity\Category {#5988 -id: 227 -name: "Art Book /アート" -hierarchy: 3 -sort_no: 101 -create_date: DateTime @1771225728 {#5981 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225728 {#5982 date: 2026-02-16 16:08:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7888 +label: " Antique Book /アンティーク" +value: "226" +data: Eccube\Entity\Category {#5997 -id: 226 -name: "Antique Book /アンティーク" -hierarchy: 3 -sort_no: 100 -create_date: DateTime @1771225719 {#5995 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225719 {#5996 date: 2026-02-16 16:08:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7889 +label: " Disply Book /ディスプレイ" +value: "225" +data: Eccube\Entity\Category {#6004 -id: 225 -name: "Disply Book /ディスプレイ" -hierarchy: 3 -sort_no: 99 -create_date: DateTime @1771225710 {#6002 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225710 {#6003 date: 2026-02-16 16:08:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7890 +label: " 雑誌・その他" +value: "224" +data: Eccube\Entity\Category {#6011 -id: 224 -name: "雑誌・その他" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1771225699 {#6009 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225699 {#6010 date: 2026-02-16 16:08:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7891 +label: " ステーショナリー" +value: "223" +data: Eccube\Entity\Category {#6018 -id: 223 -name: "ステーショナリー" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1771225691 {#6016 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225691 {#6017 date: 2026-02-16 16:08:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5983} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7892 +label: " フレーム・ポスター" +value: "208" +data: Eccube\Entity\Category {#6025 -id: 208 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1771209688 {#5993 date: 2026-02-16 11:41:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5994 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7893 +label: " フレーム" +value: "220" +data: Eccube\Entity\Category {#6030 -id: 220 -name: "フレーム" -hierarchy: 3 -sort_no: 95 -create_date: DateTime @1771225484 {#6023 date: 2026-02-16 16:04:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6024 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6031 …} -Children: Doctrine\ORM\PersistentCollection {#6034 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7894 +label: " ポスター" +value: "221" +data: Eccube\Entity\Category {#6039 -id: 221 -name: "ポスター" -hierarchy: 3 -sort_no: 94 -create_date: DateTime @1771225491 {#6037 date: 2026-02-16 16:04:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6038 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7895 +label: " パネル・その他" +value: "222" +data: Eccube\Entity\Category {#6046 -id: 222 -name: "パネル・その他" -hierarchy: 3 -sort_no: 93 -create_date: DateTime @1771225506 {#6044 date: 2026-02-16 16:05:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771225512 {#6045 date: 2026-02-16 16:05:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#6025} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7896 +label: " バス・ランドリー" +value: "196" +data: Eccube\Entity\Category {#6053 -id: 196 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1770879850 {#6035 date: 2026-02-12 16:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6036 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7897 +label: " バス" +value: "198" +data: Eccube\Entity\Category {#6058 -id: 198 -name: "バス" -hierarchy: 3 -sort_no: 21 -create_date: DateTime @1770881257 {#6051 date: 2026-02-12 16:27:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6052 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6059 …} -Children: Doctrine\ORM\PersistentCollection {#6062 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7898 +label: " ランドリー" +value: "199" +data: Eccube\Entity\Category {#6067 -id: 199 -name: "ランドリー" -hierarchy: 3 -sort_no: 20 -create_date: DateTime @1770881277 {#6065 date: 2026-02-12 16:27:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6066 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7899 +label: " トレイ・その他" +value: "200" +data: Eccube\Entity\Category {#6074 -id: 200 -name: "トレイ・その他" -hierarchy: 3 -sort_no: 19 -create_date: DateTime @1770881290 {#6072 date: 2026-02-12 16:28:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881300 {#6073 date: 2026-02-12 16:28:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#6053} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7900 +label: " ファブリック" +value: "197" +data: Eccube\Entity\Category {#6081 -id: 197 -name: "ファブリック" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1770879885 {#6063 date: 2026-02-12 16:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6064 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7901 +label: " クッションカバー" +value: "201" +data: Eccube\Entity\Category {#6086 -id: 201 -name: "クッションカバー" -hierarchy: 3 -sort_no: 60 -create_date: DateTime @1770881334 {#6079 date: 2026-02-12 16:28:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6080 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6090 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7902 +label: " ブランケット・スロー" +value: "202" +data: Eccube\Entity\Category {#6095 -id: 202 -name: "ブランケット・スロー" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1770881377 {#6093 date: 2026-02-12 16:29:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6094 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7903 +label: " ラグ" +value: "203" +data: Eccube\Entity\Category {#6102 -id: 203 -name: "ラグ" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1770881382 {#6100 date: 2026-02-12 16:29:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6101 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7904 +label: " その他" +value: "204" +data: Eccube\Entity\Category {#6109 -id: 204 -name: "その他" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1770881386 {#6107 date: 2026-02-12 16:29:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770881416 {#6108 date: 2026-02-12 16:30:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#6081} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7905 +label: " インテリアグリーン" +value: "209" +data: Eccube\Entity\Category {#6116 -id: 209 -name: "インテリアグリーン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1771209725 {#5884 date: 2026-02-16 11:42:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#5883 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7906 +label: " 造花・枝・ドライフラワー" +value: "210" +data: Eccube\Entity\Category {#6121 -id: 210 -name: "造花・枝・ドライフラワー" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1771210498 {#6114 date: 2026-02-16 11:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6115 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6122 …} -Children: Doctrine\ORM\PersistentCollection {#6125 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7907 +label: " プランターカバー" +value: "211" +data: Eccube\Entity\Category {#6130 -id: 211 -name: "プランターカバー" -hierarchy: 3 -sort_no: 23 -create_date: DateTime @1771210516 {#6128 date: 2026-02-16 11:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6129 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7908 +label: " ガーデニングツール" +value: "212" +data: Eccube\Entity\Category {#6137 -id: 212 -name: "ガーデニングツール" -hierarchy: 3 -sort_no: 22 -create_date: DateTime @1771210535 {#6135 date: 2026-02-16 11:55:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771210546 {#6136 date: 2026-02-16 11:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#6116} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7909 +label: " 店舗・撮影備品" +value: "151" +data: Eccube\Entity\Category {#6146 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1710901233 {#6126 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1771209783 {#6127 date: 2026-02-16 11:43:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6147 …} -Children: Doctrine\ORM\PersistentCollection {#6150 …} -Parent: Eccube\Entity\Category {#5244} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7910 +label: " 店舗用ツール" +value: "154" +data: Eccube\Entity\Category {#6151 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 7 -create_date: DateTime @1710902594 {#6142 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6143 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7911 +label: " トルソー" +value: "180" +data: Eccube\Entity\Category {#6156 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903832 {#6144 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6145 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6157 …} -Children: Doctrine\ORM\PersistentCollection {#6160 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7912 +label: " ディスプレイツール" +value: "182" +data: Eccube\Entity\Category {#6167 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6165 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6166 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6171 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7913 +label: " その他" +value: "183" +data: Eccube\Entity\Category {#6174 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6172 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6173 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6175 …} -Children: Doctrine\ORM\PersistentCollection {#6178 …} -Parent: Eccube\Entity\Category {#6151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7914 +label: " その他撮影ツール" +value: "155" +data: Eccube\Entity\Category {#6181 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6163 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6164 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6182 …} -Children: Doctrine\ORM\PersistentCollection {#6185 …} -Parent: Eccube\Entity\Category {#6146} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7915 +label: " 天板" +value: "184" +data: Eccube\Entity\Category {#6186 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6179 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6180 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7916 +label: " その他" +value: "185" +data: Eccube\Entity\Category {#6195 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6193 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6194 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6196 …} -Children: Doctrine\ORM\PersistentCollection {#6199 …} -Parent: Eccube\Entity\Category {#6181} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7917 +label: "展示関連品" +value: "113" +data: Eccube\Entity\Category {#6161 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 90 -create_date: DateTime @1682150829 {#6192 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1769153470 {#6191 date: 2026-01-23 16:31:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6162 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7918 +label: " 額縁 / スポットライト" +value: "114" +data: Eccube\Entity\Category {#6203 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150829 {#6092 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6091 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6207 …} -Parent: Eccube\Entity\Category {#6161} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5269 …} } +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 {#7620 -form: Symfony\Component\Form\Form {#6672 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7619 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#7634 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4352 …} } |
| 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 | false |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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 | "common.search_keyword" |
| 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() {#6209 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4855 …} } } |
| 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 {#7919 -form: Symfony\Component\Form\Form {#6675 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7633 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |
word
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6218 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#6220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6219 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_word" ] |
| cache_key | "_word_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7920 -form: Symfony\Component\Form\Form {#6678 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7921 …5} |
| full_name | "word" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "word" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "word" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_word" |
| valid | true |
| value | "" |
tag1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6229 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#6231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6230 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tag1" ] |
| cache_key | "_tag1_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7922 -form: Symfony\Component\Form\Form {#6681 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7923 …5} |
| full_name | "tag1" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tag1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tag1" |
| valid | true |
| value | "" |
tag2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 |
| 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 {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4014 …} } |
| 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() {#6242 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6241 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tag2" ] |
| cache_key | "_tag2_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7924 -form: Symfony\Component\Form\Form {#6684 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7925 …5} |
| full_name | "tag2" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tag2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tag2" |
| valid | true |
| value | "" |
tag
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "Eccube\Entity\Tag" |
same as passed value |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| multiple | true |
same as passed value |
| placeholder | false |
null
|
| 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 | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#6285 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6253 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6284 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6283 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6254 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6255 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Tag" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6254 -om: Container2vsnyPS\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#468 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6255 …} -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 | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6251 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_tag" ] |
| cache_key | "_tag_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6296 +label: "White" +value: "12" +data: Eccube\Entity\Tag {#6330 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6326 +label: "Black" +value: "13" +data: Eccube\Entity\Tag {#6380 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6320 +label: "Gray" +value: "14" +data: Eccube\Entity\Tag {#6375 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6335 +label: "Ivory" +value: "16" +data: Eccube\Entity\Tag {#6372 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6318 +label: "Brown" +value: "17" +data: Eccube\Entity\Tag {#6346 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6333 +label: "Navy" +value: "18" +data: Eccube\Entity\Tag {#6343 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6325 +label: "Blue" +value: "19" +data: Eccube\Entity\Tag {#6406 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6329 +label: "Green" +value: "20" +data: Eccube\Entity\Tag {#6410 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6321 +label: "Pink" +value: "21" +data: Eccube\Entity\Tag {#6413 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6332 +label: "Red" +value: "22" +data: Eccube\Entity\Tag {#6416 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6602 +label: "Yellow" +value: "23" +data: Eccube\Entity\Tag {#6419 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6603 +label: "Orange" +value: "24" +data: Eccube\Entity\Tag {#6422 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6604 +label: "Purple" +value: "25" +data: Eccube\Entity\Tag {#6425 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6605 +label: "Silver" +value: "26" +data: Eccube\Entity\Tag {#6428 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6606 +label: "Gold" +value: "27" +data: Eccube\Entity\Tag {#6431 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6607 +label: "Clear" +value: "28" +data: Eccube\Entity\Tag {#6434 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6608 +label: "木" +value: "29" +data: Eccube\Entity\Tag {#6437 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6609 +label: "鉄" +value: "30" +data: Eccube\Entity\Tag {#6440 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6610 +label: "ガラス" +value: "31" +data: Eccube\Entity\Tag {#6443 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6611 +label: "陶器" +value: "32" +data: Eccube\Entity\Tag {#6446 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6612 +label: "琺瑯" +value: "33" +data: Eccube\Entity\Tag {#6449 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6613 +label: "真鍮" +value: "34" +data: Eccube\Entity\Tag {#6452 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6614 +label: "紙" +value: "35" +data: Eccube\Entity\Tag {#6455 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6615 +label: "布" +value: "36" +data: Eccube\Entity\Tag {#6458 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6616 +label: "糸" +value: "37" +data: Eccube\Entity\Tag {#6461 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6617 +label: "コンクリート" +value: "38" +data: Eccube\Entity\Tag {#6464 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6618 +label: "ポリプロピレン" +value: "39" +data: Eccube\Entity\Tag {#6467 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +label: "セラミック" +value: "40" +data: Eccube\Entity\Tag {#6470 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6620 +label: "籐" +value: "41" +data: Eccube\Entity\Tag {#6473 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6621 +label: "銅" +value: "42" +data: Eccube\Entity\Tag {#6476 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6622 +label: "レザー" +value: "43" +data: Eccube\Entity\Tag {#6479 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6623 +label: "大理石・石" +value: "44" +data: Eccube\Entity\Tag {#6482 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6624 +label: "Art" +value: "45" +data: Eccube\Entity\Tag {#6485 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6625 +label: "Craft" +value: "46" +data: Eccube\Entity\Tag {#6488 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6626 +label: "Primitive" +value: "47" +data: Eccube\Entity\Tag {#6491 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6627 +label: "Nordic" +value: "48" +data: Eccube\Entity\Tag {#6494 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6628 +label: "Postmodern" +value: "49" +data: Eccube\Entity\Tag {#6497 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6629 +label: "Modern" +value: "50" +data: Eccube\Entity\Tag {#6500 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6630 +label: "Industrial" +value: "51" +data: Eccube\Entity\Tag {#6503 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6631 +label: "Antiques" +value: "52" +data: Eccube\Entity\Tag {#6506 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6632 +label: "Vintage" +value: "53" +data: Eccube\Entity\Tag {#6509 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6633 +label: "Asian" +value: "54" +data: Eccube\Entity\Tag {#6512 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6634 +label: "Japanese" +value: "55" +data: Eccube\Entity\Tag {#6515 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6635 +label: "Euro" +value: "56" +data: Eccube\Entity\Tag {#6518 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6636 +label: "US" +value: "57" +data: Eccube\Entity\Tag {#6521 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6637 +label: "Moroccan" +value: "58" +data: Eccube\Entity\Tag {#6524 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6638 +label: "clear" +value: "59" +data: Eccube\Entity\Tag {#6527 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6639 +label: "その他" +value: "60" +data: Eccube\Entity\Tag {#6530 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6640 +label: "金物" +value: "61" +data: Eccube\Entity\Tag {#6533 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6641 +label: "プラスチック" +value: "62" +data: Eccube\Entity\Tag {#6536 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6642 +label: "大理石" +value: "63" +data: Eccube\Entity\Tag {#6539 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6643 +label: "Brand" +value: "64" +data: Eccube\Entity\Tag {#6542 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6644 +label: "Designer" +value: "65" +data: Eccube\Entity\Tag {#6545 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6645 +label: "Original" +value: "66" +data: Eccube\Entity\Tag {#6548 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6646 +label: "Animal" +value: "67" +data: Eccube\Entity\Tag {#6551 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6647 +label: "Paola Paronett" +value: "68" +data: Eccube\Entity\Tag {#6554 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6648 +label: "Hedwig Bollhagen" +value: "69" +data: Eccube\Entity\Tag {#6557 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6649 +label: "CONRAN" +value: "70" +data: Eccube\Entity\Tag {#6560 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6650 +label: "African" +value: "71" +data: Eccube\Entity\Tag {#6563 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6651 +label: "Yanagi Sori" +value: "72" +data: Eccube\Entity\Tag {#6566 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6652 +label: "Lisa Larson" +value: "73" +data: Eccube\Entity\Tag {#6569 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6653 +label: "北欧モダン" +value: "74" +data: Eccube\Entity\Tag {#6572 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6654 +label: "Mario Botta" +value: "75" +data: Eccube\Entity\Tag {#6575 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6655 +label: "Mexican" +value: "76" +data: Eccube\Entity\Tag {#6578 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6656 +label: "スチール" +value: "77" +data: Eccube\Entity\Tag {#6581 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6657 +label: "French" +value: "78" +data: Eccube\Entity\Tag {#6584 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6658 +label: "漆" +value: "79" +data: Eccube\Entity\Tag {#6587 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6659 +label: "ウール" +value: "80" +data: Eccube\Entity\Tag {#6590 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6660 +label: "刺繍" +value: "82" +data: Eccube\Entity\Tag {#6593 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6661 +label: "Beige" +value: "83" +data: Eccube\Entity\Tag {#6596 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6662 +label: "竹" +value: "86" +data: Eccube\Entity\Tag {#6599 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7926 -form: Symfony\Component\Form\Form {#7397 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#7927 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag" |
| is_selected | Closure($choice, array $values) {#7928 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4352 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "tag" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tag" |
| valid | true |
| value | [] |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "White" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "12" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "White" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6695 …} } } |
| validation_groups | null |
| value | "12" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7932 -form: Symfony\Component\Form\Form {#7400 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7931 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_12" |
| label | "White" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "12" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "12" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Black" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "13" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Black" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6705 …} } } |
| validation_groups | null |
| value | "13" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7933 -form: Symfony\Component\Form\Form {#7403 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7934 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_13" |
| label | "Black" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "13" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "13" |
14
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Gray" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "14" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Gray" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6715 …} } } |
| validation_groups | null |
| value | "14" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7935 -form: Symfony\Component\Form\Form {#7406 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7936 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_14" |
| label | "Gray" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "14" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "14" |
16
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Ivory" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "16" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Ivory" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6725 …} } } |
| validation_groups | null |
| value | "16" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7937 -form: Symfony\Component\Form\Form {#7409 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7938 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_16" |
| label | "Ivory" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "16" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "16" |
17
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Brown" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "17" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Brown" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6735 …} } } |
| validation_groups | null |
| value | "17" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7939 -form: Symfony\Component\Form\Form {#7412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7940 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_17" |
| label | "Brown" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "17" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "17" |
18
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Navy" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "18" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Navy" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6745 …} } } |
| validation_groups | null |
| value | "18" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7941 -form: Symfony\Component\Form\Form {#7415 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7942 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_18" |
| label | "Navy" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "18" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "18" |
19
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Blue" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "19" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Blue" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6755 …} } } |
| validation_groups | null |
| value | "19" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7943 -form: Symfony\Component\Form\Form {#7418 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7944 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_19" |
| label | "Blue" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "19" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "19" |
20
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Green" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "20" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Green" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6765 …} } } |
| validation_groups | null |
| value | "20" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7945 -form: Symfony\Component\Form\Form {#7421 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7946 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_20" |
| label | "Green" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "20" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "20" |
21
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Pink" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "21" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Pink" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6775 …} } } |
| validation_groups | null |
| value | "21" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7947 -form: Symfony\Component\Form\Form {#7424 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7948 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_21" |
| label | "Pink" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "21" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "21" |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Red" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "22" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Red" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6785 …} } } |
| validation_groups | null |
| value | "22" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7949 -form: Symfony\Component\Form\Form {#7427 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7950 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_22" |
| label | "Red" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "22" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "22" |
23
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Yellow" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "23" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Yellow" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6795 …} } } |
| validation_groups | null |
| value | "23" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7951 -form: Symfony\Component\Form\Form {#7430 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7952 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_23" |
| label | "Yellow" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "23" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "23" |
24
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Orange" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "24" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Orange" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6805 …} } } |
| validation_groups | null |
| value | "24" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7953 -form: Symfony\Component\Form\Form {#7433 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7954 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_24" |
| label | "Orange" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "24" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "24" |
25
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Purple" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "25" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Purple" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6815 …} } } |
| validation_groups | null |
| value | "25" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7955 -form: Symfony\Component\Form\Form {#7436 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7956 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_25" |
| label | "Purple" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "25" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "25" |
26
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Silver" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "26" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Silver" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6825 …} } } |
| validation_groups | null |
| value | "26" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7957 -form: Symfony\Component\Form\Form {#7439 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7958 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_26" |
| label | "Silver" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "26" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "26" |
27
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Gold" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "27" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Gold" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6835 …} } } |
| validation_groups | null |
| value | "27" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7959 -form: Symfony\Component\Form\Form {#7442 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7960 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_27" |
| label | "Gold" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "27" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "27" |
28
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Clear" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "28" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Clear" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6845 …} } } |
| validation_groups | null |
| value | "28" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7961 -form: Symfony\Component\Form\Form {#7445 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7962 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_28" |
| label | "Clear" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "28" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "28" |
29
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "木" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "29" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "木" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6855 …} } } |
| validation_groups | null |
| value | "29" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7963 -form: Symfony\Component\Form\Form {#7448 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7964 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_29" |
| label | "木" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "29" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "29" |
30
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "鉄" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "30" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "鉄" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6865 …} } } |
| validation_groups | null |
| value | "30" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7965 -form: Symfony\Component\Form\Form {#7451 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7966 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_30" |
| label | "鉄" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "30" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "30" |
31
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ガラス" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "31" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ガラス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6875 …} } } |
| validation_groups | null |
| value | "31" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7967 -form: Symfony\Component\Form\Form {#7454 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7968 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_31" |
| label | "ガラス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "31" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "31" |
32
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "陶器" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "32" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "陶器" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6885 …} } } |
| validation_groups | null |
| value | "32" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7969 -form: Symfony\Component\Form\Form {#7457 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7970 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_32" |
| label | "陶器" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "32" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "32" |
33
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "琺瑯" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "33" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "琺瑯" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6895 …} } } |
| validation_groups | null |
| value | "33" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7971 -form: Symfony\Component\Form\Form {#7460 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7972 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_33" |
| label | "琺瑯" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "33" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "33" |
34
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "真鍮" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "34" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "真鍮" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6905 …} } } |
| validation_groups | null |
| value | "34" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7973 -form: Symfony\Component\Form\Form {#7463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7974 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_34" |
| label | "真鍮" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "34" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "34" |
35
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "紙" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "35" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "紙" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6915 …} } } |
| validation_groups | null |
| value | "35" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7975 -form: Symfony\Component\Form\Form {#7466 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7976 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_35" |
| label | "紙" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "35" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "35" |
36
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "布" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "36" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "布" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6925 …} } } |
| validation_groups | null |
| value | "36" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7977 -form: Symfony\Component\Form\Form {#7469 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7978 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_36" |
| label | "布" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "36" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "36" |
37
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "糸" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "37" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "糸" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6935 …} } } |
| validation_groups | null |
| value | "37" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7979 -form: Symfony\Component\Form\Form {#7472 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7980 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_37" |
| label | "糸" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "37" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "37" |
38
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "コンクリート" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "38" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "コンクリート" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6945 …} } } |
| validation_groups | null |
| value | "38" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7981 -form: Symfony\Component\Form\Form {#7475 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7982 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_38" |
| label | "コンクリート" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "38" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "38" |
39
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ポリプロピレン" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "39" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ポリプロピレン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6956 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6955 …} } } |
| validation_groups | null |
| value | "39" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7983 -form: Symfony\Component\Form\Form {#7478 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7984 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_39" |
| label | "ポリプロピレン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "39" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "39" |
40
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "セラミック" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "40" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "セラミック" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6965 …} } } |
| validation_groups | null |
| value | "40" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7985 -form: Symfony\Component\Form\Form {#7481 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7986 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_40" |
| label | "セラミック" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "40" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "40" |
41
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "籐" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "41" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "籐" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6975 …} } } |
| validation_groups | null |
| value | "41" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7987 -form: Symfony\Component\Form\Form {#7484 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7988 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_41" |
| label | "籐" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "41" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "41" |
42
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "銅" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "42" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "銅" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6985 …} } } |
| validation_groups | null |
| value | "42" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7989 -form: Symfony\Component\Form\Form {#7487 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7990 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_42" |
| label | "銅" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "42" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "42" |
43
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "レザー" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "43" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "レザー" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#6996 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#6995 …} } } |
| validation_groups | null |
| value | "43" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7991 -form: Symfony\Component\Form\Form {#7490 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7992 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_43" |
| label | "レザー" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "43" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "43" |
44
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "大理石・石" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "44" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "大理石・石" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7005 …} } } |
| validation_groups | null |
| value | "44" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7993 -form: Symfony\Component\Form\Form {#7493 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7994 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_44" |
| label | "大理石・石" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "44" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "44" |
45
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Art" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "45" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Art" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7015 …} } } |
| validation_groups | null |
| value | "45" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7995 -form: Symfony\Component\Form\Form {#7496 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7996 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_45" |
| label | "Art" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "45" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "45" |
46
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Craft" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "46" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Craft" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7025 …} } } |
| validation_groups | null |
| value | "46" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7997 -form: Symfony\Component\Form\Form {#7499 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7998 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_46" |
| label | "Craft" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "46" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "46" |
47
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Primitive" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "47" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Primitive" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7035 …} } } |
| validation_groups | null |
| value | "47" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#7999 -form: Symfony\Component\Form\Form {#7502 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8000 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_47" |
| label | "Primitive" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "47" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "47" |
48
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Nordic" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "48" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Nordic" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7045 …} } } |
| validation_groups | null |
| value | "48" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8001 -form: Symfony\Component\Form\Form {#7505 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8002 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_48" |
| label | "Nordic" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "48" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "48" |
49
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Postmodern" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "49" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Postmodern" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7055 …} } } |
| validation_groups | null |
| value | "49" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8003 -form: Symfony\Component\Form\Form {#7508 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8004 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_49" |
| label | "Postmodern" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "49" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "49" |
50
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Modern" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "50" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Modern" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7065 …} } } |
| validation_groups | null |
| value | "50" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8005 -form: Symfony\Component\Form\Form {#7511 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8006 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_50" |
| label | "Modern" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "50" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "50" |
51
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Industrial" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "51" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Industrial" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7076 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7075 …} } } |
| validation_groups | null |
| value | "51" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8007 -form: Symfony\Component\Form\Form {#7514 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8008 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_51" |
| label | "Industrial" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "51" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "51" |
52
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Antiques" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "52" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Antiques" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7086 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7085 …} } } |
| validation_groups | null |
| value | "52" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8009 -form: Symfony\Component\Form\Form {#7517 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8010 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_52" |
| label | "Antiques" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "52" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "52" |
53
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Vintage" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "53" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Vintage" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7095 …} } } |
| validation_groups | null |
| value | "53" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8011 -form: Symfony\Component\Form\Form {#7520 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8012 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_53" |
| label | "Vintage" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "53" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "53" |
54
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Asian" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "54" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Asian" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7105 …} } } |
| validation_groups | null |
| value | "54" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8013 -form: Symfony\Component\Form\Form {#7523 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8014 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_54" |
| label | "Asian" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "54" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "54" |
55
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Japanese" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "55" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Japanese" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7115 …} } } |
| validation_groups | null |
| value | "55" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8015 -form: Symfony\Component\Form\Form {#7526 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8016 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_55" |
| label | "Japanese" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "55" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "55" |
56
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Euro" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "56" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Euro" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7125 …} } } |
| validation_groups | null |
| value | "56" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8017 -form: Symfony\Component\Form\Form {#7529 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8018 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_56" |
| label | "Euro" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "56" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "56" |
57
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "US" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "57" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "US" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7135 …} } } |
| validation_groups | null |
| value | "57" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8019 -form: Symfony\Component\Form\Form {#7532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8020 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_57" |
| label | "US" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "57" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "57" |
58
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Moroccan" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "58" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Moroccan" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7146 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7145 …} } } |
| validation_groups | null |
| value | "58" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8021 -form: Symfony\Component\Form\Form {#7535 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8022 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_58" |
| label | "Moroccan" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "58" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "58" |
59
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "clear" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "59" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "clear" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7155 …} } } |
| validation_groups | null |
| value | "59" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8023 -form: Symfony\Component\Form\Form {#7538 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8024 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_59" |
| label | "clear" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "59" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "59" |
60
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "その他" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "60" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "その他" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7166 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7165 …} } } |
| validation_groups | null |
| value | "60" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8025 -form: Symfony\Component\Form\Form {#7541 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8026 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_60" |
| label | "その他" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "60" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "60" |
61
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "金物" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "61" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "金物" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7176 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7175 …} } } |
| validation_groups | null |
| value | "61" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8027 -form: Symfony\Component\Form\Form {#7544 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8028 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_61" |
| label | "金物" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "61" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "61" |
62
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "プラスチック" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "62" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "プラスチック" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7185 …} } } |
| validation_groups | null |
| value | "62" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8029 -form: Symfony\Component\Form\Form {#7547 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8030 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_62" |
| label | "プラスチック" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "62" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "62" |
63
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "大理石" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "63" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "大理石" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7195 …} } } |
| validation_groups | null |
| value | "63" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8031 -form: Symfony\Component\Form\Form {#7550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8032 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_63" |
| label | "大理石" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "63" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "63" |
64
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Brand" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "64" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Brand" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7205 …} } } |
| validation_groups | null |
| value | "64" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8033 -form: Symfony\Component\Form\Form {#7553 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8034 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_64" |
| label | "Brand" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "64" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "64" |
65
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Designer" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "65" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Designer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7215 …} } } |
| validation_groups | null |
| value | "65" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8035 -form: Symfony\Component\Form\Form {#7556 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8036 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_65" |
| label | "Designer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "65" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "65" |
66
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Original" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "66" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Original" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7225 …} } } |
| validation_groups | null |
| value | "66" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8037 -form: Symfony\Component\Form\Form {#7559 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8038 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_66" |
| label | "Original" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "66" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "66" |
67
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Animal" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "67" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Animal" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7235 …} } } |
| validation_groups | null |
| value | "67" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8039 -form: Symfony\Component\Form\Form {#7562 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8040 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_67" |
| label | "Animal" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "67" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "67" |
68
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Paola Paronett" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "68" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Paola Paronett" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7246 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7245 …} } } |
| validation_groups | null |
| value | "68" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8041 -form: Symfony\Component\Form\Form {#7565 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8042 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_68" |
| label | "Paola Paronett" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "68" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "68" |
69
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Hedwig Bollhagen" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "69" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Hedwig Bollhagen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7255 …} } } |
| validation_groups | null |
| value | "69" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8043 -form: Symfony\Component\Form\Form {#7568 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8044 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_69" |
| label | "Hedwig Bollhagen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "69" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "69" |
70
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "CONRAN" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "70" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "CONRAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7265 …} } } |
| validation_groups | null |
| value | "70" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8045 -form: Symfony\Component\Form\Form {#7571 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8046 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_70" |
| label | "CONRAN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "70" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "70" |
71
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "African" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "71" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "African" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7275 …} } } |
| validation_groups | null |
| value | "71" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8047 -form: Symfony\Component\Form\Form {#7574 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8048 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_71" |
| label | "African" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "71" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "71" |
72
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Yanagi Sori" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "72" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Yanagi Sori" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7285 …} } } |
| validation_groups | null |
| value | "72" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8049 -form: Symfony\Component\Form\Form {#7577 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8050 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_72" |
| label | "Yanagi Sori" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "72" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "72" |
73
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Lisa Larson" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "73" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Lisa Larson" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7295 …} } } |
| validation_groups | null |
| value | "73" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8051 -form: Symfony\Component\Form\Form {#7580 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8052 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_73" |
| label | "Lisa Larson" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "73" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "73" |
74
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "北欧モダン" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "74" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "北欧モダン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7306 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7305 …} } } |
| validation_groups | null |
| value | "74" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8053 -form: Symfony\Component\Form\Form {#7583 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8054 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_74" |
| label | "北欧モダン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "74" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "74" |
75
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Mario Botta" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "75" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Mario Botta" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7315 …} } } |
| validation_groups | null |
| value | "75" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8055 -form: Symfony\Component\Form\Form {#7586 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8056 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_75" |
| label | "Mario Botta" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "75" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "75" |
76
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Mexican" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "76" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Mexican" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#4760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#4761 …} } } |
| validation_groups | null |
| value | "76" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8057 -form: Symfony\Component\Form\Form {#7589 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8058 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_76" |
| label | "Mexican" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "76" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "76" |
77
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "スチール" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "77" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "スチール" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7328 …} } } |
| validation_groups | null |
| value | "77" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8059 -form: Symfony\Component\Form\Form {#7592 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8060 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_77" |
| label | "スチール" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "77" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "77" |
78
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "French" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "78" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "French" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7338 …} } } |
| validation_groups | null |
| value | "78" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8061 -form: Symfony\Component\Form\Form {#7595 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8062 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_78" |
| label | "French" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "78" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "78" |
79
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "漆" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "79" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "漆" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7349 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7348 …} } } |
| validation_groups | null |
| value | "79" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8063 -form: Symfony\Component\Form\Form {#7598 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8064 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_79" |
| label | "漆" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "79" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "79" |
80
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ウール" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "80" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ウール" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7358 …} } } |
| validation_groups | null |
| value | "80" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8065 -form: Symfony\Component\Form\Form {#7601 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8066 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_80" |
| label | "ウール" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "80" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "80" |
82
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "刺繍" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "82" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "刺繍" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7368 …} } } |
| validation_groups | null |
| value | "82" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8067 -form: Symfony\Component\Form\Form {#7604 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8068 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_82" |
| label | "刺繍" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "82" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "82" |
83
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Beige" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "83" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Beige" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7379 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7378 …} } } |
| validation_groups | null |
| value | "83" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8069 -form: Symfony\Component\Form\Form {#7607 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8070 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_83" |
| label | "Beige" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "83" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "83" |
86
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "竹" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "86" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1682 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1683 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1680 …} -namespace: Closure() {#1678 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6687 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "竹" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#7389 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4056 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#753 …} $translationDomain: "validators" $message: Closure() {#7388 …} } } |
| validation_groups | null |
| value | "86" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_tag_entry" ] |
| cache_key | "_tag_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#8071 -form: Symfony\Component\Form\Form {#7610 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8072 …5} |
| full_name | "tag[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag_86" |
| label | "竹" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "86" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_tag_entry" |
| valid | true |
| value | "86" |