- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 479
- Events
- Routing
- Cache
- Translation 38
- Security
- Twig
- Doctrine 2
- Migrations 4
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4330 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4329 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4688 -form: Symfony\Component\Form\Form {#4483 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4657 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
name
"Eccube\Form\Type\NameType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4318 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| 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 {#4325 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4322 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#4343 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4344 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_contact_name" ] |
| cache_key | "_contact_name_name" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4693 -form: Symfony\Component\Form\Form {#4498 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#4694 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4342 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4343 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4344 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4342 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4343 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4344 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#4342 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4343 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4344 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4519 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4523 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name01" ] |
| cache_key | "_contact_name_name01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4689 -form: Symfony\Component\Form\Form {#4501 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4690 …5} |
| full_name | "contact[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4345 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4325 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4322 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4345 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4325 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4322 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#4345 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4325 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#4322 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4488 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4489 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name02" ] |
| cache_key | "_contact_name_name02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4660 -form: Symfony\Component\Form\Form {#4504 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4662 …5} |
| full_name | "contact[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4357 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| 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 {#4353 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4355 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#4351 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4352 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4370 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4371 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_contact_kana" ] |
| cache_key | "_contact_kana_kana" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4692 -form: Symfony\Component\Form\Form {#4539 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#4691 …5} |
| full_name | "contact[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4351 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4352 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4351 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4352 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| 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 {#4351 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4352 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4508 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4509 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana01" ] |
| cache_key | "_contact_kana_kana01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4682 -form: Symfony\Component\Form\Form {#4542 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4658 …5} |
| full_name | "contact[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#4353 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4355 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4353 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4355 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| 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 {#4353 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4355 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4518 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4531 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana02" ] |
| cache_key | "_contact_kana_kana02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4683 -form: Symfony\Component\Form\Form {#4545 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4684 …5} |
| full_name | "contact[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4403 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Type {#4404 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4401 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_contact_postal_code" ] |
| cache_key | "_contact_postal_code_postal" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4659 -form: Symfony\Component\Form\Form {#4548 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4665 …5} |
| full_name | "contact[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_postal_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postal_code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4420 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4421 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] "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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4423 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4424 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_contact_address" ] |
| cache_key | "_contact_address_address" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4686 -form: Symfony\Component\Form\Form {#4631 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4685 …5} |
| full_name | "contact[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pref_name | "pref" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [] |
[] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4580 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4611 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4593 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4607 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4592 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4602 -om: ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3798 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4602 -om: ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3798 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__pref" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#4585 -_em: Doctrine\ORM\EntityManager {#479 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4583 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4582 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4581 #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 {#4584 …} -_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() {#4587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4590 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_contact_address_pref" ] |
| cache_key | "_contact_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +label: "北海道" +value: "1" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3797 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4717 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4718 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4719 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4720 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4721 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4722 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4723 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4724 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4725 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4726 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4763 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4727 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4764 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4728 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4765 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4729 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4766 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4730 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4731 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4732 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4733 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4734 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4735 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4736 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4737 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4774 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4738 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4775 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4739 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4776 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4740 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4777 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4741 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4778 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4742 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4779 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4743 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4744 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4745 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4782 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4746 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4783 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4747 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4784 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4748 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4785 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4749 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4786 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4750 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4787 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4751 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4788 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4752 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4789 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4753 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4754 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4791 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4755 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4792 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4756 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4757 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4794 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4758 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4795 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4759 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4796 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4760 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4797 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4761 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4798 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4762 …} +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 {#4699 -form: Symfony\Component\Form\Form {#4634 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4698 …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) {#4801 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4554 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4420 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4420 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| 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 {#4420 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4606 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4603 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr01" ] |
| cache_key | "_contact_address_addr01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4800 -form: Symfony\Component\Form\Form {#4637 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4802 …5} |
| full_name | "contact[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4421 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#4421 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
| 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 {#4421 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4621 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4622 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr02" ] |
| cache_key | "_contact_address_addr02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4803 -form: Symfony\Component\Form\Form {#4640 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4804 …5} |
| full_name | "contact[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#4441 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Type {#4442 +message: "form_error.numeric_only" +type: "digit" +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4439 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_contact_phone_number" ] |
| cache_key | "_contact_phone_number_phone_number" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4687 -form: Symfony\Component\Form\Form {#4643 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4696 …5} |
| full_name | "contact[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4376 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4382 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4376 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4382 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#4376 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4382 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4454 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4806 -form: Symfony\Component\Form\Form {#4646 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4805 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
contents
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4381 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4375 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4381 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4375 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#4381 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4375 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4469 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_contents" ] |
| cache_key | "_contact_contents_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4807 -form: Symfony\Component\Form\Form {#4649 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4808 …5} |
| full_name | "contact[contents]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_contents" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contents" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contents" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3d1130059c152c257c2aa.1BVvnFeXYPZqbO-3yUBbXu9Zp5p1guvR70XeBdI5K0o.pHEb-A3eCKkGO9rHoDIXL4E6lvw584-8hhOpMOcKXCitdyvDJsE3hS05mA" |
| 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 | "3d1130059c152c257c2aa.1BVvnFeXYPZqbO-3yUBbXu9Zp5p1guvR70XeBdI5K0o.pHEb-A3eCKkGO9rHoDIXL4E6lvw584-8hhOpMOcKXCitdyvDJsE3hS05mA" |
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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data | "3d1130059c152c257c2aa.1BVvnFeXYPZqbO-3yUBbXu9Zp5p1guvR70XeBdI5K0o.pHEb-A3eCKkGO9rHoDIXL4E6lvw584-8hhOpMOcKXCitdyvDJsE3hS05mA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4811 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#4809 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "3d1130059c152c257c2aa.1BVvnFeXYPZqbO-3yUBbXu9Zp5p1guvR70XeBdI5K0o.pHEb-A3eCKkGO9rHoDIXL4E6lvw584-8hhOpMOcKXCitdyvDJsE3hS05mA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4827 -form: Symfony\Component\Form\Form {#4822 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4816 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "3d1130059c152c257c2aa.1BVvnFeXYPZqbO-3yUBbXu9Zp5p1guvR70XeBdI5K0o.pHEb-A3eCKkGO9rHoDIXL4E6lvw584-8hhOpMOcKXCitdyvDJsE3hS05mA" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9353 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#9355 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#9354 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9400 -form: Symfony\Component\Form\Form {#9389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9401 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#5242 -id: 108 -name: "<<夏の大特価セール>>" -hierarchy: 1 -sort_no: 84 -create_date: DateTime @1781091056 {#5245 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781091056 {#5243 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5258 …} -Children: Doctrine\ORM\PersistentCollection {#5472 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5477 …} } Eccube\Entity\Category {#5519 -id: 106 -name: "<<春の味覚大特価セール>>" -hierarchy: 1 -sort_no: 83 -create_date: DateTime @1772876100 {#5502 date: 2026-03-07 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5478 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5527 …} } Eccube\Entity\Category {#5524 -id: 107 -name: "<<厚岸産かき送料無料セール>>" -hierarchy: 1 -sort_no: 82 -create_date: DateTime @1775705691 {#5530 date: 2026-04-09 12:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5525 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5537 …} } Eccube\Entity\Category {#5534 -id: 105 -name: "★あっけし牡蠣大特価セール" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1753505458 {#5540 date: 2025-07-26 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5535 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5547 …} } Eccube\Entity\Category {#5544 -id: 94 -name: "<<歳末大売り出し大感謝セール>>" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1733210813 {#5550 date: 2024-12-03 16:26:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5545 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5546 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5557 …} } Eccube\Entity\Category {#5554 -id: 95 -name: "<<歳末お取り寄せセット>>" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1733216454 {#5560 date: 2024-12-03 18:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5555 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5567 …} } Eccube\Entity\Category {#5564 -id: 104 -name: "★25周年感謝祭★" -hierarchy: 1 -sort_no: 78 -create_date: DateTime @1748928478 {#5570 date: 2025-06-03 14:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5565 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5577 …} } Eccube\Entity\Category {#5574 -id: 103 -name: "★厚岸毛がに祭り" -hierarchy: 1 -sort_no: 77 -create_date: DateTime @1746058509 {#5580 date: 2025-05-01 09:15:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5575 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5576 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5587 …} } Eccube\Entity\Category {#5584 -id: 96 -name: "<<冬の味覚大特価セール>>" -hierarchy: 1 -sort_no: 76 -create_date: DateTime @1738677472 {#5590 date: 2025-02-04 22:57:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5585 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5597 …} } Eccube\Entity\Category {#5594 -id: 102 -name: "★大感謝祭限定セット" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1746058480 {#5600 date: 2025-05-01 09:14:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5595 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5607 …} } Eccube\Entity\Category {#5604 -id: 101 -name: "★厚岸直送!特選セット春" -hierarchy: 1 -sort_no: 74 -create_date: DateTime @1746058438 {#5610 date: 2025-05-01 09:13:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5605 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5617 …} } Eccube\Entity\Category {#5614 -id: 100 -name: "★冬の味覚満載セット" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1746058399 {#5620 date: 2025-05-01 09:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5615 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5616 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5627 …} } Eccube\Entity\Category {#5624 -id: 99 -name: "★秋のお買い得セット" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1745484490 {#5630 date: 2025-04-24 17:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5625 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5637 …} } Eccube\Entity\Category {#5644 -id: 28 -name: "[貝]" -hierarchy: 1 -sort_no: 71 -create_date: DateTime @1715580713 {#5640 date: 2024-05-13 15:11:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5635 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5654 -id: 29 -name: "かき" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1715580722 {#5634 date: 2024-05-13 15:12:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5636 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5661 -id: 32 -name: "マルえもん" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1715586218 {#5642 date: 2024-05-13 16:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5643 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5671 -id: 33 -name: "カキえもん" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1715586224 {#5664 date: 2024-05-13 16:43:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5670 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5682 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5678 -id: 34 -name: "弁天かき" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1715586232 {#5681 date: 2024-05-13 16:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5676 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5687 -id: 35 -name: "かき入りセット" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1715586243 {#5690 date: 2024-05-13 16:44:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5685 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5696 -id: 36 -name: "かきの加工品" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1715586251 {#5699 date: 2024-05-13 16:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5694 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5693 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5705 -id: 30 -name: "あさり" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1715580726 {#5665 date: 2024-05-13 15:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5657 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5717 -id: 37 -name: "あさり" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1715586329 {#5708 date: 2024-05-13 16:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5703 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5720 -id: 38 -name: "あさり入りセット" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1715586338 {#5721 date: 2024-05-13 16:45:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5713 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5732 -id: 39 -name: "あさりの加工品" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1715586347 {#5735 date: 2024-05-13 16:45:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5730 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5745 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5741 -id: 31 -name: "その他貝類" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1715584726 {#5724 date: 2024-05-13 16:18:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5719 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5753 -id: 43 -name: "つぶ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1715586483 {#5744 date: 2024-05-13 16:48:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5739 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5756 -id: 42 -name: "ほたて" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1715586479 {#5757 date: 2024-05-13 16:47:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5749 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5768 -id: 44 -name: "ほっき" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1715586494 {#5771 date: 2024-05-13 16:48:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5766 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5777 -id: 41 -name: "その他貝類入りセット" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1715586471 {#5780 date: 2024-05-13 16:47:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5775 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5786 -id: 40 -name: "その他貝類の加工品" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1715586461 {#5789 date: 2024-05-13 16:47:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5784 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5798 -id: 22 -name: "[かに]" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1715580544 {#5668 date: 2024-05-13 15:09:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5663 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5805 -id: 47 -name: "かに" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1715586589 {#5760 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586589 {#5755 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5808 -id: 46 -name: "かに入りセット" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1715586559 {#5809 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586559 {#5801 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5820 -id: 45 -name: "かにの加工品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1715586550 {#5823 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586550 {#5818 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5829 -id: 23 -name: "[えび]" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1715580549 {#5812 date: 2024-05-13 15:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5807 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5841 -id: 50 -name: "えび" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1715586644 {#5832 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586644 {#5827 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5844 -id: 49 -name: "えび入りのセット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1715586640 {#5845 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586640 {#5837 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5856 -id: 48 -name: "えびの加工品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1715586631 {#5859 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586631 {#5854 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5865 -id: 25 -name: "[鮭]" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1715580634 {#5848 date: 2024-05-13 15:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5843 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5877 -id: 56 -name: "鮭" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1715586795 {#5868 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586795 {#5863 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5885 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5880 -id: 55 -name: "鮭入りのセット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1715586788 {#5881 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586788 {#5873 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5892 -id: 54 -name: "鮭の加工品" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1715586779 {#5895 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586779 {#5890 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5901 -id: 24 -name: "[さんま]" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1715580553 {#5884 date: 2024-05-13 15:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5879 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5913 -id: 51 -name: "さんま(生)" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1715586733 {#5904 date: 2024-05-13 16:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5899 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5916 -id: 52 -name: "さんま入りセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1715586745 {#5917 date: 2024-05-13 16:52:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5909 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5928 -id: 53 -name: "さんまの加工品" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1715586756 {#5931 date: 2024-05-13 16:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5926 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5937 -id: 26 -name: "[その他さかな]" -hierarchy: 1 -sort_no: 66 -create_date: DateTime @1715580641 {#5920 date: 2024-05-13 15:10:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5915 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5949 -id: 57 -name: "生もの" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1715586825 {#5940 date: 2024-05-13 16:53:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5935 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5952 -id: 58 -name: "干しもの" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1715586836 {#5953 date: 2024-05-13 16:53:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5945 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5958 …} -Children: Doctrine\ORM\PersistentCollection {#5968 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5964 -id: 59 -name: "冷凍もの" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1715586841 {#5967 date: 2024-05-13 16:54:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5962 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5973 -id: 60 -name: "その他さかな入りセット" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1715586886 {#5976 date: 2024-05-13 16:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5971 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5982 -id: 61 -name: "その他さかなの加工品" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1715586902 {#5985 date: 2024-05-13 16:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5980 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5991 -id: 27 -name: "[魚卵]" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1715580649 {#5956 date: 2024-05-13 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5951 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6003 -id: 62 -name: "いくら" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1715595776 {#5994 date: 2024-05-13 19:22:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5989 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6006 -id: 63 -name: "たらこ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1715595784 {#6007 date: 2024-05-13 19:23:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5999 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6018 -id: 64 -name: "うに" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1715595790 {#6021 date: 2024-05-13 19:23:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6016 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6027 -id: 65 -name: "筋子" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1715595797 {#6030 date: 2024-05-13 19:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6025 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6036 -id: 66 -name: "魚卵入りセット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1715595808 {#6039 date: 2024-05-13 19:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6034 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6045 -id: 67 -name: "魚卵の加工品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1715595815 {#6048 date: 2024-05-13 19:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6043 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6057 -id: 68 -name: "[3D冷凍商品]" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1715595883 {#6005 date: 2024-05-13 19:24:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6010 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6052 …} -Children: Doctrine\ORM\PersistentCollection {#6065 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6060 -id: 69 -name: "[海藻]" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1715595923 {#6064 date: 2024-05-13 19:25:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6059 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6066 …} -Children: Doctrine\ORM\PersistentCollection {#6076 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6075 -id: 87 -name: "昆布" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1715596252 {#6061 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596252 {#6053 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6083 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6078 -id: 86 -name: "のり" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1715596246 {#6079 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596246 {#6071 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6084 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6090 -id: 85 -name: "海藻入りのセット" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1715596241 {#6093 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596241 {#6088 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6103 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6099 -id: 84 -name: "その他の海藻の加工品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1715596234 {#6102 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596234 {#6097 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6108 -id: 70 -name: "[干物]" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1715595960 {#6077 date: 2024-05-13 19:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6082 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6105 …} -Children: Doctrine\ORM\PersistentCollection {#6121 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6120 -id: 83 -name: "ほっけ" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1715596206 {#6111 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596206 {#6106 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6115 …} -Children: Doctrine\ORM\PersistentCollection {#6128 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6123 -id: 82 -name: "かれい" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1715596200 {#6124 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596200 {#6116 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6129 …} -Children: Doctrine\ORM\PersistentCollection {#6139 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6135 -id: 81 -name: "ししゃも" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1715596194 {#6138 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596194 {#6133 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6132 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6144 -id: 80 -name: "こまい" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1715596187 {#6147 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596187 {#6142 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6141 …} -Children: Doctrine\ORM\PersistentCollection {#6157 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6153 -id: 79 -name: "その他干もの" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1715596157 {#6156 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596157 {#6151 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6166 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6162 -id: 78 -name: "干もののセット" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1715596146 {#6165 date: 2024-05-13 19:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596181 {#6160 date: 2024-05-13 19:29:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6171 -id: 71 -name: "[加工食品]" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1715596004 {#6122 date: 2024-05-13 19:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6127 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6184 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6183 -id: 77 -name: "調味料類" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1715596101 {#6174 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596101 {#6169 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6191 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6186 -id: 76 -name: "レトルト食品" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1715596092 {#6187 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596092 {#6179 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6198 -id: 75 -name: "くじら" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1715596084 {#6201 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596084 {#6196 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6195 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6207 -id: 74 -name: "海産物" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1715596079 {#6210 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596079 {#6205 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6216 -id: 73 -name: "その他" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1715596073 {#6219 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596073 {#6214 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6229 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6228 -id: 72 -name: "[訳あり商品]" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1715596035 {#6190 date: 2024-05-13 19:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6185 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6223 …} -Children: Doctrine\ORM\PersistentCollection {#6236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6232 -id: 89 -name: "[ごはんのお供]" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1715616303 {#6235 date: 2024-05-14 01:05:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6230 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6241 …} } Eccube\Entity\Category {#6238 -id: 88 -name: "【全商品】" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1715605039 {#6244 date: 2024-05-13 21:57:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6239 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6240 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6251 -id: 92 -name: "<<秋のお買得セット>>" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1725330722 {#6254 date: 2024-09-03 11:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6249 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6264 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6260 …} } Eccube\Entity\Category {#6257 -id: 97 -name: "<<美食クラブ>>" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1739327668 {#6263 date: 2025-02-12 11:34:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6258 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6270 -id: 98 -name: "<<GW先取り大特価セール>>" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1745301681 {#6273 date: 2025-04-22 15:01:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6268 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6279 …} } ] |
[ Eccube\Entity\Category {#5242 -id: 108 -name: "<<夏の大特価セール>>" -hierarchy: 1 -sort_no: 84 -create_date: DateTime @1781091056 {#5245 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781091056 {#5243 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5258 …} -Children: Doctrine\ORM\PersistentCollection {#5472 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5477 …} } Eccube\Entity\Category {#5519 -id: 106 -name: "<<春の味覚大特価セール>>" -hierarchy: 1 -sort_no: 83 -create_date: DateTime @1772876100 {#5502 date: 2026-03-07 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5478 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5527 …} } Eccube\Entity\Category {#5524 -id: 107 -name: "<<厚岸産かき送料無料セール>>" -hierarchy: 1 -sort_no: 82 -create_date: DateTime @1775705691 {#5530 date: 2026-04-09 12:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5525 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5537 …} } Eccube\Entity\Category {#5534 -id: 105 -name: "★あっけし牡蠣大特価セール" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1753505458 {#5540 date: 2025-07-26 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5535 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5547 …} } Eccube\Entity\Category {#5544 -id: 94 -name: "<<歳末大売り出し大感謝セール>>" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1733210813 {#5550 date: 2024-12-03 16:26:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5545 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5546 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5557 …} } Eccube\Entity\Category {#5554 -id: 95 -name: "<<歳末お取り寄せセット>>" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1733216454 {#5560 date: 2024-12-03 18:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5555 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5567 …} } Eccube\Entity\Category {#5564 -id: 104 -name: "★25周年感謝祭★" -hierarchy: 1 -sort_no: 78 -create_date: DateTime @1748928478 {#5570 date: 2025-06-03 14:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5565 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5577 …} } Eccube\Entity\Category {#5574 -id: 103 -name: "★厚岸毛がに祭り" -hierarchy: 1 -sort_no: 77 -create_date: DateTime @1746058509 {#5580 date: 2025-05-01 09:15:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5575 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5576 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5587 …} } Eccube\Entity\Category {#5584 -id: 96 -name: "<<冬の味覚大特価セール>>" -hierarchy: 1 -sort_no: 76 -create_date: DateTime @1738677472 {#5590 date: 2025-02-04 22:57:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5585 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5597 …} } Eccube\Entity\Category {#5594 -id: 102 -name: "★大感謝祭限定セット" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1746058480 {#5600 date: 2025-05-01 09:14:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5595 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5607 …} } Eccube\Entity\Category {#5604 -id: 101 -name: "★厚岸直送!特選セット春" -hierarchy: 1 -sort_no: 74 -create_date: DateTime @1746058438 {#5610 date: 2025-05-01 09:13:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5605 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5617 …} } Eccube\Entity\Category {#5614 -id: 100 -name: "★冬の味覚満載セット" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1746058399 {#5620 date: 2025-05-01 09:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5615 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5616 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5627 …} } Eccube\Entity\Category {#5624 -id: 99 -name: "★秋のお買い得セット" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1745484490 {#5630 date: 2025-04-24 17:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5625 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5637 …} } Eccube\Entity\Category {#5644 -id: 28 -name: "[貝]" -hierarchy: 1 -sort_no: 71 -create_date: DateTime @1715580713 {#5640 date: 2024-05-13 15:11:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5635 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5654 -id: 29 -name: "かき" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1715580722 {#5634 date: 2024-05-13 15:12:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5636 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5661 -id: 32 -name: "マルえもん" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1715586218 {#5642 date: 2024-05-13 16:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5643 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5671 -id: 33 -name: "カキえもん" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1715586224 {#5664 date: 2024-05-13 16:43:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5670 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5682 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5678 -id: 34 -name: "弁天かき" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1715586232 {#5681 date: 2024-05-13 16:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5676 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5687 -id: 35 -name: "かき入りセット" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1715586243 {#5690 date: 2024-05-13 16:44:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5685 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5696 -id: 36 -name: "かきの加工品" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1715586251 {#5699 date: 2024-05-13 16:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5694 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5693 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5705 -id: 30 -name: "あさり" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1715580726 {#5665 date: 2024-05-13 15:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5657 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5717 -id: 37 -name: "あさり" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1715586329 {#5708 date: 2024-05-13 16:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5703 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5720 -id: 38 -name: "あさり入りセット" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1715586338 {#5721 date: 2024-05-13 16:45:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5713 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5732 -id: 39 -name: "あさりの加工品" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1715586347 {#5735 date: 2024-05-13 16:45:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5730 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5745 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5741 -id: 31 -name: "その他貝類" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1715584726 {#5724 date: 2024-05-13 16:18:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5719 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5753 -id: 43 -name: "つぶ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1715586483 {#5744 date: 2024-05-13 16:48:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5739 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5756 -id: 42 -name: "ほたて" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1715586479 {#5757 date: 2024-05-13 16:47:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5749 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5768 -id: 44 -name: "ほっき" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1715586494 {#5771 date: 2024-05-13 16:48:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5766 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5777 -id: 41 -name: "その他貝類入りセット" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1715586471 {#5780 date: 2024-05-13 16:47:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5775 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5786 -id: 40 -name: "その他貝類の加工品" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1715586461 {#5789 date: 2024-05-13 16:47:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5784 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5798 -id: 22 -name: "[かに]" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1715580544 {#5668 date: 2024-05-13 15:09:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5663 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5805 -id: 47 -name: "かに" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1715586589 {#5760 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586589 {#5755 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5808 -id: 46 -name: "かに入りセット" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1715586559 {#5809 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586559 {#5801 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5820 -id: 45 -name: "かにの加工品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1715586550 {#5823 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586550 {#5818 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5829 -id: 23 -name: "[えび]" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1715580549 {#5812 date: 2024-05-13 15:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5807 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5841 -id: 50 -name: "えび" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1715586644 {#5832 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586644 {#5827 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5844 -id: 49 -name: "えび入りのセット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1715586640 {#5845 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586640 {#5837 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5856 -id: 48 -name: "えびの加工品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1715586631 {#5859 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586631 {#5854 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5865 -id: 25 -name: "[鮭]" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1715580634 {#5848 date: 2024-05-13 15:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5843 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5877 -id: 56 -name: "鮭" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1715586795 {#5868 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586795 {#5863 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5885 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5880 -id: 55 -name: "鮭入りのセット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1715586788 {#5881 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586788 {#5873 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5892 -id: 54 -name: "鮭の加工品" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1715586779 {#5895 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586779 {#5890 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5901 -id: 24 -name: "[さんま]" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1715580553 {#5884 date: 2024-05-13 15:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5879 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5913 -id: 51 -name: "さんま(生)" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1715586733 {#5904 date: 2024-05-13 16:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5899 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5916 -id: 52 -name: "さんま入りセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1715586745 {#5917 date: 2024-05-13 16:52:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5909 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5928 -id: 53 -name: "さんまの加工品" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1715586756 {#5931 date: 2024-05-13 16:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5926 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5937 -id: 26 -name: "[その他さかな]" -hierarchy: 1 -sort_no: 66 -create_date: DateTime @1715580641 {#5920 date: 2024-05-13 15:10:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5915 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5949 -id: 57 -name: "生もの" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1715586825 {#5940 date: 2024-05-13 16:53:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5935 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5952 -id: 58 -name: "干しもの" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1715586836 {#5953 date: 2024-05-13 16:53:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5945 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5958 …} -Children: Doctrine\ORM\PersistentCollection {#5968 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5964 -id: 59 -name: "冷凍もの" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1715586841 {#5967 date: 2024-05-13 16:54:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5962 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5973 -id: 60 -name: "その他さかな入りセット" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1715586886 {#5976 date: 2024-05-13 16:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5971 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5982 -id: 61 -name: "その他さかなの加工品" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1715586902 {#5985 date: 2024-05-13 16:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5980 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5991 -id: 27 -name: "[魚卵]" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1715580649 {#5956 date: 2024-05-13 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5951 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6003 -id: 62 -name: "いくら" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1715595776 {#5994 date: 2024-05-13 19:22:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5989 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6006 -id: 63 -name: "たらこ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1715595784 {#6007 date: 2024-05-13 19:23:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5999 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6018 -id: 64 -name: "うに" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1715595790 {#6021 date: 2024-05-13 19:23:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6016 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6027 -id: 65 -name: "筋子" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1715595797 {#6030 date: 2024-05-13 19:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6025 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6036 -id: 66 -name: "魚卵入りセット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1715595808 {#6039 date: 2024-05-13 19:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6034 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6045 -id: 67 -name: "魚卵の加工品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1715595815 {#6048 date: 2024-05-13 19:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6043 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6057 -id: 68 -name: "[3D冷凍商品]" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1715595883 {#6005 date: 2024-05-13 19:24:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6010 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6052 …} -Children: Doctrine\ORM\PersistentCollection {#6065 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6060 -id: 69 -name: "[海藻]" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1715595923 {#6064 date: 2024-05-13 19:25:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6059 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6066 …} -Children: Doctrine\ORM\PersistentCollection {#6076 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6075 -id: 87 -name: "昆布" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1715596252 {#6061 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596252 {#6053 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6083 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6078 -id: 86 -name: "のり" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1715596246 {#6079 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596246 {#6071 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6084 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6090 -id: 85 -name: "海藻入りのセット" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1715596241 {#6093 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596241 {#6088 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6103 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6099 -id: 84 -name: "その他の海藻の加工品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1715596234 {#6102 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596234 {#6097 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6108 -id: 70 -name: "[干物]" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1715595960 {#6077 date: 2024-05-13 19:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6082 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6105 …} -Children: Doctrine\ORM\PersistentCollection {#6121 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6120 -id: 83 -name: "ほっけ" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1715596206 {#6111 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596206 {#6106 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6115 …} -Children: Doctrine\ORM\PersistentCollection {#6128 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6123 -id: 82 -name: "かれい" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1715596200 {#6124 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596200 {#6116 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6129 …} -Children: Doctrine\ORM\PersistentCollection {#6139 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6135 -id: 81 -name: "ししゃも" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1715596194 {#6138 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596194 {#6133 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6132 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6144 -id: 80 -name: "こまい" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1715596187 {#6147 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596187 {#6142 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6141 …} -Children: Doctrine\ORM\PersistentCollection {#6157 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6153 -id: 79 -name: "その他干もの" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1715596157 {#6156 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596157 {#6151 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6166 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6162 -id: 78 -name: "干もののセット" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1715596146 {#6165 date: 2024-05-13 19:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596181 {#6160 date: 2024-05-13 19:29:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6171 -id: 71 -name: "[加工食品]" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1715596004 {#6122 date: 2024-05-13 19:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6127 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6184 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6183 -id: 77 -name: "調味料類" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1715596101 {#6174 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596101 {#6169 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6191 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6186 -id: 76 -name: "レトルト食品" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1715596092 {#6187 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596092 {#6179 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6198 -id: 75 -name: "くじら" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1715596084 {#6201 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596084 {#6196 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6195 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6207 -id: 74 -name: "海産物" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1715596079 {#6210 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596079 {#6205 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6216 -id: 73 -name: "その他" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1715596073 {#6219 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596073 {#6214 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6229 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6228 -id: 72 -name: "[訳あり商品]" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1715596035 {#6190 date: 2024-05-13 19:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6185 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6223 …} -Children: Doctrine\ORM\PersistentCollection {#6236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6232 -id: 89 -name: "[ごはんのお供]" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1715616303 {#6235 date: 2024-05-14 01:05:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6230 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6241 …} } Eccube\Entity\Category {#6238 -id: 88 -name: "【全商品】" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1715605039 {#6244 date: 2024-05-13 21:57:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6239 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6240 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6251 -id: 92 -name: "<<秋のお買得セット>>" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1725330722 {#6254 date: 2024-09-03 11:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6249 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6264 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6260 …} } Eccube\Entity\Category {#6257 -id: 97 -name: "<<美食クラブ>>" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1739327668 {#6263 date: 2025-02-12 11:34:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6258 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6270 -id: 98 -name: "<<GW先取り大特価セール>>" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1745301681 {#6273 date: 2025-04-22 15:01:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6268 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6279 …} } ] |
| 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 {#9369 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9374 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5112 -om: ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5042 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5242 -id: 108 -name: "<<夏の大特価セール>>" -hierarchy: 1 -sort_no: 84 -create_date: DateTime @1781091056 {#5245 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781091056 {#5243 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5258 …} -Children: Doctrine\ORM\PersistentCollection {#5472 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5477 …} } Eccube\Entity\Category {#5519 -id: 106 -name: "<<春の味覚大特価セール>>" -hierarchy: 1 -sort_no: 83 -create_date: DateTime @1772876100 {#5502 date: 2026-03-07 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5478 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5527 …} } Eccube\Entity\Category {#5524 -id: 107 -name: "<<厚岸産かき送料無料セール>>" -hierarchy: 1 -sort_no: 82 -create_date: DateTime @1775705691 {#5530 date: 2026-04-09 12:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5525 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5537 …} } Eccube\Entity\Category {#5534 -id: 105 -name: "★あっけし牡蠣大特価セール" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1753505458 {#5540 date: 2025-07-26 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5535 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5547 …} } Eccube\Entity\Category {#5544 -id: 94 -name: "<<歳末大売り出し大感謝セール>>" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1733210813 {#5550 date: 2024-12-03 16:26:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5545 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5546 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5557 …} } Eccube\Entity\Category {#5554 -id: 95 -name: "<<歳末お取り寄せセット>>" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1733216454 {#5560 date: 2024-12-03 18:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5555 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5567 …} } Eccube\Entity\Category {#5564 -id: 104 -name: "★25周年感謝祭★" -hierarchy: 1 -sort_no: 78 -create_date: DateTime @1748928478 {#5570 date: 2025-06-03 14:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5565 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5577 …} } Eccube\Entity\Category {#5574 -id: 103 -name: "★厚岸毛がに祭り" -hierarchy: 1 -sort_no: 77 -create_date: DateTime @1746058509 {#5580 date: 2025-05-01 09:15:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5575 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5576 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5587 …} } Eccube\Entity\Category {#5584 -id: 96 -name: "<<冬の味覚大特価セール>>" -hierarchy: 1 -sort_no: 76 -create_date: DateTime @1738677472 {#5590 date: 2025-02-04 22:57:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5585 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5597 …} } Eccube\Entity\Category {#5594 -id: 102 -name: "★大感謝祭限定セット" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1746058480 {#5600 date: 2025-05-01 09:14:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5595 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5607 …} } Eccube\Entity\Category {#5604 -id: 101 -name: "★厚岸直送!特選セット春" -hierarchy: 1 -sort_no: 74 -create_date: DateTime @1746058438 {#5610 date: 2025-05-01 09:13:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5605 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5617 …} } Eccube\Entity\Category {#5614 -id: 100 -name: "★冬の味覚満載セット" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1746058399 {#5620 date: 2025-05-01 09:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5615 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5616 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5627 …} } Eccube\Entity\Category {#5624 -id: 99 -name: "★秋のお買い得セット" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1745484490 {#5630 date: 2025-04-24 17:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5625 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5637 …} } Eccube\Entity\Category {#5644 -id: 28 -name: "[貝]" -hierarchy: 1 -sort_no: 71 -create_date: DateTime @1715580713 {#5640 date: 2024-05-13 15:11:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5635 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5654 -id: 29 -name: "かき" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1715580722 {#5634 date: 2024-05-13 15:12:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5636 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5661 -id: 32 -name: "マルえもん" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1715586218 {#5642 date: 2024-05-13 16:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5643 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5671 -id: 33 -name: "カキえもん" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1715586224 {#5664 date: 2024-05-13 16:43:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5670 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5682 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5678 -id: 34 -name: "弁天かき" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1715586232 {#5681 date: 2024-05-13 16:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5676 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5687 -id: 35 -name: "かき入りセット" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1715586243 {#5690 date: 2024-05-13 16:44:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5685 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5696 -id: 36 -name: "かきの加工品" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1715586251 {#5699 date: 2024-05-13 16:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5694 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5693 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5705 -id: 30 -name: "あさり" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1715580726 {#5665 date: 2024-05-13 15:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5657 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5717 -id: 37 -name: "あさり" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1715586329 {#5708 date: 2024-05-13 16:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5703 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5720 -id: 38 -name: "あさり入りセット" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1715586338 {#5721 date: 2024-05-13 16:45:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5713 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5732 -id: 39 -name: "あさりの加工品" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1715586347 {#5735 date: 2024-05-13 16:45:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5730 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5745 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5741 -id: 31 -name: "その他貝類" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1715584726 {#5724 date: 2024-05-13 16:18:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5719 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5753 -id: 43 -name: "つぶ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1715586483 {#5744 date: 2024-05-13 16:48:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5739 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5756 -id: 42 -name: "ほたて" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1715586479 {#5757 date: 2024-05-13 16:47:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5749 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5768 -id: 44 -name: "ほっき" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1715586494 {#5771 date: 2024-05-13 16:48:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5766 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5777 -id: 41 -name: "その他貝類入りセット" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1715586471 {#5780 date: 2024-05-13 16:47:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5775 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5786 -id: 40 -name: "その他貝類の加工品" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1715586461 {#5789 date: 2024-05-13 16:47:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5784 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5798 -id: 22 -name: "[かに]" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1715580544 {#5668 date: 2024-05-13 15:09:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5663 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5805 -id: 47 -name: "かに" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1715586589 {#5760 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586589 {#5755 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5808 -id: 46 -name: "かに入りセット" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1715586559 {#5809 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586559 {#5801 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5820 -id: 45 -name: "かにの加工品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1715586550 {#5823 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586550 {#5818 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5829 -id: 23 -name: "[えび]" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1715580549 {#5812 date: 2024-05-13 15:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5807 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5841 -id: 50 -name: "えび" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1715586644 {#5832 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586644 {#5827 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5844 -id: 49 -name: "えび入りのセット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1715586640 {#5845 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586640 {#5837 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5856 -id: 48 -name: "えびの加工品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1715586631 {#5859 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586631 {#5854 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5865 -id: 25 -name: "[鮭]" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1715580634 {#5848 date: 2024-05-13 15:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5843 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5877 -id: 56 -name: "鮭" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1715586795 {#5868 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586795 {#5863 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5885 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5880 -id: 55 -name: "鮭入りのセット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1715586788 {#5881 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586788 {#5873 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5892 -id: 54 -name: "鮭の加工品" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1715586779 {#5895 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586779 {#5890 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5901 -id: 24 -name: "[さんま]" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1715580553 {#5884 date: 2024-05-13 15:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5879 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5913 -id: 51 -name: "さんま(生)" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1715586733 {#5904 date: 2024-05-13 16:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5899 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5916 -id: 52 -name: "さんま入りセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1715586745 {#5917 date: 2024-05-13 16:52:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5909 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5928 -id: 53 -name: "さんまの加工品" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1715586756 {#5931 date: 2024-05-13 16:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5926 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5937 -id: 26 -name: "[その他さかな]" -hierarchy: 1 -sort_no: 66 -create_date: DateTime @1715580641 {#5920 date: 2024-05-13 15:10:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5915 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5949 -id: 57 -name: "生もの" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1715586825 {#5940 date: 2024-05-13 16:53:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5935 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5952 -id: 58 -name: "干しもの" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1715586836 {#5953 date: 2024-05-13 16:53:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5945 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5958 …} -Children: Doctrine\ORM\PersistentCollection {#5968 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5964 -id: 59 -name: "冷凍もの" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1715586841 {#5967 date: 2024-05-13 16:54:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5962 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5973 -id: 60 -name: "その他さかな入りセット" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1715586886 {#5976 date: 2024-05-13 16:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5971 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5982 -id: 61 -name: "その他さかなの加工品" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1715586902 {#5985 date: 2024-05-13 16:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5980 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#5991 -id: 27 -name: "[魚卵]" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1715580649 {#5956 date: 2024-05-13 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5951 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6003 -id: 62 -name: "いくら" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1715595776 {#5994 date: 2024-05-13 19:22:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5989 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6006 -id: 63 -name: "たらこ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1715595784 {#6007 date: 2024-05-13 19:23:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5999 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6018 -id: 64 -name: "うに" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1715595790 {#6021 date: 2024-05-13 19:23:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6016 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6027 -id: 65 -name: "筋子" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1715595797 {#6030 date: 2024-05-13 19:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6025 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6036 -id: 66 -name: "魚卵入りセット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1715595808 {#6039 date: 2024-05-13 19:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6034 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6045 -id: 67 -name: "魚卵の加工品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1715595815 {#6048 date: 2024-05-13 19:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6043 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6057 -id: 68 -name: "[3D冷凍商品]" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1715595883 {#6005 date: 2024-05-13 19:24:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6010 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6052 …} -Children: Doctrine\ORM\PersistentCollection {#6065 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6060 -id: 69 -name: "[海藻]" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1715595923 {#6064 date: 2024-05-13 19:25:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6059 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6066 …} -Children: Doctrine\ORM\PersistentCollection {#6076 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6075 -id: 87 -name: "昆布" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1715596252 {#6061 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596252 {#6053 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6083 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6078 -id: 86 -name: "のり" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1715596246 {#6079 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596246 {#6071 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6084 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6090 -id: 85 -name: "海藻入りのセット" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1715596241 {#6093 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596241 {#6088 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6103 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6099 -id: 84 -name: "その他の海藻の加工品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1715596234 {#6102 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596234 {#6097 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6108 -id: 70 -name: "[干物]" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1715595960 {#6077 date: 2024-05-13 19:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6082 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6105 …} -Children: Doctrine\ORM\PersistentCollection {#6121 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6120 -id: 83 -name: "ほっけ" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1715596206 {#6111 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596206 {#6106 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6115 …} -Children: Doctrine\ORM\PersistentCollection {#6128 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6123 -id: 82 -name: "かれい" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1715596200 {#6124 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596200 {#6116 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6129 …} -Children: Doctrine\ORM\PersistentCollection {#6139 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6135 -id: 81 -name: "ししゃも" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1715596194 {#6138 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596194 {#6133 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6132 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6144 -id: 80 -name: "こまい" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1715596187 {#6147 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596187 {#6142 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6141 …} -Children: Doctrine\ORM\PersistentCollection {#6157 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6153 -id: 79 -name: "その他干もの" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1715596157 {#6156 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596157 {#6151 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6166 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6162 -id: 78 -name: "干もののセット" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1715596146 {#6165 date: 2024-05-13 19:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596181 {#6160 date: 2024-05-13 19:29:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6171 -id: 71 -name: "[加工食品]" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1715596004 {#6122 date: 2024-05-13 19:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6127 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6184 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6183 -id: 77 -name: "調味料類" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1715596101 {#6174 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596101 {#6169 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6191 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6186 -id: 76 -name: "レトルト食品" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1715596092 {#6187 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596092 {#6179 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6198 -id: 75 -name: "くじら" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1715596084 {#6201 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596084 {#6196 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6195 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6207 -id: 74 -name: "海産物" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1715596079 {#6210 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596079 {#6205 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6216 -id: 73 -name: "その他" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1715596073 {#6219 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596073 {#6214 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6229 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6228 -id: 72 -name: "[訳あり商品]" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1715596035 {#6190 date: 2024-05-13 19:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6185 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6223 …} -Children: Doctrine\ORM\PersistentCollection {#6236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6232 -id: 89 -name: "[ごはんのお供]" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1715616303 {#6235 date: 2024-05-14 01:05:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6230 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6241 …} } Eccube\Entity\Category {#6238 -id: 88 -name: "【全商品】" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1715605039 {#6244 date: 2024-05-13 21:57:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6239 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6240 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6251 -id: 92 -name: "<<秋のお買得セット>>" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1725330722 {#6254 date: 2024-09-03 11:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6249 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6264 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6260 …} } Eccube\Entity\Category {#6257 -id: 97 -name: "<<美食クラブ>>" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1739327668 {#6263 date: 2025-02-12 11:34:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6258 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } Eccube\Entity\Category {#6270 -id: 98 -name: "<<GW先取り大特価セール>>" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1745301681 {#6273 date: 2025-04-22 15:01:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6268 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6279 …} } ] |
| 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 {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5112 -om: ContainerNTWQxib\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#516 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5042 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9370 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#9371 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "<<夏の大特価セール>>" +value: "108" +data: Eccube\Entity\Category {#5242 -id: 108 -name: "<<夏の大特価セール>>" -hierarchy: 1 -sort_no: 84 -create_date: DateTime @1781091056 {#5245 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781091056 {#5243 date: 2026-06-10 20:30:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5258 …} -Children: Doctrine\ORM\PersistentCollection {#5472 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5477 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "<<春の味覚大特価セール>>" +value: "106" +data: Eccube\Entity\Category {#5519 -id: 106 -name: "<<春の味覚大特価セール>>" -hierarchy: 1 -sort_no: 83 -create_date: DateTime @1772876100 {#5502 date: 2026-03-07 18:35:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5478 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5521 …} -Children: Doctrine\ORM\PersistentCollection {#5531 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5527 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "<<厚岸産かき送料無料セール>>" +value: "107" +data: Eccube\Entity\Category {#5524 -id: 107 -name: "<<厚岸産かき送料無料セール>>" -hierarchy: 1 -sort_no: 82 -create_date: DateTime @1775705691 {#5530 date: 2026-04-09 12:34:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5525 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5526 …} -Children: Doctrine\ORM\PersistentCollection {#5541 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5537 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9415 +label: "★あっけし牡蠣大特価セール" +value: "105" +data: Eccube\Entity\Category {#5534 -id: 105 -name: "★あっけし牡蠣大特価セール" -hierarchy: 1 -sort_no: 81 -create_date: DateTime @1753505458 {#5540 date: 2025-07-26 13:50:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5535 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5547 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9416 +label: "<<歳末大売り出し大感謝セール>>" +value: "94" +data: Eccube\Entity\Category {#5544 -id: 94 -name: "<<歳末大売り出し大感謝セール>>" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1733210813 {#5550 date: 2024-12-03 16:26:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5545 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5546 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5557 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9417 +label: "<<歳末お取り寄せセット>>" +value: "95" +data: Eccube\Entity\Category {#5554 -id: 95 -name: "<<歳末お取り寄せセット>>" -hierarchy: 1 -sort_no: 79 -create_date: DateTime @1733216454 {#5560 date: 2024-12-03 18:00:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5555 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5556 …} -Children: Doctrine\ORM\PersistentCollection {#5571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5567 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9418 +label: "★25周年感謝祭★" +value: "104" +data: Eccube\Entity\Category {#5564 -id: 104 -name: "★25周年感謝祭★" -hierarchy: 1 -sort_no: 78 -create_date: DateTime @1748928478 {#5570 date: 2025-06-03 14:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5565 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5566 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5577 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "★厚岸毛がに祭り" +value: "103" +data: Eccube\Entity\Category {#5574 -id: 103 -name: "★厚岸毛がに祭り" -hierarchy: 1 -sort_no: 77 -create_date: DateTime @1746058509 {#5580 date: 2025-05-01 09:15:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5575 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5576 …} -Children: Doctrine\ORM\PersistentCollection {#5591 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5587 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9420 +label: "<<冬の味覚大特価セール>>" +value: "96" +data: Eccube\Entity\Category {#5584 -id: 96 -name: "<<冬の味覚大特価セール>>" -hierarchy: 1 -sort_no: 76 -create_date: DateTime @1738677472 {#5590 date: 2025-02-04 22:57:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5585 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5586 …} -Children: Doctrine\ORM\PersistentCollection {#5601 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5597 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9421 +label: "★大感謝祭限定セット" +value: "102" +data: Eccube\Entity\Category {#5594 -id: 102 -name: "★大感謝祭限定セット" -hierarchy: 1 -sort_no: 75 -create_date: DateTime @1746058480 {#5600 date: 2025-05-01 09:14:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5595 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5596 …} -Children: Doctrine\ORM\PersistentCollection {#5611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5607 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "★厚岸直送!特選セット春" +value: "101" +data: Eccube\Entity\Category {#5604 -id: 101 -name: "★厚岸直送!特選セット春" -hierarchy: 1 -sort_no: 74 -create_date: DateTime @1746058438 {#5610 date: 2025-05-01 09:13:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5605 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5617 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "★冬の味覚満載セット" +value: "100" +data: Eccube\Entity\Category {#5614 -id: 100 -name: "★冬の味覚満載セット" -hierarchy: 1 -sort_no: 73 -create_date: DateTime @1746058399 {#5620 date: 2025-05-01 09:13:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5615 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5616 …} -Children: Doctrine\ORM\PersistentCollection {#5631 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5627 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9424 +label: "★秋のお買い得セット" +value: "99" +data: Eccube\Entity\Category {#5624 -id: 99 -name: "★秋のお買い得セット" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1745484490 {#5630 date: 2025-04-24 17:48:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5625 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5626 …} -Children: Doctrine\ORM\PersistentCollection {#5641 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#5637 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "[貝]" +value: "28" +data: Eccube\Entity\Category {#5644 -id: 28 -name: "[貝]" -hierarchy: 1 -sort_no: 71 -create_date: DateTime @1715580713 {#5640 date: 2024-05-13 15:11:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5635 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5645 …} -Children: Doctrine\ORM\PersistentCollection {#5655 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: " かき" +value: "29" +data: Eccube\Entity\Category {#5654 -id: 29 -name: "かき" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1715580722 {#5634 date: 2024-05-13 15:12:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5636 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5649 …} -Children: Doctrine\ORM\PersistentCollection {#5662 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: " マルえもん" +value: "32" +data: Eccube\Entity\Category {#5661 -id: 32 -name: "マルえもん" -hierarchy: 3 -sort_no: 59 -create_date: DateTime @1715586218 {#5642 date: 2024-05-13 16:43:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5643 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5656 …} -Children: Doctrine\ORM\PersistentCollection {#5669 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: " カキえもん" +value: "33" +data: Eccube\Entity\Category {#5671 -id: 33 -name: "カキえもん" -hierarchy: 3 -sort_no: 58 -create_date: DateTime @1715586224 {#5664 date: 2024-05-13 16:43:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5670 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5672 …} -Children: Doctrine\ORM\PersistentCollection {#5682 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: " 弁天かき" +value: "34" +data: Eccube\Entity\Category {#5678 -id: 34 -name: "弁天かき" -hierarchy: 3 -sort_no: 57 -create_date: DateTime @1715586232 {#5681 date: 2024-05-13 16:43:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5676 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5691 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: " かき入りセット" +value: "35" +data: Eccube\Entity\Category {#5687 -id: 35 -name: "かき入りセット" -hierarchy: 3 -sort_no: 56 -create_date: DateTime @1715586243 {#5690 date: 2024-05-13 16:44:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5685 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5684 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9431 +label: " かきの加工品" +value: "36" +data: Eccube\Entity\Category {#5696 -id: 36 -name: "かきの加工品" -hierarchy: 3 -sort_no: 55 -create_date: DateTime @1715586251 {#5699 date: 2024-05-13 16:44:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586291 {#5694 date: 2024-05-13 16:44:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5693 …} -Children: Doctrine\ORM\PersistentCollection {#5709 …} -Parent: Eccube\Entity\Category {#5654} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: " あさり" +value: "30" +data: Eccube\Entity\Category {#5705 -id: 30 -name: "あさり" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1715580726 {#5665 date: 2024-05-13 15:12:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5657 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5702 …} -Children: Doctrine\ORM\PersistentCollection {#5718 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: " あさり" +value: "37" +data: Eccube\Entity\Category {#5717 -id: 37 -name: "あさり" -hierarchy: 3 -sort_no: 53 -create_date: DateTime @1715586329 {#5708 date: 2024-05-13 16:45:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5703 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5712 …} -Children: Doctrine\ORM\PersistentCollection {#5725 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: " あさり入りセット" +value: "38" +data: Eccube\Entity\Category {#5720 -id: 38 -name: "あさり入りセット" -hierarchy: 3 -sort_no: 52 -create_date: DateTime @1715586338 {#5721 date: 2024-05-13 16:45:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5713 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5726 …} -Children: Doctrine\ORM\PersistentCollection {#5736 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: " あさりの加工品" +value: "39" +data: Eccube\Entity\Category {#5732 -id: 39 -name: "あさりの加工品" -hierarchy: 3 -sort_no: 51 -create_date: DateTime @1715586347 {#5735 date: 2024-05-13 16:45:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586353 {#5730 date: 2024-05-13 16:45:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5729 …} -Children: Doctrine\ORM\PersistentCollection {#5745 …} -Parent: Eccube\Entity\Category {#5705} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: " その他貝類" +value: "31" +data: Eccube\Entity\Category {#5741 -id: 31 -name: "その他貝類" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1715584726 {#5724 date: 2024-05-13 16:18:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586114 {#5719 date: 2024-05-13 16:41:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5754 …} -Parent: Eccube\Entity\Category {#5644} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: " つぶ" +value: "43" +data: Eccube\Entity\Category {#5753 -id: 43 -name: "つぶ" -hierarchy: 3 -sort_no: 49 -create_date: DateTime @1715586483 {#5744 date: 2024-05-13 16:48:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5739 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5748 …} -Children: Doctrine\ORM\PersistentCollection {#5761 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9438 +label: " ほたて" +value: "42" +data: Eccube\Entity\Category {#5756 -id: 42 -name: "ほたて" -hierarchy: 3 -sort_no: 48 -create_date: DateTime @1715586479 {#5757 date: 2024-05-13 16:47:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5749 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5762 …} -Children: Doctrine\ORM\PersistentCollection {#5772 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: " ほっき" +value: "44" +data: Eccube\Entity\Category {#5768 -id: 44 -name: "ほっき" -hierarchy: 3 -sort_no: 47 -create_date: DateTime @1715586494 {#5771 date: 2024-05-13 16:48:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5766 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5765 …} -Children: Doctrine\ORM\PersistentCollection {#5781 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: " その他貝類入りセット" +value: "41" +data: Eccube\Entity\Category {#5777 -id: 41 -name: "その他貝類入りセット" -hierarchy: 3 -sort_no: 46 -create_date: DateTime @1715586471 {#5780 date: 2024-05-13 16:47:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5775 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5774 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9441 +label: " その他貝類の加工品" +value: "40" +data: Eccube\Entity\Category {#5786 -id: 40 -name: "その他貝類の加工品" -hierarchy: 3 -sort_no: 45 -create_date: DateTime @1715586461 {#5789 date: 2024-05-13 16:47:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586506 {#5784 date: 2024-05-13 16:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5783 …} -Children: Doctrine\ORM\PersistentCollection {#5799 …} -Parent: Eccube\Entity\Category {#5741} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9442 +label: "[かに]" +value: "22" +data: Eccube\Entity\Category {#5798 -id: 22 -name: "[かに]" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1715580544 {#5668 date: 2024-05-13 15:09:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5663 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5793 …} -Children: Doctrine\ORM\PersistentCollection {#5806 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9443 +label: " かに" +value: "47" +data: Eccube\Entity\Category {#5805 -id: 47 -name: "かに" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1715586589 {#5760 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586589 {#5755 date: 2024-05-13 16:49:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5813 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9444 +label: " かに入りセット" +value: "46" +data: Eccube\Entity\Category {#5808 -id: 46 -name: "かに入りセット" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1715586559 {#5809 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586559 {#5801 date: 2024-05-13 16:49:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5814 …} -Children: Doctrine\ORM\PersistentCollection {#5824 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9445 +label: " かにの加工品" +value: "45" +data: Eccube\Entity\Category {#5820 -id: 45 -name: "かにの加工品" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1715586550 {#5823 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586550 {#5818 date: 2024-05-13 16:49:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5817 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5798} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9446 +label: "[えび]" +value: "23" +data: Eccube\Entity\Category {#5829 -id: 23 -name: "[えび]" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1715580549 {#5812 date: 2024-05-13 15:09:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5807 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5826 …} -Children: Doctrine\ORM\PersistentCollection {#5842 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9447 +label: " えび" +value: "50" +data: Eccube\Entity\Category {#5841 -id: 50 -name: "えび" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1715586644 {#5832 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586644 {#5827 date: 2024-05-13 16:50:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5836 …} -Children: Doctrine\ORM\PersistentCollection {#5849 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9448 +label: " えび入りのセット" +value: "49" +data: Eccube\Entity\Category {#5844 -id: 49 -name: "えび入りのセット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1715586640 {#5845 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586640 {#5837 date: 2024-05-13 16:50:40.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5850 …} -Children: Doctrine\ORM\PersistentCollection {#5860 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9449 +label: " えびの加工品" +value: "48" +data: Eccube\Entity\Category {#5856 -id: 48 -name: "えびの加工品" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1715586631 {#5859 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586631 {#5854 date: 2024-05-13 16:50:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5869 …} -Parent: Eccube\Entity\Category {#5829} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9450 +label: "[鮭]" +value: "25" +data: Eccube\Entity\Category {#5865 -id: 25 -name: "[鮭]" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1715580634 {#5848 date: 2024-05-13 15:10:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5843 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5862 …} -Children: Doctrine\ORM\PersistentCollection {#5878 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9451 +label: " 鮭" +value: "56" +data: Eccube\Entity\Category {#5877 -id: 56 -name: "鮭" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1715586795 {#5868 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586795 {#5863 date: 2024-05-13 16:53:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5885 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9452 +label: " 鮭入りのセット" +value: "55" +data: Eccube\Entity\Category {#5880 -id: 55 -name: "鮭入りのセット" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1715586788 {#5881 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586788 {#5873 date: 2024-05-13 16:53:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9453 +label: " 鮭の加工品" +value: "54" +data: Eccube\Entity\Category {#5892 -id: 54 -name: "鮭の加工品" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1715586779 {#5895 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586779 {#5890 date: 2024-05-13 16:52:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5889 …} -Children: Doctrine\ORM\PersistentCollection {#5905 …} -Parent: Eccube\Entity\Category {#5865} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9454 +label: "[さんま]" +value: "24" +data: Eccube\Entity\Category {#5901 -id: 24 -name: "[さんま]" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1715580553 {#5884 date: 2024-05-13 15:09:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5879 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5898 …} -Children: Doctrine\ORM\PersistentCollection {#5914 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9455 +label: " さんま(生)" +value: "51" +data: Eccube\Entity\Category {#5913 -id: 51 -name: "さんま(生)" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1715586733 {#5904 date: 2024-05-13 16:52:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5899 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5908 …} -Children: Doctrine\ORM\PersistentCollection {#5921 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9456 +label: " さんま入りセット" +value: "52" +data: Eccube\Entity\Category {#5916 -id: 52 -name: "さんま入りセット" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1715586745 {#5917 date: 2024-05-13 16:52:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5909 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5922 …} -Children: Doctrine\ORM\PersistentCollection {#5932 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9457 +label: " さんまの加工品" +value: "53" +data: Eccube\Entity\Category {#5928 -id: 53 -name: "さんまの加工品" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1715586756 {#5931 date: 2024-05-13 16:52:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586763 {#5926 date: 2024-05-13 16:52:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5925 …} -Children: Doctrine\ORM\PersistentCollection {#5941 …} -Parent: Eccube\Entity\Category {#5901} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9458 +label: "[その他さかな]" +value: "26" +data: Eccube\Entity\Category {#5937 -id: 26 -name: "[その他さかな]" -hierarchy: 1 -sort_no: 66 -create_date: DateTime @1715580641 {#5920 date: 2024-05-13 15:10:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5915 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5934 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9459 +label: " 生もの" +value: "57" +data: Eccube\Entity\Category {#5949 -id: 57 -name: "生もの" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1715586825 {#5940 date: 2024-05-13 16:53:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5935 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5944 …} -Children: Doctrine\ORM\PersistentCollection {#5957 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9460 +label: " 干しもの" +value: "58" +data: Eccube\Entity\Category {#5952 -id: 58 -name: "干しもの" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1715586836 {#5953 date: 2024-05-13 16:53:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5945 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5958 …} -Children: Doctrine\ORM\PersistentCollection {#5968 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9461 +label: " 冷凍もの" +value: "59" +data: Eccube\Entity\Category {#5964 -id: 59 -name: "冷凍もの" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1715586841 {#5967 date: 2024-05-13 16:54:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5962 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5961 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9462 +label: " その他さかな入りセット" +value: "60" +data: Eccube\Entity\Category {#5973 -id: 60 -name: "その他さかな入りセット" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1715586886 {#5976 date: 2024-05-13 16:54:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5971 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9463 +label: " その他さかなの加工品" +value: "61" +data: Eccube\Entity\Category {#5982 -id: 61 -name: "その他さかなの加工品" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1715586902 {#5985 date: 2024-05-13 16:55:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715586909 {#5980 date: 2024-05-13 16:55:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: Eccube\Entity\Category {#5937} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9464 +label: "[魚卵]" +value: "27" +data: Eccube\Entity\Category {#5991 -id: 27 -name: "[魚卵]" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1715580649 {#5956 date: 2024-05-13 15:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#5951 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5988 …} -Children: Doctrine\ORM\PersistentCollection {#6004 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9465 +label: " いくら" +value: "62" +data: Eccube\Entity\Category {#6003 -id: 62 -name: "いくら" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1715595776 {#5994 date: 2024-05-13 19:22:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5989 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6011 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9466 +label: " たらこ" +value: "63" +data: Eccube\Entity\Category {#6006 -id: 63 -name: "たらこ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1715595784 {#6007 date: 2024-05-13 19:23:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#5999 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9467 +label: " うに" +value: "64" +data: Eccube\Entity\Category {#6018 -id: 64 -name: "うに" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1715595790 {#6021 date: 2024-05-13 19:23:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6016 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6015 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9468 +label: " 筋子" +value: "65" +data: Eccube\Entity\Category {#6027 -id: 65 -name: "筋子" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1715595797 {#6030 date: 2024-05-13 19:23:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6025 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6024 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9469 +label: " 魚卵入りセット" +value: "66" +data: Eccube\Entity\Category {#6036 -id: 66 -name: "魚卵入りセット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1715595808 {#6039 date: 2024-05-13 19:23:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6034 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6049 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9470 +label: " 魚卵の加工品" +value: "67" +data: Eccube\Entity\Category {#6045 -id: 67 -name: "魚卵の加工品" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1715595815 {#6048 date: 2024-05-13 19:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715595838 {#6043 date: 2024-05-13 19:23:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6058 …} -Parent: Eccube\Entity\Category {#5991} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9471 +label: "[3D冷凍商品]" +value: "68" +data: Eccube\Entity\Category {#6057 -id: 68 -name: "[3D冷凍商品]" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1715595883 {#6005 date: 2024-05-13 19:24:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6010 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6052 …} -Children: Doctrine\ORM\PersistentCollection {#6065 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9472 +label: "[海藻]" +value: "69" +data: Eccube\Entity\Category {#6060 -id: 69 -name: "[海藻]" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1715595923 {#6064 date: 2024-05-13 19:25:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6059 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6066 …} -Children: Doctrine\ORM\PersistentCollection {#6076 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9473 +label: " 昆布" +value: "87" +data: Eccube\Entity\Category {#6075 -id: 87 -name: "昆布" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1715596252 {#6061 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596252 {#6053 date: 2024-05-13 19:30:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6083 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9474 +label: " のり" +value: "86" +data: Eccube\Entity\Category {#6078 -id: 86 -name: "のり" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1715596246 {#6079 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596246 {#6071 date: 2024-05-13 19:30:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6084 …} -Children: Doctrine\ORM\PersistentCollection {#6094 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9475 +label: " 海藻入りのセット" +value: "85" +data: Eccube\Entity\Category {#6090 -id: 85 -name: "海藻入りのセット" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1715596241 {#6093 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596241 {#6088 date: 2024-05-13 19:30:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6087 …} -Children: Doctrine\ORM\PersistentCollection {#6103 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9476 +label: " その他の海藻の加工品" +value: "84" +data: Eccube\Entity\Category {#6099 -id: 84 -name: "その他の海藻の加工品" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1715596234 {#6102 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596234 {#6097 date: 2024-05-13 19:30:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6112 …} -Parent: Eccube\Entity\Category {#6060} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9477 +label: "[干物]" +value: "70" +data: Eccube\Entity\Category {#6108 -id: 70 -name: "[干物]" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1715595960 {#6077 date: 2024-05-13 19:26:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6082 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6105 …} -Children: Doctrine\ORM\PersistentCollection {#6121 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9478 +label: " ほっけ" +value: "83" +data: Eccube\Entity\Category {#6120 -id: 83 -name: "ほっけ" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1715596206 {#6111 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596206 {#6106 date: 2024-05-13 19:30:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6115 …} -Children: Doctrine\ORM\PersistentCollection {#6128 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9479 +label: " かれい" +value: "82" +data: Eccube\Entity\Category {#6123 -id: 82 -name: "かれい" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1715596200 {#6124 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596200 {#6116 date: 2024-05-13 19:30:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6129 …} -Children: Doctrine\ORM\PersistentCollection {#6139 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9480 +label: " ししゃも" +value: "81" +data: Eccube\Entity\Category {#6135 -id: 81 -name: "ししゃも" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1715596194 {#6138 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596194 {#6133 date: 2024-05-13 19:29:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6132 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9481 +label: " こまい" +value: "80" +data: Eccube\Entity\Category {#6144 -id: 80 -name: "こまい" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1715596187 {#6147 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596187 {#6142 date: 2024-05-13 19:29:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6141 …} -Children: Doctrine\ORM\PersistentCollection {#6157 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9482 +label: " その他干もの" +value: "79" +data: Eccube\Entity\Category {#6153 -id: 79 -name: "その他干もの" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1715596157 {#6156 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596157 {#6151 date: 2024-05-13 19:29:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6150 …} -Children: Doctrine\ORM\PersistentCollection {#6166 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9483 +label: " 干もののセット" +value: "78" +data: Eccube\Entity\Category {#6162 -id: 78 -name: "干もののセット" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1715596146 {#6165 date: 2024-05-13 19:29:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596181 {#6160 date: 2024-05-13 19:29:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6175 …} -Parent: Eccube\Entity\Category {#6108} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9484 +label: "[加工食品]" +value: "71" +data: Eccube\Entity\Category {#6171 -id: 71 -name: "[加工食品]" -hierarchy: 1 -sort_no: 61 -create_date: DateTime @1715596004 {#6122 date: 2024-05-13 19:26:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6127 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6168 …} -Children: Doctrine\ORM\PersistentCollection {#6184 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9485 +label: " 調味料類" +value: "77" +data: Eccube\Entity\Category {#6183 -id: 77 -name: "調味料類" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1715596101 {#6174 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596101 {#6169 date: 2024-05-13 19:28:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6178 …} -Children: Doctrine\ORM\PersistentCollection {#6191 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9486 +label: " レトルト食品" +value: "76" +data: Eccube\Entity\Category {#6186 -id: 76 -name: "レトルト食品" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1715596092 {#6187 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596092 {#6179 date: 2024-05-13 19:28:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6192 …} -Children: Doctrine\ORM\PersistentCollection {#6202 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9487 +label: " くじら" +value: "75" +data: Eccube\Entity\Category {#6198 -id: 75 -name: "くじら" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1715596084 {#6201 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596084 {#6196 date: 2024-05-13 19:28:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6195 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9488 +label: " 海産物" +value: "74" +data: Eccube\Entity\Category {#6207 -id: 74 -name: "海産物" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1715596079 {#6210 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596079 {#6205 date: 2024-05-13 19:27:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6204 …} -Children: Doctrine\ORM\PersistentCollection {#6220 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9489 +label: " その他" +value: "73" +data: Eccube\Entity\Category {#6216 -id: 73 -name: "その他" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1715596073 {#6219 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1715596073 {#6214 date: 2024-05-13 19:27:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6213 …} -Children: Doctrine\ORM\PersistentCollection {#6229 …} -Parent: Eccube\Entity\Category {#6171} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9490 +label: "[訳あり商品]" +value: "72" +data: Eccube\Entity\Category {#6228 -id: 72 -name: "[訳あり商品]" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1715596035 {#6190 date: 2024-05-13 19:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6185 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6223 …} -Children: Doctrine\ORM\PersistentCollection {#6236 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9491 +label: "[ごはんのお供]" +value: "89" +data: Eccube\Entity\Category {#6232 -id: 89 -name: "[ごはんのお供]" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1715616303 {#6235 date: 2024-05-14 01:05:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6230 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6224 …} -Children: Doctrine\ORM\PersistentCollection {#6245 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6241 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9492 +label: "【全商品】" +value: "88" +data: Eccube\Entity\Category {#6238 -id: 88 -name: "【全商品】" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1715605039 {#6244 date: 2024-05-13 21:57:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6239 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6240 …} -Children: Doctrine\ORM\PersistentCollection {#6255 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "<<秋のお買得セット>>" +value: "92" +data: Eccube\Entity\Category {#6251 -id: 92 -name: "<<秋のお買得セット>>" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1725330722 {#6254 date: 2024-09-03 11:32:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6249 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6248 …} -Children: Doctrine\ORM\PersistentCollection {#6264 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6260 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "<<美食クラブ>>" +value: "97" +data: Eccube\Entity\Category {#6257 -id: 97 -name: "<<美食クラブ>>" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1739327668 {#6263 date: 2025-02-12 11:34:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6258 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6259 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: null } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "<<GW先取り大特価セール>>" +value: "98" +data: Eccube\Entity\Category {#6270 -id: 98 -name: "<<GW先取り大特価セール>>" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1745301681 {#6273 date: 2025-04-22 15:01:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1775705763 {#6268 date: 2026-04-09 12:36:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6267 …} -Children: Doctrine\ORM\PersistentCollection {#6283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5509 …} -AddOnForCategory: Plugin\AddOnForCategory42\Entity\AddOnForCategory {#6279 …} } +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 {#9405 -form: Symfony\Component\Form\Form {#9388 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9404 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9411 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4554 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#529 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#528 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#527 …} -namespace: Closure() {#525 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4253 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4290 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#855 …} $translationDomain: "validators" $message: Closure() {#9382 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9496 -form: Symfony\Component\Form\Form {#9395 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9410 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |