- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 528
- Events
- Routing
- Cache
- Translation 20
- Security
- Twig
- Doctrine 1
- Migrations 14
- 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4217 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4218 …} } } |
| 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 {#4556 -form: Symfony\Component\Form\Form {#4384 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4555 …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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4258 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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 {#4261 +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 {#4260 +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 {#4229 +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 {#4248 +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() {#4256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4257 …} } } |
| 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 {#4560 -form: Symfony\Component\Form\Form {#4409 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#4559 …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 {#4249 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4229 +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 {#4248 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4249 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4229 +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 {#4248 +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 {#4249 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4229 +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 {#4248 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4389 …} } } |
| 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 {#4586 -form: Symfony\Component\Form\Form {#4412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4585 …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 {#4262 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4261 +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 {#4260 +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4262 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4261 +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 {#4260 +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 {#4262 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4261 +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 {#4260 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4400 …} } } |
| 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 {#4587 -form: Symfony\Component\Form\Form {#4415 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4588 …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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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 {#4269 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4270 +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 {#4267 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4268 +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() {#4274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4273 …} } } |
| 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 {#4583 -form: Symfony\Component\Form\Form {#4440 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#4584 …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 {#4267 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4268 +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 {#4267 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4268 +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 {#4267 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4268 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4419 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4421 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4420 …} } } |
| 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 {#4592 -form: Symfony\Component\Form\Form {#4443 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4591 …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 {#4269 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4270 +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 {#4269 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4270 +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 {#4269 +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4270 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4431 …} } } |
| 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 {#4593 -form: Symfony\Component\Form\Form {#4446 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4594 …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 {#4306 +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 {#4307 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4303 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4305 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4304 …} } } |
| 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 {#4590 -form: Symfony\Component\Form\Form {#4449 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4589 …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 {#4321 +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 {#4322 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4324 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4325 …} } } |
| 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 {#4596 -form: Symfony\Component\Form\Form {#4532 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4595 …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 {#4481 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4500 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4495 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4508 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4499 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4503 -om: Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3609 …} -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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …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 {#4503 -om: Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3609 …} -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 {#4489 -_em: Doctrine\ORM\EntityManager {#542 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4491 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4492 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4493 #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 {#4490 …} -_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() {#4487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4484 …} } } |
| 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 {#4601 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#4618 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#4619 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#4620 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#4621 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#4622 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4602 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#4623 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#4624 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#4625 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#4626 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#4627 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#4628 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4665 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#4629 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4666 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#4630 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4667 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#4631 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4668 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#4632 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4669 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#4633 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4670 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#4634 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4671 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4635 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4672 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4636 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4673 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4637 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4674 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4638 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4675 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4639 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4640 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4677 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4641 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4678 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4642 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4679 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4643 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4680 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4644 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4681 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4645 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4682 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4646 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4683 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4647 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4684 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4648 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4685 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4649 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4686 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4650 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4687 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4651 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4688 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4652 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4653 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4690 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4654 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4691 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4655 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4692 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4656 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4693 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4657 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4694 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4658 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4695 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4659 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4696 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4660 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4697 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4661 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4698 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4662 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4699 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4663 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4664 …} +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 {#4600 -form: Symfony\Component\Form\Form {#4535 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4599 …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) {#4702 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4455 …} } |
| 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 {#4321 +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 {#4321 +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 {#4321 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4513 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4514 …} } } |
| 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 {#4703 -form: Symfony\Component\Form\Form {#4538 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4704 …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 {#4322 +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 {#4322 +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 {#4322 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4522 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4523 …} } } |
| 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 {#4705 -form: Symfony\Component\Form\Form {#4541 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4706 …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 {#4342 +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 {#4343 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4340 …} } } |
| 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 {#4597 -form: Symfony\Component\Form\Form {#4544 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4598 …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 {#4226 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4227 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4226 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4227 +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 {#4226 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Eccube\Form\Validator\Email {#4227 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4354 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4355 …} } } |
| 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 {#4708 -form: Symfony\Component\Form\Form {#4547 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4707 …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 {#4228 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4242 +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 {#4228 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4242 +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 {#4228 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4242 +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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4371 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4370 …} } } |
| 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 {#4709 -form: Symfony\Component\Form\Form {#4550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4710 …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 | "f6eeb.pDLb8Tpl6WHRBIFBpdRb7OqUvdhkKQiGTrEADoXYgv4.1h-iwm8J0S6CQNgOxrcK1aPe-aJSWmvcLMlXYvChsMfXXrmrSCqROKRg5g" |
| 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 | "f6eeb.pDLb8Tpl6WHRBIFBpdRb7OqUvdhkKQiGTrEADoXYgv4.1h-iwm8J0S6CQNgOxrcK1aPe-aJSWmvcLMlXYvChsMfXXrmrSCqROKRg5g" |
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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data | "f6eeb.pDLb8Tpl6WHRBIFBpdRb7OqUvdhkKQiGTrEADoXYgv4.1h-iwm8J0S6CQNgOxrcK1aPe-aJSWmvcLMlXYvChsMfXXrmrSCqROKRg5g" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#4717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#4712 …} } } |
| 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 | "f6eeb.pDLb8Tpl6WHRBIFBpdRb7OqUvdhkKQiGTrEADoXYgv4.1h-iwm8J0S6CQNgOxrcK1aPe-aJSWmvcLMlXYvChsMfXXrmrSCqROKRg5g" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4729 -form: Symfony\Component\Form\Form {#4724 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4718 …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 | "f6eeb.pDLb8Tpl6WHRBIFBpdRb7OqUvdhkKQiGTrEADoXYgv4.1h-iwm8J0S6CQNgOxrcK1aPe-aJSWmvcLMlXYvChsMfXXrmrSCqROKRg5g" |
(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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8417 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#8419 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#8418 …} } } |
| 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 {#8464 -form: Symfony\Component\Form\Form {#8455 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8465 …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 {#5097 -id: 8 -name: "個人印鑑" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1703642682 {#5129 date: 2023-12-27 11:04:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5127 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5372 -id: 12 -name: "実印" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1704850514 {#5125 date: 2024-01-10 10:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5123 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5371 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5362 -id: 80 -name: "銀行印" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1707115726 {#5364 date: 2024-02-05 15:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5363 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5355 -id: 81 -name: "認印" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1707115734 {#5357 date: 2024-02-05 15:48:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5356 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5348 -id: 15 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1706166374 {#5350 date: 2024-01-25 16:06:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5349 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5124 -id: 16 -name: "小判印・訂正印" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1706166391 {#5343 date: 2024-01-25 16:06:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5118 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5119 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5335 -id: 17 -name: "おしゃれハンコ・寿限無・その他" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1706166397 {#5333 date: 2024-01-25 16:06:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5334 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5336 …} -Children: Doctrine\ORM\PersistentCollection {#5339 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5342 -id: 18 -name: "実印・銀行印セット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706166405 {#5340 date: 2024-01-25 16:06:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5341 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5378 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5382 -id: 19 -name: "実印・銀行印・認印セット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1706166413 {#5380 date: 2024-01-25 16:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5381 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5389 -id: 20 -name: "法人印鑑" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1706166439 {#5365 date: 2024-01-25 16:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5366 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5394 -id: 86 -name: "会社実印" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1707117536 {#5387 date: 2024-02-05 16:18:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5388 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5403 -id: 87 -name: "銀行印" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1707117638 {#5401 date: 2024-02-05 16:20:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5402 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5410 -id: 21 -name: "役職印・銀行印" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1706166451 {#5408 date: 2024-01-25 16:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5409 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5417 -id: 22 -name: "認印(角印)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1706166458 {#5415 date: 2024-01-25 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5416 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5424 -id: 25 -name: "法人印セット" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1706166497 {#5422 date: 2024-01-25 16:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5423 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5431 -id: 26 -name: "割印" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1706166503 {#5429 date: 2024-01-25 16:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5430 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5438 -id: 56 -name: "屋久杉印鑑" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1706686064 {#5400 date: 2024-01-31 16:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5399 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5443 -id: 57 -name: "個人 実印" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1706686078 {#5436 date: 2024-01-31 16:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5437 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5452 -id: 59 -name: "個人 銀行印・認印" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1706686265 {#5450 date: 2024-01-31 16:31:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5451 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5459 -id: 60 -name: "個人 実印・銀行印セット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1706686286 {#5457 date: 2024-01-31 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5458 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5466 -id: 61 -name: "法人 役職印・銀行印" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1706686309 {#5464 date: 2024-01-31 16:31:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5465 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5473 -id: 62 -name: "法人 認印(角印)" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1706686325 {#5471 date: 2024-01-31 16:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5472 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5480 -id: 63 -name: "法人 法人印セット" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1706686341 {#5478 date: 2024-01-31 16:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5479 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5487 -id: 35 -name: "しまねっこ商品" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1706166637 {#5449 date: 2024-01-25 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5448 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5492 -id: 36 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1706166647 {#5485 date: 2024-01-25 16:10:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5486 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5501 -id: 37 -name: "スタンプ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1706166653 {#5499 date: 2024-01-25 16:10:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5500 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5508 -id: 38 -name: "スタンプ" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1706166669 {#5498 date: 2024-01-25 16:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5497 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5513 -id: 39 -name: "ネーム印" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1706166678 {#5506 date: 2024-01-25 16:11:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5507 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5522 -id: 40 -name: "おなまえスタンプセット" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1706166685 {#5520 date: 2024-01-25 16:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5521 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5529 -id: 41 -name: "金封用セット" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1706166692 {#5527 date: 2024-01-25 16:11:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5528 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5536 -id: 42 -name: "各種ゴム印" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1706166698 {#5534 date: 2024-01-25 16:11:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5535 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5543 -id: 43 -name: "印鑑関連商品" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1706166709 {#5519 date: 2024-01-25 16:11:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5518 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5548 -id: 44 -name: "印鑑ケース" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1706166721 {#5541 date: 2024-01-25 16:12:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5542 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5557 -id: 45 -name: "捺印マット" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1706166727 {#5555 date: 2024-01-25 16:12:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5556 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5564 -id: 46 -name: "朱肉・補充インク" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1706166734 {#5562 date: 2024-01-25 16:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5563 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5571 -id: 47 -name: "スタンプ台" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1706166741 {#5569 date: 2024-01-25 16:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5570 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5578 -id: 48 -name: "ネーム印・ペン" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1706166760 {#5554 date: 2024-01-25 16:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5553 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5583 -id: 49 -name: "ネーム印・補充インク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1706166773 {#5576 date: 2024-01-25 16:12:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5577 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5592 -id: 51 -name: "ネームペン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1706166807 {#5590 date: 2024-01-25 16:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5591 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5599 -id: 93 -name: "印鑑ホルダー はん蔵" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1709013112 {#5597 date: 2024-02-27 14:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5598 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5608 -id: 82 -name: "趣味の印" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1707117177 {#5588 date: 2024-02-05 16:12:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5589 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5609 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5613 -id: 83 -name: "落款印" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1707117216 {#5604 date: 2024-02-05 16:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117339 {#5605 date: 2024-02-05 16:15:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5618 -id: 85 -name: "雅号印" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1707117362 {#5606 date: 2024-02-05 16:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5607 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5619 …} -Children: Doctrine\ORM\PersistentCollection {#5622 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5629 -id: 89 -name: "姓名印" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1707122435 {#5627 date: 2024-02-05 17:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5628 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5630 …} -Children: Doctrine\ORM\PersistentCollection {#5633 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5636 -id: 90 -name: "引首印" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1707178433 {#5634 date: 2024-02-06 09:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5635 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5637 …} -Children: Doctrine\ORM\PersistentCollection {#5640 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5641 -id: 84 -name: "落款印セット" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1707117329 {#5625 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117329 {#5626 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5646 -id: 79 -name: "落款印・蔵書印" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1707095781 {#5624 date: 2024-02-05 10:16:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5623 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5653 -id: 55 -name: "グリーン印鑑" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1706680269 {#5651 date: 2024-01-31 14:51:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5652 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5660 -id: 54 -name: "神楽ひのき" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1706680257 {#5658 date: 2024-01-31 14:50:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5659 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5667 -id: 64 -name: "智頭杉" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1706747079 {#5665 date: 2024-02-01 09:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5666 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5674 -id: 68 -name: "明日桧" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1707094834 {#5672 date: 2024-02-05 10:00:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5673 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5681 -id: 69 -name: "さつま本柘" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1707094847 {#5679 date: 2024-02-05 10:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5680 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5688 -id: 66 -name: "ジルミナ" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1706747092 {#5686 date: 2024-02-01 09:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5687 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5695 -id: 65 -name: "チタン" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1706747086 {#5693 date: 2024-02-01 09:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5694 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5696 …} -Children: Doctrine\ORM\PersistentCollection {#5699 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5702 -id: 91 -name: "ブラストチタン" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1708672006 {#5700 date: 2024-02-23 16:06:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5701 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5709 -id: 67 -name: "黒水牛" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1706748215 {#5707 date: 2024-02-01 09:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5708 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5716 -id: 92 -name: "染めなし黒水牛" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1708673622 {#5714 date: 2024-02-23 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5715 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5723 -id: 70 -name: "牛角・上" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1707095012 {#5721 date: 2024-02-05 10:03:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5722 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5724 …} -Children: Doctrine\ORM\PersistentCollection {#5727 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5730 -id: 71 -name: "牛角・並" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1707095025 {#5728 date: 2024-02-05 10:03:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5729 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5737 -id: 72 -name: "黒檀" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1707095066 {#5735 date: 2024-02-05 10:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5736 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5744 -id: 73 -name: "水晶" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1707095093 {#5742 date: 2024-02-05 10:04:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5743 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5751 -id: 52 -name: "めのう" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1706167962 {#5749 date: 2024-01-25 16:32:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5750 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5758 -id: 53 -name: "白瑪瑙" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1706167968 {#5756 date: 2024-01-25 16:32:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5757 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5765 -id: 74 -name: "赤瑪瑙" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1707095109 {#5763 date: 2024-02-05 10:05:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5764 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5772 -id: 75 -name: "緑瑪瑙" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1707095131 {#5770 date: 2024-02-05 10:05:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5771 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5779 -id: 76 -name: "虎目石" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1707095140 {#5777 date: 2024-02-05 10:05:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5778 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5786 -id: 77 -name: "ローズクォーツ" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1707095148 {#5784 date: 2024-02-05 10:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5785 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5793 -id: 13 -name: "ブルーレース" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1706165292 {#5791 date: 2024-01-25 15:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5792 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5800 -id: 14 -name: "セール商品" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1706165309 {#5798 date: 2024-01-25 15:48:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5799 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } ] |
[ Eccube\Entity\Category {#5097 -id: 8 -name: "個人印鑑" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1703642682 {#5129 date: 2023-12-27 11:04:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5127 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5372 -id: 12 -name: "実印" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1704850514 {#5125 date: 2024-01-10 10:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5123 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5371 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5362 -id: 80 -name: "銀行印" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1707115726 {#5364 date: 2024-02-05 15:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5363 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5355 -id: 81 -name: "認印" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1707115734 {#5357 date: 2024-02-05 15:48:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5356 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5348 -id: 15 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1706166374 {#5350 date: 2024-01-25 16:06:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5349 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5124 -id: 16 -name: "小判印・訂正印" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1706166391 {#5343 date: 2024-01-25 16:06:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5118 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5119 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5335 -id: 17 -name: "おしゃれハンコ・寿限無・その他" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1706166397 {#5333 date: 2024-01-25 16:06:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5334 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5336 …} -Children: Doctrine\ORM\PersistentCollection {#5339 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5342 -id: 18 -name: "実印・銀行印セット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706166405 {#5340 date: 2024-01-25 16:06:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5341 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5378 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5382 -id: 19 -name: "実印・銀行印・認印セット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1706166413 {#5380 date: 2024-01-25 16:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5381 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5389 -id: 20 -name: "法人印鑑" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1706166439 {#5365 date: 2024-01-25 16:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5366 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5394 -id: 86 -name: "会社実印" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1707117536 {#5387 date: 2024-02-05 16:18:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5388 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5403 -id: 87 -name: "銀行印" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1707117638 {#5401 date: 2024-02-05 16:20:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5402 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5410 -id: 21 -name: "役職印・銀行印" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1706166451 {#5408 date: 2024-01-25 16:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5409 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5417 -id: 22 -name: "認印(角印)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1706166458 {#5415 date: 2024-01-25 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5416 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5424 -id: 25 -name: "法人印セット" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1706166497 {#5422 date: 2024-01-25 16:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5423 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5431 -id: 26 -name: "割印" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1706166503 {#5429 date: 2024-01-25 16:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5430 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5438 -id: 56 -name: "屋久杉印鑑" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1706686064 {#5400 date: 2024-01-31 16:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5399 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5443 -id: 57 -name: "個人 実印" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1706686078 {#5436 date: 2024-01-31 16:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5437 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5452 -id: 59 -name: "個人 銀行印・認印" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1706686265 {#5450 date: 2024-01-31 16:31:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5451 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5459 -id: 60 -name: "個人 実印・銀行印セット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1706686286 {#5457 date: 2024-01-31 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5458 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5466 -id: 61 -name: "法人 役職印・銀行印" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1706686309 {#5464 date: 2024-01-31 16:31:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5465 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5473 -id: 62 -name: "法人 認印(角印)" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1706686325 {#5471 date: 2024-01-31 16:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5472 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5480 -id: 63 -name: "法人 法人印セット" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1706686341 {#5478 date: 2024-01-31 16:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5479 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5487 -id: 35 -name: "しまねっこ商品" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1706166637 {#5449 date: 2024-01-25 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5448 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5492 -id: 36 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1706166647 {#5485 date: 2024-01-25 16:10:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5486 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5501 -id: 37 -name: "スタンプ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1706166653 {#5499 date: 2024-01-25 16:10:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5500 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5508 -id: 38 -name: "スタンプ" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1706166669 {#5498 date: 2024-01-25 16:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5497 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5513 -id: 39 -name: "ネーム印" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1706166678 {#5506 date: 2024-01-25 16:11:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5507 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5522 -id: 40 -name: "おなまえスタンプセット" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1706166685 {#5520 date: 2024-01-25 16:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5521 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5529 -id: 41 -name: "金封用セット" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1706166692 {#5527 date: 2024-01-25 16:11:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5528 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5536 -id: 42 -name: "各種ゴム印" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1706166698 {#5534 date: 2024-01-25 16:11:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5535 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5543 -id: 43 -name: "印鑑関連商品" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1706166709 {#5519 date: 2024-01-25 16:11:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5518 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5548 -id: 44 -name: "印鑑ケース" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1706166721 {#5541 date: 2024-01-25 16:12:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5542 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5557 -id: 45 -name: "捺印マット" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1706166727 {#5555 date: 2024-01-25 16:12:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5556 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5564 -id: 46 -name: "朱肉・補充インク" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1706166734 {#5562 date: 2024-01-25 16:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5563 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5571 -id: 47 -name: "スタンプ台" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1706166741 {#5569 date: 2024-01-25 16:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5570 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5578 -id: 48 -name: "ネーム印・ペン" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1706166760 {#5554 date: 2024-01-25 16:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5553 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5583 -id: 49 -name: "ネーム印・補充インク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1706166773 {#5576 date: 2024-01-25 16:12:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5577 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5592 -id: 51 -name: "ネームペン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1706166807 {#5590 date: 2024-01-25 16:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5591 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5599 -id: 93 -name: "印鑑ホルダー はん蔵" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1709013112 {#5597 date: 2024-02-27 14:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5598 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5608 -id: 82 -name: "趣味の印" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1707117177 {#5588 date: 2024-02-05 16:12:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5589 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5609 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5613 -id: 83 -name: "落款印" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1707117216 {#5604 date: 2024-02-05 16:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117339 {#5605 date: 2024-02-05 16:15:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5618 -id: 85 -name: "雅号印" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1707117362 {#5606 date: 2024-02-05 16:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5607 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5619 …} -Children: Doctrine\ORM\PersistentCollection {#5622 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5629 -id: 89 -name: "姓名印" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1707122435 {#5627 date: 2024-02-05 17:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5628 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5630 …} -Children: Doctrine\ORM\PersistentCollection {#5633 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5636 -id: 90 -name: "引首印" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1707178433 {#5634 date: 2024-02-06 09:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5635 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5637 …} -Children: Doctrine\ORM\PersistentCollection {#5640 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5641 -id: 84 -name: "落款印セット" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1707117329 {#5625 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117329 {#5626 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5646 -id: 79 -name: "落款印・蔵書印" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1707095781 {#5624 date: 2024-02-05 10:16:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5623 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5653 -id: 55 -name: "グリーン印鑑" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1706680269 {#5651 date: 2024-01-31 14:51:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5652 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5660 -id: 54 -name: "神楽ひのき" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1706680257 {#5658 date: 2024-01-31 14:50:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5659 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5667 -id: 64 -name: "智頭杉" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1706747079 {#5665 date: 2024-02-01 09:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5666 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5674 -id: 68 -name: "明日桧" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1707094834 {#5672 date: 2024-02-05 10:00:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5673 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5681 -id: 69 -name: "さつま本柘" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1707094847 {#5679 date: 2024-02-05 10:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5680 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5688 -id: 66 -name: "ジルミナ" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1706747092 {#5686 date: 2024-02-01 09:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5687 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5695 -id: 65 -name: "チタン" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1706747086 {#5693 date: 2024-02-01 09:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5694 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5696 …} -Children: Doctrine\ORM\PersistentCollection {#5699 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5702 -id: 91 -name: "ブラストチタン" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1708672006 {#5700 date: 2024-02-23 16:06:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5701 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5709 -id: 67 -name: "黒水牛" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1706748215 {#5707 date: 2024-02-01 09:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5708 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5716 -id: 92 -name: "染めなし黒水牛" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1708673622 {#5714 date: 2024-02-23 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5715 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5723 -id: 70 -name: "牛角・上" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1707095012 {#5721 date: 2024-02-05 10:03:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5722 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5724 …} -Children: Doctrine\ORM\PersistentCollection {#5727 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5730 -id: 71 -name: "牛角・並" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1707095025 {#5728 date: 2024-02-05 10:03:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5729 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5737 -id: 72 -name: "黒檀" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1707095066 {#5735 date: 2024-02-05 10:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5736 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5744 -id: 73 -name: "水晶" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1707095093 {#5742 date: 2024-02-05 10:04:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5743 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5751 -id: 52 -name: "めのう" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1706167962 {#5749 date: 2024-01-25 16:32:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5750 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5758 -id: 53 -name: "白瑪瑙" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1706167968 {#5756 date: 2024-01-25 16:32:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5757 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5765 -id: 74 -name: "赤瑪瑙" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1707095109 {#5763 date: 2024-02-05 10:05:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5764 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5772 -id: 75 -name: "緑瑪瑙" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1707095131 {#5770 date: 2024-02-05 10:05:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5771 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5779 -id: 76 -name: "虎目石" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1707095140 {#5777 date: 2024-02-05 10:05:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5778 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5786 -id: 77 -name: "ローズクォーツ" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1707095148 {#5784 date: 2024-02-05 10:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5785 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5793 -id: 13 -name: "ブルーレース" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1706165292 {#5791 date: 2024-01-25 15:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5792 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5800 -id: 14 -name: "セール商品" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1706165309 {#5798 date: 2024-01-25 15:48:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5799 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } ] |
| 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 {#8433 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8438 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5000 -om: Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4947 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5097 -id: 8 -name: "個人印鑑" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1703642682 {#5129 date: 2023-12-27 11:04:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5127 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5372 -id: 12 -name: "実印" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1704850514 {#5125 date: 2024-01-10 10:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5123 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5371 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5362 -id: 80 -name: "銀行印" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1707115726 {#5364 date: 2024-02-05 15:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5363 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5355 -id: 81 -name: "認印" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1707115734 {#5357 date: 2024-02-05 15:48:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5356 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5348 -id: 15 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1706166374 {#5350 date: 2024-01-25 16:06:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5349 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5124 -id: 16 -name: "小判印・訂正印" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1706166391 {#5343 date: 2024-01-25 16:06:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5118 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5119 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5335 -id: 17 -name: "おしゃれハンコ・寿限無・その他" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1706166397 {#5333 date: 2024-01-25 16:06:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5334 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5336 …} -Children: Doctrine\ORM\PersistentCollection {#5339 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5342 -id: 18 -name: "実印・銀行印セット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706166405 {#5340 date: 2024-01-25 16:06:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5341 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5378 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5382 -id: 19 -name: "実印・銀行印・認印セット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1706166413 {#5380 date: 2024-01-25 16:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5381 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5389 -id: 20 -name: "法人印鑑" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1706166439 {#5365 date: 2024-01-25 16:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5366 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5394 -id: 86 -name: "会社実印" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1707117536 {#5387 date: 2024-02-05 16:18:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5388 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5403 -id: 87 -name: "銀行印" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1707117638 {#5401 date: 2024-02-05 16:20:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5402 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5410 -id: 21 -name: "役職印・銀行印" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1706166451 {#5408 date: 2024-01-25 16:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5409 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5417 -id: 22 -name: "認印(角印)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1706166458 {#5415 date: 2024-01-25 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5416 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5424 -id: 25 -name: "法人印セット" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1706166497 {#5422 date: 2024-01-25 16:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5423 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5431 -id: 26 -name: "割印" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1706166503 {#5429 date: 2024-01-25 16:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5430 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5438 -id: 56 -name: "屋久杉印鑑" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1706686064 {#5400 date: 2024-01-31 16:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5399 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5443 -id: 57 -name: "個人 実印" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1706686078 {#5436 date: 2024-01-31 16:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5437 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5452 -id: 59 -name: "個人 銀行印・認印" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1706686265 {#5450 date: 2024-01-31 16:31:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5451 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5459 -id: 60 -name: "個人 実印・銀行印セット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1706686286 {#5457 date: 2024-01-31 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5458 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5466 -id: 61 -name: "法人 役職印・銀行印" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1706686309 {#5464 date: 2024-01-31 16:31:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5465 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5473 -id: 62 -name: "法人 認印(角印)" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1706686325 {#5471 date: 2024-01-31 16:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5472 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5480 -id: 63 -name: "法人 法人印セット" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1706686341 {#5478 date: 2024-01-31 16:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5479 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5487 -id: 35 -name: "しまねっこ商品" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1706166637 {#5449 date: 2024-01-25 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5448 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5492 -id: 36 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1706166647 {#5485 date: 2024-01-25 16:10:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5486 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5501 -id: 37 -name: "スタンプ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1706166653 {#5499 date: 2024-01-25 16:10:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5500 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5508 -id: 38 -name: "スタンプ" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1706166669 {#5498 date: 2024-01-25 16:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5497 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5513 -id: 39 -name: "ネーム印" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1706166678 {#5506 date: 2024-01-25 16:11:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5507 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5522 -id: 40 -name: "おなまえスタンプセット" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1706166685 {#5520 date: 2024-01-25 16:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5521 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5529 -id: 41 -name: "金封用セット" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1706166692 {#5527 date: 2024-01-25 16:11:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5528 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5536 -id: 42 -name: "各種ゴム印" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1706166698 {#5534 date: 2024-01-25 16:11:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5535 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5543 -id: 43 -name: "印鑑関連商品" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1706166709 {#5519 date: 2024-01-25 16:11:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5518 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5548 -id: 44 -name: "印鑑ケース" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1706166721 {#5541 date: 2024-01-25 16:12:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5542 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5557 -id: 45 -name: "捺印マット" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1706166727 {#5555 date: 2024-01-25 16:12:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5556 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5564 -id: 46 -name: "朱肉・補充インク" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1706166734 {#5562 date: 2024-01-25 16:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5563 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5571 -id: 47 -name: "スタンプ台" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1706166741 {#5569 date: 2024-01-25 16:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5570 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5578 -id: 48 -name: "ネーム印・ペン" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1706166760 {#5554 date: 2024-01-25 16:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5553 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5583 -id: 49 -name: "ネーム印・補充インク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1706166773 {#5576 date: 2024-01-25 16:12:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5577 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5592 -id: 51 -name: "ネームペン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1706166807 {#5590 date: 2024-01-25 16:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5591 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5599 -id: 93 -name: "印鑑ホルダー はん蔵" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1709013112 {#5597 date: 2024-02-27 14:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5598 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5608 -id: 82 -name: "趣味の印" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1707117177 {#5588 date: 2024-02-05 16:12:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5589 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5609 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5613 -id: 83 -name: "落款印" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1707117216 {#5604 date: 2024-02-05 16:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117339 {#5605 date: 2024-02-05 16:15:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5618 -id: 85 -name: "雅号印" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1707117362 {#5606 date: 2024-02-05 16:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5607 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5619 …} -Children: Doctrine\ORM\PersistentCollection {#5622 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5629 -id: 89 -name: "姓名印" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1707122435 {#5627 date: 2024-02-05 17:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5628 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5630 …} -Children: Doctrine\ORM\PersistentCollection {#5633 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5636 -id: 90 -name: "引首印" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1707178433 {#5634 date: 2024-02-06 09:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5635 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5637 …} -Children: Doctrine\ORM\PersistentCollection {#5640 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5641 -id: 84 -name: "落款印セット" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1707117329 {#5625 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117329 {#5626 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } Eccube\Entity\Category {#5646 -id: 79 -name: "落款印・蔵書印" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1707095781 {#5624 date: 2024-02-05 10:16:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5623 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5653 -id: 55 -name: "グリーン印鑑" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1706680269 {#5651 date: 2024-01-31 14:51:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5652 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5660 -id: 54 -name: "神楽ひのき" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1706680257 {#5658 date: 2024-01-31 14:50:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5659 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5667 -id: 64 -name: "智頭杉" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1706747079 {#5665 date: 2024-02-01 09:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5666 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5674 -id: 68 -name: "明日桧" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1707094834 {#5672 date: 2024-02-05 10:00:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5673 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5681 -id: 69 -name: "さつま本柘" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1707094847 {#5679 date: 2024-02-05 10:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5680 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5688 -id: 66 -name: "ジルミナ" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1706747092 {#5686 date: 2024-02-01 09:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5687 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5695 -id: 65 -name: "チタン" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1706747086 {#5693 date: 2024-02-01 09:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5694 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5696 …} -Children: Doctrine\ORM\PersistentCollection {#5699 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5702 -id: 91 -name: "ブラストチタン" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1708672006 {#5700 date: 2024-02-23 16:06:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5701 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5709 -id: 67 -name: "黒水牛" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1706748215 {#5707 date: 2024-02-01 09:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5708 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5716 -id: 92 -name: "染めなし黒水牛" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1708673622 {#5714 date: 2024-02-23 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5715 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5723 -id: 70 -name: "牛角・上" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1707095012 {#5721 date: 2024-02-05 10:03:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5722 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5724 …} -Children: Doctrine\ORM\PersistentCollection {#5727 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5730 -id: 71 -name: "牛角・並" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1707095025 {#5728 date: 2024-02-05 10:03:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5729 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5737 -id: 72 -name: "黒檀" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1707095066 {#5735 date: 2024-02-05 10:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5736 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5744 -id: 73 -name: "水晶" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1707095093 {#5742 date: 2024-02-05 10:04:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5743 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5751 -id: 52 -name: "めのう" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1706167962 {#5749 date: 2024-01-25 16:32:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5750 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5758 -id: 53 -name: "白瑪瑙" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1706167968 {#5756 date: 2024-01-25 16:32:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5757 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5765 -id: 74 -name: "赤瑪瑙" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1707095109 {#5763 date: 2024-02-05 10:05:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5764 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5772 -id: 75 -name: "緑瑪瑙" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1707095131 {#5770 date: 2024-02-05 10:05:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5771 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5779 -id: 76 -name: "虎目石" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1707095140 {#5777 date: 2024-02-05 10:05:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5778 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5786 -id: 77 -name: "ローズクォーツ" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1707095148 {#5784 date: 2024-02-05 10:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5785 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5793 -id: 13 -name: "ブルーレース" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1706165292 {#5791 date: 2024-01-25 15:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5792 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } Eccube\Entity\Category {#5800 -id: 14 -name: "セール商品" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1706165309 {#5798 date: 2024-01-25 15:48:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5799 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …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 {#5000 -om: Container2Rw08gj\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#576 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4947 …} -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() {#8434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#8435 …} } } |
| 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 | [ 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8476 +label: "個人印鑑" +value: "8" +data: Eccube\Entity\Category {#5097 -id: 8 -name: "個人印鑑" -hierarchy: 1 -sort_no: 69 -create_date: DateTime @1703642682 {#5129 date: 2023-12-27 11:04:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5127 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5140 …} -Children: Doctrine\ORM\PersistentCollection {#5373 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8477 +label: " 実印" +value: "12" +data: Eccube\Entity\Category {#5372 -id: 12 -name: "実印" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1704850514 {#5125 date: 2024-01-10 10:35:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5123 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5371 …} -Children: Doctrine\ORM\PersistentCollection {#5367 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8478 +label: " 銀行印" +value: "80" +data: Eccube\Entity\Category {#5362 -id: 80 -name: "銀行印" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1707115726 {#5364 date: 2024-02-05 15:48:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5363 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5361 …} -Children: Doctrine\ORM\PersistentCollection {#5358 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8479 +label: " 認印" +value: "81" +data: Eccube\Entity\Category {#5355 -id: 81 -name: "認印" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1707115734 {#5357 date: 2024-02-05 15:48:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5356 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5354 …} -Children: Doctrine\ORM\PersistentCollection {#5351 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8480 +label: " 銀行印・認印" +value: "15" +data: Eccube\Entity\Category {#5348 -id: 15 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1706166374 {#5350 date: 2024-01-25 16:06:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5349 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5347 …} -Children: Doctrine\ORM\PersistentCollection {#5344 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8481 +label: " 小判印・訂正印" +value: "16" +data: Eccube\Entity\Category {#5124 -id: 16 -name: "小判印・訂正印" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1706166391 {#5343 date: 2024-01-25 16:06:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5118 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5119 …} -Children: Doctrine\ORM\PersistentCollection {#5331 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8482 +label: " おしゃれハンコ・寿限無・その他" +value: "17" +data: Eccube\Entity\Category {#5335 -id: 17 -name: "おしゃれハンコ・寿限無・その他" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1706166397 {#5333 date: 2024-01-25 16:06:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5334 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5336 …} -Children: Doctrine\ORM\PersistentCollection {#5339 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8483 +label: " 実印・銀行印セット" +value: "18" +data: Eccube\Entity\Category {#5342 -id: 18 -name: "実印・銀行印セット" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1706166405 {#5340 date: 2024-01-25 16:06:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5341 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5378 …} -Children: Doctrine\ORM\PersistentCollection {#5379 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8484 +label: " 実印・銀行印・認印セット" +value: "19" +data: Eccube\Entity\Category {#5382 -id: 19 -name: "実印・銀行印・認印セット" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1706166413 {#5380 date: 2024-01-25 16:06:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707115743 {#5381 date: 2024-02-05 15:49:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5383 …} -Children: Doctrine\ORM\PersistentCollection {#5386 …} -Parent: Eccube\Entity\Category {#5097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8485 +label: "法人印鑑" +value: "20" +data: Eccube\Entity\Category {#5389 -id: 20 -name: "法人印鑑" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1706166439 {#5365 date: 2024-01-25 16:07:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5366 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5390 …} -Children: Doctrine\ORM\PersistentCollection {#5393 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8486 +label: " 会社実印" +value: "86" +data: Eccube\Entity\Category {#5394 -id: 86 -name: "会社実印" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1707117536 {#5387 date: 2024-02-05 16:18:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5388 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5395 …} -Children: Doctrine\ORM\PersistentCollection {#5398 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8487 +label: " 銀行印" +value: "87" +data: Eccube\Entity\Category {#5403 -id: 87 -name: "銀行印" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1707117638 {#5401 date: 2024-02-05 16:20:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5402 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5404 …} -Children: Doctrine\ORM\PersistentCollection {#5407 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8488 +label: " 役職印・銀行印" +value: "21" +data: Eccube\Entity\Category {#5410 -id: 21 -name: "役職印・銀行印" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1706166451 {#5408 date: 2024-01-25 16:07:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5409 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5411 …} -Children: Doctrine\ORM\PersistentCollection {#5414 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8489 +label: " 認印(角印)" +value: "22" +data: Eccube\Entity\Category {#5417 -id: 22 -name: "認印(角印)" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1706166458 {#5415 date: 2024-01-25 16:07:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5416 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5418 …} -Children: Doctrine\ORM\PersistentCollection {#5421 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8490 +label: " 法人印セット" +value: "25" +data: Eccube\Entity\Category {#5424 -id: 25 -name: "法人印セット" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1706166497 {#5422 date: 2024-01-25 16:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5423 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5425 …} -Children: Doctrine\ORM\PersistentCollection {#5428 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8491 +label: " 割印" +value: "26" +data: Eccube\Entity\Category {#5431 -id: 26 -name: "割印" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1706166503 {#5429 date: 2024-01-25 16:08:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117738 {#5430 date: 2024-02-05 16:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5432 …} -Children: Doctrine\ORM\PersistentCollection {#5435 …} -Parent: Eccube\Entity\Category {#5389} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8492 +label: "屋久杉印鑑" +value: "56" +data: Eccube\Entity\Category {#5438 -id: 56 -name: "屋久杉印鑑" -hierarchy: 1 -sort_no: 67 -create_date: DateTime @1706686064 {#5400 date: 2024-01-31 16:27:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5399 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5439 …} -Children: Doctrine\ORM\PersistentCollection {#5442 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8493 +label: " 個人 実印" +value: "57" +data: Eccube\Entity\Category {#5443 -id: 57 -name: "個人 実印" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1706686078 {#5436 date: 2024-01-31 16:27:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5437 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5444 …} -Children: Doctrine\ORM\PersistentCollection {#5447 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8494 +label: " 個人 銀行印・認印" +value: "59" +data: Eccube\Entity\Category {#5452 -id: 59 -name: "個人 銀行印・認印" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1706686265 {#5450 date: 2024-01-31 16:31:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5451 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5453 …} -Children: Doctrine\ORM\PersistentCollection {#5456 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8495 +label: " 個人 実印・銀行印セット" +value: "60" +data: Eccube\Entity\Category {#5459 -id: 60 -name: "個人 実印・銀行印セット" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1706686286 {#5457 date: 2024-01-31 16:31:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5458 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5460 …} -Children: Doctrine\ORM\PersistentCollection {#5463 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8496 +label: " 法人 役職印・銀行印" +value: "61" +data: Eccube\Entity\Category {#5466 -id: 61 -name: "法人 役職印・銀行印" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1706686309 {#5464 date: 2024-01-31 16:31:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5465 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5467 …} -Children: Doctrine\ORM\PersistentCollection {#5470 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8497 +label: " 法人 認印(角印)" +value: "62" +data: Eccube\Entity\Category {#5473 -id: 62 -name: "法人 認印(角印)" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1706686325 {#5471 date: 2024-01-31 16:32:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5472 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5474 …} -Children: Doctrine\ORM\PersistentCollection {#5477 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8498 +label: " 法人 法人印セット" +value: "63" +data: Eccube\Entity\Category {#5480 -id: 63 -name: "法人 法人印セット" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1706686341 {#5478 date: 2024-01-31 16:32:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706686375 {#5479 date: 2024-01-31 16:32:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5481 …} -Children: Doctrine\ORM\PersistentCollection {#5484 …} -Parent: Eccube\Entity\Category {#5438} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8499 +label: "しまねっこ商品" +value: "35" +data: Eccube\Entity\Category {#5487 -id: 35 -name: "しまねっこ商品" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1706166637 {#5449 date: 2024-01-25 16:10:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5448 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5488 …} -Children: Doctrine\ORM\PersistentCollection {#5491 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8500 +label: " 銀行印・認印" +value: "36" +data: Eccube\Entity\Category {#5492 -id: 36 -name: "銀行印・認印" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1706166647 {#5485 date: 2024-01-25 16:10:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5486 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5493 …} -Children: Doctrine\ORM\PersistentCollection {#5496 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8501 +label: " スタンプ" +value: "37" +data: Eccube\Entity\Category {#5501 -id: 37 -name: "スタンプ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1706166653 {#5499 date: 2024-01-25 16:10:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680667 {#5500 date: 2024-01-31 14:57:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5502 …} -Children: Doctrine\ORM\PersistentCollection {#5505 …} -Parent: Eccube\Entity\Category {#5487} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8502 +label: "スタンプ" +value: "38" +data: Eccube\Entity\Category {#5508 -id: 38 -name: "スタンプ" -hierarchy: 1 -sort_no: 57 -create_date: DateTime @1706166669 {#5498 date: 2024-01-25 16:11:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5497 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -Children: Doctrine\ORM\PersistentCollection {#5512 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8503 +label: " ネーム印" +value: "39" +data: Eccube\Entity\Category {#5513 -id: 39 -name: "ネーム印" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1706166678 {#5506 date: 2024-01-25 16:11:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5507 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5514 …} -Children: Doctrine\ORM\PersistentCollection {#5517 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8504 +label: " おなまえスタンプセット" +value: "40" +data: Eccube\Entity\Category {#5522 -id: 40 -name: "おなまえスタンプセット" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1706166685 {#5520 date: 2024-01-25 16:11:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5521 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5523 …} -Children: Doctrine\ORM\PersistentCollection {#5526 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8505 +label: " 金封用セット" +value: "41" +data: Eccube\Entity\Category {#5529 -id: 41 -name: "金封用セット" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1706166692 {#5527 date: 2024-01-25 16:11:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5528 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5530 …} -Children: Doctrine\ORM\PersistentCollection {#5533 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8506 +label: " 各種ゴム印" +value: "42" +data: Eccube\Entity\Category {#5536 -id: 42 -name: "各種ゴム印" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1706166698 {#5534 date: 2024-01-25 16:11:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680685 {#5535 date: 2024-01-31 14:58:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5537 …} -Children: Doctrine\ORM\PersistentCollection {#5540 …} -Parent: Eccube\Entity\Category {#5508} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8507 +label: "印鑑関連商品" +value: "43" +data: Eccube\Entity\Category {#5543 -id: 43 -name: "印鑑関連商品" -hierarchy: 1 -sort_no: 56 -create_date: DateTime @1706166709 {#5519 date: 2024-01-25 16:11:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5518 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5544 …} -Children: Doctrine\ORM\PersistentCollection {#5547 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8508 +label: " 印鑑ケース" +value: "44" +data: Eccube\Entity\Category {#5548 -id: 44 -name: "印鑑ケース" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1706166721 {#5541 date: 2024-01-25 16:12:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5542 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5549 …} -Children: Doctrine\ORM\PersistentCollection {#5552 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8509 +label: " 捺印マット" +value: "45" +data: Eccube\Entity\Category {#5557 -id: 45 -name: "捺印マット" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1706166727 {#5555 date: 2024-01-25 16:12:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5556 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5558 …} -Children: Doctrine\ORM\PersistentCollection {#5561 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8510 +label: " 朱肉・補充インク" +value: "46" +data: Eccube\Entity\Category {#5564 -id: 46 -name: "朱肉・補充インク" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1706166734 {#5562 date: 2024-01-25 16:12:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5563 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5565 …} -Children: Doctrine\ORM\PersistentCollection {#5568 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8511 +label: " スタンプ台" +value: "47" +data: Eccube\Entity\Category {#5571 -id: 47 -name: "スタンプ台" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1706166741 {#5569 date: 2024-01-25 16:12:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1706680706 {#5570 date: 2024-01-31 14:58:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5572 …} -Children: Doctrine\ORM\PersistentCollection {#5575 …} -Parent: Eccube\Entity\Category {#5543} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8512 +label: "ネーム印・ペン" +value: "48" +data: Eccube\Entity\Category {#5578 -id: 48 -name: "ネーム印・ペン" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1706166760 {#5554 date: 2024-01-25 16:12:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5553 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5579 …} -Children: Doctrine\ORM\PersistentCollection {#5582 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8513 +label: " ネーム印・補充インク" +value: "49" +data: Eccube\Entity\Category {#5583 -id: 49 -name: "ネーム印・補充インク" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1706166773 {#5576 date: 2024-01-25 16:12:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5577 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5584 …} -Children: Doctrine\ORM\PersistentCollection {#5587 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8514 +label: " ネームペン" +value: "51" +data: Eccube\Entity\Category {#5592 -id: 51 -name: "ネームペン" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1706166807 {#5590 date: 2024-01-25 16:13:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5591 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5593 …} -Children: Doctrine\ORM\PersistentCollection {#5596 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8515 +label: " 印鑑ホルダー はん蔵" +value: "93" +data: Eccube\Entity\Category {#5599 -id: 93 -name: "印鑑ホルダー はん蔵" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1709013112 {#5597 date: 2024-02-27 14:51:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1709013114 {#5598 date: 2024-02-27 14:51:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5600 …} -Children: Doctrine\ORM\PersistentCollection {#5603 …} -Parent: Eccube\Entity\Category {#5578} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8516 +label: "趣味の印" +value: "82" +data: Eccube\Entity\Category {#5608 -id: 82 -name: "趣味の印" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1707117177 {#5588 date: 2024-02-05 16:12:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5589 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5609 …} -Children: Doctrine\ORM\PersistentCollection {#5612 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8517 +label: " 落款印" +value: "83" +data: Eccube\Entity\Category {#5613 -id: 83 -name: "落款印" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1707117216 {#5604 date: 2024-02-05 16:13:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117339 {#5605 date: 2024-02-05 16:15:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5614 …} -Children: Doctrine\ORM\PersistentCollection {#5617 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8518 +label: " 雅号印" +value: "85" +data: Eccube\Entity\Category {#5618 -id: 85 -name: "雅号印" -hierarchy: 3 -sort_no: 65 -create_date: DateTime @1707117362 {#5606 date: 2024-02-05 16:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5607 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5619 …} -Children: Doctrine\ORM\PersistentCollection {#5622 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8519 +label: " 姓名印" +value: "89" +data: Eccube\Entity\Category {#5629 -id: 89 -name: "姓名印" -hierarchy: 3 -sort_no: 64 -create_date: DateTime @1707122435 {#5627 date: 2024-02-05 17:40:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5628 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5630 …} -Children: Doctrine\ORM\PersistentCollection {#5633 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8520 +label: " 引首印" +value: "90" +data: Eccube\Entity\Category {#5636 -id: 90 -name: "引首印" -hierarchy: 3 -sort_no: 63 -create_date: DateTime @1707178433 {#5634 date: 2024-02-06 09:13:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707178437 {#5635 date: 2024-02-06 09:13:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5637 …} -Children: Doctrine\ORM\PersistentCollection {#5640 …} -Parent: Eccube\Entity\Category {#5613} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8521 +label: " 落款印セット" +value: "84" +data: Eccube\Entity\Category {#5641 -id: 84 -name: "落款印セット" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1707117329 {#5625 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707117329 {#5626 date: 2024-02-05 16:15:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5642 …} -Children: Doctrine\ORM\PersistentCollection {#5645 …} -Parent: Eccube\Entity\Category {#5608} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5369 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8522 +label: "落款印・蔵書印" +value: "79" +data: Eccube\Entity\Category {#5646 -id: 79 -name: "落款印・蔵書印" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1707095781 {#5624 date: 2024-02-05 10:16:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5623 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5647 …} -Children: Doctrine\ORM\PersistentCollection {#5650 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8523 +label: "グリーン印鑑" +value: "55" +data: Eccube\Entity\Category {#5653 -id: 55 -name: "グリーン印鑑" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1706680269 {#5651 date: 2024-01-31 14:51:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5652 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5654 …} -Children: Doctrine\ORM\PersistentCollection {#5657 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8524 +label: "神楽ひのき" +value: "54" +data: Eccube\Entity\Category {#5660 -id: 54 -name: "神楽ひのき" -hierarchy: 1 -sort_no: 49 -create_date: DateTime @1706680257 {#5658 date: 2024-01-31 14:50:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5659 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5661 …} -Children: Doctrine\ORM\PersistentCollection {#5664 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8525 +label: "智頭杉" +value: "64" +data: Eccube\Entity\Category {#5667 -id: 64 -name: "智頭杉" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1706747079 {#5665 date: 2024-02-01 09:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5666 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5668 …} -Children: Doctrine\ORM\PersistentCollection {#5671 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8526 +label: "明日桧" +value: "68" +data: Eccube\Entity\Category {#5674 -id: 68 -name: "明日桧" -hierarchy: 1 -sort_no: 47 -create_date: DateTime @1707094834 {#5672 date: 2024-02-05 10:00:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5673 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5675 …} -Children: Doctrine\ORM\PersistentCollection {#5678 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8527 +label: "さつま本柘" +value: "69" +data: Eccube\Entity\Category {#5681 -id: 69 -name: "さつま本柘" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1707094847 {#5679 date: 2024-02-05 10:00:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5680 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5682 …} -Children: Doctrine\ORM\PersistentCollection {#5685 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8528 +label: "ジルミナ" +value: "66" +data: Eccube\Entity\Category {#5688 -id: 66 -name: "ジルミナ" -hierarchy: 1 -sort_no: 45 -create_date: DateTime @1706747092 {#5686 date: 2024-02-01 09:24:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5687 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5689 …} -Children: Doctrine\ORM\PersistentCollection {#5692 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8529 +label: "チタン" +value: "65" +data: Eccube\Entity\Category {#5695 -id: 65 -name: "チタン" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1706747086 {#5693 date: 2024-02-01 09:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5694 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5696 …} -Children: Doctrine\ORM\PersistentCollection {#5699 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8530 +label: "ブラストチタン" +value: "91" +data: Eccube\Entity\Category {#5702 -id: 91 -name: "ブラストチタン" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1708672006 {#5700 date: 2024-02-23 16:06:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5701 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5703 …} -Children: Doctrine\ORM\PersistentCollection {#5706 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8531 +label: "黒水牛" +value: "67" +data: Eccube\Entity\Category {#5709 -id: 67 -name: "黒水牛" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1706748215 {#5707 date: 2024-02-01 09:43:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5708 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5710 …} -Children: Doctrine\ORM\PersistentCollection {#5713 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8532 +label: "染めなし黒水牛" +value: "92" +data: Eccube\Entity\Category {#5716 -id: 92 -name: "染めなし黒水牛" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1708673622 {#5714 date: 2024-02-23 16:33:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5715 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5717 …} -Children: Doctrine\ORM\PersistentCollection {#5720 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8533 +label: "牛角・上" +value: "70" +data: Eccube\Entity\Category {#5723 -id: 70 -name: "牛角・上" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1707095012 {#5721 date: 2024-02-05 10:03:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5722 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5724 …} -Children: Doctrine\ORM\PersistentCollection {#5727 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8534 +label: "牛角・並" +value: "71" +data: Eccube\Entity\Category {#5730 -id: 71 -name: "牛角・並" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1707095025 {#5728 date: 2024-02-05 10:03:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5729 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5731 …} -Children: Doctrine\ORM\PersistentCollection {#5734 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8535 +label: "黒檀" +value: "72" +data: Eccube\Entity\Category {#5737 -id: 72 -name: "黒檀" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1707095066 {#5735 date: 2024-02-05 10:04:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5736 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5738 …} -Children: Doctrine\ORM\PersistentCollection {#5741 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8536 +label: "水晶" +value: "73" +data: Eccube\Entity\Category {#5744 -id: 73 -name: "水晶" -hierarchy: 1 -sort_no: 29 -create_date: DateTime @1707095093 {#5742 date: 2024-02-05 10:04:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5743 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5748 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8537 +label: "めのう" +value: "52" +data: Eccube\Entity\Category {#5751 -id: 52 -name: "めのう" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1706167962 {#5749 date: 2024-01-25 16:32:42.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5750 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5752 …} -Children: Doctrine\ORM\PersistentCollection {#5755 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8538 +label: "白瑪瑙" +value: "53" +data: Eccube\Entity\Category {#5758 -id: 53 -name: "白瑪瑙" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1706167968 {#5756 date: 2024-01-25 16:32:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5757 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5759 …} -Children: Doctrine\ORM\PersistentCollection {#5762 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8539 +label: "赤瑪瑙" +value: "74" +data: Eccube\Entity\Category {#5765 -id: 74 -name: "赤瑪瑙" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1707095109 {#5763 date: 2024-02-05 10:05:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5764 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5766 …} -Children: Doctrine\ORM\PersistentCollection {#5769 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8540 +label: "緑瑪瑙" +value: "75" +data: Eccube\Entity\Category {#5772 -id: 75 -name: "緑瑪瑙" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1707095131 {#5770 date: 2024-02-05 10:05:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5771 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5773 …} -Children: Doctrine\ORM\PersistentCollection {#5776 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8541 +label: "虎目石" +value: "76" +data: Eccube\Entity\Category {#5779 -id: 76 -name: "虎目石" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1707095140 {#5777 date: 2024-02-05 10:05:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5778 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5780 …} -Children: Doctrine\ORM\PersistentCollection {#5783 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8542 +label: "ローズクォーツ" +value: "77" +data: Eccube\Entity\Category {#5786 -id: 77 -name: "ローズクォーツ" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1707095148 {#5784 date: 2024-02-05 10:05:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5785 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5787 …} -Children: Doctrine\ORM\PersistentCollection {#5790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8543 +label: "ブルーレース" +value: "13" +data: Eccube\Entity\Category {#5793 -id: 13 -name: "ブルーレース" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1706165292 {#5791 date: 2024-01-25 15:48:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5792 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5794 …} -Children: Doctrine\ORM\PersistentCollection {#5797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8544 +label: "セール商品" +value: "14" +data: Eccube\Entity\Category {#5800 -id: 14 -name: "セール商品" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1706165309 {#5798 date: 2024-01-25 15:48:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1708673629 {#5799 date: 2024-02-23 16:33:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5801 …} -Children: Doctrine\ORM\PersistentCollection {#5804 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5375 …} } +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 {#8469 -form: Symfony\Component\Form\Form {#8454 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#8468 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#8475 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4455 …} } |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#589 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#588 …} -namespace: Closure() {#586 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#8445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4158 …} } |
| 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() {#8439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4200 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#974 …} $translationDomain: "validators" $message: Closure() {#8446 …} } } |
| 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 {#8545 -form: Symfony\Component\Form\Form {#8459 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8474 …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 | "" |