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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2622 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() {#2624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2623 …} $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 {#2961 -form: Symfony\Component\Form\Form {#2787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2960 …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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2656 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 {#2667 +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 {#2654 +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 {#2640 +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 {#2653 +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() {#2658 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2657 …} $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 {#2965 -form: Symfony\Component\Form\Form {#2812 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#2964 …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 {#2665 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2640 +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 {#2653 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2665 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2640 +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 {#2653 +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 {#2665 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2640 +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 {#2653 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2791 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() {#2793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2792 …} $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 {#2991 -form: Symfony\Component\Form\Form {#2815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2990 …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 {#2666 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2667 +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 {#2654 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2666 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2667 +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 {#2654 +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 {#2666 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2667 +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 {#2654 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2802 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() {#2804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2803 …} $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 {#2992 -form: Symfony\Component\Form\Form {#2818 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2993 …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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2677 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 {#2674 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2675 +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 {#2672 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2673 +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() {#2679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2678 …} $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 {#2988 -form: Symfony\Component\Form\Form {#2843 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#2989 …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 {#2672 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2673 +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 {#2672 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2673 +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 {#2672 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2673 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2822 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() {#2824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2823 …} $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 {#2997 -form: Symfony\Component\Form\Form {#2846 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2996 …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 {#2674 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2675 +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 {#2674 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2675 +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 {#2674 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2675 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2833 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() {#2835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2834 …} $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 {#2998 -form: Symfony\Component\Form\Form {#2849 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2999 …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 {#2710 +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 {#2711 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2707 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() {#2709 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2708 …} $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 {#2995 -form: Symfony\Component\Form\Form {#2852 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2994 …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 {#2725 +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 {#2726 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2728 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() {#2730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2729 …} $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 {#3001 -form: Symfony\Component\Form\Form {#2937 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3000 …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 {#2883 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2884 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2926 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2898 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2902 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2907 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2899 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#2914 …} } |
| 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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container1IOdlti\EntityManagerGhost554d0f0 {#497 …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 {#2917 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container1IOdlti\EntityManagerGhost554d0f0 {#497 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1698 …} } |
| 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 {#2893 -em: Container1IOdlti\EntityManagerGhost554d0f0 {#497 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2894 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2895 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2896 #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 {#2892 …} -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() {#2890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2887 …} $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 {#3006 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#3023 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#3024 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#3025 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#3026 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#3027 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#3028 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#3029 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#3030 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#3031 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#3032 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#3033 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#3034 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3070 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#3035 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#3036 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3072 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#3037 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#3038 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3074 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#3039 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#3040 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#3041 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#3042 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#3043 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#3044 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3080 +label: "愛知県" +value: "23" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#1756 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#3045 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#3046 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#3047 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#3048 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3085 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#3049 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#3050 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#3051 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#3052 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#3053 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#3054 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#3055 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#3056 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3093 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#3057 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#3058 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#3059 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#3060 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#3061 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#3062 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#3063 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#3064 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#3065 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#3066 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#3067 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3104 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#3068 …} +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 {#3005 -form: Symfony\Component\Form\Form {#2940 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3004 …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) {#3106 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 {#2725 +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 {#2725 +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 {#2725 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2903 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() {#2924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2922 …} $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 {#3107 -form: Symfony\Component\Form\Form {#2943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3108 …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 {#2726 +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 {#2726 +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 {#2726 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2927 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() {#2929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2928 …} $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 {#3109 -form: Symfony\Component\Form\Form {#2946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3110 …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 {#2746 +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 {#2747 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2743 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() {#2745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2744 …} $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 {#3002 -form: Symfony\Component\Form\Form {#2949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3003 …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 {#2631 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2632 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2631 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2632 +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 {#2631 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2632 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2759 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() {#2764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2758 …} $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 {#3112 -form: Symfony\Component\Form\Form {#2952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3111 …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 {#2635 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2636 +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 {#2635 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2636 +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 {#2635 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2636 +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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2774 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() {#2779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2773 …} $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 {#3113 -form: Symfony\Component\Form\Form {#2955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3114 …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 | "5ae11c67ccae9af6713.MpEni5rRfWdhaVOo6ihl8R7SgIiWlwpGvZN2YLqOiU4.fNxm3dKzCQAGCCHHnXIPliuK7rvb5msv08UEGfe-_i9bom_P3qMEACUrMA" |
| 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 | "5ae11c67ccae9af6713.MpEni5rRfWdhaVOo6ihl8R7SgIiWlwpGvZN2YLqOiU4.fNxm3dKzCQAGCCHHnXIPliuK7rvb5msv08UEGfe-_i9bom_P3qMEACUrMA" |
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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data | "5ae11c67ccae9af6713.MpEni5rRfWdhaVOo6ihl8R7SgIiWlwpGvZN2YLqOiU4.fNxm3dKzCQAGCCHHnXIPliuK7rvb5msv08UEGfe-_i9bom_P3qMEACUrMA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3116 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() {#3120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#2962 …} $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 | "5ae11c67ccae9af6713.MpEni5rRfWdhaVOo6ihl8R7SgIiWlwpGvZN2YLqOiU4.fNxm3dKzCQAGCCHHnXIPliuK7rvb5msv08UEGfe-_i9bom_P3qMEACUrMA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#3132 -form: Symfony\Component\Form\Form {#3127 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3121 …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 | "5ae11c67ccae9af6713.MpEni5rRfWdhaVOo6ihl8R7SgIiWlwpGvZN2YLqOiU4.fNxm3dKzCQAGCCHHnXIPliuK7rvb5msv08UEGfe-_i9bom_P3qMEACUrMA" |
(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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5784 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() {#5786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#5785 …} $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 {#5831 -form: Symfony\Component\Form\Form {#5820 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5832 …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 {#3586 -id: 53 -name: "商品種類" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1743690443 {#3544 date: 2025-04-03 23:27:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3538 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3545 …} -Children: Doctrine\ORM\PersistentCollection {#3710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3711 -id: 54 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743691706 {#3531 date: 2025-04-03 23:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3434 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3712 …} -Children: Doctrine\ORM\PersistentCollection {#3715 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3596 -id: 55 -name: "ロングドレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743691712 {#3718 date: 2025-04-03 23:48:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3719 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3597 …} -Children: Doctrine\ORM\PersistentCollection {#3600 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3603 -id: 56 -name: "ベビードレス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743691723 {#3601 date: 2025-04-03 23:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3602 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3604 …} -Children: Doctrine\ORM\PersistentCollection {#3607 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3610 -id: 57 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743691731 {#3608 date: 2025-04-03 23:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3609 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3611 …} -Children: Doctrine\ORM\PersistentCollection {#3612 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3576 -id: 58 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743691738 {#3617 date: 2025-04-03 23:48:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3619 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3580 …} -Children: Doctrine\ORM\PersistentCollection {#3536 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3620 -id: 59 -name: "アクセサリー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1743691746 {#3397 date: 2025-04-03 23:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3622 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3618 …} -Children: Doctrine\ORM\PersistentCollection {#3590 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3623 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1741139204 {#3717 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3716 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3621 …} -Children: Doctrine\ORM\PersistentCollection {#3633 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3635 -id: 49 -name: "POMPKINS" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1742417079 {#3626 date: 2025-03-20 05:44:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3625 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3636 …} -Children: Doctrine\ORM\PersistentCollection {#3639 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3644 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1741911279 {#3642 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3643 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3645 …} -Children: Doctrine\ORM\PersistentCollection {#3741 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3822 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1741911321 {#3819 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3821 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3823 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3829 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1741911604 {#3827 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3828 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "テスト" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1743606559 {#3834 date: 2025-04-03 00:09:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3835 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3843 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1741139350 {#3640 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3641 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3844 …} -Children: Doctrine\ORM\PersistentCollection {#3847 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3848 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1741139674 {#3841 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3842 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3849 …} -Children: Doctrine\ORM\PersistentCollection {#3852 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3857 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139682 {#3855 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3856 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3858 …} -Children: Doctrine\ORM\PersistentCollection {#3861 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3864 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139688 {#3862 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3863 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3865 …} -Children: Doctrine\ORM\PersistentCollection {#3868 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3871 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139698 {#3869 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3870 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3872 …} -Children: Doctrine\ORM\PersistentCollection {#3875 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3878 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139705 {#3876 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3877 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3879 …} -Children: Doctrine\ORM\PersistentCollection {#3882 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3885 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139710 {#3883 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3884 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3886 …} -Children: Doctrine\ORM\PersistentCollection {#3889 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3892 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139716 {#3890 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3891 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3893 …} -Children: Doctrine\ORM\PersistentCollection {#3896 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3899 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139722 {#3897 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3898 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3900 …} -Children: Doctrine\ORM\PersistentCollection {#3903 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3906 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139728 {#3904 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3905 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3907 …} -Children: Doctrine\ORM\PersistentCollection {#3910 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3913 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139736 {#3911 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3912 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3914 …} -Children: Doctrine\ORM\PersistentCollection {#3917 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3920 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139742 {#3918 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3919 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3921 …} -Children: Doctrine\ORM\PersistentCollection {#3924 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3927 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139748 {#3925 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3926 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3928 …} -Children: Doctrine\ORM\PersistentCollection {#3931 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3934 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1741139358 {#3854 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3853 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3935 …} -Children: Doctrine\ORM\PersistentCollection {#3938 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3939 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139527 {#3932 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3933 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3940 …} -Children: Doctrine\ORM\PersistentCollection {#3943 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3948 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139541 {#3946 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3947 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3949 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3955 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139551 {#3953 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3954 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3962 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139558 {#3960 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3961 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3963 …} -Children: Doctrine\ORM\PersistentCollection {#3966 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3969 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139567 {#3967 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3968 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3970 …} -Children: Doctrine\ORM\PersistentCollection {#3973 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3976 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139580 {#3974 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3975 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3977 …} -Children: Doctrine\ORM\PersistentCollection {#3980 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3983 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139588 {#3981 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3982 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3984 …} -Children: Doctrine\ORM\PersistentCollection {#3987 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3990 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139594 {#3988 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3989 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3991 …} -Children: Doctrine\ORM\PersistentCollection {#3994 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3997 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1741139601 {#3995 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3996 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3998 …} -Children: Doctrine\ORM\PersistentCollection {#4001 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4004 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1741139607 {#4002 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#4003 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4005 …} -Children: Doctrine\ORM\PersistentCollection {#4008 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4011 -id: 61 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1770387204 {#3945 date: 2026-02-06 23:13:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3944 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4012 …} -Children: Doctrine\ORM\PersistentCollection {#4015 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4016 -id: 62 -name: "18cm" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1770387223 {#4009 date: 2026-02-06 23:13:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4010 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4017 …} -Children: Doctrine\ORM\PersistentCollection {#4020 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4025 -id: 63 -name: "19cm" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1770387227 {#4023 date: 2026-02-06 23:13:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4024 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4026 …} -Children: Doctrine\ORM\PersistentCollection {#4029 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4032 -id: 64 -name: "20cm" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1770387233 {#4030 date: 2026-02-06 23:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4031 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4033 …} -Children: Doctrine\ORM\PersistentCollection {#4036 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4039 -id: 65 -name: "21cm" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1770387240 {#4037 date: 2026-02-06 23:14:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4038 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4040 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4046 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4022 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4021 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4047 …} -Children: Doctrine\ORM\PersistentCollection {#4050 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4051 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911172 {#4044 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4045 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4052 …} -Children: Doctrine\ORM\PersistentCollection {#4055 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4060 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741911180 {#4058 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4059 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4061 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4067 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1741139410 {#4057 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4056 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4068 …} -Children: Doctrine\ORM\PersistentCollection {#4071 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4072 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1741910876 {#4065 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4066 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4073 …} -Children: Doctrine\ORM\PersistentCollection {#4076 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4081 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911388 {#4079 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4080 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4088 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910899 {#4086 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4087 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4095 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741910913 {#4093 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4094 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4102 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910972 {#4100 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4101 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4106 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4109 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910980 {#4107 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4108 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4116 -id: 50 -name: "フォーマル" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1742417098 {#4114 date: 2025-03-20 05:44:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4115 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4123 -id: 51 -name: "入学式" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1742417105 {#4121 date: 2025-03-20 05:45:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4122 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4130 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4128 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4129 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4137 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1742416543 {#4077 date: 2025-03-20 05:35:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4078 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4142 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742416616 {#4135 date: 2025-03-20 05:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4136 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4143 …} -Children: Doctrine\ORM\PersistentCollection {#4146 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4151 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742416623 {#4149 date: 2025-03-20 05:37:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4150 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } ] |
[ Eccube\Entity\Category {#3586 -id: 53 -name: "商品種類" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1743690443 {#3544 date: 2025-04-03 23:27:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3538 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3545 …} -Children: Doctrine\ORM\PersistentCollection {#3710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3711 -id: 54 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743691706 {#3531 date: 2025-04-03 23:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3434 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3712 …} -Children: Doctrine\ORM\PersistentCollection {#3715 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3596 -id: 55 -name: "ロングドレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743691712 {#3718 date: 2025-04-03 23:48:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3719 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3597 …} -Children: Doctrine\ORM\PersistentCollection {#3600 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3603 -id: 56 -name: "ベビードレス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743691723 {#3601 date: 2025-04-03 23:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3602 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3604 …} -Children: Doctrine\ORM\PersistentCollection {#3607 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3610 -id: 57 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743691731 {#3608 date: 2025-04-03 23:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3609 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3611 …} -Children: Doctrine\ORM\PersistentCollection {#3612 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3576 -id: 58 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743691738 {#3617 date: 2025-04-03 23:48:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3619 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3580 …} -Children: Doctrine\ORM\PersistentCollection {#3536 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3620 -id: 59 -name: "アクセサリー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1743691746 {#3397 date: 2025-04-03 23:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3622 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3618 …} -Children: Doctrine\ORM\PersistentCollection {#3590 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3623 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1741139204 {#3717 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3716 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3621 …} -Children: Doctrine\ORM\PersistentCollection {#3633 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3635 -id: 49 -name: "POMPKINS" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1742417079 {#3626 date: 2025-03-20 05:44:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3625 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3636 …} -Children: Doctrine\ORM\PersistentCollection {#3639 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3644 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1741911279 {#3642 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3643 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3645 …} -Children: Doctrine\ORM\PersistentCollection {#3741 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3822 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1741911321 {#3819 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3821 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3823 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3829 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1741911604 {#3827 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3828 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "テスト" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1743606559 {#3834 date: 2025-04-03 00:09:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3835 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3843 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1741139350 {#3640 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3641 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3844 …} -Children: Doctrine\ORM\PersistentCollection {#3847 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3848 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1741139674 {#3841 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3842 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3849 …} -Children: Doctrine\ORM\PersistentCollection {#3852 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3857 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139682 {#3855 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3856 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3858 …} -Children: Doctrine\ORM\PersistentCollection {#3861 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3864 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139688 {#3862 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3863 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3865 …} -Children: Doctrine\ORM\PersistentCollection {#3868 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3871 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139698 {#3869 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3870 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3872 …} -Children: Doctrine\ORM\PersistentCollection {#3875 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3878 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139705 {#3876 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3877 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3879 …} -Children: Doctrine\ORM\PersistentCollection {#3882 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3885 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139710 {#3883 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3884 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3886 …} -Children: Doctrine\ORM\PersistentCollection {#3889 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3892 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139716 {#3890 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3891 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3893 …} -Children: Doctrine\ORM\PersistentCollection {#3896 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3899 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139722 {#3897 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3898 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3900 …} -Children: Doctrine\ORM\PersistentCollection {#3903 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3906 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139728 {#3904 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3905 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3907 …} -Children: Doctrine\ORM\PersistentCollection {#3910 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3913 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139736 {#3911 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3912 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3914 …} -Children: Doctrine\ORM\PersistentCollection {#3917 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3920 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139742 {#3918 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3919 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3921 …} -Children: Doctrine\ORM\PersistentCollection {#3924 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3927 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139748 {#3925 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3926 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3928 …} -Children: Doctrine\ORM\PersistentCollection {#3931 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3934 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1741139358 {#3854 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3853 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3935 …} -Children: Doctrine\ORM\PersistentCollection {#3938 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3939 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139527 {#3932 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3933 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3940 …} -Children: Doctrine\ORM\PersistentCollection {#3943 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3948 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139541 {#3946 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3947 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3949 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3955 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139551 {#3953 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3954 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3962 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139558 {#3960 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3961 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3963 …} -Children: Doctrine\ORM\PersistentCollection {#3966 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3969 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139567 {#3967 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3968 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3970 …} -Children: Doctrine\ORM\PersistentCollection {#3973 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3976 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139580 {#3974 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3975 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3977 …} -Children: Doctrine\ORM\PersistentCollection {#3980 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3983 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139588 {#3981 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3982 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3984 …} -Children: Doctrine\ORM\PersistentCollection {#3987 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3990 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139594 {#3988 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3989 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3991 …} -Children: Doctrine\ORM\PersistentCollection {#3994 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3997 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1741139601 {#3995 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3996 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3998 …} -Children: Doctrine\ORM\PersistentCollection {#4001 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4004 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1741139607 {#4002 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#4003 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4005 …} -Children: Doctrine\ORM\PersistentCollection {#4008 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4011 -id: 61 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1770387204 {#3945 date: 2026-02-06 23:13:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3944 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4012 …} -Children: Doctrine\ORM\PersistentCollection {#4015 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4016 -id: 62 -name: "18cm" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1770387223 {#4009 date: 2026-02-06 23:13:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4010 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4017 …} -Children: Doctrine\ORM\PersistentCollection {#4020 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4025 -id: 63 -name: "19cm" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1770387227 {#4023 date: 2026-02-06 23:13:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4024 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4026 …} -Children: Doctrine\ORM\PersistentCollection {#4029 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4032 -id: 64 -name: "20cm" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1770387233 {#4030 date: 2026-02-06 23:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4031 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4033 …} -Children: Doctrine\ORM\PersistentCollection {#4036 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4039 -id: 65 -name: "21cm" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1770387240 {#4037 date: 2026-02-06 23:14:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4038 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4040 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4046 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4022 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4021 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4047 …} -Children: Doctrine\ORM\PersistentCollection {#4050 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4051 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911172 {#4044 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4045 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4052 …} -Children: Doctrine\ORM\PersistentCollection {#4055 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4060 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741911180 {#4058 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4059 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4061 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4067 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1741139410 {#4057 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4056 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4068 …} -Children: Doctrine\ORM\PersistentCollection {#4071 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4072 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1741910876 {#4065 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4066 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4073 …} -Children: Doctrine\ORM\PersistentCollection {#4076 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4081 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911388 {#4079 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4080 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4088 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910899 {#4086 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4087 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4095 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741910913 {#4093 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4094 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4102 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910972 {#4100 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4101 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4106 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4109 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910980 {#4107 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4108 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4116 -id: 50 -name: "フォーマル" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1742417098 {#4114 date: 2025-03-20 05:44:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4115 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4123 -id: 51 -name: "入学式" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1742417105 {#4121 date: 2025-03-20 05:45:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4122 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4130 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4128 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4129 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4137 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1742416543 {#4077 date: 2025-03-20 05:35:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4078 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4142 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742416616 {#4135 date: 2025-03-20 05:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4136 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4143 …} -Children: Doctrine\ORM\PersistentCollection {#4146 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4151 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742416623 {#4149 date: 2025-03-20 05:37:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4150 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } ] |
| 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 {#5800 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2907 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5799 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3449 …} } |
| choices | [ Eccube\Entity\Category {#3586 -id: 53 -name: "商品種類" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1743690443 {#3544 date: 2025-04-03 23:27:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3538 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3545 …} -Children: Doctrine\ORM\PersistentCollection {#3710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3711 -id: 54 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743691706 {#3531 date: 2025-04-03 23:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3434 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3712 …} -Children: Doctrine\ORM\PersistentCollection {#3715 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3596 -id: 55 -name: "ロングドレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743691712 {#3718 date: 2025-04-03 23:48:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3719 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3597 …} -Children: Doctrine\ORM\PersistentCollection {#3600 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3603 -id: 56 -name: "ベビードレス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743691723 {#3601 date: 2025-04-03 23:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3602 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3604 …} -Children: Doctrine\ORM\PersistentCollection {#3607 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3610 -id: 57 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743691731 {#3608 date: 2025-04-03 23:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3609 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3611 …} -Children: Doctrine\ORM\PersistentCollection {#3612 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3576 -id: 58 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743691738 {#3617 date: 2025-04-03 23:48:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3619 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3580 …} -Children: Doctrine\ORM\PersistentCollection {#3536 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3620 -id: 59 -name: "アクセサリー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1743691746 {#3397 date: 2025-04-03 23:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3622 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3618 …} -Children: Doctrine\ORM\PersistentCollection {#3590 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3623 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1741139204 {#3717 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3716 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3621 …} -Children: Doctrine\ORM\PersistentCollection {#3633 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3635 -id: 49 -name: "POMPKINS" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1742417079 {#3626 date: 2025-03-20 05:44:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3625 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3636 …} -Children: Doctrine\ORM\PersistentCollection {#3639 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3644 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1741911279 {#3642 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3643 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3645 …} -Children: Doctrine\ORM\PersistentCollection {#3741 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3822 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1741911321 {#3819 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3821 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3823 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3829 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1741911604 {#3827 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3828 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3836 -id: 52 -name: "テスト" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1743606559 {#3834 date: 2025-04-03 00:09:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3835 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3843 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1741139350 {#3640 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3641 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3844 …} -Children: Doctrine\ORM\PersistentCollection {#3847 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3848 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1741139674 {#3841 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3842 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3849 …} -Children: Doctrine\ORM\PersistentCollection {#3852 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3857 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139682 {#3855 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3856 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3858 …} -Children: Doctrine\ORM\PersistentCollection {#3861 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3864 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139688 {#3862 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3863 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3865 …} -Children: Doctrine\ORM\PersistentCollection {#3868 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3871 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139698 {#3869 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3870 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3872 …} -Children: Doctrine\ORM\PersistentCollection {#3875 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3878 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139705 {#3876 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3877 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3879 …} -Children: Doctrine\ORM\PersistentCollection {#3882 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3885 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139710 {#3883 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3884 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3886 …} -Children: Doctrine\ORM\PersistentCollection {#3889 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3892 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139716 {#3890 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3891 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3893 …} -Children: Doctrine\ORM\PersistentCollection {#3896 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3899 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139722 {#3897 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3898 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3900 …} -Children: Doctrine\ORM\PersistentCollection {#3903 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3906 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139728 {#3904 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3905 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3907 …} -Children: Doctrine\ORM\PersistentCollection {#3910 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3913 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139736 {#3911 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3912 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3914 …} -Children: Doctrine\ORM\PersistentCollection {#3917 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3920 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139742 {#3918 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3919 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3921 …} -Children: Doctrine\ORM\PersistentCollection {#3924 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3927 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139748 {#3925 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3926 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3928 …} -Children: Doctrine\ORM\PersistentCollection {#3931 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3934 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1741139358 {#3854 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3853 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3935 …} -Children: Doctrine\ORM\PersistentCollection {#3938 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3939 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139527 {#3932 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3933 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3940 …} -Children: Doctrine\ORM\PersistentCollection {#3943 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3948 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139541 {#3946 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3947 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3949 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3955 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139551 {#3953 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3954 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3962 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139558 {#3960 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3961 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3963 …} -Children: Doctrine\ORM\PersistentCollection {#3966 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3969 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139567 {#3967 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3968 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3970 …} -Children: Doctrine\ORM\PersistentCollection {#3973 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3976 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139580 {#3974 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3975 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3977 …} -Children: Doctrine\ORM\PersistentCollection {#3980 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3983 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139588 {#3981 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3982 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3984 …} -Children: Doctrine\ORM\PersistentCollection {#3987 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3990 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139594 {#3988 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3989 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3991 …} -Children: Doctrine\ORM\PersistentCollection {#3994 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#3997 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1741139601 {#3995 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3996 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3998 …} -Children: Doctrine\ORM\PersistentCollection {#4001 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4004 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1741139607 {#4002 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#4003 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4005 …} -Children: Doctrine\ORM\PersistentCollection {#4008 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4011 -id: 61 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1770387204 {#3945 date: 2026-02-06 23:13:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3944 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4012 …} -Children: Doctrine\ORM\PersistentCollection {#4015 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4016 -id: 62 -name: "18cm" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1770387223 {#4009 date: 2026-02-06 23:13:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4010 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4017 …} -Children: Doctrine\ORM\PersistentCollection {#4020 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4025 -id: 63 -name: "19cm" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1770387227 {#4023 date: 2026-02-06 23:13:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4024 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4026 …} -Children: Doctrine\ORM\PersistentCollection {#4029 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4032 -id: 64 -name: "20cm" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1770387233 {#4030 date: 2026-02-06 23:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4031 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4033 …} -Children: Doctrine\ORM\PersistentCollection {#4036 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4039 -id: 65 -name: "21cm" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1770387240 {#4037 date: 2026-02-06 23:14:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4038 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4040 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4046 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4022 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4021 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4047 …} -Children: Doctrine\ORM\PersistentCollection {#4050 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4051 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911172 {#4044 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4045 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4052 …} -Children: Doctrine\ORM\PersistentCollection {#4055 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4060 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741911180 {#4058 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4059 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4061 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4067 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1741139410 {#4057 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4056 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4068 …} -Children: Doctrine\ORM\PersistentCollection {#4071 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4072 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1741910876 {#4065 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4066 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4073 …} -Children: Doctrine\ORM\PersistentCollection {#4076 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4081 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911388 {#4079 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4080 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4088 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910899 {#4086 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4087 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4095 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741910913 {#4093 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4094 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4102 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910972 {#4100 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4101 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4106 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4109 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910980 {#4107 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4108 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4116 -id: 50 -name: "フォーマル" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1742417098 {#4114 date: 2025-03-20 05:44:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4115 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4123 -id: 51 -name: "入学式" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1742417105 {#4121 date: 2025-03-20 05:45:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4122 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4130 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4128 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4129 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4137 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1742416543 {#4077 date: 2025-03-20 05:35:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4078 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4142 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742416616 {#4135 date: 2025-03-20 05:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4136 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4143 …} -Children: Doctrine\ORM\PersistentCollection {#4146 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } Eccube\Entity\Category {#4151 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742416623 {#4149 date: 2025-03-20 05:37:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4150 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } ] |
| 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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container1IOdlti\EntityManagerGhost554d0f0 {#497 …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 {#3448 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container1IOdlti\EntityManagerGhost554d0f0 {#497 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3383 …} } |
| 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() {#5801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#5802 …} $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 | [ 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5843 +label: "商品種類" +value: "53" +data: Eccube\Entity\Category {#3586 -id: 53 -name: "商品種類" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1743690443 {#3544 date: 2025-04-03 23:27:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3538 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3545 …} -Children: Doctrine\ORM\PersistentCollection {#3710 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5844 +label: "\u{3000}膝丈ドレス" +value: "54" +data: Eccube\Entity\Category {#3711 -id: 54 -name: "膝丈ドレス" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1743691706 {#3531 date: 2025-04-03 23:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3434 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3712 …} -Children: Doctrine\ORM\PersistentCollection {#3715 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5845 +label: "\u{3000}ロングドレス" +value: "55" +data: Eccube\Entity\Category {#3596 -id: 55 -name: "ロングドレス" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1743691712 {#3718 date: 2025-04-03 23:48:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3719 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3597 …} -Children: Doctrine\ORM\PersistentCollection {#3600 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5846 +label: "\u{3000}ベビードレス" +value: "56" +data: Eccube\Entity\Category {#3603 -id: 56 -name: "ベビードレス" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1743691723 {#3601 date: 2025-04-03 23:48:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3602 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3604 …} -Children: Doctrine\ORM\PersistentCollection {#3607 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5847 +label: "\u{3000}羽織物・パニエ" +value: "57" +data: Eccube\Entity\Category {#3610 -id: 57 -name: "羽織物・パニエ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1743691731 {#3608 date: 2025-04-03 23:48:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3609 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3611 …} -Children: Doctrine\ORM\PersistentCollection {#3612 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +label: "\u{3000}くつ・靴下" +value: "58" +data: Eccube\Entity\Category {#3576 -id: 58 -name: "くつ・靴下" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1743691738 {#3617 date: 2025-04-03 23:48:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3619 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3580 …} -Children: Doctrine\ORM\PersistentCollection {#3536 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5849 +label: "\u{3000}アクセサリー" +value: "59" +data: Eccube\Entity\Category {#3620 -id: 59 -name: "アクセサリー" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1743691746 {#3397 date: 2025-04-03 23:49:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743691747 {#3622 date: 2025-04-03 23:49:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3618 …} -Children: Doctrine\ORM\PersistentCollection {#3590 …} -Parent: Eccube\Entity\Category {#3586} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5850 +label: "ブランド" +value: "7" +data: Eccube\Entity\Category {#3623 -id: 7 -name: "ブランド" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1741139204 {#3717 date: 2025-03-05 10:46:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3716 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3621 …} -Children: Doctrine\ORM\PersistentCollection {#3633 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5851 +label: "\u{3000}POMPKINS" +value: "49" +data: Eccube\Entity\Category {#3635 -id: 49 -name: "POMPKINS" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1742417079 {#3626 date: 2025-03-20 05:44:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3625 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3636 …} -Children: Doctrine\ORM\PersistentCollection {#3639 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5852 +label: "\u{3000}Monsoon Kids" +value: "41" +data: Eccube\Entity\Category {#3644 -id: 41 -name: "Monsoon Kids" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1741911279 {#3642 date: 2025-03-14 09:14:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3643 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3645 …} -Children: Doctrine\ORM\PersistentCollection {#3741 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5853 +label: "\u{3000}Chi Chi Kids" +value: "42" +data: Eccube\Entity\Category {#3822 -id: 42 -name: "Chi Chi Kids" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1741911321 {#3819 date: 2025-03-14 09:15:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3821 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3823 …} -Children: Doctrine\ORM\PersistentCollection {#3826 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5854 +label: "\u{3000}Little Mistress Kids" +value: "44" +data: Eccube\Entity\Category {#3829 -id: 44 -name: "Little Mistress Kids" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1741911604 {#3827 date: 2025-03-14 09:20:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3828 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3830 …} -Children: Doctrine\ORM\PersistentCollection {#3833 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5855 +label: "\u{3000}テスト" +value: "52" +data: Eccube\Entity\Category {#3836 -id: 52 -name: "テスト" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1743606559 {#3834 date: 2025-04-03 00:09:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743606616 {#3835 date: 2025-04-03 00:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3837 …} -Children: Doctrine\ORM\PersistentCollection {#3840 …} -Parent: Eccube\Entity\Category {#3623} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5856 +label: "カラー" +value: "8" +data: Eccube\Entity\Category {#3843 -id: 8 -name: "カラー" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1741139350 {#3640 date: 2025-03-05 10:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3641 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3844 …} -Children: Doctrine\ORM\PersistentCollection {#3847 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5857 +label: "\u{3000}ホワイト" +value: "22" +data: Eccube\Entity\Category {#3848 -id: 22 -name: "ホワイト" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1741139674 {#3841 date: 2025-03-05 10:54:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3842 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3849 …} -Children: Doctrine\ORM\PersistentCollection {#3852 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5858 +label: "\u{3000}ベージュ系" +value: "23" +data: Eccube\Entity\Category {#3857 -id: 23 -name: "ベージュ系" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1741139682 {#3855 date: 2025-03-05 10:54:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3856 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3858 …} -Children: Doctrine\ORM\PersistentCollection {#3861 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5859 +label: "\u{3000}ブラック" +value: "24" +data: Eccube\Entity\Category {#3864 -id: 24 -name: "ブラック" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1741139688 {#3862 date: 2025-03-05 10:54:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3863 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3865 …} -Children: Doctrine\ORM\PersistentCollection {#3868 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5860 +label: "\u{3000}グレー系" +value: "25" +data: Eccube\Entity\Category {#3871 -id: 25 -name: "グレー系" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1741139698 {#3869 date: 2025-03-05 10:54:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3870 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3872 …} -Children: Doctrine\ORM\PersistentCollection {#3875 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5861 +label: "\u{3000}レッド系" +value: "26" +data: Eccube\Entity\Category {#3878 -id: 26 -name: "レッド系" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1741139705 {#3876 date: 2025-03-05 10:55:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3877 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3879 …} -Children: Doctrine\ORM\PersistentCollection {#3882 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +label: "\u{3000}ピンク系" +value: "27" +data: Eccube\Entity\Category {#3885 -id: 27 -name: "ピンク系" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1741139710 {#3883 date: 2025-03-05 10:55:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3884 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3886 …} -Children: Doctrine\ORM\PersistentCollection {#3889 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5863 +label: "\u{3000}ブルー系" +value: "28" +data: Eccube\Entity\Category {#3892 -id: 28 -name: "ブルー系" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1741139716 {#3890 date: 2025-03-05 10:55:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3891 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3893 …} -Children: Doctrine\ORM\PersistentCollection {#3896 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5864 +label: "\u{3000}ネイビー" +value: "29" +data: Eccube\Entity\Category {#3899 -id: 29 -name: "ネイビー" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1741139722 {#3897 date: 2025-03-05 10:55:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3898 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3900 …} -Children: Doctrine\ORM\PersistentCollection {#3903 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5865 +label: "\u{3000}イエロー系" +value: "30" +data: Eccube\Entity\Category {#3906 -id: 30 -name: "イエロー系" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1741139728 {#3904 date: 2025-03-05 10:55:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3905 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3907 …} -Children: Doctrine\ORM\PersistentCollection {#3910 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5866 +label: "\u{3000}グリーン系" +value: "31" +data: Eccube\Entity\Category {#3913 -id: 31 -name: "グリーン系" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1741139736 {#3911 date: 2025-03-05 10:55:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3912 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3914 …} -Children: Doctrine\ORM\PersistentCollection {#3917 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5867 +label: "\u{3000}パープル系" +value: "32" +data: Eccube\Entity\Category {#3920 -id: 32 -name: "パープル系" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1741139742 {#3918 date: 2025-03-05 10:55:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3919 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3921 …} -Children: Doctrine\ORM\PersistentCollection {#3924 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5868 +label: "\u{3000}マルチ/柄" +value: "33" +data: Eccube\Entity\Category {#3927 -id: 33 -name: "マルチ/柄" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1741139748 {#3925 date: 2025-03-05 10:55:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139769 {#3926 date: 2025-03-05 10:56:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3928 …} -Children: Doctrine\ORM\PersistentCollection {#3931 …} -Parent: Eccube\Entity\Category {#3843} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5869 +label: "サイズ_ドレス" +value: "9" +data: Eccube\Entity\Category {#3934 -id: 9 -name: "サイズ_ドレス" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1741139358 {#3854 date: 2025-03-05 10:49:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3853 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3935 …} -Children: Doctrine\ORM\PersistentCollection {#3938 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5870 +label: "\u{3000}3歳(90-95cm)" +value: "12" +data: Eccube\Entity\Category {#3939 -id: 12 -name: "3歳(90-95cm)" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1741139527 {#3932 date: 2025-03-05 10:52:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3933 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3940 …} -Children: Doctrine\ORM\PersistentCollection {#3943 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +label: "\u{3000}4歳(100-105cm)" +value: "13" +data: Eccube\Entity\Category {#3948 -id: 13 -name: "4歳(100-105cm)" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1741139541 {#3946 date: 2025-03-05 10:52:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3947 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3949 …} -Children: Doctrine\ORM\PersistentCollection {#3952 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5872 +label: "\u{3000}5歳(105-110cm)" +value: "14" +data: Eccube\Entity\Category {#3955 -id: 14 -name: "5歳(105-110cm)" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1741139551 {#3953 date: 2025-03-05 10:52:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3954 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3956 …} -Children: Doctrine\ORM\PersistentCollection {#3959 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +label: "\u{3000}6歳(110-120cm)" +value: "15" +data: Eccube\Entity\Category {#3962 -id: 15 -name: "6歳(110-120cm)" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1741139558 {#3960 date: 2025-03-05 10:52:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3961 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3963 …} -Children: Doctrine\ORM\PersistentCollection {#3966 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +label: "\u{3000}7歳(120-130cm)" +value: "16" +data: Eccube\Entity\Category {#3969 -id: 16 -name: "7歳(120-130cm)" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1741139567 {#3967 date: 2025-03-05 10:52:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3968 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3970 …} -Children: Doctrine\ORM\PersistentCollection {#3973 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +label: "\u{3000}8歳(130-135cm)" +value: "17" +data: Eccube\Entity\Category {#3976 -id: 17 -name: "8歳(130-135cm)" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1741139580 {#3974 date: 2025-03-05 10:53:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3975 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3977 …} -Children: Doctrine\ORM\PersistentCollection {#3980 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +label: "\u{3000}9歳(135-140cm)" +value: "18" +data: Eccube\Entity\Category {#3983 -id: 18 -name: "9歳(135-140cm)" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1741139588 {#3981 date: 2025-03-05 10:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3982 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3984 …} -Children: Doctrine\ORM\PersistentCollection {#3987 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +label: "\u{3000}10歳(140-145cm)" +value: "19" +data: Eccube\Entity\Category {#3990 -id: 19 -name: "10歳(140-145cm)" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1741139594 {#3988 date: 2025-03-05 10:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3989 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3991 …} -Children: Doctrine\ORM\PersistentCollection {#3994 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +label: "\u{3000}11歳(145-150cm)" +value: "20" +data: Eccube\Entity\Category {#3997 -id: 20 -name: "11歳(145-150cm)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1741139601 {#3995 date: 2025-03-05 10:53:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#3996 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#3998 …} -Children: Doctrine\ORM\PersistentCollection {#4001 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +label: "\u{3000}12歳(150-160cm)" +value: "21" +data: Eccube\Entity\Category {#4004 -id: 21 -name: "12歳(150-160cm)" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1741139607 {#4002 date: 2025-03-05 10:53:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741139631 {#4003 date: 2025-03-05 10:53:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4005 …} -Children: Doctrine\ORM\PersistentCollection {#4008 …} -Parent: Eccube\Entity\Category {#3934} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +label: "サイズ_靴" +value: "61" +data: Eccube\Entity\Category {#4011 -id: 61 -name: "サイズ_靴" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1770387204 {#3945 date: 2026-02-06 23:13:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#3944 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4012 …} -Children: Doctrine\ORM\PersistentCollection {#4015 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +label: "\u{3000}18cm" +value: "62" +data: Eccube\Entity\Category {#4016 -id: 62 -name: "18cm" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1770387223 {#4009 date: 2026-02-06 23:13:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4010 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4017 …} -Children: Doctrine\ORM\PersistentCollection {#4020 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +label: "\u{3000}19cm" +value: "63" +data: Eccube\Entity\Category {#4025 -id: 63 -name: "19cm" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1770387227 {#4023 date: 2026-02-06 23:13:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4024 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4026 …} -Children: Doctrine\ORM\PersistentCollection {#4029 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +label: "\u{3000}20cm" +value: "64" +data: Eccube\Entity\Category {#4032 -id: 64 -name: "20cm" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1770387233 {#4030 date: 2026-02-06 23:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4031 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4033 …} -Children: Doctrine\ORM\PersistentCollection {#4036 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +label: "\u{3000}21cm" +value: "65" +data: Eccube\Entity\Category {#4039 -id: 65 -name: "21cm" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1770387240 {#4037 date: 2026-02-06 23:14:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387243 {#4038 date: 2026-02-06 23:14:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4040 …} -Children: Doctrine\ORM\PersistentCollection {#4043 …} -Parent: Eccube\Entity\Category {#4011} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +label: "商品ランク" +value: "10" +data: Eccube\Entity\Category {#4046 -id: 10 -name: "商品ランク" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1741139394 {#4022 date: 2025-03-05 10:49:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4021 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4047 …} -Children: Doctrine\ORM\PersistentCollection {#4050 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5886 +label: "\u{3000}SS/新品・新品同様" +value: "39" +data: Eccube\Entity\Category {#4051 -id: 39 -name: "SS/新品・新品同様" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1741911172 {#4044 date: 2025-03-14 09:12:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911502 {#4045 date: 2025-03-14 09:18:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4052 …} -Children: Doctrine\ORM\PersistentCollection {#4055 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5887 +label: "\u{3000}S/美品" +value: "40" +data: Eccube\Entity\Category {#4060 -id: 40 -name: "S/美品" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1741911180 {#4058 date: 2025-03-14 09:13:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1741911512 {#4059 date: 2025-03-14 09:18:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4061 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: Eccube\Entity\Category {#4046} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5888 +label: "着用シーン" +value: "11" +data: Eccube\Entity\Category {#4067 -id: 11 -name: "着用シーン" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1741139410 {#4057 date: 2025-03-05 10:50:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4056 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4068 …} -Children: Doctrine\ORM\PersistentCollection {#4071 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5889 +label: "\u{3000}パーティー" +value: "34" +data: Eccube\Entity\Category {#4072 -id: 34 -name: "パーティー" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1741910876 {#4065 date: 2025-03-14 09:07:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4066 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4073 …} -Children: Doctrine\ORM\PersistentCollection {#4076 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5890 +label: "\u{3000}結婚式" +value: "43" +data: Eccube\Entity\Category {#4081 -id: 43 -name: "結婚式" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1741911388 {#4079 date: 2025-03-14 09:16:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4080 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4082 …} -Children: Doctrine\ORM\PersistentCollection {#4085 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5891 +label: "\u{3000}発表会" +value: "35" +data: Eccube\Entity\Category {#4088 -id: 35 -name: "発表会" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1741910899 {#4086 date: 2025-03-14 09:08:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4087 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4089 …} -Children: Doctrine\ORM\PersistentCollection {#4092 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5892 +label: "\u{3000}誕生日" +value: "36" +data: Eccube\Entity\Category {#4095 -id: 36 -name: "誕生日" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1741910913 {#4093 date: 2025-03-14 09:08:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4094 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4096 …} -Children: Doctrine\ORM\PersistentCollection {#4099 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5893 +label: "\u{3000}食事会" +value: "37" +data: Eccube\Entity\Category {#4102 -id: 37 -name: "食事会" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1741910972 {#4100 date: 2025-03-14 09:09:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4101 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4103 …} -Children: Doctrine\ORM\PersistentCollection {#4106 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5894 +label: "\u{3000}七五三" +value: "38" +data: Eccube\Entity\Category {#4109 -id: 38 -name: "七五三" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1741910980 {#4107 date: 2025-03-14 09:09:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4108 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4110 …} -Children: Doctrine\ORM\PersistentCollection {#4113 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5895 +label: "\u{3000}フォーマル" +value: "50" +data: Eccube\Entity\Category {#4116 -id: 50 -name: "フォーマル" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1742417098 {#4114 date: 2025-03-20 05:44:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4115 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4117 …} -Children: Doctrine\ORM\PersistentCollection {#4120 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5896 +label: "\u{3000}入学式" +value: "51" +data: Eccube\Entity\Category {#4123 -id: 51 -name: "入学式" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1742417105 {#4121 date: 2025-03-20 05:45:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4122 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4124 …} -Children: Doctrine\ORM\PersistentCollection {#4127 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5897 +label: "\u{3000}二分の一成人式" +value: "45" +data: Eccube\Entity\Category {#4130 -id: 45 -name: "二分の一成人式" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1741912312 {#4128 date: 2025-03-14 09:31:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742417117 {#4129 date: 2025-03-20 05:45:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4131 …} -Children: Doctrine\ORM\PersistentCollection {#4134 …} -Parent: Eccube\Entity\Category {#4067} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +label: "コーディネート" +value: "46" +data: Eccube\Entity\Category {#4137 -id: 46 -name: "コーディネート" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1742416543 {#4077 date: 2025-03-20 05:35:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770387211 {#4078 date: 2026-02-06 23:13:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4138 …} -Children: Doctrine\ORM\PersistentCollection {#4141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5899 +label: "\u{3000}フォーマルA" +value: "47" +data: Eccube\Entity\Category {#4142 -id: 47 -name: "フォーマルA" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1742416616 {#4135 date: 2025-03-20 05:36:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4136 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4143 …} -Children: Doctrine\ORM\PersistentCollection {#4146 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5900 +label: "\u{3000}フォーマルB" +value: "48" +data: Eccube\Entity\Category {#4151 -id: 48 -name: "フォーマルB" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1742416623 {#4149 date: 2025-03-20 05:37:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1742416629 {#4150 date: 2025-03-20 05:37:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4152 …} -Children: Doctrine\ORM\PersistentCollection {#4155 …} -Parent: Eccube\Entity\Category {#4137} -Creator: Proxies\__CG__\Eccube\Entity\Member {#3708 …} } +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 {#5836 -form: Symfony\Component\Form\Form {#5823 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5835 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#5842 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 {#433 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#432 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#431 …} -namespace: Closure() {#429 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5813 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() {#5808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#5812 …} $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 {#5901 -form: Symfony\Component\Form\Form {#5826 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5841 …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 | "" |