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 | "399a50ed625.qih3hHO2Wl83DwGB-yWievEULbn9UR998vITtU2JGrc.3Uk23DmCHgduXFC5yxPpDsJLVYm2NmkYiKpEzxnzLdjJGkbUKvcbOmhbRA" |
| 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 | "399a50ed625.qih3hHO2Wl83DwGB-yWievEULbn9UR998vITtU2JGrc.3Uk23DmCHgduXFC5yxPpDsJLVYm2NmkYiKpEzxnzLdjJGkbUKvcbOmhbRA" |
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 | "399a50ed625.qih3hHO2Wl83DwGB-yWievEULbn9UR998vITtU2JGrc.3Uk23DmCHgduXFC5yxPpDsJLVYm2NmkYiKpEzxnzLdjJGkbUKvcbOmhbRA" |
| 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 | "399a50ed625.qih3hHO2Wl83DwGB-yWievEULbn9UR998vITtU2JGrc.3Uk23DmCHgduXFC5yxPpDsJLVYm2NmkYiKpEzxnzLdjJGkbUKvcbOmhbRA" |
| 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 | "399a50ed625.qih3hHO2Wl83DwGB-yWievEULbn9UR998vITtU2JGrc.3Uk23DmCHgduXFC5yxPpDsJLVYm2NmkYiKpEzxnzLdjJGkbUKvcbOmhbRA" |
(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) {#6070 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() {#6072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#6071 …} $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 {#6117 -form: Symfony\Component\Form\Form {#6106 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6118 …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 {#3816 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#3774 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#3768 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3770 …} -Children: Doctrine\ORM\PersistentCollection {#3879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3954 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#3761 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3664 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3964 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#3962 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3963 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3965 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3829 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#3827 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3828 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#3834 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3835 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3806 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#3841 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3845 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3810 …} -Children: Doctrine\ORM\PersistentCollection {#3762 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3855 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#3849 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3844 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3853 …} -Children: Doctrine\ORM\PersistentCollection {#3848 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3842 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#3820 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3856 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3843 …} -Children: Doctrine\ORM\PersistentCollection {#3867 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3873 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#3871 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3872 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3874 …} -Children: Doctrine\ORM\PersistentCollection {#3877 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4069 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#3989 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4067 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4070 …} -Children: Doctrine\ORM\PersistentCollection {#4073 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4076 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#4074 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4075 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4077 …} -Children: Doctrine\ORM\PersistentCollection {#4080 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4081 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#3960 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3961 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4088 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#4086 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#4087 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4095 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#3870 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#3869 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4100 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#4093 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#4094 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4101 …} -Children: Doctrine\ORM\PersistentCollection {#4104 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4109 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#4107 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#4108 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4116 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#4114 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#4115 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4123 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#4121 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#4122 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4130 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#4128 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#4129 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4137 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#4135 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#4136 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4144 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#4142 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#4143 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4145 …} -Children: Doctrine\ORM\PersistentCollection {#4148 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4151 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#4105 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4106 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4156 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#4149 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#4150 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4157 …} -Children: Doctrine\ORM\PersistentCollection {#4160 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4165 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#4163 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4164 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4166 …} -Children: Doctrine\ORM\PersistentCollection {#4169 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4172 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#4170 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4171 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4173 …} -Children: Doctrine\ORM\PersistentCollection {#4176 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4179 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#4177 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4178 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4180 …} -Children: Doctrine\ORM\PersistentCollection {#4183 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4186 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#4162 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4161 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4187 …} -Children: Doctrine\ORM\PersistentCollection {#4190 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4191 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#4184 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4185 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4192 …} -Children: Doctrine\ORM\PersistentCollection {#4195 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4200 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#4198 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4199 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4201 …} -Children: Doctrine\ORM\PersistentCollection {#4204 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4207 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#4205 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4206 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4208 …} -Children: Doctrine\ORM\PersistentCollection {#4211 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4214 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#4212 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4213 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4215 …} -Children: Doctrine\ORM\PersistentCollection {#4218 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4221 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#4219 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4220 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4222 …} -Children: Doctrine\ORM\PersistentCollection {#4225 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4228 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#4226 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4227 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4229 …} -Children: Doctrine\ORM\PersistentCollection {#4232 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4235 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#4233 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4234 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4236 …} -Children: Doctrine\ORM\PersistentCollection {#4239 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4242 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#4240 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4241 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4243 …} -Children: Doctrine\ORM\PersistentCollection {#4246 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4249 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#4247 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4248 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4250 …} -Children: Doctrine\ORM\PersistentCollection {#4253 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4256 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#4254 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4255 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4257 …} -Children: Doctrine\ORM\PersistentCollection {#4260 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4263 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#4261 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4262 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4264 …} -Children: Doctrine\ORM\PersistentCollection {#4267 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4270 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#4268 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4269 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4271 …} -Children: Doctrine\ORM\PersistentCollection {#4274 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4277 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#4197 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#4196 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4278 …} -Children: Doctrine\ORM\PersistentCollection {#4281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4282 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#4275 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4276 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4283 …} -Children: Doctrine\ORM\PersistentCollection {#4286 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4291 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#4289 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4290 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4292 …} -Children: Doctrine\ORM\PersistentCollection {#4295 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4298 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#4296 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4297 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4299 …} -Children: Doctrine\ORM\PersistentCollection {#4302 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4305 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#4303 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4304 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4306 …} -Children: Doctrine\ORM\PersistentCollection {#4309 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4312 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#4310 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4311 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4313 …} -Children: Doctrine\ORM\PersistentCollection {#4316 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4319 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#4317 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4318 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4320 …} -Children: Doctrine\ORM\PersistentCollection {#4323 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4326 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#4324 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4325 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4327 …} -Children: Doctrine\ORM\PersistentCollection {#4330 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4333 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#4331 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4332 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4340 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#4338 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4339 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4347 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#4345 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4346 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4354 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#4352 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#4353 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4361 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4287 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4288 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4362 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4366 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#4359 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#4360 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4375 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#4373 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4374 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4376 …} -Children: Doctrine\ORM\PersistentCollection {#4379 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4382 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#4380 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4381 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4389 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#4371 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4372 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4394 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#4387 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4388 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4395 …} -Children: Doctrine\ORM\PersistentCollection {#4398 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4403 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#4401 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4402 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4410 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#4408 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4409 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4417 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#4415 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4416 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4424 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#4422 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4423 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4431 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#4429 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4430 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4438 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4436 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4437 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4445 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#4399 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4400 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4450 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#4443 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#4444 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4459 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#4457 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4458 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4466 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#4464 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4465 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } ] |
[ Eccube\Entity\Category {#3816 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#3774 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#3768 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3770 …} -Children: Doctrine\ORM\PersistentCollection {#3879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3954 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#3761 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3664 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3964 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#3962 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3963 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3965 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3829 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#3827 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3828 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#3834 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3835 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3806 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#3841 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3845 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3810 …} -Children: Doctrine\ORM\PersistentCollection {#3762 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3855 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#3849 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3844 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3853 …} -Children: Doctrine\ORM\PersistentCollection {#3848 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3842 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#3820 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3856 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3843 …} -Children: Doctrine\ORM\PersistentCollection {#3867 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3873 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#3871 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3872 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3874 …} -Children: Doctrine\ORM\PersistentCollection {#3877 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4069 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#3989 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4067 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4070 …} -Children: Doctrine\ORM\PersistentCollection {#4073 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4076 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#4074 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4075 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4077 …} -Children: Doctrine\ORM\PersistentCollection {#4080 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4081 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#3960 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3961 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4088 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#4086 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#4087 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4095 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#3870 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#3869 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4100 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#4093 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#4094 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4101 …} -Children: Doctrine\ORM\PersistentCollection {#4104 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4109 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#4107 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#4108 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4116 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#4114 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#4115 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4123 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#4121 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#4122 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4130 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#4128 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#4129 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4137 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#4135 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#4136 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4144 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#4142 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#4143 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4145 …} -Children: Doctrine\ORM\PersistentCollection {#4148 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4151 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#4105 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4106 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4156 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#4149 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#4150 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4157 …} -Children: Doctrine\ORM\PersistentCollection {#4160 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4165 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#4163 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4164 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4166 …} -Children: Doctrine\ORM\PersistentCollection {#4169 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4172 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#4170 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4171 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4173 …} -Children: Doctrine\ORM\PersistentCollection {#4176 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4179 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#4177 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4178 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4180 …} -Children: Doctrine\ORM\PersistentCollection {#4183 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4186 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#4162 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4161 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4187 …} -Children: Doctrine\ORM\PersistentCollection {#4190 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4191 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#4184 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4185 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4192 …} -Children: Doctrine\ORM\PersistentCollection {#4195 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4200 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#4198 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4199 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4201 …} -Children: Doctrine\ORM\PersistentCollection {#4204 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4207 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#4205 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4206 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4208 …} -Children: Doctrine\ORM\PersistentCollection {#4211 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4214 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#4212 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4213 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4215 …} -Children: Doctrine\ORM\PersistentCollection {#4218 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4221 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#4219 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4220 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4222 …} -Children: Doctrine\ORM\PersistentCollection {#4225 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4228 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#4226 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4227 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4229 …} -Children: Doctrine\ORM\PersistentCollection {#4232 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4235 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#4233 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4234 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4236 …} -Children: Doctrine\ORM\PersistentCollection {#4239 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4242 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#4240 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4241 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4243 …} -Children: Doctrine\ORM\PersistentCollection {#4246 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4249 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#4247 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4248 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4250 …} -Children: Doctrine\ORM\PersistentCollection {#4253 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4256 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#4254 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4255 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4257 …} -Children: Doctrine\ORM\PersistentCollection {#4260 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4263 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#4261 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4262 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4264 …} -Children: Doctrine\ORM\PersistentCollection {#4267 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4270 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#4268 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4269 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4271 …} -Children: Doctrine\ORM\PersistentCollection {#4274 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4277 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#4197 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#4196 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4278 …} -Children: Doctrine\ORM\PersistentCollection {#4281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4282 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#4275 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4276 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4283 …} -Children: Doctrine\ORM\PersistentCollection {#4286 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4291 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#4289 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4290 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4292 …} -Children: Doctrine\ORM\PersistentCollection {#4295 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4298 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#4296 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4297 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4299 …} -Children: Doctrine\ORM\PersistentCollection {#4302 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4305 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#4303 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4304 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4306 …} -Children: Doctrine\ORM\PersistentCollection {#4309 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4312 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#4310 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4311 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4313 …} -Children: Doctrine\ORM\PersistentCollection {#4316 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4319 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#4317 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4318 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4320 …} -Children: Doctrine\ORM\PersistentCollection {#4323 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4326 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#4324 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4325 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4327 …} -Children: Doctrine\ORM\PersistentCollection {#4330 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4333 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#4331 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4332 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4340 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#4338 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4339 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4347 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#4345 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4346 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4354 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#4352 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#4353 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4361 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4287 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4288 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4362 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4366 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#4359 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#4360 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4375 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#4373 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4374 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4376 …} -Children: Doctrine\ORM\PersistentCollection {#4379 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4382 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#4380 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4381 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4389 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#4371 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4372 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4394 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#4387 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4388 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4395 …} -Children: Doctrine\ORM\PersistentCollection {#4398 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4403 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#4401 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4402 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4410 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#4408 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4409 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4417 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#4415 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4416 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4424 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#4422 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4423 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4431 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#4429 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4430 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4438 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4436 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4437 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4445 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#4399 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4400 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4450 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#4443 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#4444 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4459 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#4457 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4458 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4466 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#4464 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4465 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } ] |
| 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 {#6086 -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 {#6085 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3679 …} } |
| choices | [ Eccube\Entity\Category {#3816 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#3774 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#3768 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3770 …} -Children: Doctrine\ORM\PersistentCollection {#3879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3954 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#3761 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3664 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3964 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#3962 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3963 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3965 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3829 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#3827 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3828 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#3834 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3835 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3806 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#3841 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3845 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3810 …} -Children: Doctrine\ORM\PersistentCollection {#3762 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3855 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#3849 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3844 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3853 …} -Children: Doctrine\ORM\PersistentCollection {#3848 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3842 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#3820 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3856 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3843 …} -Children: Doctrine\ORM\PersistentCollection {#3867 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#3873 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#3871 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3872 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3874 …} -Children: Doctrine\ORM\PersistentCollection {#3877 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4069 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#3989 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4067 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4070 …} -Children: Doctrine\ORM\PersistentCollection {#4073 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4076 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#4074 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4075 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4077 …} -Children: Doctrine\ORM\PersistentCollection {#4080 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4081 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#3960 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3961 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4088 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#4086 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#4087 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4095 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#3870 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#3869 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4100 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#4093 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#4094 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4101 …} -Children: Doctrine\ORM\PersistentCollection {#4104 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4109 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#4107 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#4108 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4116 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#4114 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#4115 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4123 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#4121 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#4122 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4130 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#4128 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#4129 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4137 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#4135 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#4136 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4144 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#4142 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#4143 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4145 …} -Children: Doctrine\ORM\PersistentCollection {#4148 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4151 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#4105 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4106 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4156 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#4149 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#4150 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4157 …} -Children: Doctrine\ORM\PersistentCollection {#4160 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4165 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#4163 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4164 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4166 …} -Children: Doctrine\ORM\PersistentCollection {#4169 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4172 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#4170 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4171 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4173 …} -Children: Doctrine\ORM\PersistentCollection {#4176 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4179 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#4177 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4178 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4180 …} -Children: Doctrine\ORM\PersistentCollection {#4183 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4186 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#4162 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4161 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4187 …} -Children: Doctrine\ORM\PersistentCollection {#4190 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4191 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#4184 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4185 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4192 …} -Children: Doctrine\ORM\PersistentCollection {#4195 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4200 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#4198 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4199 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4201 …} -Children: Doctrine\ORM\PersistentCollection {#4204 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4207 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#4205 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4206 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4208 …} -Children: Doctrine\ORM\PersistentCollection {#4211 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4214 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#4212 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4213 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4215 …} -Children: Doctrine\ORM\PersistentCollection {#4218 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4221 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#4219 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4220 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4222 …} -Children: Doctrine\ORM\PersistentCollection {#4225 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4228 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#4226 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4227 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4229 …} -Children: Doctrine\ORM\PersistentCollection {#4232 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4235 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#4233 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4234 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4236 …} -Children: Doctrine\ORM\PersistentCollection {#4239 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4242 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#4240 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4241 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4243 …} -Children: Doctrine\ORM\PersistentCollection {#4246 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4249 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#4247 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4248 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4250 …} -Children: Doctrine\ORM\PersistentCollection {#4253 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4256 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#4254 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4255 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4257 …} -Children: Doctrine\ORM\PersistentCollection {#4260 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4263 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#4261 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4262 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4264 …} -Children: Doctrine\ORM\PersistentCollection {#4267 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4270 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#4268 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4269 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4271 …} -Children: Doctrine\ORM\PersistentCollection {#4274 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4277 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#4197 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#4196 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4278 …} -Children: Doctrine\ORM\PersistentCollection {#4281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4282 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#4275 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4276 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4283 …} -Children: Doctrine\ORM\PersistentCollection {#4286 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4291 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#4289 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4290 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4292 …} -Children: Doctrine\ORM\PersistentCollection {#4295 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4298 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#4296 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4297 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4299 …} -Children: Doctrine\ORM\PersistentCollection {#4302 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4305 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#4303 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4304 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4306 …} -Children: Doctrine\ORM\PersistentCollection {#4309 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4312 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#4310 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4311 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4313 …} -Children: Doctrine\ORM\PersistentCollection {#4316 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4319 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#4317 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4318 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4320 …} -Children: Doctrine\ORM\PersistentCollection {#4323 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4326 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#4324 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4325 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4327 …} -Children: Doctrine\ORM\PersistentCollection {#4330 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4333 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#4331 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4332 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4340 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#4338 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4339 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4347 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#4345 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4346 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4354 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#4352 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#4353 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4361 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4287 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4288 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4362 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4366 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#4359 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#4360 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4375 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#4373 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4374 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4376 …} -Children: Doctrine\ORM\PersistentCollection {#4379 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4382 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#4380 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4381 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4389 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#4371 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4372 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4394 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#4387 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4388 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4395 …} -Children: Doctrine\ORM\PersistentCollection {#4398 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4403 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#4401 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4402 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4410 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#4408 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4409 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4417 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#4415 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4416 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4424 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#4422 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4423 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4431 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#4429 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4430 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4438 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4436 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4437 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4445 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#4399 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4400 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4450 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#4443 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#4444 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4459 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#4457 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4458 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } Eccube\Entity\Category {#4466 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#4464 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4465 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } ] |
| 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 {#3678 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerRRADQPd\EntityManagerGhost554d0f0 {#564 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3603 …} } |
| 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() {#6087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#6088 …} $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 {#6129 +label: "商品種類" +value: "49" +data: Eccube\Entity\Category {#3816 -id: 49 -name: "商品種類" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1743754307 {#3774 date: 2025-04-04 17:11:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#3768 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3770 …} -Children: Doctrine\ORM\PersistentCollection {#3879 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6130 +label: "\u{3000}フォーマル" +value: "74" +data: Eccube\Entity\Category {#3954 -id: 74 -name: "フォーマル" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1760619746 {#3761 date: 2025-10-16 22:02:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3664 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6131 +label: "\u{3000}膝丈ドレス" +value: "50" +data: Eccube\Entity\Category {#3964 -id: 50 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1743754326 {#3962 date: 2025-04-04 17:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3963 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3965 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6132 +label: "\u{3000}ロングドレス" +value: "51" +data: Eccube\Entity\Category {#3829 -id: 51 -name: "ロングドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743754333 {#3827 date: 2025-04-04 17:12:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3828 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6133 +label: "\u{3000}ベビードレス" +value: "52" +data: Eccube\Entity\Category {#3836 -id: 52 -name: "ベビードレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743754343 {#3834 date: 2025-04-04 17:12:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3835 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6134 +label: "\u{3000}羽織物・パニエ" +value: "53" +data: Eccube\Entity\Category {#3806 -id: 53 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743754356 {#3841 date: 2025-04-04 17:12:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3845 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3810 …} -Children: Doctrine\ORM\PersistentCollection {#3762 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6135 +label: "\u{3000}くつ・靴下" +value: "54" +data: Eccube\Entity\Category {#3855 -id: 54 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743754366 {#3849 date: 2025-04-04 17:12:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3844 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3853 …} -Children: Doctrine\ORM\PersistentCollection {#3848 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6136 +label: "\u{3000}\u{3000}20cm" +value: "68" +data: Eccube\Entity\Category {#3842 -id: 68 -name: "20cm" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1760449598 {#3820 date: 2025-10-14 22:46:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3856 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3843 …} -Children: Doctrine\ORM\PersistentCollection {#3867 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6137 +label: "\u{3000}\u{3000}19cm" +value: "67" +data: Eccube\Entity\Category {#3873 -id: 67 -name: "19cm" -hierarchy: 3 -sort_no: 50 -create_date: DateTime @1760449591 {#3871 date: 2025-10-14 22:46:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#3872 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3874 …} -Children: Doctrine\ORM\PersistentCollection {#3877 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6138 +label: "\u{3000}\u{3000}18㎝" +value: "66" +data: Eccube\Entity\Category {#4069 -id: 66 -name: "18㎝" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1760418022 {#3989 date: 2025-10-14 14:00:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4067 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4070 …} -Children: Doctrine\ORM\PersistentCollection {#4073 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6139 +label: "\u{3000}\u{3000}17㎝" +value: "65" +data: Eccube\Entity\Category {#4076 -id: 65 -name: "17㎝" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1760418013 {#4074 date: 2025-10-14 14:00:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772080082 {#4075 date: 2026-02-26 13:28:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4077 …} -Children: Doctrine\ORM\PersistentCollection {#4080 …} -Parent: Eccube\Entity\Category {#3855} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6140 +label: "\u{3000}アクセサリー" +value: "55" +data: Eccube\Entity\Category {#4081 -id: 55 -name: "アクセサリー" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743754376 {#3960 date: 2025-04-04 17:12:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#3961 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6141 +label: "\u{3000}販売商品" +value: "84" +data: Eccube\Entity\Category {#4088 -id: 84 -name: "販売商品" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1772078127 {#4086 date: 2026-02-26 12:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078162 {#4087 date: 2026-02-26 12:56:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#3816} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6142 +label: "サイズ_靴" +value: "57" +data: Eccube\Entity\Category {#4095 -id: 57 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760417648 {#3870 date: 2025-10-14 13:54:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455163 {#3869 date: 2026-02-07 18:06:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6143 +label: "\u{3000}23㎝" +value: "64" +data: Eccube\Entity\Category {#4100 -id: 64 -name: "23㎝" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1760417746 {#4093 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417746 {#4094 date: 2025-10-14 13:55:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4101 …} -Children: Doctrine\ORM\PersistentCollection {#4104 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6144 +label: "\u{3000}22㎝" +value: "63" +data: Eccube\Entity\Category {#4109 -id: 63 -name: "22㎝" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1760417739 {#4107 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417739 {#4108 date: 2025-10-14 13:55:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6145 +label: "\u{3000}21㎝" +value: "62" +data: Eccube\Entity\Category {#4116 -id: 62 -name: "21㎝" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1760417727 {#4114 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417727 {#4115 date: 2025-10-14 13:55:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6146 +label: "\u{3000}20㎝" +value: "61" +data: Eccube\Entity\Category {#4123 -id: 61 -name: "20㎝" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1760417719 {#4121 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417719 {#4122 date: 2025-10-14 13:55:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6147 +label: "\u{3000}19㎝" +value: "60" +data: Eccube\Entity\Category {#4130 -id: 60 -name: "19㎝" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1760417711 {#4128 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417711 {#4129 date: 2025-10-14 13:55:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6148 +label: "\u{3000}18㎝" +value: "59" +data: Eccube\Entity\Category {#4137 -id: 59 -name: "18㎝" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1760417702 {#4135 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417702 {#4136 date: 2025-10-14 13:55:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6149 +label: "\u{3000}17㎝" +value: "58" +data: Eccube\Entity\Category {#4144 -id: 58 -name: "17㎝" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1760417689 {#4142 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417689 {#4143 date: 2025-10-14 13:54:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4145 …} -Children: Doctrine\ORM\PersistentCollection {#4148 …} -Parent: Eccube\Entity\Category {#4095} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6150 +label: "ブランド" +value: "7" +data: Eccube\Entity\Category {#4151 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1741139204 {#4105 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4106 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6151 +label: "\u{3000}lovely" +value: "75" +data: Eccube\Entity\Category {#4156 -id: 75 -name: "lovely" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1760673121 {#4149 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673121 {#4150 date: 2025-10-17 12:52:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4157 …} -Children: Doctrine\ORM\PersistentCollection {#4160 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6152 +label: "\u{3000}Monsoon Kids" +value: "41" +data: Eccube\Entity\Category {#4165 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1741911279 {#4163 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4164 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4166 …} -Children: Doctrine\ORM\PersistentCollection {#4169 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6153 +label: "\u{3000}Chi Chi Kids" +value: "42" +data: Eccube\Entity\Category {#4172 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1741911321 {#4170 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4171 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4173 …} -Children: Doctrine\ORM\PersistentCollection {#4176 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6154 +label: "\u{3000}Little Mistress Kids" +value: "44" +data: Eccube\Entity\Category {#4179 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1741911604 {#4177 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911608 {#4178 date: 2025-03-14 09:20:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4180 …} -Children: Doctrine\ORM\PersistentCollection {#4183 …} -Parent: Eccube\Entity\Category {#4151} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6155 +label: "カラー" +value: "8" +data: Eccube\Entity\Category {#4186 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1741139350 {#4162 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4161 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4187 …} -Children: Doctrine\ORM\PersistentCollection {#4190 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6156 +label: "\u{3000}ホワイト" +value: "22" +data: Eccube\Entity\Category {#4191 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139674 {#4184 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4185 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4192 …} -Children: Doctrine\ORM\PersistentCollection {#4195 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6157 +label: "\u{3000}ベージュ系" +value: "23" +data: Eccube\Entity\Category {#4200 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139682 {#4198 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4199 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4201 …} -Children: Doctrine\ORM\PersistentCollection {#4204 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6158 +label: "\u{3000}ブラック" +value: "24" +data: Eccube\Entity\Category {#4207 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139688 {#4205 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4206 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4208 …} -Children: Doctrine\ORM\PersistentCollection {#4211 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6159 +label: "\u{3000}グレー系" +value: "25" +data: Eccube\Entity\Category {#4214 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139698 {#4212 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4213 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4215 …} -Children: Doctrine\ORM\PersistentCollection {#4218 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6160 +label: "\u{3000}レッド系" +value: "26" +data: Eccube\Entity\Category {#4221 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139705 {#4219 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4220 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4222 …} -Children: Doctrine\ORM\PersistentCollection {#4225 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6161 +label: "\u{3000}ピンク系" +value: "27" +data: Eccube\Entity\Category {#4228 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139710 {#4226 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4227 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4229 …} -Children: Doctrine\ORM\PersistentCollection {#4232 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6162 +label: "\u{3000}ブルー系" +value: "28" +data: Eccube\Entity\Category {#4235 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139716 {#4233 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4234 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4236 …} -Children: Doctrine\ORM\PersistentCollection {#4239 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6163 +label: "\u{3000}ネイビー" +value: "29" +data: Eccube\Entity\Category {#4242 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139722 {#4240 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4241 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4243 …} -Children: Doctrine\ORM\PersistentCollection {#4246 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6164 +label: "\u{3000}イエロー系" +value: "30" +data: Eccube\Entity\Category {#4249 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139728 {#4247 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4248 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4250 …} -Children: Doctrine\ORM\PersistentCollection {#4253 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6165 +label: "\u{3000}グリーン系" +value: "31" +data: Eccube\Entity\Category {#4256 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139736 {#4254 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4255 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4257 …} -Children: Doctrine\ORM\PersistentCollection {#4260 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6166 +label: "\u{3000}パープル系" +value: "32" +data: Eccube\Entity\Category {#4263 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139742 {#4261 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4262 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4264 …} -Children: Doctrine\ORM\PersistentCollection {#4267 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6167 +label: "\u{3000}マルチ/柄" +value: "33" +data: Eccube\Entity\Category {#4270 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1741139748 {#4268 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#4269 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4271 …} -Children: Doctrine\ORM\PersistentCollection {#4274 …} -Parent: Eccube\Entity\Category {#4186} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6168 +label: "サイズ_ドレス" +value: "9" +data: Eccube\Entity\Category {#4277 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1741139358 {#4197 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770455144 {#4196 date: 2026-02-07 18:05:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4278 …} -Children: Doctrine\ORM\PersistentCollection {#4281 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6169 +label: "\u{3000}3歳(90-95cm)" +value: "12" +data: Eccube\Entity\Category {#4282 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1741139527 {#4275 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4276 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4283 …} -Children: Doctrine\ORM\PersistentCollection {#4286 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6170 +label: "\u{3000}4歳(100-105cm)" +value: "13" +data: Eccube\Entity\Category {#4291 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741139541 {#4289 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4290 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4292 …} -Children: Doctrine\ORM\PersistentCollection {#4295 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6171 +label: "\u{3000}5歳(105-110cm)" +value: "14" +data: Eccube\Entity\Category {#4298 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139551 {#4296 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4297 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4299 …} -Children: Doctrine\ORM\PersistentCollection {#4302 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6172 +label: "\u{3000}6歳(110-120cm)" +value: "15" +data: Eccube\Entity\Category {#4305 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139558 {#4303 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4304 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4306 …} -Children: Doctrine\ORM\PersistentCollection {#4309 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6173 +label: "\u{3000}7歳(120-130cm)" +value: "16" +data: Eccube\Entity\Category {#4312 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139567 {#4310 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4311 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4313 …} -Children: Doctrine\ORM\PersistentCollection {#4316 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6174 +label: "\u{3000}8歳(130-135cm)" +value: "17" +data: Eccube\Entity\Category {#4319 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139580 {#4317 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4318 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4320 …} -Children: Doctrine\ORM\PersistentCollection {#4323 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6175 +label: "\u{3000}9歳(135-140cm)" +value: "18" +data: Eccube\Entity\Category {#4326 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139588 {#4324 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4325 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4327 …} -Children: Doctrine\ORM\PersistentCollection {#4330 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6176 +label: "\u{3000}10歳(140-145cm)" +value: "19" +data: Eccube\Entity\Category {#4333 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139594 {#4331 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4332 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6177 +label: "\u{3000}11歳(145-150cm)" +value: "20" +data: Eccube\Entity\Category {#4340 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139601 {#4338 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4339 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6178 +label: "\u{3000}12歳(150-160cm)" +value: "21" +data: Eccube\Entity\Category {#4347 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139607 {#4345 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760619469 {#4346 date: 2025-10-16 21:57:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6179 +label: "\u{3000}ワンサイズ(One Size)" +value: "72" +data: Eccube\Entity\Category {#4354 -id: 72 -name: "ワンサイズ(One Size)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1760618782 {#4352 date: 2025-10-16 21:46:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760673188 {#4353 date: 2025-10-17 12:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: Eccube\Entity\Category {#4277} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6180 +label: "商品ランク" +value: "10" +data: Eccube\Entity\Category {#4361 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4287 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4288 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4362 …} -Children: Doctrine\ORM\PersistentCollection {#4365 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6181 +label: "\u{3000}新品" +value: "73" +data: Eccube\Entity\Category {#4366 -id: 73 -name: "新品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1760618853 {#4359 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760618853 {#4360 date: 2025-10-16 21:47:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4367 …} -Children: Doctrine\ORM\PersistentCollection {#4370 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6182 +label: "\u{3000}SS/新品・新品同様" +value: "39" +data: Eccube\Entity\Category {#4375 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911172 {#4373 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4374 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4376 …} -Children: Doctrine\ORM\PersistentCollection {#4379 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6183 +label: "\u{3000}S/美品" +value: "40" +data: Eccube\Entity\Category {#4382 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911180 {#4380 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4381 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4383 …} -Children: Doctrine\ORM\PersistentCollection {#4386 …} -Parent: Eccube\Entity\Category {#4361} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6184 +label: "着用シーン" +value: "11" +data: Eccube\Entity\Category {#4389 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1741139410 {#4371 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4372 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4390 …} -Children: Doctrine\ORM\PersistentCollection {#4393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6185 +label: "\u{3000}パーティー" +value: "34" +data: Eccube\Entity\Category {#4394 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910876 {#4387 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4388 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4395 …} -Children: Doctrine\ORM\PersistentCollection {#4398 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6186 +label: "\u{3000}結婚式" +value: "43" +data: Eccube\Entity\Category {#4403 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741911388 {#4401 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4402 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4404 …} -Children: Doctrine\ORM\PersistentCollection {#4407 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6187 +label: "\u{3000}発表会" +value: "35" +data: Eccube\Entity\Category {#4410 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910899 {#4408 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4409 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4411 …} -Children: Doctrine\ORM\PersistentCollection {#4414 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6188 +label: "\u{3000}誕生日" +value: "36" +data: Eccube\Entity\Category {#4417 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910913 {#4415 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4416 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4418 …} -Children: Doctrine\ORM\PersistentCollection {#4421 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6189 +label: "\u{3000}食事会" +value: "37" +data: Eccube\Entity\Category {#4424 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1741910972 {#4422 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4423 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4425 …} -Children: Doctrine\ORM\PersistentCollection {#4428 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6190 +label: "\u{3000}七五三" +value: "38" +data: Eccube\Entity\Category {#4431 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1741910980 {#4429 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4430 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4432 …} -Children: Doctrine\ORM\PersistentCollection {#4435 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6191 +label: "\u{3000}二分の一成人式" +value: "45" +data: Eccube\Entity\Category {#4438 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4436 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741912316 {#4437 date: 2025-03-14 09:31:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4439 …} -Children: Doctrine\ORM\PersistentCollection {#4442 …} -Parent: Eccube\Entity\Category {#4389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6192 +label: "コーディネート" +value: "46" +data: Eccube\Entity\Category {#4445 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1742450562 {#4399 date: 2025-03-20 15:02:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760417656 {#4400 date: 2025-10-14 13:54:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4446 …} -Children: Doctrine\ORM\PersistentCollection {#4449 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6193 +label: "\u{3000}ドレス" +value: "85" +data: Eccube\Entity\Category {#4450 -id: 85 -name: "ドレス" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1772078428 {#4443 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1772078428 {#4444 date: 2026-02-26 13:00:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4451 …} -Children: Doctrine\ORM\PersistentCollection {#4454 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6194 +label: "\u{3000}フォーマルA" +value: "47" +data: Eccube\Entity\Category {#4459 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742450593 {#4457 date: 2025-03-20 15:03:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4458 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4460 …} -Children: Doctrine\ORM\PersistentCollection {#4463 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6195 +label: "\u{3000}フォーマルB" +value: "48" +data: Eccube\Entity\Category {#4466 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742450601 {#4464 date: 2025-03-20 15:03:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742450603 {#4465 date: 2025-03-20 15:03:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4467 …} -Children: Doctrine\ORM\PersistentCollection {#4470 …} -Parent: Eccube\Entity\Category {#4445} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3864 …} } +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 {#6122 -form: Symfony\Component\Form\Form {#6109 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6121 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#6128 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) {#6098 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() {#6094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#790 …} $message: Closure() {#6099 …} $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 {#6196 -form: Symfony\Component\Form\Form {#6112 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6127 …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 | "" |