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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2702 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() {#2704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2703 …} $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 {#3040 -form: Symfony\Component\Form\Form {#2867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3254 …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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2737 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 {#2734 +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 {#2735 +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 {#2720 +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 {#2733 +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() {#2739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2738 …} $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 {#3223 -form: Symfony\Component\Form\Form {#2892 …} -errors: [] } |
firstname_name | "name02" |
form | Symfony\Component\Form\FormView {#3483 …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 {#2746 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2720 +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 {#2733 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2746 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2720 +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 {#2733 +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 {#2746 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2720 +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 {#2733 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2871 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() {#2873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2872 …} $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 {#3225 -form: Symfony\Component\Form\Form {#2895 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3227 …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 {#2747 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +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 {#2735 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2747 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +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 {#2735 +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 {#2747 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +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 {#2735 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2882 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() {#2884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2883 …} $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 {#3222 -form: Symfony\Component\Form\Form {#2898 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3259 …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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2757 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 {#2754 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2755 +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 {#2752 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2753 +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() {#2759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2758 …} $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 {#3224 -form: Symfony\Component\Form\Form {#2923 …} -errors: [] } |
firstname_name | "kana02" |
form | Symfony\Component\Form\FormView {#3217 …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 {#2752 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2753 +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 {#2752 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2753 +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 {#2752 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2753 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2902 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() {#2904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2903 …} $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 {#3274 -form: Symfony\Component\Form\Form {#2926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3272 …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 {#2754 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2755 +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 {#2754 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2755 +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 {#2754 +payload: null +groups: ? +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2755 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2913 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() {#2915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2914 …} $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 {#3220 -form: Symfony\Component\Form\Form {#2929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3278 …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 {#2790 +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 {#2791 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2787 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() {#2789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2788 …} $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 {#3270 -form: Symfony\Component\Form\Form {#2932 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3123 …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 {#2805 +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 {#2806 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2808 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() {#2810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2809 …} $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 {#3271 -form: Symfony\Component\Form\Form {#3017 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3276 …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 {#2963 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2964 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3006 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2978 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2982 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2987 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2979 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#2994 …} } |
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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerIpnrreW\EntityManagerGhost554d0f0 {#506 …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 {#2997 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerIpnrreW\EntityManagerGhost554d0f0 {#506 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1806 …} } |
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 {#2973 -em: ContainerIpnrreW\EntityManagerGhost554d0f0 {#506 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2974 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2975 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2976 #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 {#2972 …} -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() {#2970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2967 …} $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 {#3275 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#3207 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3280 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#3194 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3282 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#3200 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3286 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#3195 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#3197 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#3196 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "福島県" +value: "7" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#1865 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3120 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#3199 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3290 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#3206 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#3201 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#3203 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#3202 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#3205 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#3208 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#3209 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#3210 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#3211 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#3124 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#3125 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#3126 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#3127 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#3128 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#3129 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#3130 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#3131 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#3132 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#3133 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#3134 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#3135 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#3136 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#3137 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#3138 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#3139 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#3140 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#3141 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#3142 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#3143 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#3144 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#3145 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#3146 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#3147 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#3148 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#3149 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#3150 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#3151 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#3152 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#3153 …} +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 {#3485 -form: Symfony\Component\Form\Form {#3020 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3493 …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) {#3176 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 {#2805 +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 {#2805 +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 {#2805 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2983 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() {#3004 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#3002 …} $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 {#3175 -form: Symfony\Component\Form\Form {#3023 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3174 …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 {#2806 +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 {#2806 +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 {#2806 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3007 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() {#3009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#3008 …} $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 {#3315 -form: Symfony\Component\Form\Form {#3026 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3311 …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 {#2826 +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 {#2827 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2823 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() {#2825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2824 …} $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 {#3488 -form: Symfony\Component\Form\Form {#3029 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3214 …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 {#2711 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2712 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2711 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2712 +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 {#2711 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#2712 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2839 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() {#2844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2838 …} $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 {#3312 -form: Symfony\Component\Form\Form {#3032 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3310 …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 {#2715 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2716 +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 {#2715 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2716 +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 {#2715 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2716 +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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#2854 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() {#2859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#2853 …} $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 {#3313 -form: Symfony\Component\Form\Form {#3035 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3309 …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 | "44145f.xdzgcVVcmakSrYhJHpNQ4d3x7UMuaSNWw0CzMkejZl4.suy5SDdp8udd5qUYRPI2ubCrwDJBGXwAmQXUBg3wEyuNiNYgPDT-xlbe4w" |
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 | "44145f.xdzgcVVcmakSrYhJHpNQ4d3x7UMuaSNWw0CzMkejZl4.suy5SDdp8udd5qUYRPI2ubCrwDJBGXwAmQXUBg3wEyuNiNYgPDT-xlbe4w" |
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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data | "44145f.xdzgcVVcmakSrYhJHpNQ4d3x7UMuaSNWw0CzMkejZl4.suy5SDdp8udd5qUYRPI2ubCrwDJBGXwAmQXUBg3wEyuNiNYgPDT-xlbe4w" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#3317 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() {#3319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#3318 …} $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 | "44145f.xdzgcVVcmakSrYhJHpNQ4d3x7UMuaSNWw0CzMkejZl4.suy5SDdp8udd5qUYRPI2ubCrwDJBGXwAmQXUBg3wEyuNiNYgPDT-xlbe4w" |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#3331 -form: Symfony\Component\Form\Form {#3326 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3320 …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 | "44145f.xdzgcVVcmakSrYhJHpNQ4d3x7UMuaSNWw0CzMkejZl4.suy5SDdp8udd5qUYRPI2ubCrwDJBGXwAmQXUBg3wEyuNiNYgPDT-xlbe4w" |
(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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7239 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() {#7241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#7240 …} $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 {#7286 -form: Symfony\Component\Form\Form {#7274 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7287 …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 {#5417 -id: 55 -name: "昭和レトロ" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1730181346 {#5375 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5369 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5544 -id: 69 -name: "90's(平成2-11年)" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1730181346 {#5362 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5265 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5553 -id: 68 -name: "80's(昭和55-64年)" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1730181346 {#5551 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5552 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5433 -id: 67 -name: "70's(昭和45-54年)" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1730181346 {#5431 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5432 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5440 -id: 66 -name: "60's(昭和35-44年)" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1730181346 {#5438 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5439 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5441 …} -Children: Doctrine\ORM\PersistentCollection {#5444 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5407 -id: 65 -name: "50's(昭和25-34年)" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1730181346 {#5443 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5448 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5451 -id: 64 -name: "40's(昭和15-24年)" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1730181346 {#5228 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5453 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5454 -id: 63 -name: "30's(昭和5-14年)" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1730181346 {#5457 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5456 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5465 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5469 -id: 31 -name: "キャラクター" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1730181346 {#5549 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5550 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5474 -id: 24 -name: "漫画・アニメ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1730181346 {#5466 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5468 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5659 -id: 11 -name: "人物・動物" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1730181346 {#5656 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5658 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5666 -id: 2 -name: "生活雑貨" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1488881692 {#5576 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5479 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5671 -id: 70 -name: "インテリア" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1730339242 {#5664 date: 2024-10-31 10:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5665 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5675 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5680 -id: 44 -name: "DIY・修理・自作" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1730181346 {#5678 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5679 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5687 -id: 57 -name: "お風呂・トイレ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1730181346 {#5685 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5686 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5694 -id: 41 -name: "掃除・洗濯用具" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1730181346 {#5692 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5693 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5701 -id: 43 -name: "裁縫" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1730181346 {#5699 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5700 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5708 -id: 30 -name: "調理器具・料理関連" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1730181346 {#5706 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5707 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5715 -id: 25 -name: "トイレットペーパー・ちり紙・ティッシュ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1730181346 {#5713 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5714 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5716 …} -Children: Doctrine\ORM\PersistentCollection {#5719 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5722 -id: 61 -name: "食器" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1730181346 {#5720 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5721 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5729 -id: 7 -name: "文房具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1730181346 {#5677 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5676 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5734 -id: 39 -name: "筆記用具" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1730181346 {#5727 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5728 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5735 …} -Children: Doctrine\ORM\PersistentCollection {#5738 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5743 -id: 34 -name: "事務用品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1730181346 {#5741 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5742 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5750 -id: 29 -name: "絵画・習字" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1730181346 {#5748 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5749 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5751 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5757 -id: 27 -name: "テープ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1730181346 {#5755 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5756 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5764 -id: 26 -name: "玩具・おもちゃ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1730181346 {#5762 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5763 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5771 -id: 13 -name: "ノート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1730181346 {#5769 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5770 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5778 -id: 6 -name: "衣料品" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5740 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5739 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5783 -id: 23 -name: "洋服" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1730181346 {#5776 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5777 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5792 -id: 20 -name: "ジャージ・運動着" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1730181346 {#5790 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5791 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5799 -id: 22 -name: "帽子" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1730181346 {#5797 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5798 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5806 -id: 46 -name: "下着・手袋・靴下" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1730181346 {#5804 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5805 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5813 -id: 47 -name: "鞄" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1730181346 {#5811 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5812 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5820 -id: 35 -name: "アクセサリー・小物" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1730181346 {#5818 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5819 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5827 -id: 14 -name: "ハンカチ・タオル類" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1730181346 {#5825 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5826 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5834 -id: 40 -name: "化粧品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1730181346 {#5832 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5833 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5841 -id: 84 -name: "寝具" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1730339332 {#5839 date: 2024-10-31 10:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5840 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5848 -id: 9 -name: "履物・シューズ・サンダル・靴" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1730181346 {#5788 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5789 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5853 -id: 28 -name: "足袋" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1730181346 {#5846 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5847 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5862 -id: 37 -name: "スリッパ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1730181346 {#5860 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5861 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5869 -id: 36 -name: "サンダル" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1730181346 {#5867 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5868 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5876 -id: 16 -name: "シューズ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1730181346 {#5874 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5875 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5883 -id: 17 -name: "学校関連" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1730181346 {#5859 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5858 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5888 -id: 21 -name: "衣類" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1730181346 {#5881 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5882 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5897 -id: 19 -name: "文具" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1730181346 {#5895 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5896 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5904 -id: 18 -name: "運動用具" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1730181346 {#5902 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5903 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5911 -id: 45 -name: "性別年齢別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1730181346 {#5893 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5894 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5916 -id: 75 -name: "女性・レディース向け" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1730339305 {#5909 date: 2024-10-31 10:48:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5910 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5925 -id: 74 -name: "男性・メンズ向け" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1730339298 {#5923 date: 2024-10-31 10:48:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5924 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5932 -id: 77 -name: "子供・キッズ向け" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1730339311 {#5930 date: 2024-10-31 10:48:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5931 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5939 -id: 49 -name: "女の子・ガール向け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1730181346 {#5937 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5938 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5946 -id: 48 -name: "男の子・ボーイ向け" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1730181346 {#5944 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5945 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5953 -id: 76 -name: "赤ちゃん・幼児・ベビー向け" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1730339308 {#5951 date: 2024-10-31 10:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5952 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5954 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5960 -id: 33 -name: "お年寄り・高齢者向け" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1730181346 {#5958 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5959 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5964 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5967 -id: 1 -name: "農作業" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1488881692 {#5921 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5922 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5971 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5972 -id: 4 -name: "金属製品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1488881692 {#5965 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5966 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5976 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5981 -id: 3 -name: "竹・藁\u{3000}製品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1488881692 {#5979 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5980 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5985 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5988 -id: 12 -name: "衣類品" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1730181346 {#5986 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5987 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5995 -id: 50 -name: "季節物" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1730181346 {#5977 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5978 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5996 …} -Children: Doctrine\ORM\PersistentCollection {#5999 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6000 -id: 54 -name: "春物" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1730181346 {#5993 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5994 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6009 -id: 53 -name: "夏物" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1730181346 {#6007 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6008 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6010 …} -Children: Doctrine\ORM\PersistentCollection {#6013 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6016 -id: 52 -name: "秋物" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1730181346 {#6014 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6015 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6017 …} -Children: Doctrine\ORM\PersistentCollection {#6020 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6023 -id: 51 -name: "冬物" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1730181346 {#6021 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6022 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6027 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } ] |
[ Eccube\Entity\Category {#5417 -id: 55 -name: "昭和レトロ" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1730181346 {#5375 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5369 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5544 -id: 69 -name: "90's(平成2-11年)" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1730181346 {#5362 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5265 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5553 -id: 68 -name: "80's(昭和55-64年)" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1730181346 {#5551 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5552 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5433 -id: 67 -name: "70's(昭和45-54年)" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1730181346 {#5431 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5432 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5440 -id: 66 -name: "60's(昭和35-44年)" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1730181346 {#5438 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5439 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5441 …} -Children: Doctrine\ORM\PersistentCollection {#5444 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5407 -id: 65 -name: "50's(昭和25-34年)" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1730181346 {#5443 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5448 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5451 -id: 64 -name: "40's(昭和15-24年)" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1730181346 {#5228 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5453 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5454 -id: 63 -name: "30's(昭和5-14年)" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1730181346 {#5457 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5456 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5465 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5469 -id: 31 -name: "キャラクター" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1730181346 {#5549 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5550 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5474 -id: 24 -name: "漫画・アニメ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1730181346 {#5466 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5468 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5659 -id: 11 -name: "人物・動物" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1730181346 {#5656 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5658 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5666 -id: 2 -name: "生活雑貨" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1488881692 {#5576 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5479 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5671 -id: 70 -name: "インテリア" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1730339242 {#5664 date: 2024-10-31 10:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5665 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5675 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5680 -id: 44 -name: "DIY・修理・自作" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1730181346 {#5678 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5679 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5687 -id: 57 -name: "お風呂・トイレ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1730181346 {#5685 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5686 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5694 -id: 41 -name: "掃除・洗濯用具" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1730181346 {#5692 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5693 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5701 -id: 43 -name: "裁縫" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1730181346 {#5699 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5700 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5708 -id: 30 -name: "調理器具・料理関連" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1730181346 {#5706 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5707 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5715 -id: 25 -name: "トイレットペーパー・ちり紙・ティッシュ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1730181346 {#5713 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5714 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5716 …} -Children: Doctrine\ORM\PersistentCollection {#5719 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5722 -id: 61 -name: "食器" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1730181346 {#5720 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5721 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5729 -id: 7 -name: "文房具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1730181346 {#5677 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5676 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5734 -id: 39 -name: "筆記用具" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1730181346 {#5727 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5728 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5735 …} -Children: Doctrine\ORM\PersistentCollection {#5738 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5743 -id: 34 -name: "事務用品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1730181346 {#5741 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5742 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5750 -id: 29 -name: "絵画・習字" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1730181346 {#5748 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5749 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5751 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5757 -id: 27 -name: "テープ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1730181346 {#5755 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5756 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5764 -id: 26 -name: "玩具・おもちゃ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1730181346 {#5762 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5763 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5771 -id: 13 -name: "ノート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1730181346 {#5769 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5770 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5778 -id: 6 -name: "衣料品" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5740 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5739 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5783 -id: 23 -name: "洋服" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1730181346 {#5776 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5777 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5792 -id: 20 -name: "ジャージ・運動着" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1730181346 {#5790 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5791 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5799 -id: 22 -name: "帽子" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1730181346 {#5797 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5798 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5806 -id: 46 -name: "下着・手袋・靴下" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1730181346 {#5804 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5805 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5813 -id: 47 -name: "鞄" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1730181346 {#5811 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5812 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5820 -id: 35 -name: "アクセサリー・小物" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1730181346 {#5818 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5819 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5827 -id: 14 -name: "ハンカチ・タオル類" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1730181346 {#5825 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5826 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5834 -id: 40 -name: "化粧品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1730181346 {#5832 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5833 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5841 -id: 84 -name: "寝具" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1730339332 {#5839 date: 2024-10-31 10:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5840 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5848 -id: 9 -name: "履物・シューズ・サンダル・靴" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1730181346 {#5788 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5789 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5853 -id: 28 -name: "足袋" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1730181346 {#5846 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5847 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5862 -id: 37 -name: "スリッパ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1730181346 {#5860 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5861 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5869 -id: 36 -name: "サンダル" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1730181346 {#5867 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5868 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5876 -id: 16 -name: "シューズ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1730181346 {#5874 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5875 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5883 -id: 17 -name: "学校関連" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1730181346 {#5859 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5858 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5888 -id: 21 -name: "衣類" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1730181346 {#5881 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5882 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5897 -id: 19 -name: "文具" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1730181346 {#5895 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5896 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5904 -id: 18 -name: "運動用具" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1730181346 {#5902 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5903 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5911 -id: 45 -name: "性別年齢別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1730181346 {#5893 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5894 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5916 -id: 75 -name: "女性・レディース向け" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1730339305 {#5909 date: 2024-10-31 10:48:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5910 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5925 -id: 74 -name: "男性・メンズ向け" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1730339298 {#5923 date: 2024-10-31 10:48:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5924 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5932 -id: 77 -name: "子供・キッズ向け" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1730339311 {#5930 date: 2024-10-31 10:48:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5931 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5939 -id: 49 -name: "女の子・ガール向け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1730181346 {#5937 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5938 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5946 -id: 48 -name: "男の子・ボーイ向け" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1730181346 {#5944 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5945 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5953 -id: 76 -name: "赤ちゃん・幼児・ベビー向け" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1730339308 {#5951 date: 2024-10-31 10:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5952 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5954 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5960 -id: 33 -name: "お年寄り・高齢者向け" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1730181346 {#5958 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5959 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5964 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5967 -id: 1 -name: "農作業" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1488881692 {#5921 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5922 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5971 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5972 -id: 4 -name: "金属製品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1488881692 {#5965 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5966 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5976 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5981 -id: 3 -name: "竹・藁\u{3000}製品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1488881692 {#5979 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5980 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5985 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5988 -id: 12 -name: "衣類品" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1730181346 {#5986 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5987 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5995 -id: 50 -name: "季節物" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1730181346 {#5977 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5978 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5996 …} -Children: Doctrine\ORM\PersistentCollection {#5999 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6000 -id: 54 -name: "春物" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1730181346 {#5993 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5994 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6009 -id: 53 -name: "夏物" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1730181346 {#6007 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6008 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6010 …} -Children: Doctrine\ORM\PersistentCollection {#6013 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6016 -id: 52 -name: "秋物" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1730181346 {#6014 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6015 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6017 …} -Children: Doctrine\ORM\PersistentCollection {#6020 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6023 -id: 51 -name: "冬物" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1730181346 {#6021 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6022 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6027 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } ] |
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 {#7255 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2987 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7254 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#5280 …} } |
choices | [ Eccube\Entity\Category {#5417 -id: 55 -name: "昭和レトロ" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1730181346 {#5375 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5369 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5544 -id: 69 -name: "90's(平成2-11年)" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1730181346 {#5362 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5265 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5553 -id: 68 -name: "80's(昭和55-64年)" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1730181346 {#5551 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5552 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5433 -id: 67 -name: "70's(昭和45-54年)" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1730181346 {#5431 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5432 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5440 -id: 66 -name: "60's(昭和35-44年)" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1730181346 {#5438 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5439 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5441 …} -Children: Doctrine\ORM\PersistentCollection {#5444 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5407 -id: 65 -name: "50's(昭和25-34年)" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1730181346 {#5443 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5448 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5451 -id: 64 -name: "40's(昭和15-24年)" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1730181346 {#5228 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5453 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5454 -id: 63 -name: "30's(昭和5-14年)" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1730181346 {#5457 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5456 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5465 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5469 -id: 31 -name: "キャラクター" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1730181346 {#5549 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5550 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5474 -id: 24 -name: "漫画・アニメ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1730181346 {#5466 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5468 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5659 -id: 11 -name: "人物・動物" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1730181346 {#5656 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5658 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5666 -id: 2 -name: "生活雑貨" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1488881692 {#5576 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5479 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5671 -id: 70 -name: "インテリア" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1730339242 {#5664 date: 2024-10-31 10:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5665 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5675 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5680 -id: 44 -name: "DIY・修理・自作" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1730181346 {#5678 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5679 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5687 -id: 57 -name: "お風呂・トイレ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1730181346 {#5685 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5686 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5694 -id: 41 -name: "掃除・洗濯用具" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1730181346 {#5692 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5693 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5701 -id: 43 -name: "裁縫" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1730181346 {#5699 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5700 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5708 -id: 30 -name: "調理器具・料理関連" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1730181346 {#5706 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5707 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5715 -id: 25 -name: "トイレットペーパー・ちり紙・ティッシュ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1730181346 {#5713 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5714 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5716 …} -Children: Doctrine\ORM\PersistentCollection {#5719 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5722 -id: 61 -name: "食器" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1730181346 {#5720 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5721 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5729 -id: 7 -name: "文房具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1730181346 {#5677 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5676 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5734 -id: 39 -name: "筆記用具" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1730181346 {#5727 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5728 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5735 …} -Children: Doctrine\ORM\PersistentCollection {#5738 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5743 -id: 34 -name: "事務用品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1730181346 {#5741 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5742 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5750 -id: 29 -name: "絵画・習字" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1730181346 {#5748 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5749 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5751 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5757 -id: 27 -name: "テープ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1730181346 {#5755 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5756 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5764 -id: 26 -name: "玩具・おもちゃ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1730181346 {#5762 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5763 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5771 -id: 13 -name: "ノート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1730181346 {#5769 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5770 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5778 -id: 6 -name: "衣料品" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5740 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5739 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5783 -id: 23 -name: "洋服" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1730181346 {#5776 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5777 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5792 -id: 20 -name: "ジャージ・運動着" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1730181346 {#5790 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5791 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5799 -id: 22 -name: "帽子" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1730181346 {#5797 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5798 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5806 -id: 46 -name: "下着・手袋・靴下" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1730181346 {#5804 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5805 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5813 -id: 47 -name: "鞄" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1730181346 {#5811 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5812 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5820 -id: 35 -name: "アクセサリー・小物" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1730181346 {#5818 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5819 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5827 -id: 14 -name: "ハンカチ・タオル類" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1730181346 {#5825 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5826 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5834 -id: 40 -name: "化粧品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1730181346 {#5832 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5833 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5841 -id: 84 -name: "寝具" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1730339332 {#5839 date: 2024-10-31 10:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5840 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5848 -id: 9 -name: "履物・シューズ・サンダル・靴" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1730181346 {#5788 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5789 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5853 -id: 28 -name: "足袋" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1730181346 {#5846 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5847 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5862 -id: 37 -name: "スリッパ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1730181346 {#5860 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5861 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5869 -id: 36 -name: "サンダル" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1730181346 {#5867 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5868 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5876 -id: 16 -name: "シューズ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1730181346 {#5874 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5875 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5883 -id: 17 -name: "学校関連" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1730181346 {#5859 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5858 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5888 -id: 21 -name: "衣類" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1730181346 {#5881 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5882 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5897 -id: 19 -name: "文具" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1730181346 {#5895 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5896 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5904 -id: 18 -name: "運動用具" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1730181346 {#5902 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5903 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5911 -id: 45 -name: "性別年齢別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1730181346 {#5893 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5894 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5916 -id: 75 -name: "女性・レディース向け" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1730339305 {#5909 date: 2024-10-31 10:48:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5910 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5925 -id: 74 -name: "男性・メンズ向け" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1730339298 {#5923 date: 2024-10-31 10:48:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5924 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5932 -id: 77 -name: "子供・キッズ向け" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1730339311 {#5930 date: 2024-10-31 10:48:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5931 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5939 -id: 49 -name: "女の子・ガール向け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1730181346 {#5937 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5938 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5946 -id: 48 -name: "男の子・ボーイ向け" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1730181346 {#5944 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5945 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5953 -id: 76 -name: "赤ちゃん・幼児・ベビー向け" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1730339308 {#5951 date: 2024-10-31 10:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5952 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5954 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5960 -id: 33 -name: "お年寄り・高齢者向け" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1730181346 {#5958 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5959 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5964 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5967 -id: 1 -name: "農作業" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1488881692 {#5921 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5922 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5971 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5972 -id: 4 -name: "金属製品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1488881692 {#5965 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5966 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5976 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5981 -id: 3 -name: "竹・藁\u{3000}製品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1488881692 {#5979 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5980 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5985 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5988 -id: 12 -name: "衣類品" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1730181346 {#5986 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5987 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#5995 -id: 50 -name: "季節物" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1730181346 {#5977 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5978 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5996 …} -Children: Doctrine\ORM\PersistentCollection {#5999 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6000 -id: 54 -name: "春物" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1730181346 {#5993 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5994 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6009 -id: 53 -name: "夏物" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1730181346 {#6007 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6008 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6010 …} -Children: Doctrine\ORM\PersistentCollection {#6013 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6016 -id: 52 -name: "秋物" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1730181346 {#6014 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6015 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6017 …} -Children: Doctrine\ORM\PersistentCollection {#6020 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } Eccube\Entity\Category {#6023 -id: 51 -name: "冬物" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1730181346 {#6021 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6022 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6027 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } ] |
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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerIpnrreW\EntityManagerGhost554d0f0 {#506 …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 {#5279 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerIpnrreW\EntityManagerGhost554d0f0 {#506 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5214 …} } |
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() {#7256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#7257 …} $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 | [ 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7298 +label: "昭和レトロ" +value: "55" +data: Eccube\Entity\Category {#5417 -id: 55 -name: "昭和レトロ" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1730181346 {#5375 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5369 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5376 …} -Children: Doctrine\ORM\PersistentCollection {#5543 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7299 +label: "\u{3000}90's(平成2-11年)" +value: "69" +data: Eccube\Entity\Category {#5544 -id: 69 -name: "90's(平成2-11年)" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1730181346 {#5362 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5265 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5545 …} -Children: Doctrine\ORM\PersistentCollection {#5548 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7300 +label: "\u{3000}80's(昭和55-64年)" +value: "68" +data: Eccube\Entity\Category {#5553 -id: 68 -name: "80's(昭和55-64年)" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1730181346 {#5551 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5552 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5427 …} -Children: Doctrine\ORM\PersistentCollection {#5430 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7301 +label: "\u{3000}70's(昭和45-54年)" +value: "67" +data: Eccube\Entity\Category {#5433 -id: 67 -name: "70's(昭和45-54年)" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1730181346 {#5431 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5432 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5434 …} -Children: Doctrine\ORM\PersistentCollection {#5437 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7302 +label: "\u{3000}60's(昭和35-44年)" +value: "66" +data: Eccube\Entity\Category {#5440 -id: 66 -name: "60's(昭和35-44年)" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1730181346 {#5438 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5439 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5441 …} -Children: Doctrine\ORM\PersistentCollection {#5444 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7303 +label: "\u{3000}50's(昭和25-34年)" +value: "65" +data: Eccube\Entity\Category {#5407 -id: 65 -name: "50's(昭和25-34年)" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1730181346 {#5443 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5448 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7304 +label: "\u{3000}40's(昭和15-24年)" +value: "64" +data: Eccube\Entity\Category {#5451 -id: 64 -name: "40's(昭和15-24年)" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1730181346 {#5228 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5453 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5449 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7305 +label: "\u{3000}30's(昭和5-14年)" +value: "63" +data: Eccube\Entity\Category {#5454 -id: 63 -name: "30's(昭和5-14年)" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1730181346 {#5457 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5456 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5465 …} -Parent: Eccube\Entity\Category {#5417} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7306 +label: "キャラクター" +value: "31" +data: Eccube\Entity\Category {#5469 -id: 31 -name: "キャラクター" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1730181346 {#5549 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5550 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5470 …} -Children: Doctrine\ORM\PersistentCollection {#5473 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7307 +label: "\u{3000}漫画・アニメ" +value: "24" +data: Eccube\Entity\Category {#5474 -id: 24 -name: "漫画・アニメ" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1730181346 {#5466 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5468 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5475 …} -Children: Doctrine\ORM\PersistentCollection {#5478 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7308 +label: "\u{3000}人物・動物" +value: "11" +data: Eccube\Entity\Category {#5659 -id: 11 -name: "人物・動物" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1730181346 {#5656 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5658 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5660 …} -Children: Doctrine\ORM\PersistentCollection {#5663 …} -Parent: Eccube\Entity\Category {#5469} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7309 +label: "生活雑貨" +value: "2" +data: Eccube\Entity\Category {#5666 -id: 2 -name: "生活雑貨" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1488881692 {#5576 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5479 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5667 …} -Children: Doctrine\ORM\PersistentCollection {#5670 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7310 +label: "\u{3000}インテリア" +value: "70" +data: Eccube\Entity\Category {#5671 -id: 70 -name: "インテリア" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1730339242 {#5664 date: 2024-10-31 10:47:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5665 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5675 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7311 +label: "\u{3000}DIY・修理・自作" +value: "44" +data: Eccube\Entity\Category {#5680 -id: 44 -name: "DIY・修理・自作" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1730181346 {#5678 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5679 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5681 …} -Children: Doctrine\ORM\PersistentCollection {#5684 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7312 +label: "\u{3000}お風呂・トイレ" +value: "57" +data: Eccube\Entity\Category {#5687 -id: 57 -name: "お風呂・トイレ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1730181346 {#5685 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5686 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5688 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7313 +label: "\u{3000}掃除・洗濯用具" +value: "41" +data: Eccube\Entity\Category {#5694 -id: 41 -name: "掃除・洗濯用具" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1730181346 {#5692 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5693 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5695 …} -Children: Doctrine\ORM\PersistentCollection {#5698 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7314 +label: "\u{3000}裁縫" +value: "43" +data: Eccube\Entity\Category {#5701 -id: 43 -name: "裁縫" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1730181346 {#5699 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5700 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5705 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7315 +label: "\u{3000}調理器具・料理関連" +value: "30" +data: Eccube\Entity\Category {#5708 -id: 30 -name: "調理器具・料理関連" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1730181346 {#5706 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5707 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5709 …} -Children: Doctrine\ORM\PersistentCollection {#5712 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7316 +label: "\u{3000}トイレットペーパー・ちり紙・ティッシュ" +value: "25" +data: Eccube\Entity\Category {#5715 -id: 25 -name: "トイレットペーパー・ちり紙・ティッシュ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1730181346 {#5713 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5714 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5716 …} -Children: Doctrine\ORM\PersistentCollection {#5719 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7317 +label: "\u{3000}食器" +value: "61" +data: Eccube\Entity\Category {#5722 -id: 61 -name: "食器" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1730181346 {#5720 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5721 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5723 …} -Children: Doctrine\ORM\PersistentCollection {#5726 …} -Parent: Eccube\Entity\Category {#5666} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7318 +label: "文房具" +value: "7" +data: Eccube\Entity\Category {#5729 -id: 7 -name: "文房具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1730181346 {#5677 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5676 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7319 +label: "\u{3000}筆記用具" +value: "39" +data: Eccube\Entity\Category {#5734 -id: 39 -name: "筆記用具" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1730181346 {#5727 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5728 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5735 …} -Children: Doctrine\ORM\PersistentCollection {#5738 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7320 +label: "\u{3000}事務用品" +value: "34" +data: Eccube\Entity\Category {#5743 -id: 34 -name: "事務用品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1730181346 {#5741 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5742 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5744 …} -Children: Doctrine\ORM\PersistentCollection {#5747 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7321 +label: "\u{3000}絵画・習字" +value: "29" +data: Eccube\Entity\Category {#5750 -id: 29 -name: "絵画・習字" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1730181346 {#5748 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5749 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5751 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7322 +label: "\u{3000}テープ" +value: "27" +data: Eccube\Entity\Category {#5757 -id: 27 -name: "テープ" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1730181346 {#5755 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5756 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5758 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7323 +label: "\u{3000}玩具・おもちゃ" +value: "26" +data: Eccube\Entity\Category {#5764 -id: 26 -name: "玩具・おもちゃ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1730181346 {#5762 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5763 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5768 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7324 +label: "\u{3000}ノート" +value: "13" +data: Eccube\Entity\Category {#5771 -id: 13 -name: "ノート" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1730181346 {#5769 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5770 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5729} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7325 +label: "衣料品" +value: "6" +data: Eccube\Entity\Category {#5778 -id: 6 -name: "衣料品" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1488881692 {#5740 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5739 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5779 …} -Children: Doctrine\ORM\PersistentCollection {#5782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7326 +label: "\u{3000}洋服" +value: "23" +data: Eccube\Entity\Category {#5783 -id: 23 -name: "洋服" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1730181346 {#5776 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5777 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5784 …} -Children: Doctrine\ORM\PersistentCollection {#5787 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7327 +label: "\u{3000}ジャージ・運動着" +value: "20" +data: Eccube\Entity\Category {#5792 -id: 20 -name: "ジャージ・運動着" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1730181346 {#5790 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5791 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5796 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7328 +label: "\u{3000}帽子" +value: "22" +data: Eccube\Entity\Category {#5799 -id: 22 -name: "帽子" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1730181346 {#5797 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5798 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7329 +label: "\u{3000}下着・手袋・靴下" +value: "46" +data: Eccube\Entity\Category {#5806 -id: 46 -name: "下着・手袋・靴下" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1730181346 {#5804 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5805 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5807 …} -Children: Doctrine\ORM\PersistentCollection {#5810 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7330 +label: "\u{3000}鞄" +value: "47" +data: Eccube\Entity\Category {#5813 -id: 47 -name: "鞄" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1730181346 {#5811 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5812 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5817 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7331 +label: "\u{3000}アクセサリー・小物" +value: "35" +data: Eccube\Entity\Category {#5820 -id: 35 -name: "アクセサリー・小物" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1730181346 {#5818 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5819 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5821 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7332 +label: "\u{3000}ハンカチ・タオル類" +value: "14" +data: Eccube\Entity\Category {#5827 -id: 14 -name: "ハンカチ・タオル類" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1730181346 {#5825 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5826 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5828 …} -Children: Doctrine\ORM\PersistentCollection {#5831 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7333 +label: "\u{3000}化粧品" +value: "40" +data: Eccube\Entity\Category {#5834 -id: 40 -name: "化粧品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1730181346 {#5832 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5833 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5835 …} -Children: Doctrine\ORM\PersistentCollection {#5838 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7334 +label: "\u{3000}寝具" +value: "84" +data: Eccube\Entity\Category {#5841 -id: 84 -name: "寝具" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1730339332 {#5839 date: 2024-10-31 10:48:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5840 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5842 …} -Children: Doctrine\ORM\PersistentCollection {#5845 …} -Parent: Eccube\Entity\Category {#5778} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7335 +label: "履物・シューズ・サンダル・靴" +value: "9" +data: Eccube\Entity\Category {#5848 -id: 9 -name: "履物・シューズ・サンダル・靴" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1730181346 {#5788 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5789 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5849 …} -Children: Doctrine\ORM\PersistentCollection {#5852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7336 +label: "\u{3000}足袋" +value: "28" +data: Eccube\Entity\Category {#5853 -id: 28 -name: "足袋" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1730181346 {#5846 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5847 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5854 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7337 +label: "\u{3000}スリッパ" +value: "37" +data: Eccube\Entity\Category {#5862 -id: 37 -name: "スリッパ" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1730181346 {#5860 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5861 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5863 …} -Children: Doctrine\ORM\PersistentCollection {#5866 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7338 +label: "\u{3000}サンダル" +value: "36" +data: Eccube\Entity\Category {#5869 -id: 36 -name: "サンダル" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1730181346 {#5867 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5868 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5870 …} -Children: Doctrine\ORM\PersistentCollection {#5873 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7339 +label: "\u{3000}シューズ" +value: "16" +data: Eccube\Entity\Category {#5876 -id: 16 -name: "シューズ" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1730181346 {#5874 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5875 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5877 …} -Children: Doctrine\ORM\PersistentCollection {#5880 …} -Parent: Eccube\Entity\Category {#5848} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7340 +label: "学校関連" +value: "17" +data: Eccube\Entity\Category {#5883 -id: 17 -name: "学校関連" -hierarchy: 1 -sort_no: 21 -create_date: DateTime @1730181346 {#5859 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5858 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5884 …} -Children: Doctrine\ORM\PersistentCollection {#5887 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7341 +label: "\u{3000}衣類" +value: "21" +data: Eccube\Entity\Category {#5888 -id: 21 -name: "衣類" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1730181346 {#5881 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5882 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5892 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7342 +label: "\u{3000}文具" +value: "19" +data: Eccube\Entity\Category {#5897 -id: 19 -name: "文具" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1730181346 {#5895 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5896 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5901 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7343 +label: "\u{3000}運動用具" +value: "18" +data: Eccube\Entity\Category {#5904 -id: 18 -name: "運動用具" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1730181346 {#5902 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5903 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5905 …} -Children: Doctrine\ORM\PersistentCollection {#5908 …} -Parent: Eccube\Entity\Category {#5883} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7344 +label: "性別年齢別" +value: "45" +data: Eccube\Entity\Category {#5911 -id: 45 -name: "性別年齢別" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1730181346 {#5893 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5894 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5912 …} -Children: Doctrine\ORM\PersistentCollection {#5915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7345 +label: "\u{3000}女性・レディース向け" +value: "75" +data: Eccube\Entity\Category {#5916 -id: 75 -name: "女性・レディース向け" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1730339305 {#5909 date: 2024-10-31 10:48:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5910 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5917 …} -Children: Doctrine\ORM\PersistentCollection {#5920 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7346 +label: "\u{3000}男性・メンズ向け" +value: "74" +data: Eccube\Entity\Category {#5925 -id: 74 -name: "男性・メンズ向け" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1730339298 {#5923 date: 2024-10-31 10:48:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5924 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5926 …} -Children: Doctrine\ORM\PersistentCollection {#5929 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7347 +label: "\u{3000}子供・キッズ向け" +value: "77" +data: Eccube\Entity\Category {#5932 -id: 77 -name: "子供・キッズ向け" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1730339311 {#5930 date: 2024-10-31 10:48:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5931 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5933 …} -Children: Doctrine\ORM\PersistentCollection {#5936 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7348 +label: "\u{3000}女の子・ガール向け" +value: "49" +data: Eccube\Entity\Category {#5939 -id: 49 -name: "女の子・ガール向け" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1730181346 {#5937 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5938 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5940 …} -Children: Doctrine\ORM\PersistentCollection {#5943 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7349 +label: "\u{3000}男の子・ボーイ向け" +value: "48" +data: Eccube\Entity\Category {#5946 -id: 48 -name: "男の子・ボーイ向け" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1730181346 {#5944 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5945 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5947 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7350 +label: "\u{3000}赤ちゃん・幼児・ベビー向け" +value: "76" +data: Eccube\Entity\Category {#5953 -id: 76 -name: "赤ちゃん・幼児・ベビー向け" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1730339308 {#5951 date: 2024-10-31 10:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5952 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5954 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7351 +label: "\u{3000}お年寄り・高齢者向け" +value: "33" +data: Eccube\Entity\Category {#5960 -id: 33 -name: "お年寄り・高齢者向け" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1730181346 {#5958 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5959 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5964 …} -Parent: Eccube\Entity\Category {#5911} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7352 +label: "農作業" +value: "1" +data: Eccube\Entity\Category {#5967 -id: 1 -name: "農作業" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1488881692 {#5921 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5922 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5971 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7353 +label: "\u{3000}金属製品" +value: "4" +data: Eccube\Entity\Category {#5972 -id: 4 -name: "金属製品" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1488881692 {#5965 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5966 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5976 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7354 +label: "\u{3000}竹・藁\u{3000}製品" +value: "3" +data: Eccube\Entity\Category {#5981 -id: 3 -name: "竹・藁\u{3000}製品" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1488881692 {#5979 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5980 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5985 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7355 +label: "\u{3000}衣類品" +value: "12" +data: Eccube\Entity\Category {#5988 -id: 12 -name: "衣類品" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1730181346 {#5986 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5987 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5989 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: Eccube\Entity\Category {#5967} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7356 +label: "季節物" +value: "50" +data: Eccube\Entity\Category {#5995 -id: 50 -name: "季節物" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1730181346 {#5977 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5978 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5996 …} -Children: Doctrine\ORM\PersistentCollection {#5999 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7357 +label: "\u{3000}春物" +value: "54" +data: Eccube\Entity\Category {#6000 -id: 54 -name: "春物" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1730181346 {#5993 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#5994 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6001 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7358 +label: "\u{3000}夏物" +value: "53" +data: Eccube\Entity\Category {#6009 -id: 53 -name: "夏物" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1730181346 {#6007 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6008 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6010 …} -Children: Doctrine\ORM\PersistentCollection {#6013 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7359 +label: "\u{3000}秋物" +value: "52" +data: Eccube\Entity\Category {#6016 -id: 52 -name: "秋物" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1730181346 {#6014 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6015 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6017 …} -Children: Doctrine\ORM\PersistentCollection {#6020 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7360 +label: "\u{3000}冬物" +value: "51" +data: Eccube\Entity\Category {#6023 -id: 51 -name: "冬物" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1730181346 {#6021 date: 2024-10-29 14:55:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1730339934 {#6022 date: 2024-10-31 10:58:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6027 …} -Parent: Eccube\Entity\Category {#5995} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5481 …} } +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 {#7291 -form: Symfony\Component\Form\Form {#7278 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7290 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#7297 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#520 …} -namespace: Closure() {#518 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#7267 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() {#7263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#825 …} $message: Closure() {#7268 …} $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 {#7361 -form: Symfony\Component\Form\Form {#7281 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7296 …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 | "" |