- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 437
- 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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4056 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4057 …} } } |
| 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 {#4439 -form: Symfony\Component\Form\Form {#4264 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4438 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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 {#4129 +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 {#4130 +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 {#4127 +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 {#4128 +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() {#4134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4133 …} } } |
| 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 {#4443 -form: Symfony\Component\Form\Form {#4289 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#4442 …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 {#4141 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4127 +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 {#4128 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4141 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4127 +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 {#4128 +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 {#4141 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4127 +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 {#4128 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4269 …} } } |
| 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 {#4471 -form: Symfony\Component\Form\Form {#4292 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4470 …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 {#4142 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4129 +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 {#4130 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4142 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4129 +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 {#4130 +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 {#4142 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4129 +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 {#4130 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4279 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4281 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4280 …} } } |
| 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 {#4472 -form: Symfony\Component\Form\Form {#4295 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4473 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4152 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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 {#4149 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4150 +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 {#4147 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4148 +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() {#4154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4153 …} } } |
| 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 {#4468 -form: Symfony\Component\Form\Form {#4320 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#4469 …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 {#4147 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4148 +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 {#4147 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4148 +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 {#4147 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4148 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4299 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4300 …} } } |
| 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 {#4477 -form: Symfony\Component\Form\Form {#4323 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4476 …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 {#4149 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4150 +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 {#4149 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4150 +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 {#4149 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4150 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4311 …} } } |
| 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 {#4478 -form: Symfony\Component\Form\Form {#4326 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4479 …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 {#4186 +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 {#4187 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4184 …} } } |
| 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 {#4475 -form: Symfony\Component\Form\Form {#4329 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4474 …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 {#4201 +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 {#4202 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4205 …} } } |
| 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 {#4481 -form: Symfony\Component\Form\Form {#4412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4480 …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 {#4361 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4392 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4375 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4374 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4376 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4380 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3610 …} -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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …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 {#4380 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3610 …} -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 {#4369 -_em: Doctrine\ORM\EntityManager {#396 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4371 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4372 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4373 #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 {#4370 …} -_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() {#4367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4364 …} } } |
| 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 {#4486 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#4503 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4504 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4505 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4506 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4507 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4508 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4509 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4510 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4511 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4512 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4513 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4549 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4514 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4550 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4515 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4551 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4516 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4552 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4517 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4553 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4518 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4554 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4519 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4555 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4520 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4556 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4521 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4557 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4522 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4523 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4524 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4560 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4525 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4561 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4526 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4562 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4527 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4563 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4528 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4564 +label: "大阪府" +value: "27" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3647 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4565 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4529 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4530 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4567 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4531 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4532 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4533 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4570 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4534 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4535 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4536 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4537 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4538 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4575 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4539 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4576 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4540 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4577 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4541 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4578 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4542 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4543 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4580 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4544 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4545 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4546 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4547 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4548 …} +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 {#4485 -form: Symfony\Component\Form\Form {#4415 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4484 …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) {#4586 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4335 …} } |
| 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 {#4201 +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 {#4201 +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 {#4201 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4385 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4384 …} } } |
| 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 {#4587 -form: Symfony\Component\Form\Form {#4418 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4588 …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 {#4202 +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 {#4202 +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 {#4202 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| 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 {#3997 …} } |
| 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() {#4404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4403 …} } } |
| 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 {#4589 -form: Symfony\Component\Form\Form {#4421 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4590 …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 {#4222 +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 {#4223 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4219 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4220 …} } } |
| 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 {#4482 -form: Symfony\Component\Form\Form {#4424 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4483 …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 {#4065 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4066 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4065 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4066 +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 {#4065 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4066 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4239 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4238 …} } } |
| 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 {#4592 -form: Symfony\Component\Form\Form {#4427 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4591 …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 {#4067 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4068 +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 {#4067 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4068 +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 {#4067 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4068 +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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4254 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4255 …} } } |
| 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 {#4593 -form: Symfony\Component\Form\Form {#4430 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4594 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@ProductContact42/Form/product_contact_layout.twig" ] |
| empty_data | Closure(FormInterface $form) {#4075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4074 …} } } |
| 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 {#4595 -form: Symfony\Component\Form\Form {#4433 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4596 …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 | "f1c4263797b0dea169ff2f9220b3b7a._gqFyVKImKuArEk32zuLegdz7k861x7loQTcqAjbHUo.un_mmQa63MjUlGRBtkzlG0VBlAFDsH-2zEWu3zC1WSOmbt2HZuyvmO3rDA" |
| 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 | "f1c4263797b0dea169ff2f9220b3b7a._gqFyVKImKuArEk32zuLegdz7k861x7loQTcqAjbHUo.un_mmQa63MjUlGRBtkzlG0VBlAFDsH-2zEWu3zC1WSOmbt2HZuyvmO3rDA" |
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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data | "f1c4263797b0dea169ff2f9220b3b7a._gqFyVKImKuArEk32zuLegdz7k861x7loQTcqAjbHUo.un_mmQa63MjUlGRBtkzlG0VBlAFDsH-2zEWu3zC1WSOmbt2HZuyvmO3rDA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4440 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4598 …} } } |
| 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 | "f1c4263797b0dea169ff2f9220b3b7a._gqFyVKImKuArEk32zuLegdz7k861x7loQTcqAjbHUo.un_mmQa63MjUlGRBtkzlG0VBlAFDsH-2zEWu3zC1WSOmbt2HZuyvmO3rDA" |
| 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 {#4605 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4599 …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 | "f1c4263797b0dea169ff2f9220b3b7a._gqFyVKImKuArEk32zuLegdz7k861x7loQTcqAjbHUo.un_mmQa63MjUlGRBtkzlG0VBlAFDsH-2zEWu3zC1WSOmbt2HZuyvmO3rDA" |
(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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#4893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4894 …} } } |
| 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 {#7556 -form: Symfony\Component\Form\Form {#6610 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7557 …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 {#5004 -id: 194 -name: "an1767" -hierarchy: 1 -sort_no: 135 -create_date: DateTime @1729836637 {#5010 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1729836637 {#5008 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5247 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1727768864 {#5249 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727768864 {#5248 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5243 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5240 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1719359121 {#5242 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5241 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5233 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 132 -create_date: DateTime @1705815113 {#5235 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5234 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5009 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1682150829 {#5228 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5227 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5007 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5212 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1488881692 {#5226 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5225 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5217 -id: 8 -name: "チェア・スツール" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5224 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901306 {#5223 date: 2024-03-20 11:21:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5257 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1720308442 {#5222 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5001 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5268 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1682150828 {#5266 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5267 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5275 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5274 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5282 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5280 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5281 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5289 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1710901472 {#5287 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5288 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5296 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1682150828 {#5264 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5265 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5301 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1682150828 {#5294 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5295 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5310 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5308 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5309 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5317 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5315 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5316 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5322 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150828 {#5261 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5260 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5327 -id: 195 -name: "トレイ" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1756885442 {#5306 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756885442 {#5307 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5338 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150828 {#5334 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5335 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5343 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5336 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5337 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5352 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5351 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5359 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5357 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5358 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5366 -id: 24 -name: "ミラー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150828 {#5348 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5349 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5371 -id: 25 -name: "テーブルミラー" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1682150828 {#5364 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5365 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5380 -id: 26 -name: "ウォールミラー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1682150828 {#5378 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5379 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5387 -id: 156 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710902762 {#5385 date: 2024-03-20 11:46:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5386 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5394 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5376 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5377 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5399 -id: 28 -name: "スタンドライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150828 {#5392 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5393 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5408 -id: 29 -name: "デスクライト" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5406 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5407 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5415 -id: 157 -name: "ペンダントライト" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1710902793 {#5413 date: 2024-03-20 11:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5414 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5422 -id: 158 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710902797 {#5420 date: 2024-03-20 11:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5421 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5423 …} -Children: Doctrine\ORM\PersistentCollection {#5426 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5429 -id: 30 -name: "時計" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5332 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5333 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5434 -id: 31 -name: "掛け時計" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5427 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5428 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5443 -id: 32 -name: "置き時計" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1682150828 {#5441 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5442 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5450 -id: 159 -name: "その他" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1710902819 {#5448 date: 2024-03-20 11:46:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5449 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5457 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5439 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902228 {#5440 date: 2024-03-20 11:37:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5462 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5455 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5456 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5471 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5469 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5470 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5478 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5476 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5477 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5485 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5483 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5484 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5492 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5490 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5491 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5499 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5497 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5498 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5506 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5404 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5405 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5511 -id: 192 -name: "フレグランス" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1723601999 {#5504 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601999 {#5505 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5520 -id: 191 -name: "キャニスター・コンテナ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1723601941 {#5518 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601941 {#5519 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5524 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5527 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1682150828 {#5525 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5526 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5534 -id: 43 -name: "ボウル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1682150828 {#5532 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711272578 {#5533 date: 2024-03-24 18:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5541 -id: 44 -name: "ボックス・キューブ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1682150828 {#5539 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5540 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5542 …} -Children: Doctrine\ORM\PersistentCollection {#5545 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5548 -id: 46 -name: "キャンドルホルダー" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1682150828 {#5546 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5547 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5555 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1682150828 {#5553 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5554 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5560 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5561 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5569 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1710903008 {#5567 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5568 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5574 -id: 48 -name: "ハンガー・フック" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1682150828 {#5516 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756274437 {#5517 date: 2025-08-27 15:00:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5583 -id: 51 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5579 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902047 {#5580 date: 2024-03-20 11:34:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5588 -id: 52 -name: "バス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5581 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5582 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5597 -id: 53 -name: "ランドリー" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5595 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903084 {#5596 date: 2024-03-20 11:51:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5604 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5602 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5603 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5611 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5593 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5594 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5616 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5609 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5610 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5625 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5623 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5624 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5632 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5630 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5631 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5639 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1710903130 {#5637 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5638 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5646 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5467 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902076 {#5468 date: 2024-03-20 11:34:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5651 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1710903155 {#5644 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5645 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5660 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1710903165 {#5658 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5659 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5667 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1710903174 {#5665 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5666 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5674 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1710903182 {#5672 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5673 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5681 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1710903184 {#5679 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5680 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5688 -id: 62 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5656 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902100 {#5657 date: 2024-03-20 11:35:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5693 -id: 168 -name: "フレーム" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903217 {#5686 date: 2024-03-20 11:53:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5687 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5702 -id: 169 -name: "ポスター" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903226 {#5700 date: 2024-03-20 11:53:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5701 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5709 -id: 170 -name: "その他" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903230 {#5707 date: 2024-03-20 11:53:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5708 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5716 -id: 153 -name: "グリーン" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1710902258 {#5698 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902258 {#5699 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5721 -id: 171 -name: "グリーン・枝" -hierarchy: 4 -sort_no: 23 -create_date: DateTime @1710903262 {#5714 date: 2024-03-20 11:54:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5715 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5730 -id: 172 -name: "POT(鉢)" -hierarchy: 4 -sort_no: 22 -create_date: DateTime @1710903272 {#5728 date: 2024-03-20 11:54:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5729 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5737 -id: 173 -name: "鉢カバー" -hierarchy: 4 -sort_no: 21 -create_date: DateTime @1710903280 {#5735 date: 2024-03-20 11:54:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5736 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5744 -id: 174 -name: "その他" -hierarchy: 4 -sort_no: 20 -create_date: DateTime @1710903289 {#5742 date: 2024-03-20 11:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5743 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5751 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1682150828 {#5622 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5621 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5756 -id: 72 -name: "和食器" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1682150828 {#5262 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5263 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5761 -id: 73 -name: "皿" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150828 {#5749 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903506 {#5750 date: 2024-03-20 11:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5772 -id: 74 -name: "小鉢・椀" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1682150828 {#5770 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903520 {#5771 date: 2024-03-20 11:58:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5779 -id: 75 -name: "高杯" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5777 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903534 {#5778 date: 2024-03-20 11:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5786 -id: 76 -name: "茶器" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5784 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903552 {#5785 date: 2024-03-20 11:59:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5793 -id: 77 -name: "その他" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5791 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903573 {#5792 date: 2024-03-20 11:59:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5800 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1682150828 {#5768 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5769 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5805 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1682150828 {#5798 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5799 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5814 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1682150828 {#5812 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5813 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5821 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5819 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5820 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5828 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5826 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5827 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5835 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5833 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5834 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5842 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1710903473 {#5840 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5841 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5849 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1710903477 {#5847 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5848 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5856 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1682150828 {#5810 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5811 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5861 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1682150828 {#5854 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5855 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5870 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1682150828 {#5868 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5869 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5877 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1682150828 {#5875 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5876 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5884 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1682150828 {#5882 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5883 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5891 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1682150828 {#5889 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5890 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5898 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1682150828 {#5866 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5867 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5903 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1682150828 {#5896 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5897 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5912 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1682150828 {#5910 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5911 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5919 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1682150828 {#5917 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5918 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5926 -id: 91 -name: "カトラリー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1682150828 {#5908 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5909 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5931 -id: 92 -name: "スプーン" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1682150828 {#5924 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5925 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5940 -id: 93 -name: "ナイフ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1682150828 {#5938 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5939 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5947 -id: 94 -name: "フォーク" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1682150828 {#5945 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5946 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5954 -id: 95 -name: "箸" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1682150828 {#5952 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5953 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5961 -id: 96 -name: "箸置き" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1682150828 {#5959 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5960 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5968 -id: 177 -name: "その他" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1710903700 {#5966 date: 2024-03-20 12:01:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5967 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5975 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1682150828 {#5727 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5726 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5980 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1682150828 {#5973 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5974 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5989 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1682150828 {#5987 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5988 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5996 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1682150828 {#5994 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5995 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6003 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1682150829 {#6001 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6002 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6010 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1682150829 {#6008 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6009 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6017 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1682150829 {#6015 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6016 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6024 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1682150829 {#6022 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6023 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6031 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1723541106 {#6029 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6030 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6038 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1682150829 {#6036 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6037 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6045 -id: 107 -name: "キッチンクロス・コースター" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1682150829 {#5985 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5986 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6050 -id: 108 -name: "クロス" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1682150829 {#6043 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6044 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6059 -id: 109 -name: "ランチョンマット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1682150829 {#6057 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6058 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6066 -id: 178 -name: "コースター" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1710903799 {#6064 date: 2024-03-20 12:03:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6065 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6073 -id: 179 -name: "その他" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1710903802 {#6071 date: 2024-03-20 12:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6072 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6080 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1710901233 {#5766 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721626423 {#5767 date: 2024-07-22 14:33:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6085 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1710902594 {#5936 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#5937 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6090 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 7 -create_date: DateTime @1710903832 {#6078 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6079 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6101 -id: 181 -name: "什器" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903841 {#6099 date: 2024-03-20 12:04:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6100 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6108 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6106 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6107 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6115 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6113 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6114 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6122 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6056 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6055 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6127 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6120 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6121 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6128 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6136 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6134 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6135 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6096 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1682150829 {#6133 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#6132 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6143 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6144 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1682150829 {#6098 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6097 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } ] |
[ Eccube\Entity\Category {#5004 -id: 194 -name: "an1767" -hierarchy: 1 -sort_no: 135 -create_date: DateTime @1729836637 {#5010 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1729836637 {#5008 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5247 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1727768864 {#5249 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727768864 {#5248 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5243 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5240 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1719359121 {#5242 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5241 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5233 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 132 -create_date: DateTime @1705815113 {#5235 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5234 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5009 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1682150829 {#5228 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5227 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5007 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5212 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1488881692 {#5226 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5225 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5217 -id: 8 -name: "チェア・スツール" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5224 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901306 {#5223 date: 2024-03-20 11:21:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5257 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1720308442 {#5222 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5001 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5268 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1682150828 {#5266 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5267 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5275 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5274 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5282 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5280 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5281 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5289 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1710901472 {#5287 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5288 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5296 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1682150828 {#5264 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5265 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5301 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1682150828 {#5294 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5295 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5310 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5308 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5309 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5317 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5315 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5316 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5322 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150828 {#5261 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5260 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5327 -id: 195 -name: "トレイ" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1756885442 {#5306 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756885442 {#5307 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5338 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150828 {#5334 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5335 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5343 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5336 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5337 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5352 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5351 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5359 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5357 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5358 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5366 -id: 24 -name: "ミラー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150828 {#5348 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5349 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5371 -id: 25 -name: "テーブルミラー" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1682150828 {#5364 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5365 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5380 -id: 26 -name: "ウォールミラー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1682150828 {#5378 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5379 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5387 -id: 156 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710902762 {#5385 date: 2024-03-20 11:46:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5386 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5394 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5376 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5377 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5399 -id: 28 -name: "スタンドライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150828 {#5392 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5393 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5408 -id: 29 -name: "デスクライト" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5406 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5407 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5415 -id: 157 -name: "ペンダントライト" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1710902793 {#5413 date: 2024-03-20 11:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5414 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5422 -id: 158 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710902797 {#5420 date: 2024-03-20 11:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5421 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5423 …} -Children: Doctrine\ORM\PersistentCollection {#5426 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5429 -id: 30 -name: "時計" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5332 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5333 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5434 -id: 31 -name: "掛け時計" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5427 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5428 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5443 -id: 32 -name: "置き時計" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1682150828 {#5441 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5442 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5450 -id: 159 -name: "その他" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1710902819 {#5448 date: 2024-03-20 11:46:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5449 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5457 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5439 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902228 {#5440 date: 2024-03-20 11:37:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5462 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5455 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5456 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5471 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5469 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5470 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5478 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5476 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5477 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5485 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5483 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5484 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5492 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5490 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5491 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5499 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5497 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5498 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5506 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5404 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5405 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5511 -id: 192 -name: "フレグランス" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1723601999 {#5504 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601999 {#5505 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5520 -id: 191 -name: "キャニスター・コンテナ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1723601941 {#5518 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601941 {#5519 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5524 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5527 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1682150828 {#5525 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5526 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5534 -id: 43 -name: "ボウル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1682150828 {#5532 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711272578 {#5533 date: 2024-03-24 18:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5541 -id: 44 -name: "ボックス・キューブ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1682150828 {#5539 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5540 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5542 …} -Children: Doctrine\ORM\PersistentCollection {#5545 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5548 -id: 46 -name: "キャンドルホルダー" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1682150828 {#5546 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5547 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5555 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1682150828 {#5553 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5554 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5560 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5561 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5569 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1710903008 {#5567 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5568 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5574 -id: 48 -name: "ハンガー・フック" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1682150828 {#5516 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756274437 {#5517 date: 2025-08-27 15:00:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5583 -id: 51 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5579 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902047 {#5580 date: 2024-03-20 11:34:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5588 -id: 52 -name: "バス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5581 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5582 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5597 -id: 53 -name: "ランドリー" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5595 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903084 {#5596 date: 2024-03-20 11:51:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5604 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5602 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5603 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5611 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5593 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5594 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5616 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5609 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5610 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5625 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5623 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5624 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5632 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5630 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5631 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5639 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1710903130 {#5637 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5638 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5646 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5467 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902076 {#5468 date: 2024-03-20 11:34:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5651 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1710903155 {#5644 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5645 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5660 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1710903165 {#5658 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5659 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5667 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1710903174 {#5665 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5666 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5674 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1710903182 {#5672 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5673 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5681 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1710903184 {#5679 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5680 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5688 -id: 62 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5656 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902100 {#5657 date: 2024-03-20 11:35:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5693 -id: 168 -name: "フレーム" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903217 {#5686 date: 2024-03-20 11:53:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5687 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5702 -id: 169 -name: "ポスター" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903226 {#5700 date: 2024-03-20 11:53:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5701 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5709 -id: 170 -name: "その他" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903230 {#5707 date: 2024-03-20 11:53:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5708 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5716 -id: 153 -name: "グリーン" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1710902258 {#5698 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902258 {#5699 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5721 -id: 171 -name: "グリーン・枝" -hierarchy: 4 -sort_no: 23 -create_date: DateTime @1710903262 {#5714 date: 2024-03-20 11:54:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5715 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5730 -id: 172 -name: "POT(鉢)" -hierarchy: 4 -sort_no: 22 -create_date: DateTime @1710903272 {#5728 date: 2024-03-20 11:54:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5729 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5737 -id: 173 -name: "鉢カバー" -hierarchy: 4 -sort_no: 21 -create_date: DateTime @1710903280 {#5735 date: 2024-03-20 11:54:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5736 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5744 -id: 174 -name: "その他" -hierarchy: 4 -sort_no: 20 -create_date: DateTime @1710903289 {#5742 date: 2024-03-20 11:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5743 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5751 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1682150828 {#5622 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5621 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5756 -id: 72 -name: "和食器" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1682150828 {#5262 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5263 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5761 -id: 73 -name: "皿" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150828 {#5749 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903506 {#5750 date: 2024-03-20 11:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5772 -id: 74 -name: "小鉢・椀" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1682150828 {#5770 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903520 {#5771 date: 2024-03-20 11:58:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5779 -id: 75 -name: "高杯" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5777 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903534 {#5778 date: 2024-03-20 11:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5786 -id: 76 -name: "茶器" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5784 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903552 {#5785 date: 2024-03-20 11:59:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5793 -id: 77 -name: "その他" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5791 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903573 {#5792 date: 2024-03-20 11:59:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5800 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1682150828 {#5768 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5769 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5805 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1682150828 {#5798 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5799 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5814 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1682150828 {#5812 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5813 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5821 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5819 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5820 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5828 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5826 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5827 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5835 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5833 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5834 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5842 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1710903473 {#5840 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5841 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5849 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1710903477 {#5847 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5848 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5856 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1682150828 {#5810 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5811 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5861 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1682150828 {#5854 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5855 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5870 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1682150828 {#5868 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5869 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5877 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1682150828 {#5875 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5876 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5884 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1682150828 {#5882 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5883 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5891 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1682150828 {#5889 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5890 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5898 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1682150828 {#5866 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5867 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5903 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1682150828 {#5896 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5897 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5912 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1682150828 {#5910 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5911 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5919 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1682150828 {#5917 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5918 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5926 -id: 91 -name: "カトラリー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1682150828 {#5908 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5909 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5931 -id: 92 -name: "スプーン" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1682150828 {#5924 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5925 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5940 -id: 93 -name: "ナイフ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1682150828 {#5938 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5939 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5947 -id: 94 -name: "フォーク" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1682150828 {#5945 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5946 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5954 -id: 95 -name: "箸" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1682150828 {#5952 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5953 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5961 -id: 96 -name: "箸置き" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1682150828 {#5959 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5960 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5968 -id: 177 -name: "その他" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1710903700 {#5966 date: 2024-03-20 12:01:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5967 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5975 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1682150828 {#5727 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5726 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5980 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1682150828 {#5973 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5974 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5989 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1682150828 {#5987 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5988 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5996 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1682150828 {#5994 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5995 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6003 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1682150829 {#6001 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6002 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6010 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1682150829 {#6008 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6009 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6017 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1682150829 {#6015 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6016 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6024 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1682150829 {#6022 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6023 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6031 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1723541106 {#6029 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6030 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6038 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1682150829 {#6036 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6037 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6045 -id: 107 -name: "キッチンクロス・コースター" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1682150829 {#5985 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5986 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6050 -id: 108 -name: "クロス" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1682150829 {#6043 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6044 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6059 -id: 109 -name: "ランチョンマット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1682150829 {#6057 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6058 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6066 -id: 178 -name: "コースター" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1710903799 {#6064 date: 2024-03-20 12:03:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6065 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6073 -id: 179 -name: "その他" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1710903802 {#6071 date: 2024-03-20 12:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6072 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6080 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1710901233 {#5766 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721626423 {#5767 date: 2024-07-22 14:33:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6085 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1710902594 {#5936 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#5937 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6090 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 7 -create_date: DateTime @1710903832 {#6078 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6079 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6101 -id: 181 -name: "什器" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903841 {#6099 date: 2024-03-20 12:04:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6100 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6108 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6106 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6107 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6115 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6113 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6114 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6122 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6056 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6055 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6127 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6120 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6121 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6128 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6136 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6134 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6135 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6096 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1682150829 {#6133 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#6132 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6143 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6144 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1682150829 {#6098 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6097 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } ] |
| 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 {#4834 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4880 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4878 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4827 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5004 -id: 194 -name: "an1767" -hierarchy: 1 -sort_no: 135 -create_date: DateTime @1729836637 {#5010 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1729836637 {#5008 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5247 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1727768864 {#5249 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727768864 {#5248 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5243 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5240 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1719359121 {#5242 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5241 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5233 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 132 -create_date: DateTime @1705815113 {#5235 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5234 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5009 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1682150829 {#5228 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5227 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5007 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5212 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1488881692 {#5226 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5225 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5217 -id: 8 -name: "チェア・スツール" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5224 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901306 {#5223 date: 2024-03-20 11:21:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5257 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1720308442 {#5222 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5001 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5268 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1682150828 {#5266 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5267 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5275 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5274 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5282 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5280 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5281 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5289 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1710901472 {#5287 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5288 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5296 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1682150828 {#5264 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5265 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5301 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1682150828 {#5294 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5295 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5310 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5308 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5309 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5317 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5315 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5316 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5322 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150828 {#5261 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5260 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5327 -id: 195 -name: "トレイ" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1756885442 {#5306 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756885442 {#5307 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5338 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150828 {#5334 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5335 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5343 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5336 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5337 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5352 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5351 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5359 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5357 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5358 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5366 -id: 24 -name: "ミラー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150828 {#5348 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5349 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5371 -id: 25 -name: "テーブルミラー" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1682150828 {#5364 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5365 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5380 -id: 26 -name: "ウォールミラー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1682150828 {#5378 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5379 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5387 -id: 156 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710902762 {#5385 date: 2024-03-20 11:46:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5386 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5394 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5376 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5377 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5399 -id: 28 -name: "スタンドライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150828 {#5392 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5393 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5408 -id: 29 -name: "デスクライト" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5406 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5407 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5415 -id: 157 -name: "ペンダントライト" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1710902793 {#5413 date: 2024-03-20 11:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5414 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5422 -id: 158 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710902797 {#5420 date: 2024-03-20 11:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5421 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5423 …} -Children: Doctrine\ORM\PersistentCollection {#5426 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5429 -id: 30 -name: "時計" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5332 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5333 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5434 -id: 31 -name: "掛け時計" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5427 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5428 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5443 -id: 32 -name: "置き時計" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1682150828 {#5441 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5442 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5450 -id: 159 -name: "その他" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1710902819 {#5448 date: 2024-03-20 11:46:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5449 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5457 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5439 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902228 {#5440 date: 2024-03-20 11:37:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5462 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5455 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5456 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5471 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5469 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5470 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5478 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5476 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5477 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5485 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5483 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5484 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5492 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5490 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5491 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5499 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5497 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5498 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5506 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5404 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5405 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5511 -id: 192 -name: "フレグランス" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1723601999 {#5504 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601999 {#5505 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5520 -id: 191 -name: "キャニスター・コンテナ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1723601941 {#5518 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601941 {#5519 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5524 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5527 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1682150828 {#5525 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5526 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5534 -id: 43 -name: "ボウル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1682150828 {#5532 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711272578 {#5533 date: 2024-03-24 18:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5541 -id: 44 -name: "ボックス・キューブ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1682150828 {#5539 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5540 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5542 …} -Children: Doctrine\ORM\PersistentCollection {#5545 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5548 -id: 46 -name: "キャンドルホルダー" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1682150828 {#5546 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5547 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5555 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1682150828 {#5553 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5554 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5562 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5560 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5561 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5569 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1710903008 {#5567 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5568 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5574 -id: 48 -name: "ハンガー・フック" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1682150828 {#5516 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756274437 {#5517 date: 2025-08-27 15:00:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5583 -id: 51 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5579 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902047 {#5580 date: 2024-03-20 11:34:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5588 -id: 52 -name: "バス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5581 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5582 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5597 -id: 53 -name: "ランドリー" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5595 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903084 {#5596 date: 2024-03-20 11:51:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5604 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5602 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5603 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5611 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5593 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5594 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5616 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5609 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5610 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5625 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5623 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5624 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5632 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5630 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5631 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5639 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1710903130 {#5637 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5638 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5646 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5467 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902076 {#5468 date: 2024-03-20 11:34:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5651 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1710903155 {#5644 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5645 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5660 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1710903165 {#5658 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5659 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5667 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1710903174 {#5665 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5666 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5674 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1710903182 {#5672 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5673 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5681 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1710903184 {#5679 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5680 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5688 -id: 62 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5656 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902100 {#5657 date: 2024-03-20 11:35:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5693 -id: 168 -name: "フレーム" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903217 {#5686 date: 2024-03-20 11:53:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5687 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5702 -id: 169 -name: "ポスター" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903226 {#5700 date: 2024-03-20 11:53:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5701 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5709 -id: 170 -name: "その他" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903230 {#5707 date: 2024-03-20 11:53:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5708 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5716 -id: 153 -name: "グリーン" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1710902258 {#5698 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902258 {#5699 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5721 -id: 171 -name: "グリーン・枝" -hierarchy: 4 -sort_no: 23 -create_date: DateTime @1710903262 {#5714 date: 2024-03-20 11:54:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5715 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5730 -id: 172 -name: "POT(鉢)" -hierarchy: 4 -sort_no: 22 -create_date: DateTime @1710903272 {#5728 date: 2024-03-20 11:54:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5729 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5737 -id: 173 -name: "鉢カバー" -hierarchy: 4 -sort_no: 21 -create_date: DateTime @1710903280 {#5735 date: 2024-03-20 11:54:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5736 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5744 -id: 174 -name: "その他" -hierarchy: 4 -sort_no: 20 -create_date: DateTime @1710903289 {#5742 date: 2024-03-20 11:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5743 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5751 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1682150828 {#5622 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5621 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5756 -id: 72 -name: "和食器" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1682150828 {#5262 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5263 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5761 -id: 73 -name: "皿" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150828 {#5749 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903506 {#5750 date: 2024-03-20 11:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5772 -id: 74 -name: "小鉢・椀" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1682150828 {#5770 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903520 {#5771 date: 2024-03-20 11:58:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5779 -id: 75 -name: "高杯" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5777 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903534 {#5778 date: 2024-03-20 11:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5786 -id: 76 -name: "茶器" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5784 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903552 {#5785 date: 2024-03-20 11:59:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5793 -id: 77 -name: "その他" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5791 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903573 {#5792 date: 2024-03-20 11:59:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5800 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1682150828 {#5768 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5769 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5805 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1682150828 {#5798 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5799 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5814 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1682150828 {#5812 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5813 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5821 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5819 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5820 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5828 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5826 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5827 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5835 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5833 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5834 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5842 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1710903473 {#5840 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5841 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5849 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1710903477 {#5847 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5848 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5856 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1682150828 {#5810 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5811 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5861 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1682150828 {#5854 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5855 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5870 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1682150828 {#5868 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5869 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5877 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1682150828 {#5875 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5876 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5884 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1682150828 {#5882 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5883 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5891 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1682150828 {#5889 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5890 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5898 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1682150828 {#5866 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5867 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5903 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1682150828 {#5896 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5897 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5912 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1682150828 {#5910 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5911 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5919 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1682150828 {#5917 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5918 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5926 -id: 91 -name: "カトラリー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1682150828 {#5908 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5909 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5931 -id: 92 -name: "スプーン" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1682150828 {#5924 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5925 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5940 -id: 93 -name: "ナイフ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1682150828 {#5938 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5939 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5947 -id: 94 -name: "フォーク" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1682150828 {#5945 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5946 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5954 -id: 95 -name: "箸" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1682150828 {#5952 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5953 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5961 -id: 96 -name: "箸置き" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1682150828 {#5959 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5960 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5968 -id: 177 -name: "その他" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1710903700 {#5966 date: 2024-03-20 12:01:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5967 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5975 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1682150828 {#5727 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5726 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5980 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1682150828 {#5973 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5974 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5989 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1682150828 {#5987 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5988 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#5996 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1682150828 {#5994 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5995 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6003 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1682150829 {#6001 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6002 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6010 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1682150829 {#6008 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6009 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6017 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1682150829 {#6015 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6016 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6024 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1682150829 {#6022 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6023 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6031 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1723541106 {#6029 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6030 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6038 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1682150829 {#6036 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6037 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6045 -id: 107 -name: "キッチンクロス・コースター" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1682150829 {#5985 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5986 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6050 -id: 108 -name: "クロス" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1682150829 {#6043 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6044 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6059 -id: 109 -name: "ランチョンマット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1682150829 {#6057 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6058 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6066 -id: 178 -name: "コースター" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1710903799 {#6064 date: 2024-03-20 12:03:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6065 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6073 -id: 179 -name: "その他" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1710903802 {#6071 date: 2024-03-20 12:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6072 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6080 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1710901233 {#5766 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721626423 {#5767 date: 2024-07-22 14:33:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6085 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1710902594 {#5936 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#5937 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6090 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 7 -create_date: DateTime @1710903832 {#6078 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6079 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6101 -id: 181 -name: "什器" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903841 {#6099 date: 2024-03-20 12:04:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6100 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6108 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6106 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6107 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6115 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6113 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6114 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6122 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6056 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6055 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6127 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6120 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6121 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6128 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6136 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6134 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6135 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6096 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1682150829 {#6133 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#6132 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6143 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } Eccube\Entity\Category {#6144 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1682150829 {#6098 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6097 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } ] |
| 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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …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 {#4878 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4827 …} -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() {#4841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4831 …} } } |
| 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 | [ 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7576 +label: "an1767" +value: "194" +data: Eccube\Entity\Category {#5004 -id: 194 -name: "an1767" -hierarchy: 1 -sort_no: 135 -create_date: DateTime @1729836637 {#5010 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1729836637 {#5008 date: 2024-10-25 15:10:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5094 …} -Children: Doctrine\ORM\PersistentCollection {#5250 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7578 +label: "ゴールド会員のみ" +value: "193" +data: Eccube\Entity\Category {#5247 -id: 193 -name: "ゴールド会員のみ" -hierarchy: 1 -sort_no: 134 -create_date: DateTime @1727768864 {#5249 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1727768864 {#5248 date: 2024-10-01 16:47:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5246 …} -Children: Doctrine\ORM\PersistentCollection {#5243 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7577 +label: "TOP" +value: "187" +data: Eccube\Entity\Category {#5240 -id: 187 -name: "TOP" -hierarchy: 1 -sort_no: 133 -create_date: DateTime @1719359121 {#5242 date: 2024-06-26 08:45:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5241 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5239 …} -Children: Doctrine\ORM\PersistentCollection {#5236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: "Outlet Sale" +value: "150" +data: Eccube\Entity\Category {#5233 -id: 150 -name: "Outlet Sale" -hierarchy: 1 -sort_no: 132 -create_date: DateTime @1705815113 {#5235 date: 2024-01-21 14:31:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5234 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5232 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: "カテゴリーで探す" +value: "131" +data: Eccube\Entity\Category {#5009 -id: 131 -name: "カテゴリーで探す" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1682150829 {#5228 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#5227 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5007 …} -Children: Doctrine\ORM\PersistentCollection {#5210 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: " 家具" +value: "1" +data: Eccube\Entity\Category {#5212 -id: 1 -name: "家具" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1488881692 {#5226 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5225 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5213 …} -Children: Doctrine\ORM\PersistentCollection {#5216 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: " チェア・スツール" +value: "8" +data: Eccube\Entity\Category {#5217 -id: 8 -name: "チェア・スツール" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1682150828 {#5224 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901306 {#5223 date: 2024-03-20 11:21:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5218 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: " ソファ" +value: "188" +data: Eccube\Entity\Category {#5257 -id: 188 -name: "ソファ" -hierarchy: 3 -sort_no: 15 -create_date: DateTime @1720308442 {#5222 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720308442 {#5001 date: 2024-07-07 08:27:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5259 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: " チェア" +value: "9" +data: Eccube\Entity\Category {#5268 -id: 9 -name: "チェア" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1682150828 {#5266 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5267 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5269 …} -Children: Doctrine\ORM\PersistentCollection {#5272 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: " スツール" +value: "10" +data: Eccube\Entity\Category {#5275 -id: 10 -name: "スツール" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1682150828 {#5273 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5274 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5276 …} -Children: Doctrine\ORM\PersistentCollection {#5279 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: " フォールディング" +value: "11" +data: Eccube\Entity\Category {#5282 -id: 11 -name: "フォールディング" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1682150828 {#5280 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5281 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5283 …} -Children: Doctrine\ORM\PersistentCollection {#5286 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: " その他" +value: "152" +data: Eccube\Entity\Category {#5289 -id: 152 -name: "その他" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1710901472 {#5287 date: 2024-03-20 11:24:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902701 {#5288 date: 2024-03-20 11:45:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5290 …} -Children: Doctrine\ORM\PersistentCollection {#5293 …} -Parent: Eccube\Entity\Category {#5217} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: " テーブル・その他" +value: "12" +data: Eccube\Entity\Category {#5296 -id: 12 -name: "テーブル・その他" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1682150828 {#5264 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901329 {#5265 date: 2024-03-20 11:22:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5297 …} -Children: Doctrine\ORM\PersistentCollection {#5300 …} -Parent: Eccube\Entity\Category {#5212} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: " テーブル" +value: "13" +data: Eccube\Entity\Category {#5301 -id: 13 -name: "テーブル" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1682150828 {#5294 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901545 {#5295 date: 2024-03-20 11:25:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5302 …} -Children: Doctrine\ORM\PersistentCollection {#5305 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7733 +label: " サイド・コーヒーテーブル" +value: "14" +data: Eccube\Entity\Category {#5310 -id: 14 -name: "サイド・コーヒーテーブル" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1682150828 {#5308 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152433 {#5309 date: 2023-04-22 17:33:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5311 …} -Children: Doctrine\ORM\PersistentCollection {#5314 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7734 +label: " その他" +value: "15" +data: Eccube\Entity\Category {#5317 -id: 15 -name: "その他" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1682150828 {#5315 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710901592 {#5316 date: 2024-03-20 11:26:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5318 …} -Children: Doctrine\ORM\PersistentCollection {#5321 …} -Parent: Eccube\Entity\Category {#5296} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7735 +label: " インテリア" +value: "19" +data: Eccube\Entity\Category {#5322 -id: 19 -name: "インテリア" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1682150828 {#5261 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5260 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5323 …} -Children: Doctrine\ORM\PersistentCollection {#5326 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7736 +label: " トレイ" +value: "195" +data: Eccube\Entity\Category {#5327 -id: 195 -name: "トレイ" -hierarchy: 3 -sort_no: 80 -create_date: DateTime @1756885442 {#5306 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756885442 {#5307 date: 2025-09-03 16:44:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5328 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7737 +label: " フラワーベース" +value: "20" +data: Eccube\Entity\Category {#5338 -id: 20 -name: "フラワーベース" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1682150828 {#5334 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5335 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5339 …} -Children: Doctrine\ORM\PersistentCollection {#5342 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7738 +label: " S(~H100mm)" +value: "23" +data: Eccube\Entity\Category {#5343 -id: 23 -name: "S(~H100mm)" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1682150828 {#5336 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085662 {#5337 date: 2024-03-22 14:34:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5344 …} -Children: Doctrine\ORM\PersistentCollection {#5347 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7739 +label: " M(H100mm~200mm)" +value: "22" +data: Eccube\Entity\Category {#5352 -id: 22 -name: "M(H100mm~200mm)" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1682150828 {#5350 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085685 {#5351 date: 2024-03-22 14:34:45.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5353 …} -Children: Doctrine\ORM\PersistentCollection {#5356 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7740 +label: " L(H200mm~)" +value: "21" +data: Eccube\Entity\Category {#5359 -id: 21 -name: "L(H200mm~)" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1682150828 {#5357 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711085703 {#5358 date: 2024-03-22 14:35:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5360 …} -Children: Doctrine\ORM\PersistentCollection {#5363 …} -Parent: Eccube\Entity\Category {#5338} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: " ミラー" +value: "24" +data: Eccube\Entity\Category {#5366 -id: 24 -name: "ミラー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1682150828 {#5348 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5349 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5367 …} -Children: Doctrine\ORM\PersistentCollection {#5370 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: " テーブルミラー" +value: "25" +data: Eccube\Entity\Category {#5371 -id: 25 -name: "テーブルミラー" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1682150828 {#5364 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5365 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5372 …} -Children: Doctrine\ORM\PersistentCollection {#5375 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: " ウォールミラー" +value: "26" +data: Eccube\Entity\Category {#5380 -id: 26 -name: "ウォールミラー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1682150828 {#5378 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5379 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5381 …} -Children: Doctrine\ORM\PersistentCollection {#5384 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: " その他" +value: "156" +data: Eccube\Entity\Category {#5387 -id: 156 -name: "その他" -hierarchy: 3 -sort_no: 29 -create_date: DateTime @1710902762 {#5385 date: 2024-03-20 11:46:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902764 {#5386 date: 2024-03-20 11:46:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5388 …} -Children: Doctrine\ORM\PersistentCollection {#5391 …} -Parent: Eccube\Entity\Category {#5366} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: " ライト" +value: "27" +data: Eccube\Entity\Category {#5394 -id: 27 -name: "ライト" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1682150828 {#5376 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5377 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: " スタンドライト" +value: "28" +data: Eccube\Entity\Category {#5399 -id: 28 -name: "スタンドライト" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1682150828 {#5392 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5393 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5400 …} -Children: Doctrine\ORM\PersistentCollection {#5403 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: " デスクライト" +value: "29" +data: Eccube\Entity\Category {#5408 -id: 29 -name: "デスクライト" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1682150828 {#5406 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5407 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5409 …} -Children: Doctrine\ORM\PersistentCollection {#5412 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: " ペンダントライト" +value: "157" +data: Eccube\Entity\Category {#5415 -id: 157 -name: "ペンダントライト" -hierarchy: 3 -sort_no: 36 -create_date: DateTime @1710902793 {#5413 date: 2024-03-20 11:46:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5414 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5416 …} -Children: Doctrine\ORM\PersistentCollection {#5419 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: " その他" +value: "158" +data: Eccube\Entity\Category {#5422 -id: 158 -name: "その他" -hierarchy: 3 -sort_no: 35 -create_date: DateTime @1710902797 {#5420 date: 2024-03-20 11:46:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902802 {#5421 date: 2024-03-20 11:46:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5423 …} -Children: Doctrine\ORM\PersistentCollection {#5426 …} -Parent: Eccube\Entity\Category {#5394} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: " 時計" +value: "30" +data: Eccube\Entity\Category {#5429 -id: 30 -name: "時計" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1682150828 {#5332 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5333 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5430 …} -Children: Doctrine\ORM\PersistentCollection {#5433 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: " 掛け時計" +value: "31" +data: Eccube\Entity\Category {#5434 -id: 31 -name: "掛け時計" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1682150828 {#5427 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5428 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5435 …} -Children: Doctrine\ORM\PersistentCollection {#5438 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: " 置き時計" +value: "32" +data: Eccube\Entity\Category {#5443 -id: 32 -name: "置き時計" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1682150828 {#5441 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5442 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: " その他" +value: "159" +data: Eccube\Entity\Category {#5450 -id: 159 -name: "その他" -hierarchy: 3 -sort_no: 43 -create_date: DateTime @1710902819 {#5448 date: 2024-03-20 11:46:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902822 {#5449 date: 2024-03-20 11:47:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5451 …} -Children: Doctrine\ORM\PersistentCollection {#5454 …} -Parent: Eccube\Entity\Category {#5429} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: " 本・ステーショナリー" +value: "34" +data: Eccube\Entity\Category {#5457 -id: 34 -name: "本・ステーショナリー" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1682150828 {#5439 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902228 {#5440 date: 2024-03-20 11:37:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5461 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: " 洋書" +value: "35" +data: Eccube\Entity\Category {#5462 -id: 35 -name: "洋書" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1682150828 {#5455 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902852 {#5456 date: 2024-03-20 11:47:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5463 …} -Children: Doctrine\ORM\PersistentCollection {#5466 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: " 雑誌" +value: "36" +data: Eccube\Entity\Category {#5471 -id: 36 -name: "雑誌" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1682150828 {#5469 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902867 {#5470 date: 2024-03-20 11:47:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5472 …} -Children: Doctrine\ORM\PersistentCollection {#5475 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: " アンティーク本" +value: "37" +data: Eccube\Entity\Category {#5478 -id: 37 -name: "アンティーク本" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1682150828 {#5476 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902881 {#5477 date: 2024-03-20 11:48:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5479 …} -Children: Doctrine\ORM\PersistentCollection {#5482 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: " ディスプレー本" +value: "38" +data: Eccube\Entity\Category {#5485 -id: 38 -name: "ディスプレー本" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1682150828 {#5483 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902896 {#5484 date: 2024-03-20 11:48:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5486 …} -Children: Doctrine\ORM\PersistentCollection {#5489 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: " ステーショナリー" +value: "39" +data: Eccube\Entity\Category {#5492 -id: 39 -name: "ステーショナリー" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1682150828 {#5490 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902909 {#5491 date: 2024-03-20 11:48:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: " その他" +value: "40" +data: Eccube\Entity\Category {#5499 -id: 40 -name: "その他" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1682150828 {#5497 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153087 {#5498 date: 2023-04-22 17:44:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5500 …} -Children: Doctrine\ORM\PersistentCollection {#5503 …} -Parent: Eccube\Entity\Category {#5457} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: " オブジェ" +value: "41" +data: Eccube\Entity\Category {#5506 -id: 41 -name: "オブジェ" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1682150828 {#5404 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5405 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5507 …} -Children: Doctrine\ORM\PersistentCollection {#5510 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: " フレグランス" +value: "192" +data: Eccube\Entity\Category {#5511 -id: 192 -name: "フレグランス" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1723601999 {#5504 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601999 {#5505 date: 2024-08-14 11:19:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5512 …} -Children: Doctrine\ORM\PersistentCollection {#5515 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: " キャニスター・コンテナ" +value: "191" +data: Eccube\Entity\Category {#5520 -id: 191 -name: "キャニスター・コンテナ" -hierarchy: 3 -sort_no: 62 -create_date: DateTime @1723601941 {#5518 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601941 {#5519 date: 2024-08-14 11:19:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5524 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: " 装飾品" +value: "42" +data: Eccube\Entity\Category {#5527 -id: 42 -name: "装飾品" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1682150828 {#5525 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5526 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5528 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: " ボウル" +value: "43" +data: Eccube\Entity\Category {#5534 -id: 43 -name: "ボウル" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1682150828 {#5532 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1711272578 {#5533 date: 2024-03-24 18:29:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5535 …} -Children: Doctrine\ORM\PersistentCollection {#5538 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: " ボックス・キューブ" +value: "44" +data: Eccube\Entity\Category {#5541 -id: 44 -name: "ボックス・キューブ" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1682150828 {#5539 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5540 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5542 …} -Children: Doctrine\ORM\PersistentCollection {#5545 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: " キャンドルホルダー" +value: "46" +data: Eccube\Entity\Category {#5548 -id: 46 -name: "キャンドルホルダー" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1682150828 {#5546 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5547 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: " 人・動物" +value: "45" +data: Eccube\Entity\Category {#5555 -id: 45 -name: "人・動物" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1682150828 {#5553 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5554 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5559 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: " 果物・植物" +value: "47" +data: Eccube\Entity\Category {#5562 -id: 47 -name: "果物・植物" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1682150828 {#5560 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5561 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5563 …} -Children: Doctrine\ORM\PersistentCollection {#5566 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: " その他" +value: "160" +data: Eccube\Entity\Category {#5569 -id: 160 -name: "その他" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1710903008 {#5567 date: 2024-03-20 11:50:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903013 {#5568 date: 2024-03-20 11:50:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5570 …} -Children: Doctrine\ORM\PersistentCollection {#5573 …} -Parent: Eccube\Entity\Category {#5506} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: " ハンガー・フック" +value: "48" +data: Eccube\Entity\Category {#5574 -id: 48 -name: "ハンガー・フック" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1682150828 {#5516 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756274437 {#5517 date: 2025-08-27 15:00:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5575 …} -Children: Doctrine\ORM\PersistentCollection {#5578 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: " バス・ランドリー" +value: "51" +data: Eccube\Entity\Category {#5583 -id: 51 -name: "バス・ランドリー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1682150828 {#5579 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902047 {#5580 date: 2024-03-20 11:34:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: " バス" +value: "52" +data: Eccube\Entity\Category {#5588 -id: 52 -name: "バス" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1682150828 {#5581 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5582 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5589 …} -Children: Doctrine\ORM\PersistentCollection {#5592 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: " ランドリー" +value: "53" +data: Eccube\Entity\Category {#5597 -id: 53 -name: "ランドリー" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1682150828 {#5595 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903084 {#5596 date: 2024-03-20 11:51:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5598 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: " その他" +value: "56" +data: Eccube\Entity\Category {#5604 -id: 56 -name: "その他" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1682150828 {#5602 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903068 {#5603 date: 2024-03-20 11:51:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5605 …} -Children: Doctrine\ORM\PersistentCollection {#5608 …} -Parent: Eccube\Entity\Category {#5583} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: " ファブリック" +value: "57" +data: Eccube\Entity\Category {#5611 -id: 57 -name: "ファブリック" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1682150828 {#5593 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682152316 {#5594 date: 2023-04-22 17:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5612 …} -Children: Doctrine\ORM\PersistentCollection {#5615 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: " ブランケット・スロー" +value: "58" +data: Eccube\Entity\Category {#5616 -id: 58 -name: "ブランケット・スロー" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1682150828 {#5609 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5610 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5617 …} -Children: Doctrine\ORM\PersistentCollection {#5620 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: " クッション" +value: "59" +data: Eccube\Entity\Category {#5625 -id: 59 -name: "クッション" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1682150828 {#5623 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153149 {#5624 date: 2023-04-22 17:45:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5629 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: " ラグ" +value: "60" +data: Eccube\Entity\Category {#5632 -id: 60 -name: "ラグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1682150828 {#5630 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903126 {#5631 date: 2024-03-20 11:52:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5633 …} -Children: Doctrine\ORM\PersistentCollection {#5636 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: " その他" +value: "162" +data: Eccube\Entity\Category {#5639 -id: 162 -name: "その他" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1710903130 {#5637 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903130 {#5638 date: 2024-03-20 11:52:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5640 …} -Children: Doctrine\ORM\PersistentCollection {#5643 …} -Parent: Eccube\Entity\Category {#5611} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: " バスケット・かご" +value: "61" +data: Eccube\Entity\Category {#5646 -id: 61 -name: "バスケット・かご" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1682150828 {#5467 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902076 {#5468 date: 2024-03-20 11:34:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: " バスケット" +value: "163" +data: Eccube\Entity\Category {#5651 -id: 163 -name: "バスケット" -hierarchy: 3 -sort_no: 41 -create_date: DateTime @1710903155 {#5644 date: 2024-03-20 11:52:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5645 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5652 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: " 手提げかご" +value: "164" +data: Eccube\Entity\Category {#5660 -id: 164 -name: "手提げかご" -hierarchy: 3 -sort_no: 40 -create_date: DateTime @1710903165 {#5658 date: 2024-03-20 11:52:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5659 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: " トレイ" +value: "165" +data: Eccube\Entity\Category {#5667 -id: 165 -name: "トレイ" -hierarchy: 3 -sort_no: 39 -create_date: DateTime @1710903174 {#5665 date: 2024-03-20 11:52:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5666 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: " 和製かご" +value: "166" +data: Eccube\Entity\Category {#5674 -id: 166 -name: "和製かご" -hierarchy: 3 -sort_no: 38 -create_date: DateTime @1710903182 {#5672 date: 2024-03-20 11:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5673 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: " その他" +value: "167" +data: Eccube\Entity\Category {#5681 -id: 167 -name: "その他" -hierarchy: 3 -sort_no: 37 -create_date: DateTime @1710903184 {#5679 date: 2024-03-20 11:53:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903195 {#5680 date: 2024-03-20 11:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: Eccube\Entity\Category {#5646} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: " フレーム・ポスター" +value: "62" +data: Eccube\Entity\Category {#5688 -id: 62 -name: "フレーム・ポスター" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1682150828 {#5656 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902100 {#5657 date: 2024-03-20 11:35:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: " フレーム" +value: "168" +data: Eccube\Entity\Category {#5693 -id: 168 -name: "フレーム" -hierarchy: 3 -sort_no: 33 -create_date: DateTime @1710903217 {#5686 date: 2024-03-20 11:53:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5687 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5694 …} -Children: Doctrine\ORM\PersistentCollection {#5697 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: " ポスター" +value: "169" +data: Eccube\Entity\Category {#5702 -id: 169 -name: "ポスター" -hierarchy: 3 -sort_no: 32 -create_date: DateTime @1710903226 {#5700 date: 2024-03-20 11:53:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5701 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: " その他" +value: "170" +data: Eccube\Entity\Category {#5709 -id: 170 -name: "その他" -hierarchy: 3 -sort_no: 31 -create_date: DateTime @1710903230 {#5707 date: 2024-03-20 11:53:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903240 {#5708 date: 2024-03-20 11:54:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: Eccube\Entity\Category {#5688} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: " グリーン" +value: "153" +data: Eccube\Entity\Category {#5716 -id: 153 -name: "グリーン" -hierarchy: 3 -sort_no: 24 -create_date: DateTime @1710902258 {#5698 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902258 {#5699 date: 2024-03-20 11:37:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: Eccube\Entity\Category {#5322} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: " グリーン・枝" +value: "171" +data: Eccube\Entity\Category {#5721 -id: 171 -name: "グリーン・枝" -hierarchy: 4 -sort_no: 23 -create_date: DateTime @1710903262 {#5714 date: 2024-03-20 11:54:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5715 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5722 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: " POT(鉢)" +value: "172" +data: Eccube\Entity\Category {#5730 -id: 172 -name: "POT(鉢)" -hierarchy: 4 -sort_no: 22 -create_date: DateTime @1710903272 {#5728 date: 2024-03-20 11:54:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5729 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: " 鉢カバー" +value: "173" +data: Eccube\Entity\Category {#5737 -id: 173 -name: "鉢カバー" -hierarchy: 4 -sort_no: 21 -create_date: DateTime @1710903280 {#5735 date: 2024-03-20 11:54:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5736 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: " その他" +value: "174" +data: Eccube\Entity\Category {#5744 -id: 174 -name: "その他" -hierarchy: 4 -sort_no: 20 -create_date: DateTime @1710903289 {#5742 date: 2024-03-20 11:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903297 {#5743 date: 2024-03-20 11:54:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: Eccube\Entity\Category {#5716} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: " キッチン" +value: "65" +data: Eccube\Entity\Category {#5751 -id: 65 -name: "キッチン" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1682150828 {#5622 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710902580 {#5621 date: 2024-03-20 11:43:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: " 和食器" +value: "72" +data: Eccube\Entity\Category {#5756 -id: 72 -name: "和食器" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1682150828 {#5262 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5263 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5757 …} -Children: Doctrine\ORM\PersistentCollection {#5760 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: " 皿" +value: "73" +data: Eccube\Entity\Category {#5761 -id: 73 -name: "皿" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1682150828 {#5749 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903506 {#5750 date: 2024-03-20 11:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5765 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: " 小鉢・椀" +value: "74" +data: Eccube\Entity\Category {#5772 -id: 74 -name: "小鉢・椀" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1682150828 {#5770 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903520 {#5771 date: 2024-03-20 11:58:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: " 高杯" +value: "75" +data: Eccube\Entity\Category {#5779 -id: 75 -name: "高杯" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1682150828 {#5777 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903534 {#5778 date: 2024-03-20 11:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: " 茶器" +value: "76" +data: Eccube\Entity\Category {#5786 -id: 76 -name: "茶器" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1682150828 {#5784 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903552 {#5785 date: 2024-03-20 11:59:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: " その他" +value: "77" +data: Eccube\Entity\Category {#5793 -id: 77 -name: "その他" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1682150828 {#5791 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903573 {#5792 date: 2024-03-20 11:59:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: Eccube\Entity\Category {#5756} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: " 洋食器" +value: "66" +data: Eccube\Entity\Category {#5800 -id: 66 -name: "洋食器" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1682150828 {#5768 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5769 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: " プレート" +value: "67" +data: Eccube\Entity\Category {#5805 -id: 67 -name: "プレート" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1682150828 {#5798 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5799 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5806 …} -Children: Doctrine\ORM\PersistentCollection {#5809 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: " ボウル" +value: "68" +data: Eccube\Entity\Category {#5814 -id: 68 -name: "ボウル" -hierarchy: 2 -sort_no: 125 -create_date: DateTime @1682150828 {#5812 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5813 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5815 …} -Children: Doctrine\ORM\PersistentCollection {#5818 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: " ケーキスタンド・コンポート" +value: "69" +data: Eccube\Entity\Category {#5821 -id: 69 -name: "ケーキスタンド・コンポート" -hierarchy: 2 -sort_no: 86 -create_date: DateTime @1682150828 {#5819 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5820 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5822 …} -Children: Doctrine\ORM\PersistentCollection {#5825 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: " ジャー" +value: "70" +data: Eccube\Entity\Category {#5828 -id: 70 -name: "ジャー" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1682150828 {#5826 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5827 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5829 …} -Children: Doctrine\ORM\PersistentCollection {#5832 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: " ボトル・ピッチャー" +value: "71" +data: Eccube\Entity\Category {#5835 -id: 71 -name: "ボトル・ピッチャー" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1682150828 {#5833 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5834 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5839 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: " アイスクーラー" +value: "175" +data: Eccube\Entity\Category {#5842 -id: 175 -name: "アイスクーラー" -hierarchy: 3 -sort_no: 83 -create_date: DateTime @1710903473 {#5840 date: 2024-03-20 11:57:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5841 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5843 …} -Children: Doctrine\ORM\PersistentCollection {#5846 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: " その他" +value: "176" +data: Eccube\Entity\Category {#5849 -id: 176 -name: "その他" -hierarchy: 3 -sort_no: 82 -create_date: DateTime @1710903477 {#5847 date: 2024-03-20 11:57:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903482 {#5848 date: 2024-03-20 11:58:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5853 …} -Parent: Eccube\Entity\Category {#5800} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: " コーヒー・ティー" +value: "79" +data: Eccube\Entity\Category {#5856 -id: 79 -name: "コーヒー・ティー" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1682150828 {#5810 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5811 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5857 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: " カップアンドソーサー" +value: "80" +data: Eccube\Entity\Category {#5861 -id: 80 -name: "カップアンドソーサー" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1682150828 {#5854 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5855 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5865 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: " マグ・カップ" +value: "81" +data: Eccube\Entity\Category {#5870 -id: 81 -name: "マグ・カップ" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1682150828 {#5868 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5869 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5871 …} -Children: Doctrine\ORM\PersistentCollection {#5874 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: " ティーポット" +value: "82" +data: Eccube\Entity\Category {#5877 -id: 82 -name: "ティーポット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1682150828 {#5875 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153229 {#5876 date: 2023-04-22 17:47:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5878 …} -Children: Doctrine\ORM\PersistentCollection {#5881 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: " クリーマー・シュガーポット" +value: "83" +data: Eccube\Entity\Category {#5884 -id: 83 -name: "クリーマー・シュガーポット" -hierarchy: 2 -sort_no: 93 -create_date: DateTime @1682150828 {#5882 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903603 {#5883 date: 2024-03-20 12:00:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5885 …} -Children: Doctrine\ORM\PersistentCollection {#5888 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: " その他" +value: "84" +data: Eccube\Entity\Category {#5891 -id: 84 -name: "その他" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1682150828 {#5889 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903617 {#5890 date: 2024-03-20 12:00:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5892 …} -Children: Doctrine\ORM\PersistentCollection {#5895 …} -Parent: Eccube\Entity\Category {#5856} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: " グラス" +value: "86" +data: Eccube\Entity\Category {#5898 -id: 86 -name: "グラス" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1682150828 {#5866 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5867 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5899 …} -Children: Doctrine\ORM\PersistentCollection {#5902 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: " グラス" +value: "87" +data: Eccube\Entity\Category {#5903 -id: 87 -name: "グラス" -hierarchy: 2 -sort_no: 102 -create_date: DateTime @1682150828 {#5896 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903647 {#5897 date: 2024-03-20 12:00:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5904 …} -Children: Doctrine\ORM\PersistentCollection {#5907 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: " ワイン・シャンパン" +value: "88" +data: Eccube\Entity\Category {#5912 -id: 88 -name: "ワイン・シャンパン" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1682150828 {#5910 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903660 {#5911 date: 2024-03-20 12:01:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5913 …} -Children: Doctrine\ORM\PersistentCollection {#5916 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: " その他" +value: "90" +data: Eccube\Entity\Category {#5919 -id: 90 -name: "その他" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1682150828 {#5917 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682153238 {#5918 date: 2023-04-22 17:47:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5920 …} -Children: Doctrine\ORM\PersistentCollection {#5923 …} -Parent: Eccube\Entity\Category {#5898} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: " カトラリー" +value: "91" +data: Eccube\Entity\Category {#5926 -id: 91 -name: "カトラリー" -hierarchy: 2 -sort_no: 111 -create_date: DateTime @1682150828 {#5908 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5909 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5927 …} -Children: Doctrine\ORM\PersistentCollection {#5930 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: " スプーン" +value: "92" +data: Eccube\Entity\Category {#5931 -id: 92 -name: "スプーン" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1682150828 {#5924 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5925 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5932 …} -Children: Doctrine\ORM\PersistentCollection {#5935 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: " ナイフ" +value: "93" +data: Eccube\Entity\Category {#5940 -id: 93 -name: "ナイフ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1682150828 {#5938 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5939 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5941 …} -Children: Doctrine\ORM\PersistentCollection {#5944 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: " フォーク" +value: "94" +data: Eccube\Entity\Category {#5947 -id: 94 -name: "フォーク" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1682150828 {#5945 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5946 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5948 …} -Children: Doctrine\ORM\PersistentCollection {#5951 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: " 箸" +value: "95" +data: Eccube\Entity\Category {#5954 -id: 95 -name: "箸" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1682150828 {#5952 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5953 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: " 箸置き" +value: "96" +data: Eccube\Entity\Category {#5961 -id: 96 -name: "箸置き" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1682150828 {#5959 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5960 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: " その他" +value: "177" +data: Eccube\Entity\Category {#5968 -id: 177 -name: "その他" -hierarchy: 3 -sort_no: 105 -create_date: DateTime @1710903700 {#5966 date: 2024-03-20 12:01:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903706 {#5967 date: 2024-03-20 12:01:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5969 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5926} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: " キッチンツール" +value: "97" +data: Eccube\Entity\Category {#5975 -id: 97 -name: "キッチンツール" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1682150828 {#5727 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5726 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5976 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7829 +label: " トング・サーバー" +value: "98" +data: Eccube\Entity\Category {#5980 -id: 98 -name: "トング・サーバー" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1682150828 {#5973 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5974 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5981 …} -Children: Doctrine\ORM\PersistentCollection {#5984 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7830 +label: " キャニスター・コンテナ" +value: "99" +data: Eccube\Entity\Category {#5989 -id: 99 -name: "キャニスター・コンテナ" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1682150828 {#5987 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5988 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5993 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7831 +label: " フライパン・鍋" +value: "100" +data: Eccube\Entity\Category {#5996 -id: 100 -name: "フライパン・鍋" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1682150828 {#5994 date: 2023-04-22 17:07:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#5995 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5997 …} -Children: Doctrine\ORM\PersistentCollection {#6000 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7832 +label: " 包丁・ハサミ" +value: "101" +data: Eccube\Entity\Category {#6003 -id: 101 -name: "包丁・ハサミ" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1682150829 {#6001 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6002 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7833 +label: " スパイス" +value: "102" +data: Eccube\Entity\Category {#6010 -id: 102 -name: "スパイス" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1682150829 {#6008 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6009 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6011 …} -Children: Doctrine\ORM\PersistentCollection {#6014 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7834 +label: " カッティングボード" +value: "103" +data: Eccube\Entity\Category {#6017 -id: 103 -name: "カッティングボード" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1682150829 {#6015 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6016 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7835 +label: " ケトル・やかん" +value: "105" +data: Eccube\Entity\Category {#6024 -id: 105 -name: "ケトル・やかん" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1682150829 {#6022 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6023 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7836 +label: " トレイ" +value: "189" +data: Eccube\Entity\Category {#6031 -id: 189 -name: "トレイ" -hierarchy: 3 -sort_no: 112 -create_date: DateTime @1723541106 {#6029 date: 2024-08-13 18:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6030 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6032 …} -Children: Doctrine\ORM\PersistentCollection {#6035 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7837 +label: " その他" +value: "106" +data: Eccube\Entity\Category {#6038 -id: 106 -name: "その他" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1682150829 {#6036 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723541116 {#6037 date: 2024-08-13 18:25:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#5975} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7838 +label: " キッチンクロス・コースター" +value: "107" +data: Eccube\Entity\Category {#6045 -id: 107 -name: "キッチンクロス・コースター" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1682150829 {#5985 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1756265559 {#5986 date: 2025-08-27 12:32:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6046 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5751} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7839 +label: " クロス" +value: "108" +data: Eccube\Entity\Category {#6050 -id: 108 -name: "クロス" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1682150829 {#6043 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6044 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7840 +label: " ランチョンマット" +value: "109" +data: Eccube\Entity\Category {#6059 -id: 109 -name: "ランチョンマット" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1682150829 {#6057 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6058 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6060 …} -Children: Doctrine\ORM\PersistentCollection {#6063 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7841 +label: " コースター" +value: "178" +data: Eccube\Entity\Category {#6066 -id: 178 -name: "コースター" -hierarchy: 3 -sort_no: 98 -create_date: DateTime @1710903799 {#6064 date: 2024-03-20 12:03:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6065 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7842 +label: " その他" +value: "179" +data: Eccube\Entity\Category {#6073 -id: 179 -name: "その他" -hierarchy: 3 -sort_no: 97 -create_date: DateTime @1710903802 {#6071 date: 2024-03-20 12:03:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903805 {#6072 date: 2024-03-20 12:03:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6074 …} -Children: Doctrine\ORM\PersistentCollection {#6077 …} -Parent: Eccube\Entity\Category {#6045} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7843 +label: " 店舗・撮影備品" +value: "151" +data: Eccube\Entity\Category {#6080 -id: 151 -name: "店舗・撮影備品" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1710901233 {#5766 date: 2024-03-20 11:20:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721626423 {#5767 date: 2024-07-22 14:33:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6081 …} -Children: Doctrine\ORM\PersistentCollection {#6084 …} -Parent: Eccube\Entity\Category {#5009} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7844 +label: " 店舗用ツール" +value: "154" +data: Eccube\Entity\Category {#6085 -id: 154 -name: "店舗用ツール" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1710902594 {#5936 date: 2024-03-20 11:43:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#5937 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6086 …} -Children: Doctrine\ORM\PersistentCollection {#6089 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7845 +label: " トルソー" +value: "180" +data: Eccube\Entity\Category {#6090 -id: 180 -name: "トルソー" -hierarchy: 4 -sort_no: 7 -create_date: DateTime @1710903832 {#6078 date: 2024-03-20 12:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6079 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6091 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7846 +label: " 什器" +value: "181" +data: Eccube\Entity\Category {#6101 -id: 181 -name: "什器" -hierarchy: 4 -sort_no: 6 -create_date: DateTime @1710903841 {#6099 date: 2024-03-20 12:04:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6100 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6102 …} -Children: Doctrine\ORM\PersistentCollection {#6105 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7847 +label: " ディスプレイツール" +value: "182" +data: Eccube\Entity\Category {#6108 -id: 182 -name: "ディスプレイツール" -hierarchy: 4 -sort_no: 5 -create_date: DateTime @1710903850 {#6106 date: 2024-03-20 12:04:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6107 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6109 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7848 +label: " その他" +value: "183" +data: Eccube\Entity\Category {#6115 -id: 183 -name: "その他" -hierarchy: 4 -sort_no: 4 -create_date: DateTime @1710903855 {#6113 date: 2024-03-20 12:04:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903871 {#6114 date: 2024-03-20 12:04:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6116 …} -Children: Doctrine\ORM\PersistentCollection {#6119 …} -Parent: Eccube\Entity\Category {#6085} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7849 +label: " その他撮影ツール" +value: "155" +data: Eccube\Entity\Category {#6122 -id: 155 -name: "その他撮影ツール" -hierarchy: 3 -sort_no: 3 -create_date: DateTime @1710902606 {#6056 date: 2024-03-20 11:43:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710903818 {#6055 date: 2024-03-20 12:03:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6123 …} -Children: Doctrine\ORM\PersistentCollection {#6126 …} -Parent: Eccube\Entity\Category {#6080} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7850 +label: " 天板" +value: "184" +data: Eccube\Entity\Category {#6127 -id: 184 -name: "天板" -hierarchy: 4 -sort_no: 2 -create_date: DateTime @1710903892 {#6120 date: 2024-03-20 12:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6121 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6128 …} -Children: Doctrine\ORM\PersistentCollection {#6131 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7851 +label: " その他" +value: "185" +data: Eccube\Entity\Category {#6136 -id: 185 -name: "その他" -hierarchy: 4 -sort_no: 1 -create_date: DateTime @1710903895 {#6134 date: 2024-03-20 12:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710905440 {#6135 date: 2024-03-20 12:30:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6137 …} -Children: Doctrine\ORM\PersistentCollection {#6140 …} -Parent: Eccube\Entity\Category {#6122} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7852 +label: "展示関連品" +value: "113" +data: Eccube\Entity\Category {#6096 -id: 113 -name: "展示関連品" -hierarchy: 1 -sort_no: 128 -create_date: DateTime @1682150829 {#6133 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723601894 {#6132 date: 2024-08-14 11:18:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6095 …} -Children: Doctrine\ORM\PersistentCollection {#6143 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7853 +label: " 額縁 / スポットライト" +value: "114" +data: Eccube\Entity\Category {#6144 -id: 114 -name: "額縁 / スポットライト" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1682150829 {#6098 date: 2023-04-22 17:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1682151869 {#6097 date: 2023-04-22 17:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6096} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5252 …} } +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 {#7561 -form: Symfony\Component\Form\Form {#6613 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7560 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#7575 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4335 …} } |
| 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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#6150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4838 …} } } |
| 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 {#7854 -form: Symfony\Component\Form\Form {#6616 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7574 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6159 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#6161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6160 …} } } |
| 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 {#7855 -form: Symfony\Component\Form\Form {#6619 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7856 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6170 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#6172 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6171 …} } } |
| 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 {#7857 -form: Symfony\Component\Form\Form {#6622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7858 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3997 …} } |
| 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() {#6183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6182 …} } } |
| 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 {#7859 -form: Symfony\Component\Form\Form {#6625 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7860 …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 {#6226 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#6194 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#6225 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#6224 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6195 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6196 …} -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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …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 {#6195 -om: ContainerM33nn3I\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#432 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#6196 …} -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() {#6193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6192 …} } } |
| 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 {#6237 +label: "White" +value: "12" +data: Eccube\Entity\Tag {#6271 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6267 +label: "Black" +value: "13" +data: Eccube\Entity\Tag {#6321 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6261 +label: "Gray" +value: "14" +data: Eccube\Entity\Tag {#6316 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6276 +label: "Ivory" +value: "16" +data: Eccube\Entity\Tag {#6313 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6259 +label: "Brown" +value: "17" +data: Eccube\Entity\Tag {#6287 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6274 +label: "Navy" +value: "18" +data: Eccube\Entity\Tag {#6284 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6266 +label: "Blue" +value: "19" +data: Eccube\Entity\Tag {#6347 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6270 +label: "Green" +value: "20" +data: Eccube\Entity\Tag {#6351 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6262 +label: "Pink" +value: "21" +data: Eccube\Entity\Tag {#6354 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6273 +label: "Red" +value: "22" +data: Eccube\Entity\Tag {#6357 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6543 +label: "Yellow" +value: "23" +data: Eccube\Entity\Tag {#6360 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +label: "Orange" +value: "24" +data: Eccube\Entity\Tag {#6363 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +label: "Purple" +value: "25" +data: Eccube\Entity\Tag {#6366 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +label: "Silver" +value: "26" +data: Eccube\Entity\Tag {#6369 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6547 +label: "Gold" +value: "27" +data: Eccube\Entity\Tag {#6372 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +label: "Clear" +value: "28" +data: Eccube\Entity\Tag {#6375 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +label: "木" +value: "29" +data: Eccube\Entity\Tag {#6378 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +label: "鉄" +value: "30" +data: Eccube\Entity\Tag {#6381 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6551 +label: "ガラス" +value: "31" +data: Eccube\Entity\Tag {#6384 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6552 +label: "陶器" +value: "32" +data: Eccube\Entity\Tag {#6387 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +label: "琺瑯" +value: "33" +data: Eccube\Entity\Tag {#6390 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +label: "真鍮" +value: "34" +data: Eccube\Entity\Tag {#6393 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6555 +label: "紙" +value: "35" +data: Eccube\Entity\Tag {#6396 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +label: "布" +value: "36" +data: Eccube\Entity\Tag {#6399 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +label: "糸" +value: "37" +data: Eccube\Entity\Tag {#6402 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +label: "コンクリート" +value: "38" +data: Eccube\Entity\Tag {#6405 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +label: "ポリプロピレン" +value: "39" +data: Eccube\Entity\Tag {#6408 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +label: "セラミック" +value: "40" +data: Eccube\Entity\Tag {#6411 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +label: "籐" +value: "41" +data: Eccube\Entity\Tag {#6414 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +label: "銅" +value: "42" +data: Eccube\Entity\Tag {#6417 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +label: "レザー" +value: "43" +data: Eccube\Entity\Tag {#6420 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +label: "大理石・石" +value: "44" +data: Eccube\Entity\Tag {#6423 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +label: "Art" +value: "45" +data: Eccube\Entity\Tag {#6426 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6566 +label: "Craft" +value: "46" +data: Eccube\Entity\Tag {#6429 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6567 +label: "Primitive" +value: "47" +data: Eccube\Entity\Tag {#6432 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6568 +label: "Nordic" +value: "48" +data: Eccube\Entity\Tag {#6435 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6569 +label: "Postmodern" +value: "49" +data: Eccube\Entity\Tag {#6438 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6570 +label: "Modern" +value: "50" +data: Eccube\Entity\Tag {#6441 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6571 +label: "Industrial" +value: "51" +data: Eccube\Entity\Tag {#6444 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6572 +label: "Antiques" +value: "52" +data: Eccube\Entity\Tag {#6447 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6573 +label: "Vintage" +value: "53" +data: Eccube\Entity\Tag {#6450 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6574 +label: "Asian" +value: "54" +data: Eccube\Entity\Tag {#6453 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6575 +label: "Japanese" +value: "55" +data: Eccube\Entity\Tag {#6456 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6576 +label: "Euro" +value: "56" +data: Eccube\Entity\Tag {#6459 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6577 +label: "US" +value: "57" +data: Eccube\Entity\Tag {#6462 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6578 +label: "Moroccan" +value: "58" +data: Eccube\Entity\Tag {#6465 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6579 +label: "clear" +value: "59" +data: Eccube\Entity\Tag {#6468 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6580 +label: "その他" +value: "60" +data: Eccube\Entity\Tag {#6471 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6581 +label: "金物" +value: "61" +data: Eccube\Entity\Tag {#6474 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6582 +label: "プラスチック" +value: "62" +data: Eccube\Entity\Tag {#6477 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6583 +label: "大理石" +value: "63" +data: Eccube\Entity\Tag {#6480 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6584 +label: "Brand" +value: "64" +data: Eccube\Entity\Tag {#6483 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6585 +label: "Designer" +value: "65" +data: Eccube\Entity\Tag {#6486 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6586 +label: "Original" +value: "66" +data: Eccube\Entity\Tag {#6489 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6587 +label: "Animal" +value: "67" +data: Eccube\Entity\Tag {#6492 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6588 +label: "Paola Paronett" +value: "68" +data: Eccube\Entity\Tag {#6495 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6589 +label: "Hedwig Bollhagen" +value: "69" +data: Eccube\Entity\Tag {#6498 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6590 +label: "CONRAN" +value: "70" +data: Eccube\Entity\Tag {#6501 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6591 +label: "African" +value: "71" +data: Eccube\Entity\Tag {#6504 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6592 +label: "Yanagi Sori" +value: "72" +data: Eccube\Entity\Tag {#6507 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6593 +label: "Lisa Larson" +value: "73" +data: Eccube\Entity\Tag {#6510 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6594 +label: "北欧モダン" +value: "74" +data: Eccube\Entity\Tag {#6513 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6595 +label: "Mario Botta" +value: "75" +data: Eccube\Entity\Tag {#6516 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6596 +label: "Mexican" +value: "76" +data: Eccube\Entity\Tag {#6519 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6597 +label: "スチール" +value: "77" +data: Eccube\Entity\Tag {#6522 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6598 +label: "French" +value: "78" +data: Eccube\Entity\Tag {#6525 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6599 +label: "漆" +value: "79" +data: Eccube\Entity\Tag {#6528 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6600 +label: "ウール" +value: "80" +data: Eccube\Entity\Tag {#6531 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6601 +label: "刺繍" +value: "82" +data: Eccube\Entity\Tag {#6534 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6602 +label: "Beige" +value: "83" +data: Eccube\Entity\Tag {#6537 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6603 +label: "竹" +value: "86" +data: Eccube\Entity\Tag {#6540 …} +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 {#7861 -form: Symfony\Component\Form\Form {#7338 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#7862 …5} |
| full_name | "tag" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tag" |
| is_selected | Closure($choice, array $values) {#7863 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4335 …} } |
| 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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6636 …} } } |
| 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 {#7867 -form: Symfony\Component\Form\Form {#7341 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7866 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6646 …} } } |
| 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 {#7868 -form: Symfony\Component\Form\Form {#7344 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7869 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6656 …} } } |
| 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 {#7870 -form: Symfony\Component\Form\Form {#7347 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7871 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6666 …} } } |
| 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 {#7872 -form: Symfony\Component\Form\Form {#7350 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7873 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6676 …} } } |
| 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 {#7874 -form: Symfony\Component\Form\Form {#7353 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7875 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6686 …} } } |
| 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 {#7876 -form: Symfony\Component\Form\Form {#7356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7877 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6696 …} } } |
| 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 {#7878 -form: Symfony\Component\Form\Form {#7359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7879 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6706 …} } } |
| 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 {#7880 -form: Symfony\Component\Form\Form {#7362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7881 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6716 …} } } |
| 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 {#7882 -form: Symfony\Component\Form\Form {#7365 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7883 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6726 …} } } |
| 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 {#7884 -form: Symfony\Component\Form\Form {#7368 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7885 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6736 …} } } |
| 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 {#7886 -form: Symfony\Component\Form\Form {#7371 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7887 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6746 …} } } |
| 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 {#7888 -form: Symfony\Component\Form\Form {#7374 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7889 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6756 …} } } |
| 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 {#7890 -form: Symfony\Component\Form\Form {#7377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7891 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6766 …} } } |
| 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 {#7892 -form: Symfony\Component\Form\Form {#7380 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7893 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6776 …} } } |
| 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 {#7894 -form: Symfony\Component\Form\Form {#7383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7895 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6786 …} } } |
| 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 {#7896 -form: Symfony\Component\Form\Form {#7386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7897 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6796 …} } } |
| 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 {#7898 -form: Symfony\Component\Form\Form {#7389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7899 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6806 …} } } |
| 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 {#7900 -form: Symfony\Component\Form\Form {#7392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7901 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6816 …} } } |
| 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 {#7902 -form: Symfony\Component\Form\Form {#7395 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7903 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6826 …} } } |
| 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 {#7904 -form: Symfony\Component\Form\Form {#7398 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7905 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6836 …} } } |
| 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 {#7906 -form: Symfony\Component\Form\Form {#7401 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7907 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6846 …} } } |
| 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 {#7908 -form: Symfony\Component\Form\Form {#7404 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7909 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6856 …} } } |
| 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 {#7910 -form: Symfony\Component\Form\Form {#7407 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7911 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6866 …} } } |
| 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 {#7912 -form: Symfony\Component\Form\Form {#7410 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7913 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6876 …} } } |
| 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 {#7914 -form: Symfony\Component\Form\Form {#7413 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7915 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6886 …} } } |
| 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 {#7916 -form: Symfony\Component\Form\Form {#7416 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7917 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6896 …} } } |
| 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 {#7918 -form: Symfony\Component\Form\Form {#7419 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7919 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6906 …} } } |
| 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 {#7920 -form: Symfony\Component\Form\Form {#7422 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7921 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6916 …} } } |
| 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 {#7922 -form: Symfony\Component\Form\Form {#7425 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7923 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6927 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6926 …} } } |
| 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 {#7924 -form: Symfony\Component\Form\Form {#7428 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7925 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6936 …} } } |
| 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 {#7926 -form: Symfony\Component\Form\Form {#7431 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7927 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6947 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6946 …} } } |
| 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 {#7928 -form: Symfony\Component\Form\Form {#7434 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7929 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6956 …} } } |
| 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 {#7930 -form: Symfony\Component\Form\Form {#7437 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7931 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6966 …} } } |
| 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 {#7932 -form: Symfony\Component\Form\Form {#7440 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7933 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6977 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6976 …} } } |
| 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 {#7934 -form: Symfony\Component\Form\Form {#7443 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7935 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6986 …} } } |
| 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 {#7936 -form: Symfony\Component\Form\Form {#7446 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7937 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#6997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#6996 …} } } |
| 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 {#7938 -form: Symfony\Component\Form\Form {#7449 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7939 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7006 …} } } |
| 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 {#7940 -form: Symfony\Component\Form\Form {#7452 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7941 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7016 …} } } |
| 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 {#7942 -form: Symfony\Component\Form\Form {#7455 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7943 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7026 …} } } |
| 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 {#7944 -form: Symfony\Component\Form\Form {#7458 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7945 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7036 …} } } |
| 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 {#7946 -form: Symfony\Component\Form\Form {#7461 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7947 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7046 …} } } |
| 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 {#7948 -form: Symfony\Component\Form\Form {#7464 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7949 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7056 …} } } |
| 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 {#7950 -form: Symfony\Component\Form\Form {#7467 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7951 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7066 …} } } |
| 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 {#7952 -form: Symfony\Component\Form\Form {#7470 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7953 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7076 …} } } |
| 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 {#7954 -form: Symfony\Component\Form\Form {#7473 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7955 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7086 …} } } |
| 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 {#7956 -form: Symfony\Component\Form\Form {#7476 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7957 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7096 …} } } |
| 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 {#7958 -form: Symfony\Component\Form\Form {#7479 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7959 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7106 …} } } |
| 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 {#7960 -form: Symfony\Component\Form\Form {#7482 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7961 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7116 …} } } |
| 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 {#7962 -form: Symfony\Component\Form\Form {#7485 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7963 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7126 …} } } |
| 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 {#7964 -form: Symfony\Component\Form\Form {#7488 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7965 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7136 …} } } |
| 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 {#7966 -form: Symfony\Component\Form\Form {#7491 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7967 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7146 …} } } |
| 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 {#7968 -form: Symfony\Component\Form\Form {#7494 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7969 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7157 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7156 …} } } |
| 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 {#7970 -form: Symfony\Component\Form\Form {#7497 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7971 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7166 …} } } |
| 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 {#7972 -form: Symfony\Component\Form\Form {#7500 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7973 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7176 …} } } |
| 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 {#7974 -form: Symfony\Component\Form\Form {#7503 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7975 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7187 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7186 …} } } |
| 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 {#7976 -form: Symfony\Component\Form\Form {#7506 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7977 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7196 …} } } |
| 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 {#7978 -form: Symfony\Component\Form\Form {#7509 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7979 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7207 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7206 …} } } |
| 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 {#7980 -form: Symfony\Component\Form\Form {#7512 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7981 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7217 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7216 …} } } |
| 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 {#7982 -form: Symfony\Component\Form\Form {#7515 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7983 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7227 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7226 …} } } |
| 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 {#7984 -form: Symfony\Component\Form\Form {#7518 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7985 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7236 …} } } |
| 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 {#7986 -form: Symfony\Component\Form\Form {#7521 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7987 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7246 …} } } |
| 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 {#7988 -form: Symfony\Component\Form\Form {#7524 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7989 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7257 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7256 …} } } |
| 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 {#7990 -form: Symfony\Component\Form\Form {#7527 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7991 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7267 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7266 …} } } |
| 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 {#7992 -form: Symfony\Component\Form\Form {#7530 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7993 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7276 …} } } |
| 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 {#7994 -form: Symfony\Component\Form\Form {#7533 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7995 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7286 …} } } |
| 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 {#7996 -form: Symfony\Component\Form\Form {#7536 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7997 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7296 …} } } |
| 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 {#7998 -form: Symfony\Component\Form\Form {#7539 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7999 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#4736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#4734 …} } } |
| 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 {#8000 -form: Symfony\Component\Form\Form {#7542 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8001 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7309 …} } } |
| 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 {#8002 -form: Symfony\Component\Form\Form {#7545 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8003 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7320 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7319 …} } } |
| 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 {#8004 -form: Symfony\Component\Form\Form {#7548 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8005 …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 {#1663 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1664 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1661 …} -namespace: Closure() {#1659 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#6632 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6628 …} } |
| 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 {#6634 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() {#7330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4039 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#717 …} $translationDomain: "validators" $message: Closure() {#7329 …} } } |
| 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 {#8006 -form: Symfony\Component\Form\Form {#7551 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8007 …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" |