Forms
-
contact
-
name
-
name01
-
name02
-
-
kana
-
kana01
-
kana02
-
-
postal_code
-
address
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
(no name)
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Errors
This form has no errors.
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2861 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#2859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2860 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3209 -form: Symfony\Component\Form\Form {#3006 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3180 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
name
"Eccube\Form\Type\NameType"
Errors
This form has no errors.
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2850 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 {#2878 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2846 +payload: null +groups: ? +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 {#2848 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2849 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| 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() {#2832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2831 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3218 -form: Symfony\Component\Form\Form {#3021 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#3220 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2874 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2848 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2849 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2874 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2848 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2849 +payload: null +groups: ? +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 {#2874 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2848 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2849 +payload: null +groups: ? +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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3042 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3046 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3214 -form: Symfony\Component\Form\Form {#3024 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3215 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2876 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2878 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2846 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2876 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2878 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2846 +payload: null +groups: ? +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 {#2876 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2878 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2846 +payload: null +groups: ? +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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3011 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3012 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3184 -form: Symfony\Component\Form\Form {#3027 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3187 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Errors
This form has no errors.
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2888 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 {#2885 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2886 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] ] |
| 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 {#2883 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2884 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] ] |
| 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() {#2890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2889 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3217 -form: Symfony\Component\Form\Form {#3062 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#3216 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2883 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2884 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Regex {#2883 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2884 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#2883 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2884 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3031 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3032 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3207 -form: Symfony\Component\Form\Form {#3065 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3182 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2885 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2886 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Regex {#2885 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2886 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#2885 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2886 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3054 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3208 -form: Symfony\Component\Form\Form {#3068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3212 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Errors
This form has no errors.
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 {#2929 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Type {#2930 +payload: null +groups: ? +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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2926 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2927 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3183 -form: Symfony\Component\Form\Form {#3071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3190 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Errors
This form has no errors.
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 {#2944 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#2945 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] "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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#2949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2948 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3211 -form: Symfony\Component\Form\Form {#3156 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3213 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Errors
This form has no errors.
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 {#3102 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3117 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3133 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3116 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3121 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3115 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3126 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3120 …} } |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} |
| 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 {#3136 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1833 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__pref" |
| placeholder_attr | [] |
| 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 {#3105 -em: ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3104 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3103 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3114 #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 {#3106 …} -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() {#3108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3111 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3225 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#3242 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#3243 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#3244 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#3245 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#3246 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#3247 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#3248 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#3249 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3235 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#3250 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#3251 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#3252 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3288 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#3253 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3289 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#3254 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#3255 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#3256 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#3257 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#3258 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#3259 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#3260 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#3261 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#3262 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#3263 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +label: "愛知県" +value: "23" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#1920 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#3264 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#3265 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#3266 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#3267 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#3268 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#3269 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#3270 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#3271 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#3272 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#3273 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#3274 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#3275 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#3276 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#3277 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#3278 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#3279 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#3280 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#3281 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#3282 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#3283 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#3284 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#3285 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#3286 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#3287 …} +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 {#3224 -form: Symfony\Component\Form\Form {#3159 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3223 …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) {#3327 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| 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_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2944 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#2944 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#2944 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3123 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3325 -form: Symfony\Component\Form\Form {#3162 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3326 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#2945 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#2945 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#2945 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#3148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3147 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3328 -form: Symfony\Component\Form\Form {#3165 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3329 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Errors
This form has no errors.
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 {#2965 +payload: null +groups: ? +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 +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Type {#2966 +payload: null +groups: ? +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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2963 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3210 -form: Symfony\Component\Form\Form {#3168 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3222 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 {#2870 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2910 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2870 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2910 +payload: null +groups: ? +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 {#2870 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2910 +payload: null +groups: ? +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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2978 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2977 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3331 -form: Symfony\Component\Form\Form {#3171 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3330 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
contents
Errors
This form has no errors.
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 {#2826 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2829 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2826 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2829 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
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 {#2826 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2829 +payload: null +groups: ? +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 +countUnit: "codepoints" } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#2998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#2992 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#3332 -form: Symfony\Component\Form\Form {#3174 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3333 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contents" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a50730e780d17860029bad3013323.PNjc1eLsGtJjbK5q9nleS6oqWhiFLPGaOcJWDlcn2K0.SIuQv9TedbUlBZoNnwMqEd1wGCHzfcGoeLADWBJtsZp6r5eQoJ9stgs4wQ" |
| 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 | "a50730e780d17860029bad3013323.PNjc1eLsGtJjbK5q9nleS6oqWhiFLPGaOcJWDlcn2K0.SIuQv9TedbUlBZoNnwMqEd1wGCHzfcGoeLADWBJtsZp6r5eQoJ9stgs4wQ" |
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data | "a50730e780d17860029bad3013323.PNjc1eLsGtJjbK5q9nleS6oqWhiFLPGaOcJWDlcn2K0.SIuQv9TedbUlBZoNnwMqEd1wGCHzfcGoeLADWBJtsZp6r5eQoJ9stgs4wQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3334 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#3339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#3336 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "a50730e780d17860029bad3013323.PNjc1eLsGtJjbK5q9nleS6oqWhiFLPGaOcJWDlcn2K0.SIuQv9TedbUlBZoNnwMqEd1wGCHzfcGoeLADWBJtsZp6r5eQoJ9stgs4wQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#3351 -form: Symfony\Component\Form\Form {#3346 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3340 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "a50730e780d17860029bad3013323.PNjc1eLsGtJjbK5q9nleS6oqWhiFLPGaOcJWDlcn2K0.SIuQv9TedbUlBZoNnwMqEd1wGCHzfcGoeLADWBJtsZp6r5eQoJ9stgs4wQ" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Errors
This form has no errors.
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7496 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#7498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#7497 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#7543 -form: Symfony\Component\Form\Form {#7532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7544 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 {#5504 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#5462 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5456 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5642 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#5449 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5352 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5644 …} -Children: Doctrine\ORM\PersistentCollection {#5647 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5652 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#5650 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5651 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5514 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5517 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#5515 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5516 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5518 …} -Children: Doctrine\ORM\PersistentCollection {#5521 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5524 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#5522 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5523 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5525 …} -Children: Doctrine\ORM\PersistentCollection {#5528 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5494 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#5529 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5533 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5543 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#5537 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5532 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5541 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5530 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#5508 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5544 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5561 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#5559 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5560 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5562 …} -Children: Doctrine\ORM\PersistentCollection {#5565 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5757 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#5677 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5755 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5764 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#5762 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5763 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5769 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#5648 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5649 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5770 …} -Children: Doctrine\ORM\PersistentCollection {#5773 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5776 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#5774 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5775 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5777 …} -Children: Doctrine\ORM\PersistentCollection {#5780 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5783 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#5558 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#5557 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5788 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#5781 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#5782 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5797 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#5795 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#5796 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5798 …} -Children: Doctrine\ORM\PersistentCollection {#5801 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5804 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#5802 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#5803 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5805 …} -Children: Doctrine\ORM\PersistentCollection {#5808 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5811 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#5809 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#5810 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5812 …} -Children: Doctrine\ORM\PersistentCollection {#5815 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5818 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#5816 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#5817 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5819 …} -Children: Doctrine\ORM\PersistentCollection {#5822 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5825 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#5823 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#5824 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5829 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5832 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#5830 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#5831 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5833 …} -Children: Doctrine\ORM\PersistentCollection {#5836 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5839 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#5793 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5794 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5840 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5844 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#5837 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#5838 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5853 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#5851 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5852 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5860 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#5858 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5859 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5861 …} -Children: Doctrine\ORM\PersistentCollection {#5864 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5867 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#5865 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5866 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5868 …} -Children: Doctrine\ORM\PersistentCollection {#5871 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5874 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#5850 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5849 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5875 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5879 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#5872 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5873 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5888 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#5886 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5887 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5895 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#5893 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5894 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5896 …} -Children: Doctrine\ORM\PersistentCollection {#5899 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5902 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#5900 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5901 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5903 …} -Children: Doctrine\ORM\PersistentCollection {#5906 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5909 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#5907 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5908 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5910 …} -Children: Doctrine\ORM\PersistentCollection {#5913 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5916 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#5914 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5915 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5923 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#5921 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5922 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5924 …} -Children: Doctrine\ORM\PersistentCollection {#5927 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5930 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#5928 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5929 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5931 …} -Children: Doctrine\ORM\PersistentCollection {#5934 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5937 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#5935 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5936 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5938 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5944 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#5942 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5943 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5945 …} -Children: Doctrine\ORM\PersistentCollection {#5948 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5951 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#5949 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5950 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5952 …} -Children: Doctrine\ORM\PersistentCollection {#5955 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5958 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#5956 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5957 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5959 …} -Children: Doctrine\ORM\PersistentCollection {#5962 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5965 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#5885 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#5884 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5969 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5970 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#5963 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5964 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5979 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#5977 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5978 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5983 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5986 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#5984 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5985 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5987 …} -Children: Doctrine\ORM\PersistentCollection {#5990 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5993 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#5991 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5992 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5994 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6000 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#5998 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5999 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6007 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#6005 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6006 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6008 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6014 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#6012 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6013 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6018 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6021 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#6019 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6020 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6022 …} -Children: Doctrine\ORM\PersistentCollection {#6025 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6028 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#6026 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6027 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6029 …} -Children: Doctrine\ORM\PersistentCollection {#6032 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6035 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#6033 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6034 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6036 …} -Children: Doctrine\ORM\PersistentCollection {#6039 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6042 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#6040 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#6041 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6043 …} -Children: Doctrine\ORM\PersistentCollection {#6046 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6049 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#5975 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5976 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6050 …} -Children: Doctrine\ORM\PersistentCollection {#6053 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6054 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#6047 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#6048 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6055 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6063 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#6061 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#6062 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6064 …} -Children: Doctrine\ORM\PersistentCollection {#6067 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6070 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#6068 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#6069 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6071 …} -Children: Doctrine\ORM\PersistentCollection {#6074 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6077 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#6059 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6060 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6078 …} -Children: Doctrine\ORM\PersistentCollection {#6081 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6082 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#6075 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6076 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6083 …} -Children: Doctrine\ORM\PersistentCollection {#6086 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6091 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#6089 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6090 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6092 …} -Children: Doctrine\ORM\PersistentCollection {#6095 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6098 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#6096 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6097 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6105 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#6103 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6104 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6112 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#6110 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6111 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6116 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6119 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#6117 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6118 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6123 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6126 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#6124 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6125 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6127 …} -Children: Doctrine\ORM\PersistentCollection {#6130 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6133 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#6087 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6088 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6134 …} -Children: Doctrine\ORM\PersistentCollection {#6137 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6138 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#6131 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#6132 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6139 …} -Children: Doctrine\ORM\PersistentCollection {#6142 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6147 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#6145 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6146 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6154 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#6152 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6153 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } ] |
[ Eccube\Entity\Category {#5504 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#5462 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5456 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5642 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#5449 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5352 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5644 …} -Children: Doctrine\ORM\PersistentCollection {#5647 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5652 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#5650 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5651 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5514 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5517 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#5515 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5516 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5518 …} -Children: Doctrine\ORM\PersistentCollection {#5521 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5524 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#5522 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5523 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5525 …} -Children: Doctrine\ORM\PersistentCollection {#5528 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5494 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#5529 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5533 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5543 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#5537 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5532 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5541 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5530 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#5508 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5544 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5561 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#5559 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5560 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5562 …} -Children: Doctrine\ORM\PersistentCollection {#5565 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5757 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#5677 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5755 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5764 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#5762 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5763 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5769 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#5648 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5649 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5770 …} -Children: Doctrine\ORM\PersistentCollection {#5773 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5776 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#5774 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5775 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5777 …} -Children: Doctrine\ORM\PersistentCollection {#5780 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5783 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#5558 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#5557 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5788 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#5781 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#5782 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5797 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#5795 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#5796 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5798 …} -Children: Doctrine\ORM\PersistentCollection {#5801 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5804 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#5802 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#5803 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5805 …} -Children: Doctrine\ORM\PersistentCollection {#5808 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5811 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#5809 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#5810 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5812 …} -Children: Doctrine\ORM\PersistentCollection {#5815 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5818 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#5816 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#5817 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5819 …} -Children: Doctrine\ORM\PersistentCollection {#5822 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5825 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#5823 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#5824 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5829 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5832 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#5830 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#5831 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5833 …} -Children: Doctrine\ORM\PersistentCollection {#5836 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5839 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#5793 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5794 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5840 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5844 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#5837 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#5838 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5853 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#5851 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5852 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5860 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#5858 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5859 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5861 …} -Children: Doctrine\ORM\PersistentCollection {#5864 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5867 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#5865 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5866 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5868 …} -Children: Doctrine\ORM\PersistentCollection {#5871 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5874 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#5850 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5849 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5875 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5879 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#5872 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5873 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5888 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#5886 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5887 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5895 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#5893 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5894 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5896 …} -Children: Doctrine\ORM\PersistentCollection {#5899 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5902 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#5900 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5901 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5903 …} -Children: Doctrine\ORM\PersistentCollection {#5906 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5909 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#5907 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5908 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5910 …} -Children: Doctrine\ORM\PersistentCollection {#5913 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5916 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#5914 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5915 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5923 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#5921 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5922 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5924 …} -Children: Doctrine\ORM\PersistentCollection {#5927 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5930 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#5928 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5929 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5931 …} -Children: Doctrine\ORM\PersistentCollection {#5934 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5937 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#5935 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5936 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5938 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5944 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#5942 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5943 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5945 …} -Children: Doctrine\ORM\PersistentCollection {#5948 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5951 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#5949 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5950 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5952 …} -Children: Doctrine\ORM\PersistentCollection {#5955 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5958 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#5956 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5957 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5959 …} -Children: Doctrine\ORM\PersistentCollection {#5962 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5965 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#5885 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#5884 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5969 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5970 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#5963 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5964 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5979 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#5977 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5978 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5983 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5986 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#5984 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5985 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5987 …} -Children: Doctrine\ORM\PersistentCollection {#5990 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5993 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#5991 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5992 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5994 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6000 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#5998 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5999 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6007 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#6005 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6006 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6008 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6014 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#6012 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6013 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6018 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6021 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#6019 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6020 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6022 …} -Children: Doctrine\ORM\PersistentCollection {#6025 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6028 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#6026 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6027 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6029 …} -Children: Doctrine\ORM\PersistentCollection {#6032 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6035 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#6033 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6034 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6036 …} -Children: Doctrine\ORM\PersistentCollection {#6039 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6042 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#6040 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#6041 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6043 …} -Children: Doctrine\ORM\PersistentCollection {#6046 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6049 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#5975 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5976 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6050 …} -Children: Doctrine\ORM\PersistentCollection {#6053 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6054 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#6047 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#6048 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6055 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6063 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#6061 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#6062 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6064 …} -Children: Doctrine\ORM\PersistentCollection {#6067 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6070 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#6068 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#6069 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6071 …} -Children: Doctrine\ORM\PersistentCollection {#6074 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6077 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#6059 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6060 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6078 …} -Children: Doctrine\ORM\PersistentCollection {#6081 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6082 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#6075 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6076 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6083 …} -Children: Doctrine\ORM\PersistentCollection {#6086 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6091 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#6089 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6090 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6092 …} -Children: Doctrine\ORM\PersistentCollection {#6095 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6098 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#6096 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6097 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6105 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#6103 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6104 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6112 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#6110 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6111 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6116 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6119 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#6117 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6118 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6123 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6126 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#6124 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6125 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6127 …} -Children: Doctrine\ORM\PersistentCollection {#6130 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6133 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#6087 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6088 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6134 …} -Children: Doctrine\ORM\PersistentCollection {#6137 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6138 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#6131 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#6132 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6139 …} -Children: Doctrine\ORM\PersistentCollection {#6142 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6147 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#6145 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6146 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6154 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#6152 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6153 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } ] |
| 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 {#7512 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3115 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7511 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#5367 …} } |
| choices | [ Eccube\Entity\Category {#5504 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#5462 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5456 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5642 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#5449 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5352 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5644 …} -Children: Doctrine\ORM\PersistentCollection {#5647 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5652 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#5650 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5651 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5514 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5517 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#5515 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5516 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5518 …} -Children: Doctrine\ORM\PersistentCollection {#5521 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5524 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#5522 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5523 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5525 …} -Children: Doctrine\ORM\PersistentCollection {#5528 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5494 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#5529 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5533 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5543 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#5537 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5532 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5541 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5530 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#5508 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5544 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5561 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#5559 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5560 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5562 …} -Children: Doctrine\ORM\PersistentCollection {#5565 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5757 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#5677 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5755 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5764 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#5762 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5763 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5769 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#5648 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5649 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5770 …} -Children: Doctrine\ORM\PersistentCollection {#5773 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5776 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#5774 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5775 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5777 …} -Children: Doctrine\ORM\PersistentCollection {#5780 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5783 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#5558 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#5557 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5788 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#5781 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#5782 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5797 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#5795 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#5796 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5798 …} -Children: Doctrine\ORM\PersistentCollection {#5801 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5804 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#5802 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#5803 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5805 …} -Children: Doctrine\ORM\PersistentCollection {#5808 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5811 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#5809 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#5810 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5812 …} -Children: Doctrine\ORM\PersistentCollection {#5815 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5818 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#5816 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#5817 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5819 …} -Children: Doctrine\ORM\PersistentCollection {#5822 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5825 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#5823 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#5824 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5829 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5832 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#5830 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#5831 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5833 …} -Children: Doctrine\ORM\PersistentCollection {#5836 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5839 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#5793 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5794 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5840 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5844 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#5837 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#5838 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5853 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#5851 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5852 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5860 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#5858 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5859 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5861 …} -Children: Doctrine\ORM\PersistentCollection {#5864 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5867 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#5865 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5866 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5868 …} -Children: Doctrine\ORM\PersistentCollection {#5871 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5874 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#5850 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5849 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5875 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5879 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#5872 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5873 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5888 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#5886 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5887 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5895 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#5893 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5894 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5896 …} -Children: Doctrine\ORM\PersistentCollection {#5899 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5902 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#5900 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5901 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5903 …} -Children: Doctrine\ORM\PersistentCollection {#5906 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5909 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#5907 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5908 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5910 …} -Children: Doctrine\ORM\PersistentCollection {#5913 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5916 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#5914 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5915 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5923 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#5921 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5922 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5924 …} -Children: Doctrine\ORM\PersistentCollection {#5927 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5930 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#5928 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5929 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5931 …} -Children: Doctrine\ORM\PersistentCollection {#5934 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5937 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#5935 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5936 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5938 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5944 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#5942 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5943 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5945 …} -Children: Doctrine\ORM\PersistentCollection {#5948 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5951 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#5949 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5950 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5952 …} -Children: Doctrine\ORM\PersistentCollection {#5955 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5958 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#5956 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5957 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5959 …} -Children: Doctrine\ORM\PersistentCollection {#5962 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5965 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#5885 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#5884 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5969 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5970 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#5963 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5964 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5979 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#5977 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5978 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5983 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5986 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#5984 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5985 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5987 …} -Children: Doctrine\ORM\PersistentCollection {#5990 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#5993 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#5991 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5992 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5994 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6000 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#5998 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5999 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6007 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#6005 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6006 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6008 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6014 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#6012 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6013 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6018 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6021 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#6019 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6020 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6022 …} -Children: Doctrine\ORM\PersistentCollection {#6025 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6028 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#6026 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6027 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6029 …} -Children: Doctrine\ORM\PersistentCollection {#6032 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6035 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#6033 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6034 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6036 …} -Children: Doctrine\ORM\PersistentCollection {#6039 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6042 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#6040 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#6041 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6043 …} -Children: Doctrine\ORM\PersistentCollection {#6046 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6049 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#5975 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5976 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6050 …} -Children: Doctrine\ORM\PersistentCollection {#6053 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6054 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#6047 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#6048 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6055 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6063 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#6061 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#6062 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6064 …} -Children: Doctrine\ORM\PersistentCollection {#6067 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6070 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#6068 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#6069 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6071 …} -Children: Doctrine\ORM\PersistentCollection {#6074 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6077 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#6059 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6060 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6078 …} -Children: Doctrine\ORM\PersistentCollection {#6081 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6082 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#6075 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6076 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6083 …} -Children: Doctrine\ORM\PersistentCollection {#6086 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6091 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#6089 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6090 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6092 …} -Children: Doctrine\ORM\PersistentCollection {#6095 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6098 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#6096 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6097 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6105 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#6103 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6104 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6112 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#6110 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6111 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6116 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6119 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#6117 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6118 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6123 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6126 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#6124 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6125 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6127 …} -Children: Doctrine\ORM\PersistentCollection {#6130 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6133 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#6087 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6088 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6134 …} -Children: Doctrine\ORM\PersistentCollection {#6137 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6138 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#6131 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#6132 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6139 …} -Children: Doctrine\ORM\PersistentCollection {#6142 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6147 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#6145 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6146 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } Eccube\Entity\Category {#6154 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#6152 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6153 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } ] |
| 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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} |
| 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 {#5366 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5291 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| placeholder_attr | [] |
| 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() {#7513 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#7514 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 | [ 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7555 +label: "商品種類" +value: "49" +data: Eccube\Entity\Category {#5504 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#5462 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5456 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5458 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7556 +label: "\u{3000}フォーマル" +value: "74" +data: Eccube\Entity\Category {#5642 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#5449 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5352 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5644 …} -Children: Doctrine\ORM\PersistentCollection {#5647 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7557 +label: "\u{3000}膝丈ドレス" +value: "50" +data: Eccube\Entity\Category {#5652 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#5650 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5651 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5653 …} -Children: Doctrine\ORM\PersistentCollection {#5514 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7558 +label: "\u{3000}ロングドレス" +value: "51" +data: Eccube\Entity\Category {#5517 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#5515 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5516 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5518 …} -Children: Doctrine\ORM\PersistentCollection {#5521 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7559 +label: "\u{3000}ベビードレス" +value: "52" +data: Eccube\Entity\Category {#5524 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#5522 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5523 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5525 …} -Children: Doctrine\ORM\PersistentCollection {#5528 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7560 +label: "\u{3000}羽織物・パニエ" +value: "53" +data: Eccube\Entity\Category {#5494 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#5529 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5533 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5498 …} -Children: Doctrine\ORM\PersistentCollection {#5450 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7561 +label: "\u{3000}くつ・靴下" +value: "54" +data: Eccube\Entity\Category {#5543 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#5537 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5532 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5541 …} -Children: Doctrine\ORM\PersistentCollection {#5536 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7562 +label: "\u{3000}\u{3000}20cm" +value: "68" +data: Eccube\Entity\Category {#5530 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#5508 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5544 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5531 …} -Children: Doctrine\ORM\PersistentCollection {#5555 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7563 +label: "\u{3000}\u{3000}19cm" +value: "67" +data: Eccube\Entity\Category {#5561 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#5559 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5560 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5562 …} -Children: Doctrine\ORM\PersistentCollection {#5565 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7564 +label: "\u{3000}\u{3000}18㎝" +value: "66" +data: Eccube\Entity\Category {#5757 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#5677 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5755 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7565 +label: "\u{3000}\u{3000}17㎝" +value: "65" +data: Eccube\Entity\Category {#5764 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#5762 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#5763 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7566 +label: "\u{3000}アクセサリー" +value: "55" +data: Eccube\Entity\Category {#5769 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#5648 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5649 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5770 …} -Children: Doctrine\ORM\PersistentCollection {#5773 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7567 +label: "\u{3000}販売商品" +value: "84" +data: Eccube\Entity\Category {#5776 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#5774 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#5775 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5777 …} -Children: Doctrine\ORM\PersistentCollection {#5780 …} -Parent: Eccube\Entity\Category {#5504} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7568 +label: "サイズ_靴" +value: "57" +data: Eccube\Entity\Category {#5783 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#5558 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#5557 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7569 +label: "\u{3000}23㎝" +value: "64" +data: Eccube\Entity\Category {#5788 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#5781 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#5782 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5789 …} -Children: Doctrine\ORM\PersistentCollection {#5792 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7570 +label: "\u{3000}22㎝" +value: "63" +data: Eccube\Entity\Category {#5797 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#5795 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#5796 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5798 …} -Children: Doctrine\ORM\PersistentCollection {#5801 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7571 +label: "\u{3000}21㎝" +value: "62" +data: Eccube\Entity\Category {#5804 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#5802 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#5803 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5805 …} -Children: Doctrine\ORM\PersistentCollection {#5808 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7572 +label: "\u{3000}20㎝" +value: "61" +data: Eccube\Entity\Category {#5811 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#5809 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#5810 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5812 …} -Children: Doctrine\ORM\PersistentCollection {#5815 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7573 +label: "\u{3000}19㎝" +value: "60" +data: Eccube\Entity\Category {#5818 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#5816 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#5817 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5819 …} -Children: Doctrine\ORM\PersistentCollection {#5822 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7574 +label: "\u{3000}18㎝" +value: "59" +data: Eccube\Entity\Category {#5825 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#5823 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#5824 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5829 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7575 +label: "\u{3000}17㎝" +value: "58" +data: Eccube\Entity\Category {#5832 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#5830 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#5831 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5833 …} -Children: Doctrine\ORM\PersistentCollection {#5836 …} -Parent: Eccube\Entity\Category {#5783} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7576 +label: "ブランド" +value: "7" +data: Eccube\Entity\Category {#5839 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#5793 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5794 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5840 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7577 +label: "\u{3000}lovely" +value: "75" +data: Eccube\Entity\Category {#5844 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#5837 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#5838 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5845 …} -Children: Doctrine\ORM\PersistentCollection {#5848 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7578 +label: "\u{3000}Monsoon Kids" +value: "41" +data: Eccube\Entity\Category {#5853 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#5851 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5852 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7579 +label: "\u{3000}Chi Chi Kids" +value: "42" +data: Eccube\Entity\Category {#5860 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#5858 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5859 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5861 …} -Children: Doctrine\ORM\PersistentCollection {#5864 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7580 +label: "\u{3000}Little Mistress Kids" +value: "44" +data: Eccube\Entity\Category {#5867 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#5865 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#5866 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5868 …} -Children: Doctrine\ORM\PersistentCollection {#5871 …} -Parent: Eccube\Entity\Category {#5839} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7581 +label: "カラー" +value: "8" +data: Eccube\Entity\Category {#5874 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#5850 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5849 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5875 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7582 +label: "\u{3000}ホワイト" +value: "22" +data: Eccube\Entity\Category {#5879 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#5872 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5873 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5880 …} -Children: Doctrine\ORM\PersistentCollection {#5883 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7583 +label: "\u{3000}ベージュ系" +value: "23" +data: Eccube\Entity\Category {#5888 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#5886 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5887 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7584 +label: "\u{3000}ブラック" +value: "24" +data: Eccube\Entity\Category {#5895 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#5893 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5894 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5896 …} -Children: Doctrine\ORM\PersistentCollection {#5899 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7585 +label: "\u{3000}グレー系" +value: "25" +data: Eccube\Entity\Category {#5902 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#5900 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5901 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5903 …} -Children: Doctrine\ORM\PersistentCollection {#5906 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7586 +label: "\u{3000}レッド系" +value: "26" +data: Eccube\Entity\Category {#5909 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#5907 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5908 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5910 …} -Children: Doctrine\ORM\PersistentCollection {#5913 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7587 +label: "\u{3000}ピンク系" +value: "27" +data: Eccube\Entity\Category {#5916 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#5914 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5915 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7588 +label: "\u{3000}ブルー系" +value: "28" +data: Eccube\Entity\Category {#5923 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#5921 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5922 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5924 …} -Children: Doctrine\ORM\PersistentCollection {#5927 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7589 +label: "\u{3000}ネイビー" +value: "29" +data: Eccube\Entity\Category {#5930 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#5928 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5929 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5931 …} -Children: Doctrine\ORM\PersistentCollection {#5934 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7590 +label: "\u{3000}イエロー系" +value: "30" +data: Eccube\Entity\Category {#5937 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#5935 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5936 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5938 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7591 +label: "\u{3000}グリーン系" +value: "31" +data: Eccube\Entity\Category {#5944 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#5942 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5943 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5945 …} -Children: Doctrine\ORM\PersistentCollection {#5948 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7592 +label: "\u{3000}パープル系" +value: "32" +data: Eccube\Entity\Category {#5951 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#5949 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5950 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5952 …} -Children: Doctrine\ORM\PersistentCollection {#5955 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7593 +label: "\u{3000}マルチ/柄" +value: "33" +data: Eccube\Entity\Category {#5958 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#5956 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#5957 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5959 …} -Children: Doctrine\ORM\PersistentCollection {#5962 …} -Parent: Eccube\Entity\Category {#5874} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7594 +label: "サイズ_ドレス" +value: "9" +data: Eccube\Entity\Category {#5965 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#5885 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#5884 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5969 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7595 +label: "\u{3000}3歳(90-95cm)" +value: "12" +data: Eccube\Entity\Category {#5970 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#5963 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5964 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5971 …} -Children: Doctrine\ORM\PersistentCollection {#5974 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7596 +label: "\u{3000}4歳(100-105cm)" +value: "13" +data: Eccube\Entity\Category {#5979 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#5977 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5978 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5983 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7597 +label: "\u{3000}5歳(105-110cm)" +value: "14" +data: Eccube\Entity\Category {#5986 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#5984 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5985 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5987 …} -Children: Doctrine\ORM\PersistentCollection {#5990 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7598 +label: "\u{3000}6歳(110-120cm)" +value: "15" +data: Eccube\Entity\Category {#5993 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#5991 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5992 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5994 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: "\u{3000}7歳(120-130cm)" +value: "16" +data: Eccube\Entity\Category {#6000 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#5998 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#5999 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: "\u{3000}8歳(130-135cm)" +value: "17" +data: Eccube\Entity\Category {#6007 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#6005 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6006 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6008 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7601 +label: "\u{3000}9歳(135-140cm)" +value: "18" +data: Eccube\Entity\Category {#6014 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#6012 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6013 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6018 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: "\u{3000}10歳(140-145cm)" +value: "19" +data: Eccube\Entity\Category {#6021 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#6019 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6020 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6022 …} -Children: Doctrine\ORM\PersistentCollection {#6025 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: "\u{3000}11歳(145-150cm)" +value: "20" +data: Eccube\Entity\Category {#6028 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#6026 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6027 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6029 …} -Children: Doctrine\ORM\PersistentCollection {#6032 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: "\u{3000}12歳(150-160cm)" +value: "21" +data: Eccube\Entity\Category {#6035 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#6033 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#6034 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6036 …} -Children: Doctrine\ORM\PersistentCollection {#6039 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: "\u{3000}ワンサイズ(One Size)" +value: "72" +data: Eccube\Entity\Category {#6042 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#6040 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#6041 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6043 …} -Children: Doctrine\ORM\PersistentCollection {#6046 …} -Parent: Eccube\Entity\Category {#5965} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: "商品ランク" +value: "10" +data: Eccube\Entity\Category {#6049 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#5975 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#5976 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6050 …} -Children: Doctrine\ORM\PersistentCollection {#6053 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: "\u{3000}新品" +value: "73" +data: Eccube\Entity\Category {#6054 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#6047 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#6048 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6055 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: "\u{3000}SS/新品・新品同様" +value: "39" +data: Eccube\Entity\Category {#6063 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#6061 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#6062 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6064 …} -Children: Doctrine\ORM\PersistentCollection {#6067 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: "\u{3000}S/美品" +value: "40" +data: Eccube\Entity\Category {#6070 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#6068 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#6069 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6071 …} -Children: Doctrine\ORM\PersistentCollection {#6074 …} -Parent: Eccube\Entity\Category {#6049} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: "着用シーン" +value: "11" +data: Eccube\Entity\Category {#6077 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#6059 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6060 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6078 …} -Children: Doctrine\ORM\PersistentCollection {#6081 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: "\u{3000}パーティー" +value: "34" +data: Eccube\Entity\Category {#6082 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#6075 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6076 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6083 …} -Children: Doctrine\ORM\PersistentCollection {#6086 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: "\u{3000}結婚式" +value: "43" +data: Eccube\Entity\Category {#6091 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#6089 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6090 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6092 …} -Children: Doctrine\ORM\PersistentCollection {#6095 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: "\u{3000}発表会" +value: "35" +data: Eccube\Entity\Category {#6098 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#6096 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6097 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6099 …} -Children: Doctrine\ORM\PersistentCollection {#6102 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: "\u{3000}誕生日" +value: "36" +data: Eccube\Entity\Category {#6105 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#6103 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6104 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6106 …} -Children: Doctrine\ORM\PersistentCollection {#6109 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: "\u{3000}食事会" +value: "37" +data: Eccube\Entity\Category {#6112 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#6110 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6111 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6113 …} -Children: Doctrine\ORM\PersistentCollection {#6116 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: "\u{3000}七五三" +value: "38" +data: Eccube\Entity\Category {#6119 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#6117 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6118 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6120 …} -Children: Doctrine\ORM\PersistentCollection {#6123 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: "\u{3000}二分の一成人式" +value: "45" +data: Eccube\Entity\Category {#6126 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#6124 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#6125 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6127 …} -Children: Doctrine\ORM\PersistentCollection {#6130 …} -Parent: Eccube\Entity\Category {#6077} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: "コーディネート" +value: "46" +data: Eccube\Entity\Category {#6133 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#6087 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#6088 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6134 …} -Children: Doctrine\ORM\PersistentCollection {#6137 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: "\u{3000}ドレス" +value: "85" +data: Eccube\Entity\Category {#6138 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#6131 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#6132 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6139 …} -Children: Doctrine\ORM\PersistentCollection {#6142 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: "\u{3000}フォーマルA" +value: "47" +data: Eccube\Entity\Category {#6147 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#6145 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6146 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6148 …} -Children: Doctrine\ORM\PersistentCollection {#6151 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: "\u{3000}フォーマルB" +value: "48" +data: Eccube\Entity\Category {#6154 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#6152 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#6153 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6155 …} -Children: Doctrine\ORM\PersistentCollection {#6158 …} -Parent: Eccube\Entity\Category {#6133} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5552 …} } +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 {#7548 -form: Symfony\Component\Form\Form {#7535 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7547 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#7554 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| 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_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
Errors
This form has no errors.
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 {#500 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#499 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#498 …} -namespace: Closure() {#496 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#7524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid search term." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#7520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#7525 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| 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 {#7622 -form: Symfony\Component\Form\Form {#7538 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7553 …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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |