Forms
-
sample
-
company_name
-
department_name
-
name
-
name01
-
name02
-
-
postal_code
-
address
-
pref
-
addr01
-
addr02
-
-
phone_number
-
fax_number
-
email
-
contents
-
quantity
-
payment
-
0
-
-
_token
-
-
(no name)
-
category_id
-
name
-
sample
"Customize\Form\Type\Front\SampleType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3526 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sample" "_sample" ] |
| cache_key | "_sample_sample" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#3915 -form: Symfony\Component\Form\Form {#3746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3914 …5} |
| full_name | "sample" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sample" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample" |
| valid | true |
| value | null |
company_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#3535 +payload: null +groups: ? +message: "会社名(団体名・個人名)を入力してください" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#3535 +payload: null +groups: ? +message: "会社名(団体名・個人名)を入力してください" +allowNull: false +normalizer: null } ] |
| label | "会社名(団体名・個人名)" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#3535 +payload: null +groups: ? +message: "会社名(団体名・個人名)を入力してください" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3569 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "会社名(団体名・個人名)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3570 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_company_name" ] |
| cache_key | "_sample_company_name_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 {#3919 -form: Symfony\Component\Form\Form {#3749 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3918 …5} |
| full_name | "sample[company_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_company_name" |
| label | "会社名(団体名・個人名)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_company_name" |
| valid | true |
| value | "" |
department_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3536 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#3536 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "部署名" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3536 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "部署名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3581 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_department_name" ] |
| cache_key | "_sample_department_name_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 {#3948 -form: Symfony\Component\Form\Form {#3752 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3949 …5} |
| full_name | "sample[department_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_department_name" |
| label | "部署名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "department_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_department_name" |
| valid | true |
| value | "" |
name
"Eccube\Form\Type\NameType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3599 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#3596 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3597 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#3594 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3595 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3600 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_sample_name" ] |
| cache_key | "_sample_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 {#3950 -form: Symfony\Component\Form\Form {#3777 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#3951 …5} |
| full_name | "sample[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3608 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3594 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3595 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3608 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3594 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3595 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3608 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3594 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3595 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3756 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3757 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_name_name01" ] |
| cache_key | "_sample_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 {#3957 -form: Symfony\Component\Form\Form {#3780 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3956 …5} |
| full_name | "sample[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3609 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3596 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3597 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3609 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3596 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3597 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3609 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3596 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 16 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3597 +payload: null +groups: ? +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3768 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_name_name02" ] |
| cache_key | "_sample_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 {#3958 -form: Symfony\Component\Form\Form {#3783 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3959 …5} |
| full_name | "sample[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_name_name02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
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\NotBlank {#3623 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3624 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Type {#3625 +payload: null +groups: ? +message: "form_error.numeric_only" +type: "digit" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3620 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3621 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_sample_postal_code" ] |
| cache_key | "_sample_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 {#3952 -form: Symfony\Component\Form\Form {#3786 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3953 …5} |
| full_name | "sample[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_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 | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#3639 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#3640 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] "attr" => [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] ] |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3642 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3643 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_sample_address" ] |
| cache_key | "_sample_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 {#3961 -form: Symfony\Component\Form\Form {#3859 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3960 …5} |
| full_name | "sample[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_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 | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3651 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3651 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#3805 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#3806 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3848 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3820 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3819 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3821 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3839 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#3823 …} } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3651 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerMRynBQE\EntityManagerGhost554d0f0 {#467 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3836 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMRynBQE\EntityManagerGhost554d0f0 {#467 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1631 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__pref" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#3815 -em: ContainerMRynBQE\EntityManagerGhost554d0f0 {#467 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3816 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3817 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3818 #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 {#3814 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3809 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_sample_address_pref" ] |
| cache_key | "_sample_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3966 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#3983 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#3984 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#3985 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#3986 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3972 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#3987 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3967 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#3988 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#3989 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3977 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#3990 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3976 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#3991 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3969 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#3992 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#3993 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#3994 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#3995 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#3996 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#3997 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#3998 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#3999 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#4000 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#4001 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#4002 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#4003 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#4004 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#4005 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#4006 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#4007 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#4008 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#4009 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#4010 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#4011 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#4012 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#4013 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#4014 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#4015 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#4016 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#4017 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#4018 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#4019 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#4020 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#4021 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#4022 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#4023 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#4024 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#4025 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#4026 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#4027 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#4028 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#4029 …} +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 {#3965 -form: Symfony\Component\Form\Form {#3862 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3964 …5} |
| full_name | "sample[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_address_pref" |
| is_selected | Closure($choice, $value) {#4067 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3652 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3639 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3652 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3639 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
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\NotBlank {#3652 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3639 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3827 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3826 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_address_addr01" ] |
| cache_key | "_sample_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 {#4068 -form: Symfony\Component\Form\Form {#3865 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4069 …5} |
| full_name | "sample[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3653 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3640 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3653 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3640 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
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\NotBlank {#3653 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3640 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3850 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_address_addr02" ] |
| cache_key | "_sample_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 {#4070 -form: Symfony\Component\Form\Form {#3868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4071 …5} |
| full_name | "sample[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3537 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3538 +payload: null +groups: ? +message: "電話番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3537 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3538 +payload: null +groups: ? +message: "電話番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "電話番号" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3537 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3538 +payload: null +groups: ? +message: "電話番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3656 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_phone_number" ] |
| cache_key | "_sample_phone_number_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 {#3962 -form: Symfony\Component\Form\Form {#3871 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3963 …5} |
| full_name | "sample[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_phone_number" |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_phone_number" |
| valid | true |
| value | "" |
fax_number
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [
"placeholder" => ""
] |
[
"placeholder" => ""
]
|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3539 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3540 +payload: null +groups: ? +message: "FAX番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3539 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3540 +payload: null +groups: ? +message: "FAX番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "FAX番号" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3539 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 20 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3540 +payload: null +groups: ? +message: "FAX番号は数字とハイフンのみ入力してください。" +pattern: "/^[0-9\-]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3666 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "FAX番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3668 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3667 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [
"placeholder" => ""
] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_sample_fax_number" ] |
| cache_key | "_sample_fax_number_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 {#4073 -form: Symfony\Component\Form\Form {#3874 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4072 …5} |
| full_name | "sample[fax_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_fax_number" |
| label | "FAX番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fax_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_fax_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3541 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#3542 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3541 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#3542 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3541 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#3542 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3682 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_sample_email" ] |
| cache_key | "_sample_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 {#4074 -form: Symfony\Component\Form\Form {#3877 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4075 …5} |
| full_name | "sample[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_email" |
| valid | true |
| value | "" |
contents
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "ご検討の「数量」や「名入れの有無」をご記入くだされば、概算見積りも同時にお送りします" ] |
[ "placeholder" => "ご検討の「数量」や「名入れの有無」をご記入くだされば、概算見積りも同時にお送りします" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3543 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#3543 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "ご検討の「数量」や「名入れの有無」をご記入くだされば、概算見積りも同時にお送りします" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3543 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3696 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3697 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "ご検討の「数量」や「名入れの有無」をご記入くだされば、概算見積りも同時にお送りします" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_sample_contents" ] |
| cache_key | "_sample_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 {#4076 -form: Symfony\Component\Form\Form {#3880 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4077 …5} |
| full_name | "sample[contents]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_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 | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_contents" |
| valid | true |
| value | "" |
quantity
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
[ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
| data | 1 |
same as passed value |
| expanded | false |
false
|
| multiple | false |
false
|
| 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
| 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 {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data | 1 |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| 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 | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3720 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3718 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_sample_quantity" ] |
| cache_key | "_sample_quantity_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +label: "1" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +label: "2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +label: "4" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +label: "5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | 1 |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4078 -form: Symfony\Component\Form\Form {#3883 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4079 …5} |
| full_name | "sample[quantity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_quantity" |
| is_selected | Closure($choice, $value) {#4086 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "quantity" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_quantity" |
| valid | true |
| value | "1" |
payment
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "銀行振込" => 1 ] |
[ "銀行振込" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3544 +payload: null +groups: ? +message: "支払い方法を選択してください。" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3544 +payload: null +groups: ? +message: "支払い方法を選択してください。" +allowNull: false +normalizer: null } ] |
| data | 1 |
same as passed value |
| expanded | true |
same as passed value |
| multiple | false |
false
|
| 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "銀行振込" => 1 ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3544 +payload: null +groups: ? +message: "支払い方法を選択してください。" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data | 1 |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3731 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_sample_payment" ] |
| cache_key | "_sample_payment_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3741 +label: "銀行振込" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | 1 |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4087 -form: Symfony\Component\Form\Form {#3906 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4088 …5} |
| full_name | "sample[payment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_payment" |
| is_selected | Closure($choice, $value) {#4089 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "payment" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_payment" |
| valid | true |
| value | "1" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "銀行振込" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "1" |
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 | "entry" |
| 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 {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#3893 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3894 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "銀行振込" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#3896 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sample_payment_entry" ] |
| cache_key | "_sample_payment_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4093 -form: Symfony\Component\Form\Form {#3909 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4092 …5} |
| full_name | "sample[payment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample_payment_0" |
| label | "銀行振込" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample_payment_entry" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d416f6.RbXC5qdlr7z4xO0JGRyZE_cR3auXGbeGJUE3V2NCH2w.I-2Nks4CwY6Vlq5bRnqvZYRYrJjtQ5qzFDt6ESQ6W0EK3rqowwf9zp7p1Q" |
| 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 | "d416f6.RbXC5qdlr7z4xO0JGRyZE_cR3auXGbeGJUE3V2NCH2w.I-2Nks4CwY6Vlq5bRnqvZYRYrJjtQ5qzFDt6ESQ6W0EK3rqowwf9zp7p1Q" |
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 {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data | "d416f6.RbXC5qdlr7z4xO0JGRyZE_cR3auXGbeGJUE3V2NCH2w.I-2Nks4CwY6Vlq5bRnqvZYRYrJjtQ5qzFDt6ESQ6W0EK3rqowwf9zp7p1Q" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4094 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#4096 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_sample__token" ] |
| cache_key | "_sample__token_hidden" |
| compound | false |
| data | "d416f6.RbXC5qdlr7z4xO0JGRyZE_cR3auXGbeGJUE3V2NCH2w.I-2Nks4CwY6Vlq5bRnqvZYRYrJjtQ5qzFDt6ESQ6W0EK3rqowwf9zp7p1Q" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4109 -form: Symfony\Component\Form\Form {#4104 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4098 …5} |
| full_name | "sample[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sample__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sample__token" |
| valid | true |
| value | "d416f6.RbXC5qdlr7z4xO0JGRyZE_cR3auXGbeGJUE3V2NCH2w.I-2Nks4CwY6Vlq5bRnqvZYRYrJjtQ5qzFDt6ESQ6W0EK3rqowwf9zp7p1Q" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#5762 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5820 -form: Symfony\Component\Form\Form {#5833 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5819 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#4848 -id: 21 -name: "粗品(ティッシュ、ふきん、ラップ、容器)" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1760021665 {#4846 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4847 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4849 …} -Children: Doctrine\ORM\PersistentCollection {#4852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチンラップ,ウエットティッシュ,ティッシュ,トイレットペーパー,粗品,粗品(キッチン),粗品(ポリ袋),粗品(ふきん),粗品(スポンジ),粗品(保存容器),粗品(文具),粗品(クリーナー)" +hidden_flg: false } Eccube\Entity\Category {#4841 -id: 51 -name: "粗品(石鹸、ソープ、入浴剤、マスク)" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1760021666 {#4839 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4840 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4842 …} -Children: Doctrine\ORM\PersistentCollection {#4845 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "石鹸,石鹸ギフト,ボディソープ,ハンドソープ,マスク,入浴剤,バスクリン,バブ" +hidden_flg: false } Eccube\Entity\Category {#4834 -id: 27 -name: "記念品・贈答品・クリスタル・洗剤ギフト" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1760021665 {#4832 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4833 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念品,贈答品,クリスタル,洗剤ギフト,洗剤セット,台所用洗剤,花瓶,漆器,のしノベルティ,オーナメント,出産祝い" +hidden_flg: false } Eccube\Entity\Category {#4827 -id: 39 -name: "イベント景品・抽選グッズ・ばらまき食品" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760021665 {#4825 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4826 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "イベント景品,抽選グッズ,イベントグッズ,風船,手提げバッグ,包装用品,イベントウェア,袢天,ハチマキ,ばらまき食品,のぼり旗,イベントゲーム用品,Tシャツ,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4820 -id: 16 -name: "食品ギフト・食品ノベルティ・お米・お菓子" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1760021665 {#4818 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4819 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4821 …} -Children: Doctrine\ORM\PersistentCollection {#4824 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ラーメンギフト,うどんギフト,カレーギフト,そばギフト,冷し中華ギフト,そうめんギフト,お菓子ギフト,海苔/焼のりギフト,お米ギフト,お茶ギフト,ドリンクギフト,コーヒーギフト,調味料ギフト,個別包装" +hidden_flg: false } Eccube\Entity\Category {#4813 -id: 22 -name: "タオルギフト・バスタオル・ハンドタオル" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1760021665 {#4811 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4812 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4814 …} -Children: Doctrine\ORM\PersistentCollection {#4817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タオルギフト,バスタオルギフト,ハンドタオルギフト,ウォッシュタオルギフト,フェイスタオルギフト,タオルハンカチギフト,タオルチーフギフト,スポーツタオルギフト,ロゼミュール,東洋紡,今治" +hidden_flg: false } Eccube\Entity\Category {#4806 -id: 13 -name: "名入れタオル・風呂敷・マフラータオル" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1760021665 {#4804 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4805 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4807 …} -Children: Doctrine\ORM\PersistentCollection {#4810 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "名入れタオル,手ぬぐい,ふろしき,風呂敷,マフラータオル,ネックタオル,袱紗,ふくさ,金封ふくさ" +hidden_flg: false } Eccube\Entity\Category {#4799 -id: 47 -name: "傘・和風傘・折りたたみ傘・レインコート" -hierarchy: 1 -sort_no: 59 -create_date: DateTime @1760021666 {#4797 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4798 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4800 …} -Children: Doctrine\ORM\PersistentCollection {#4803 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折りたたみ傘,ジャンプ傘,自動開閉,晴雨兼用傘,和風傘,レインコート,ミニ傘,UVカット,耐風傘,傘面名入れ,置き傘" +hidden_flg: false } Eccube\Entity\Category {#4792 -id: 14 -name: "カードケース・財布・キーホルダー" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1760021665 {#4790 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4791 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4793 …} -Children: Doctrine\ORM\PersistentCollection {#4796 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "カードケース,財布,キーホルダー,名刺入れ,パスケース,小銭入れ,札入れ,束入れ,カードホルダー,長財布,ベルト" +hidden_flg: false } Eccube\Entity\Category {#4785 -id: 11 -name: "ポーチ・ペンケース・ビジネス・PRバッグ" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1760021665 {#4783 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4784 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4786 …} -Children: Doctrine\ORM\PersistentCollection {#4789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ポーチ,ペンケース,ウエストポーチ,クラッチバッグ,バッグインバッグ,ビジネスバッグ,カジュアルバッグ,ボストンバッグ,PRバッグ,アドバッグ,キャリーケース,ビジネスリュック" +hidden_flg: false } Eccube\Entity\Category {#4778 -id: 50 -name: "巾着・リュック・ショルダートート" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1760021666 {#4776 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4777 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4779 …} -Children: Doctrine\ORM\PersistentCollection {#4782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "巾着,巾着トート,リュック,ショルダーバッグ,ショルダートート,サコッシュ,デイパック,ラッピング" +hidden_flg: false } Eccube\Entity\Category {#4771 -id: 24 -name: "多機能バッグ(保冷・保温、ポケット付き)" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1760021665 {#4769 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4770 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "保冷バッグ,保温バッグ,保冷温バッグ,レジカゴバッグ,保冷トート,クルリト,ポケット付き,ホック付バッグ,ファスナー付き,内ポケット" +hidden_flg: false } Eccube\Entity\Category {#4764 -id: 26 -name: "折り畳みバッグ" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1760021665 {#4762 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4763 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4765 …} -Children: Doctrine\ORM\PersistentCollection {#4768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折り畳みバッグ,折りたたみ,レジカゴバッグ,コンパクトバッグ,折りたたみトート,ポーチ付,クルリト" +hidden_flg: false } Eccube\Entity\Category {#4757 -id: 46 -name: "エコバッグ・トートバッグ(横マチ付き)" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1760021666 {#4755 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4756 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4758 …} -Children: Doctrine\ORM\PersistentCollection {#4761 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "マチあり,ユーティリティバッグ,スクエアバッグ,ボックストート,カレッジトート,トートバッグヨコ,イベントバッグ,ベーシックトート,マルシェバッグ" +hidden_flg: false } Eccube\Entity\Category {#4750 -id: 15 -name: "エコバッグ・トートバッグ" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1760021665 {#4748 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4749 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "シンプルトート,キャンバスデイリートート,キャンバストート,コットンバッグ,キャンバスベルトライントート,ポリキャンバストート,タウントート,フェアトレードコットン" +hidden_flg: false } Eccube\Entity\Category {#4743 -id: 7 -name: "アロマ・芳香・栽培セット・生花/造花" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1760021665 {#4741 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4742 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アロマ,生花,造花,栽培セット,芳香,フレグランス,キャンドル,プリザーブドフラワー,アロマデュウ,アロマベア" +hidden_flg: false } Eccube\Entity\Category {#4736 -id: 4 -name: "除菌・ヘルスケア・フィットネス・歩数計" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1760021665 {#4734 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4735 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4737 …} -Children: Doctrine\ORM\PersistentCollection {#4740 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "除菌,ヘルスケア,フィットネス,歩数計,デンタルケア,歯ブラシ,マスク,マッサージャー,熱中症対策,体温計,血圧計,体組成計,活動量計,万歩計,アルコールチェッカー,足つぼ,コロナ対策" +hidden_flg: false } Eccube\Entity\Category {#4729 -id: 8 -name: "ビューティ・エチケット・トラベル用品" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1760021665 {#4727 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4728 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ビューティ,コスメ,ビューティ(エステ),ビューティ(コスメ),エチケット,トラベル用品,ネイルケア,ドライヤー,シェーバー,コスメポーチ,ソーイング,鏡,ミラー,グルーミングセット,アクセサリー" +hidden_flg: false } Eccube\Entity\Category {#4722 -id: 9 -name: "キャラクターグッズ・玩具・お子様文具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1760021665 {#4720 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4721 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4723 …} -Children: Doctrine\ORM\PersistentCollection {#4726 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キャラクターグッズ,玩具,知育玩具,お子様文具,蛍光ペン,クレヨン,ペーパークラフト,ディズニー,ミッキー,ミニー,スヌーピー,くまモン,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4715 -id: 6 -name: "防災グッズ・防犯グッズ・救急セット" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1760021665 {#4713 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4714 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4716 …} -Children: Doctrine\ORM\PersistentCollection {#4719 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "防災グッズ,防犯グッズ,救急セット,火災対策,防犯ブザー,防寒シート,簡易トイレ,給水袋,リフレクター,防炎,防災ラジオ,交通安全" +hidden_flg: false } Eccube\Entity\Category {#4708 -id: 52 -name: "非常持出しセット・保存食・保存水" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1760021666 {#4706 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4707 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4709 …} -Children: Doctrine\ORM\PersistentCollection {#4712 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "非常持出しセット,保存食,保存水,防災食,帰宅困難" +hidden_flg: false } Eccube\Entity\Category {#4701 -id: 43 -name: "LEDライト・ダイナモライト・ランタン" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1760021666 {#4699 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4700 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "LEDライト,非常用ライト,ランタン,カラビナ付ライト,センサーライト,ハンディライト,ダイナモライト,スタンドライト,トーチ,クリップライト,ソーラーライト,常備灯,ブックライト,非常灯" +hidden_flg: false } Eccube\Entity\Category {#4694 -id: 2 -name: "アウトドア・スポーツ・カー用品" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1760021665 {#4692 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4693 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトドア,スポーツ,カー用品,レジャー,ゴルフ用品,クーラーバッグ,スポーツバッグ,スポーツタオル,自転車,レジャーシート,双眼鏡,望遠鏡,ボトルホルダー,アディダス,フィラ,ロゴス,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4642 -id: 25 -name: "ボトル・マグボトル・弁当箱・箸" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1760021665 {#4644 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4643 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フードポット,弁当箱,箸,ランチボックス,ボトル,マグボトル,クリアボトル,ステンレスボトル,サーモボトル,スリムボトル,カフェボトル,アルミボトル,マイボトル,ケータイマグ,サーモス,象印,カトラリーセット" +hidden_flg: false } Eccube\Entity\Category {#4649 -id: 32 -name: "タンブラー・グラス・湯呑み・マグカップ" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1760021665 {#4651 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4650 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タンブラー,マグカップ,湯呑み,グラス,ジョッキ,ビアグラス,陶器マグ,ステンレスマグ,真空断熱マグ,スタッキング,ステンレスタンブラー" +hidden_flg: false } Eccube\Entity\Category {#4656 -id: 12 -name: "キッチン・鍋・調理用品・電気ケトル" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1760021665 {#4660 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4657 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4652 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチン,電気ケトル,包丁,しゃもじ,キッチンペーパー,キッチンラップ,キッチンセット,鍋,フライパン,コーヒーメーカー,キッチンタイマー,調理器,調理用品,ジップロック,トースター,保存容器,台所用洗剤,カトラリー,食器" +hidden_flg: false } Eccube\Entity\Category {#4667 -id: 10 -name: "掃除用品・家事用品・工具・メジャー" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1760021665 {#4668 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4665 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "掃除用品,家事用品,バス用品,掃除機,家電,工具,メジャー,モップ,アイロン,100円ライター,靴べら,玄関マット,消臭剤,電池" +hidden_flg: false } Eccube\Entity\Category {#4676 -id: 1 -name: "生活雑貨・収納雑貨・掛時計・ブランケット" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1760021665 {#4679 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4678 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "雑貨,生活雑貨,収納雑貨,インテリア雑貨,掛時計,記念掛時計,貯金箱,ブランケット,うちわ,扇子,ブックカバー,万年カレンダー,ブックマーク,ハンガー,フォールディングファン,コースター,ペーパーナイフ,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4671 -id: 19 -name: "クロック・記念時計・腕時計・温湿度計" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1760021665 {#4675 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4673 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4636 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念時計,クロック,置時計,腕時計,電波時計,目覚まし,アラーム,ウォッチ,温湿度計,温度計,湿度計,デジタルクロック,シチズン,セイコー,カシオ" +hidden_flg: false } Eccube\Entity\Category {#4401 -id: 20 -name: "スマホスタンド・スマホ充電器・タッチペン" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1760021665 {#4403 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4402 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "スマホ,タブレット,スマホスタンド,タッチペン,スマホクリーナー,モバイルスピーカー,スマホ充電器,モバイルバッテリー,イヤホン,モバイルポーチ,スマホポーチ,スマホケース,スマホグッズ,ケータイストラップ,モバイルチャージャー" +hidden_flg: false } Eccube\Entity\Category {#4608 -id: 3 -name: "PC周辺グッズ・マウス・USB・AV機器" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1760021665 {#4610 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4609 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4405 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "PC周辺グッズ,PCバッグ,マウス,マウスパッド,イヤホン,ヘッドホン,スピーカー,デジタルカメラ,AV機器,DVD,音響機器,USB充電,USBハブ,USBメモリ,USB加湿器,コンセント,電子辞書,電子メモ,ラベルライター,タブレットケース" +hidden_flg: false } Eccube\Entity\Category {#4615 -id: 31 -name: "ボールペン・筆記具(ノンブランド品)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1760021665 {#4617 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4616 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4614 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ボールペン,シャープペン,ボールペン&シャープペン,蛍光ペン,ケース入り筆記具,ラペルボールペン,熨斗(のし)ボールペン,マーカーペン,メタルペン,4色ボールペン,筆ペン,マーカーペン,お子様文具" +hidden_flg: false } Eccube\Entity\Category {#4622 -id: 18 -name: "ボールペン・筆記具(国内メーカー品)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1760021665 {#4605 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4606 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4621 …} -Children: Doctrine\ORM\PersistentCollection {#4618 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "セーラー,パイロット,三菱鉛筆,京セラ,ゼブラ,プラチナ,パーカー,ロットリング,クルトガ,ジェットストリーム,シャープペン,ボールペン,ボールペン&シャープペン,R3アクション,セラミックボールペン,フリクション,筆記具セット" +hidden_flg: false } Eccube\Entity\Category {#4600 -id: 17 -name: "ノート・メモ・付箋(ふせん)・手帳" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1760021665 {#4598 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4599 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ノート,リングノート,ノートブック,ミニノート,カバーノート,メモ,メモパッド,ペンスタンドメモ,ブックメモ,付箋,ふせん,熨斗(のし)ふせん,手帳,メモ帳,システム手帳" +hidden_flg: false } Eccube\Entity\Category {#4592 -id: 40 -name: "オフィス用品・事務用品・文具・電卓" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1760021665 {#4589 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4591 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "事務用品,オフィス用品,文具セット,ステーショナリー,電卓,定規,消しゴム,鉛筆削り,クリアファイル,ステープラー,バインダー,ルーペ,ペーパーウエイト,ネームペン,スティックのり,修正テープ,シュレッダー,レターオープナー,ハンコ,PRバッグ,シヤチハタ,電子メモ,キングジム" +hidden_flg: false } Eccube\Entity\Category {#4583 -id: 30 -name: "フォトフレーム・フォトスタンド" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1760021665 {#4581 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4582 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォトスタンド,フォトフレーム,フォトフレームクロック,電子POP,フォトミラー,アルバム,写真立て" +hidden_flg: false } Eccube\Entity\Category {#5803 -id: 5 -name: "無印ノベルティ・シンプルスタイル" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1760021665 {#5816 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5810 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォールディングファン,売れ筋,定番アイテム,不織布バッグ(小判抜き),シンプルスタイル,ワンハンドルバスケット,キャンバストート(横型/中),ミニポケットアルバム" +hidden_flg: true } Eccube\Entity\Category {#4575 -id: 36 -name: "[特別企画] アウトレット・在庫売切廃盤" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1760021665 {#4573 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4574 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4576 …} -Children: Doctrine\ORM\PersistentCollection {#4580 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトレット,売切廃盤,不人気商品,ワケアリ商品,大人の事情,超お得" +hidden_flg: false } Eccube\Entity\Category {#5854 -id: 49 -name: "[期間限定] 夏ノベルティ・サマーグッズ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1760021666 {#5855 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5856 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5850 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "熱中症対策,UV,ファン,レジャー,ビーチ,アイス,扇子,うちわ,冷やし中華,そうめん,そば,扇風機,クーラーバッグ,花火,マフラータオル,クール,保冷" +hidden_flg: true } Eccube\Entity\Category {#5847 -id: 53 -name: "2024年新作商品" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1760021666 {#5849 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5848 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "2024年,新作商品" +hidden_flg: true } Eccube\Entity\Category {#4638 -id: 48 -name: "[期間限定] 冬ノベルティ・干支 縁起" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1760021666 {#4641 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4637 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4633 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "Xmas,クリスマス,サンタ,ツリー,お菓子ギフト,冬のイベントセット,干支,縁起,丑,正月食品,正月用品,卓上カレンダー,防寒用品,冬の特選ギフト,開運,合格祈願,卒業記念,ハロウィン,大掃除,インフルエンザ対策" +hidden_flg: false } ] |
[ Eccube\Entity\Category {#4848 -id: 21 -name: "粗品(ティッシュ、ふきん、ラップ、容器)" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1760021665 {#4846 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4847 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4849 …} -Children: Doctrine\ORM\PersistentCollection {#4852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチンラップ,ウエットティッシュ,ティッシュ,トイレットペーパー,粗品,粗品(キッチン),粗品(ポリ袋),粗品(ふきん),粗品(スポンジ),粗品(保存容器),粗品(文具),粗品(クリーナー)" +hidden_flg: false } Eccube\Entity\Category {#4841 -id: 51 -name: "粗品(石鹸、ソープ、入浴剤、マスク)" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1760021666 {#4839 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4840 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4842 …} -Children: Doctrine\ORM\PersistentCollection {#4845 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "石鹸,石鹸ギフト,ボディソープ,ハンドソープ,マスク,入浴剤,バスクリン,バブ" +hidden_flg: false } Eccube\Entity\Category {#4834 -id: 27 -name: "記念品・贈答品・クリスタル・洗剤ギフト" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1760021665 {#4832 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4833 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念品,贈答品,クリスタル,洗剤ギフト,洗剤セット,台所用洗剤,花瓶,漆器,のしノベルティ,オーナメント,出産祝い" +hidden_flg: false } Eccube\Entity\Category {#4827 -id: 39 -name: "イベント景品・抽選グッズ・ばらまき食品" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760021665 {#4825 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4826 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "イベント景品,抽選グッズ,イベントグッズ,風船,手提げバッグ,包装用品,イベントウェア,袢天,ハチマキ,ばらまき食品,のぼり旗,イベントゲーム用品,Tシャツ,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4820 -id: 16 -name: "食品ギフト・食品ノベルティ・お米・お菓子" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1760021665 {#4818 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4819 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4821 …} -Children: Doctrine\ORM\PersistentCollection {#4824 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ラーメンギフト,うどんギフト,カレーギフト,そばギフト,冷し中華ギフト,そうめんギフト,お菓子ギフト,海苔/焼のりギフト,お米ギフト,お茶ギフト,ドリンクギフト,コーヒーギフト,調味料ギフト,個別包装" +hidden_flg: false } Eccube\Entity\Category {#4813 -id: 22 -name: "タオルギフト・バスタオル・ハンドタオル" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1760021665 {#4811 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4812 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4814 …} -Children: Doctrine\ORM\PersistentCollection {#4817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タオルギフト,バスタオルギフト,ハンドタオルギフト,ウォッシュタオルギフト,フェイスタオルギフト,タオルハンカチギフト,タオルチーフギフト,スポーツタオルギフト,ロゼミュール,東洋紡,今治" +hidden_flg: false } Eccube\Entity\Category {#4806 -id: 13 -name: "名入れタオル・風呂敷・マフラータオル" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1760021665 {#4804 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4805 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4807 …} -Children: Doctrine\ORM\PersistentCollection {#4810 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "名入れタオル,手ぬぐい,ふろしき,風呂敷,マフラータオル,ネックタオル,袱紗,ふくさ,金封ふくさ" +hidden_flg: false } Eccube\Entity\Category {#4799 -id: 47 -name: "傘・和風傘・折りたたみ傘・レインコート" -hierarchy: 1 -sort_no: 59 -create_date: DateTime @1760021666 {#4797 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4798 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4800 …} -Children: Doctrine\ORM\PersistentCollection {#4803 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折りたたみ傘,ジャンプ傘,自動開閉,晴雨兼用傘,和風傘,レインコート,ミニ傘,UVカット,耐風傘,傘面名入れ,置き傘" +hidden_flg: false } Eccube\Entity\Category {#4792 -id: 14 -name: "カードケース・財布・キーホルダー" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1760021665 {#4790 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4791 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4793 …} -Children: Doctrine\ORM\PersistentCollection {#4796 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "カードケース,財布,キーホルダー,名刺入れ,パスケース,小銭入れ,札入れ,束入れ,カードホルダー,長財布,ベルト" +hidden_flg: false } Eccube\Entity\Category {#4785 -id: 11 -name: "ポーチ・ペンケース・ビジネス・PRバッグ" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1760021665 {#4783 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4784 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4786 …} -Children: Doctrine\ORM\PersistentCollection {#4789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ポーチ,ペンケース,ウエストポーチ,クラッチバッグ,バッグインバッグ,ビジネスバッグ,カジュアルバッグ,ボストンバッグ,PRバッグ,アドバッグ,キャリーケース,ビジネスリュック" +hidden_flg: false } Eccube\Entity\Category {#4778 -id: 50 -name: "巾着・リュック・ショルダートート" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1760021666 {#4776 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4777 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4779 …} -Children: Doctrine\ORM\PersistentCollection {#4782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "巾着,巾着トート,リュック,ショルダーバッグ,ショルダートート,サコッシュ,デイパック,ラッピング" +hidden_flg: false } Eccube\Entity\Category {#4771 -id: 24 -name: "多機能バッグ(保冷・保温、ポケット付き)" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1760021665 {#4769 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4770 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "保冷バッグ,保温バッグ,保冷温バッグ,レジカゴバッグ,保冷トート,クルリト,ポケット付き,ホック付バッグ,ファスナー付き,内ポケット" +hidden_flg: false } Eccube\Entity\Category {#4764 -id: 26 -name: "折り畳みバッグ" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1760021665 {#4762 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4763 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4765 …} -Children: Doctrine\ORM\PersistentCollection {#4768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折り畳みバッグ,折りたたみ,レジカゴバッグ,コンパクトバッグ,折りたたみトート,ポーチ付,クルリト" +hidden_flg: false } Eccube\Entity\Category {#4757 -id: 46 -name: "エコバッグ・トートバッグ(横マチ付き)" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1760021666 {#4755 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4756 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4758 …} -Children: Doctrine\ORM\PersistentCollection {#4761 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "マチあり,ユーティリティバッグ,スクエアバッグ,ボックストート,カレッジトート,トートバッグヨコ,イベントバッグ,ベーシックトート,マルシェバッグ" +hidden_flg: false } Eccube\Entity\Category {#4750 -id: 15 -name: "エコバッグ・トートバッグ" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1760021665 {#4748 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4749 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "シンプルトート,キャンバスデイリートート,キャンバストート,コットンバッグ,キャンバスベルトライントート,ポリキャンバストート,タウントート,フェアトレードコットン" +hidden_flg: false } Eccube\Entity\Category {#4743 -id: 7 -name: "アロマ・芳香・栽培セット・生花/造花" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1760021665 {#4741 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4742 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アロマ,生花,造花,栽培セット,芳香,フレグランス,キャンドル,プリザーブドフラワー,アロマデュウ,アロマベア" +hidden_flg: false } Eccube\Entity\Category {#4736 -id: 4 -name: "除菌・ヘルスケア・フィットネス・歩数計" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1760021665 {#4734 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4735 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4737 …} -Children: Doctrine\ORM\PersistentCollection {#4740 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "除菌,ヘルスケア,フィットネス,歩数計,デンタルケア,歯ブラシ,マスク,マッサージャー,熱中症対策,体温計,血圧計,体組成計,活動量計,万歩計,アルコールチェッカー,足つぼ,コロナ対策" +hidden_flg: false } Eccube\Entity\Category {#4729 -id: 8 -name: "ビューティ・エチケット・トラベル用品" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1760021665 {#4727 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4728 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ビューティ,コスメ,ビューティ(エステ),ビューティ(コスメ),エチケット,トラベル用品,ネイルケア,ドライヤー,シェーバー,コスメポーチ,ソーイング,鏡,ミラー,グルーミングセット,アクセサリー" +hidden_flg: false } Eccube\Entity\Category {#4722 -id: 9 -name: "キャラクターグッズ・玩具・お子様文具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1760021665 {#4720 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4721 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4723 …} -Children: Doctrine\ORM\PersistentCollection {#4726 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キャラクターグッズ,玩具,知育玩具,お子様文具,蛍光ペン,クレヨン,ペーパークラフト,ディズニー,ミッキー,ミニー,スヌーピー,くまモン,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4715 -id: 6 -name: "防災グッズ・防犯グッズ・救急セット" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1760021665 {#4713 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4714 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4716 …} -Children: Doctrine\ORM\PersistentCollection {#4719 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "防災グッズ,防犯グッズ,救急セット,火災対策,防犯ブザー,防寒シート,簡易トイレ,給水袋,リフレクター,防炎,防災ラジオ,交通安全" +hidden_flg: false } Eccube\Entity\Category {#4708 -id: 52 -name: "非常持出しセット・保存食・保存水" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1760021666 {#4706 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4707 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4709 …} -Children: Doctrine\ORM\PersistentCollection {#4712 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "非常持出しセット,保存食,保存水,防災食,帰宅困難" +hidden_flg: false } Eccube\Entity\Category {#4701 -id: 43 -name: "LEDライト・ダイナモライト・ランタン" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1760021666 {#4699 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4700 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "LEDライト,非常用ライト,ランタン,カラビナ付ライト,センサーライト,ハンディライト,ダイナモライト,スタンドライト,トーチ,クリップライト,ソーラーライト,常備灯,ブックライト,非常灯" +hidden_flg: false } Eccube\Entity\Category {#4694 -id: 2 -name: "アウトドア・スポーツ・カー用品" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1760021665 {#4692 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4693 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトドア,スポーツ,カー用品,レジャー,ゴルフ用品,クーラーバッグ,スポーツバッグ,スポーツタオル,自転車,レジャーシート,双眼鏡,望遠鏡,ボトルホルダー,アディダス,フィラ,ロゴス,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4642 -id: 25 -name: "ボトル・マグボトル・弁当箱・箸" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1760021665 {#4644 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4643 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フードポット,弁当箱,箸,ランチボックス,ボトル,マグボトル,クリアボトル,ステンレスボトル,サーモボトル,スリムボトル,カフェボトル,アルミボトル,マイボトル,ケータイマグ,サーモス,象印,カトラリーセット" +hidden_flg: false } Eccube\Entity\Category {#4649 -id: 32 -name: "タンブラー・グラス・湯呑み・マグカップ" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1760021665 {#4651 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4650 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タンブラー,マグカップ,湯呑み,グラス,ジョッキ,ビアグラス,陶器マグ,ステンレスマグ,真空断熱マグ,スタッキング,ステンレスタンブラー" +hidden_flg: false } Eccube\Entity\Category {#4656 -id: 12 -name: "キッチン・鍋・調理用品・電気ケトル" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1760021665 {#4660 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4657 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4652 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチン,電気ケトル,包丁,しゃもじ,キッチンペーパー,キッチンラップ,キッチンセット,鍋,フライパン,コーヒーメーカー,キッチンタイマー,調理器,調理用品,ジップロック,トースター,保存容器,台所用洗剤,カトラリー,食器" +hidden_flg: false } Eccube\Entity\Category {#4667 -id: 10 -name: "掃除用品・家事用品・工具・メジャー" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1760021665 {#4668 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4665 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "掃除用品,家事用品,バス用品,掃除機,家電,工具,メジャー,モップ,アイロン,100円ライター,靴べら,玄関マット,消臭剤,電池" +hidden_flg: false } Eccube\Entity\Category {#4676 -id: 1 -name: "生活雑貨・収納雑貨・掛時計・ブランケット" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1760021665 {#4679 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4678 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "雑貨,生活雑貨,収納雑貨,インテリア雑貨,掛時計,記念掛時計,貯金箱,ブランケット,うちわ,扇子,ブックカバー,万年カレンダー,ブックマーク,ハンガー,フォールディングファン,コースター,ペーパーナイフ,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4671 -id: 19 -name: "クロック・記念時計・腕時計・温湿度計" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1760021665 {#4675 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4673 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4636 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念時計,クロック,置時計,腕時計,電波時計,目覚まし,アラーム,ウォッチ,温湿度計,温度計,湿度計,デジタルクロック,シチズン,セイコー,カシオ" +hidden_flg: false } Eccube\Entity\Category {#4401 -id: 20 -name: "スマホスタンド・スマホ充電器・タッチペン" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1760021665 {#4403 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4402 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "スマホ,タブレット,スマホスタンド,タッチペン,スマホクリーナー,モバイルスピーカー,スマホ充電器,モバイルバッテリー,イヤホン,モバイルポーチ,スマホポーチ,スマホケース,スマホグッズ,ケータイストラップ,モバイルチャージャー" +hidden_flg: false } Eccube\Entity\Category {#4608 -id: 3 -name: "PC周辺グッズ・マウス・USB・AV機器" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1760021665 {#4610 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4609 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4405 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "PC周辺グッズ,PCバッグ,マウス,マウスパッド,イヤホン,ヘッドホン,スピーカー,デジタルカメラ,AV機器,DVD,音響機器,USB充電,USBハブ,USBメモリ,USB加湿器,コンセント,電子辞書,電子メモ,ラベルライター,タブレットケース" +hidden_flg: false } Eccube\Entity\Category {#4615 -id: 31 -name: "ボールペン・筆記具(ノンブランド品)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1760021665 {#4617 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4616 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4614 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ボールペン,シャープペン,ボールペン&シャープペン,蛍光ペン,ケース入り筆記具,ラペルボールペン,熨斗(のし)ボールペン,マーカーペン,メタルペン,4色ボールペン,筆ペン,マーカーペン,お子様文具" +hidden_flg: false } Eccube\Entity\Category {#4622 -id: 18 -name: "ボールペン・筆記具(国内メーカー品)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1760021665 {#4605 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4606 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4621 …} -Children: Doctrine\ORM\PersistentCollection {#4618 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "セーラー,パイロット,三菱鉛筆,京セラ,ゼブラ,プラチナ,パーカー,ロットリング,クルトガ,ジェットストリーム,シャープペン,ボールペン,ボールペン&シャープペン,R3アクション,セラミックボールペン,フリクション,筆記具セット" +hidden_flg: false } Eccube\Entity\Category {#4600 -id: 17 -name: "ノート・メモ・付箋(ふせん)・手帳" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1760021665 {#4598 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4599 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ノート,リングノート,ノートブック,ミニノート,カバーノート,メモ,メモパッド,ペンスタンドメモ,ブックメモ,付箋,ふせん,熨斗(のし)ふせん,手帳,メモ帳,システム手帳" +hidden_flg: false } Eccube\Entity\Category {#4592 -id: 40 -name: "オフィス用品・事務用品・文具・電卓" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1760021665 {#4589 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4591 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "事務用品,オフィス用品,文具セット,ステーショナリー,電卓,定規,消しゴム,鉛筆削り,クリアファイル,ステープラー,バインダー,ルーペ,ペーパーウエイト,ネームペン,スティックのり,修正テープ,シュレッダー,レターオープナー,ハンコ,PRバッグ,シヤチハタ,電子メモ,キングジム" +hidden_flg: false } Eccube\Entity\Category {#4583 -id: 30 -name: "フォトフレーム・フォトスタンド" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1760021665 {#4581 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4582 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォトスタンド,フォトフレーム,フォトフレームクロック,電子POP,フォトミラー,アルバム,写真立て" +hidden_flg: false } Eccube\Entity\Category {#5803 -id: 5 -name: "無印ノベルティ・シンプルスタイル" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1760021665 {#5816 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5810 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォールディングファン,売れ筋,定番アイテム,不織布バッグ(小判抜き),シンプルスタイル,ワンハンドルバスケット,キャンバストート(横型/中),ミニポケットアルバム" +hidden_flg: true } Eccube\Entity\Category {#4575 -id: 36 -name: "[特別企画] アウトレット・在庫売切廃盤" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1760021665 {#4573 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4574 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4576 …} -Children: Doctrine\ORM\PersistentCollection {#4580 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトレット,売切廃盤,不人気商品,ワケアリ商品,大人の事情,超お得" +hidden_flg: false } Eccube\Entity\Category {#5854 -id: 49 -name: "[期間限定] 夏ノベルティ・サマーグッズ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1760021666 {#5855 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5856 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5850 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "熱中症対策,UV,ファン,レジャー,ビーチ,アイス,扇子,うちわ,冷やし中華,そうめん,そば,扇風機,クーラーバッグ,花火,マフラータオル,クール,保冷" +hidden_flg: true } Eccube\Entity\Category {#5847 -id: 53 -name: "2024年新作商品" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1760021666 {#5849 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5848 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "2024年,新作商品" +hidden_flg: true } Eccube\Entity\Category {#4638 -id: 48 -name: "[期間限定] 冬ノベルティ・干支 縁起" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1760021666 {#4641 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4637 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4633 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "Xmas,クリスマス,サンタ,ツリー,お菓子ギフト,冬のイベントセット,干支,縁起,丑,正月食品,正月用品,卓上カレンダー,防寒用品,冬の特選ギフト,開運,合格祈願,卒業記念,ハロウィン,大掃除,インフルエンザ対策" +hidden_flg: false } ] |
| 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 {#5782 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3821 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5775 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#5776 …} } |
| choices | [ Eccube\Entity\Category {#4848 -id: 21 -name: "粗品(ティッシュ、ふきん、ラップ、容器)" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1760021665 {#4846 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4847 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4849 …} -Children: Doctrine\ORM\PersistentCollection {#4852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチンラップ,ウエットティッシュ,ティッシュ,トイレットペーパー,粗品,粗品(キッチン),粗品(ポリ袋),粗品(ふきん),粗品(スポンジ),粗品(保存容器),粗品(文具),粗品(クリーナー)" +hidden_flg: false } Eccube\Entity\Category {#4841 -id: 51 -name: "粗品(石鹸、ソープ、入浴剤、マスク)" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1760021666 {#4839 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4840 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4842 …} -Children: Doctrine\ORM\PersistentCollection {#4845 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "石鹸,石鹸ギフト,ボディソープ,ハンドソープ,マスク,入浴剤,バスクリン,バブ" +hidden_flg: false } Eccube\Entity\Category {#4834 -id: 27 -name: "記念品・贈答品・クリスタル・洗剤ギフト" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1760021665 {#4832 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4833 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念品,贈答品,クリスタル,洗剤ギフト,洗剤セット,台所用洗剤,花瓶,漆器,のしノベルティ,オーナメント,出産祝い" +hidden_flg: false } Eccube\Entity\Category {#4827 -id: 39 -name: "イベント景品・抽選グッズ・ばらまき食品" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760021665 {#4825 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4826 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "イベント景品,抽選グッズ,イベントグッズ,風船,手提げバッグ,包装用品,イベントウェア,袢天,ハチマキ,ばらまき食品,のぼり旗,イベントゲーム用品,Tシャツ,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4820 -id: 16 -name: "食品ギフト・食品ノベルティ・お米・お菓子" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1760021665 {#4818 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4819 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4821 …} -Children: Doctrine\ORM\PersistentCollection {#4824 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ラーメンギフト,うどんギフト,カレーギフト,そばギフト,冷し中華ギフト,そうめんギフト,お菓子ギフト,海苔/焼のりギフト,お米ギフト,お茶ギフト,ドリンクギフト,コーヒーギフト,調味料ギフト,個別包装" +hidden_flg: false } Eccube\Entity\Category {#4813 -id: 22 -name: "タオルギフト・バスタオル・ハンドタオル" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1760021665 {#4811 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4812 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4814 …} -Children: Doctrine\ORM\PersistentCollection {#4817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タオルギフト,バスタオルギフト,ハンドタオルギフト,ウォッシュタオルギフト,フェイスタオルギフト,タオルハンカチギフト,タオルチーフギフト,スポーツタオルギフト,ロゼミュール,東洋紡,今治" +hidden_flg: false } Eccube\Entity\Category {#4806 -id: 13 -name: "名入れタオル・風呂敷・マフラータオル" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1760021665 {#4804 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4805 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4807 …} -Children: Doctrine\ORM\PersistentCollection {#4810 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "名入れタオル,手ぬぐい,ふろしき,風呂敷,マフラータオル,ネックタオル,袱紗,ふくさ,金封ふくさ" +hidden_flg: false } Eccube\Entity\Category {#4799 -id: 47 -name: "傘・和風傘・折りたたみ傘・レインコート" -hierarchy: 1 -sort_no: 59 -create_date: DateTime @1760021666 {#4797 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4798 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4800 …} -Children: Doctrine\ORM\PersistentCollection {#4803 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折りたたみ傘,ジャンプ傘,自動開閉,晴雨兼用傘,和風傘,レインコート,ミニ傘,UVカット,耐風傘,傘面名入れ,置き傘" +hidden_flg: false } Eccube\Entity\Category {#4792 -id: 14 -name: "カードケース・財布・キーホルダー" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1760021665 {#4790 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4791 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4793 …} -Children: Doctrine\ORM\PersistentCollection {#4796 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "カードケース,財布,キーホルダー,名刺入れ,パスケース,小銭入れ,札入れ,束入れ,カードホルダー,長財布,ベルト" +hidden_flg: false } Eccube\Entity\Category {#4785 -id: 11 -name: "ポーチ・ペンケース・ビジネス・PRバッグ" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1760021665 {#4783 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4784 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4786 …} -Children: Doctrine\ORM\PersistentCollection {#4789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ポーチ,ペンケース,ウエストポーチ,クラッチバッグ,バッグインバッグ,ビジネスバッグ,カジュアルバッグ,ボストンバッグ,PRバッグ,アドバッグ,キャリーケース,ビジネスリュック" +hidden_flg: false } Eccube\Entity\Category {#4778 -id: 50 -name: "巾着・リュック・ショルダートート" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1760021666 {#4776 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4777 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4779 …} -Children: Doctrine\ORM\PersistentCollection {#4782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "巾着,巾着トート,リュック,ショルダーバッグ,ショルダートート,サコッシュ,デイパック,ラッピング" +hidden_flg: false } Eccube\Entity\Category {#4771 -id: 24 -name: "多機能バッグ(保冷・保温、ポケット付き)" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1760021665 {#4769 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4770 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "保冷バッグ,保温バッグ,保冷温バッグ,レジカゴバッグ,保冷トート,クルリト,ポケット付き,ホック付バッグ,ファスナー付き,内ポケット" +hidden_flg: false } Eccube\Entity\Category {#4764 -id: 26 -name: "折り畳みバッグ" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1760021665 {#4762 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4763 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4765 …} -Children: Doctrine\ORM\PersistentCollection {#4768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折り畳みバッグ,折りたたみ,レジカゴバッグ,コンパクトバッグ,折りたたみトート,ポーチ付,クルリト" +hidden_flg: false } Eccube\Entity\Category {#4757 -id: 46 -name: "エコバッグ・トートバッグ(横マチ付き)" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1760021666 {#4755 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4756 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4758 …} -Children: Doctrine\ORM\PersistentCollection {#4761 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "マチあり,ユーティリティバッグ,スクエアバッグ,ボックストート,カレッジトート,トートバッグヨコ,イベントバッグ,ベーシックトート,マルシェバッグ" +hidden_flg: false } Eccube\Entity\Category {#4750 -id: 15 -name: "エコバッグ・トートバッグ" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1760021665 {#4748 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4749 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "シンプルトート,キャンバスデイリートート,キャンバストート,コットンバッグ,キャンバスベルトライントート,ポリキャンバストート,タウントート,フェアトレードコットン" +hidden_flg: false } Eccube\Entity\Category {#4743 -id: 7 -name: "アロマ・芳香・栽培セット・生花/造花" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1760021665 {#4741 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4742 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アロマ,生花,造花,栽培セット,芳香,フレグランス,キャンドル,プリザーブドフラワー,アロマデュウ,アロマベア" +hidden_flg: false } Eccube\Entity\Category {#4736 -id: 4 -name: "除菌・ヘルスケア・フィットネス・歩数計" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1760021665 {#4734 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4735 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4737 …} -Children: Doctrine\ORM\PersistentCollection {#4740 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "除菌,ヘルスケア,フィットネス,歩数計,デンタルケア,歯ブラシ,マスク,マッサージャー,熱中症対策,体温計,血圧計,体組成計,活動量計,万歩計,アルコールチェッカー,足つぼ,コロナ対策" +hidden_flg: false } Eccube\Entity\Category {#4729 -id: 8 -name: "ビューティ・エチケット・トラベル用品" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1760021665 {#4727 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4728 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ビューティ,コスメ,ビューティ(エステ),ビューティ(コスメ),エチケット,トラベル用品,ネイルケア,ドライヤー,シェーバー,コスメポーチ,ソーイング,鏡,ミラー,グルーミングセット,アクセサリー" +hidden_flg: false } Eccube\Entity\Category {#4722 -id: 9 -name: "キャラクターグッズ・玩具・お子様文具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1760021665 {#4720 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4721 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4723 …} -Children: Doctrine\ORM\PersistentCollection {#4726 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キャラクターグッズ,玩具,知育玩具,お子様文具,蛍光ペン,クレヨン,ペーパークラフト,ディズニー,ミッキー,ミニー,スヌーピー,くまモン,アクリル" +hidden_flg: false } Eccube\Entity\Category {#4715 -id: 6 -name: "防災グッズ・防犯グッズ・救急セット" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1760021665 {#4713 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4714 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4716 …} -Children: Doctrine\ORM\PersistentCollection {#4719 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "防災グッズ,防犯グッズ,救急セット,火災対策,防犯ブザー,防寒シート,簡易トイレ,給水袋,リフレクター,防炎,防災ラジオ,交通安全" +hidden_flg: false } Eccube\Entity\Category {#4708 -id: 52 -name: "非常持出しセット・保存食・保存水" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1760021666 {#4706 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4707 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4709 …} -Children: Doctrine\ORM\PersistentCollection {#4712 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "非常持出しセット,保存食,保存水,防災食,帰宅困難" +hidden_flg: false } Eccube\Entity\Category {#4701 -id: 43 -name: "LEDライト・ダイナモライト・ランタン" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1760021666 {#4699 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4700 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "LEDライト,非常用ライト,ランタン,カラビナ付ライト,センサーライト,ハンディライト,ダイナモライト,スタンドライト,トーチ,クリップライト,ソーラーライト,常備灯,ブックライト,非常灯" +hidden_flg: false } Eccube\Entity\Category {#4694 -id: 2 -name: "アウトドア・スポーツ・カー用品" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1760021665 {#4692 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4693 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトドア,スポーツ,カー用品,レジャー,ゴルフ用品,クーラーバッグ,スポーツバッグ,スポーツタオル,自転車,レジャーシート,双眼鏡,望遠鏡,ボトルホルダー,アディダス,フィラ,ロゴス,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4642 -id: 25 -name: "ボトル・マグボトル・弁当箱・箸" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1760021665 {#4644 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4643 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フードポット,弁当箱,箸,ランチボックス,ボトル,マグボトル,クリアボトル,ステンレスボトル,サーモボトル,スリムボトル,カフェボトル,アルミボトル,マイボトル,ケータイマグ,サーモス,象印,カトラリーセット" +hidden_flg: false } Eccube\Entity\Category {#4649 -id: 32 -name: "タンブラー・グラス・湯呑み・マグカップ" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1760021665 {#4651 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4650 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タンブラー,マグカップ,湯呑み,グラス,ジョッキ,ビアグラス,陶器マグ,ステンレスマグ,真空断熱マグ,スタッキング,ステンレスタンブラー" +hidden_flg: false } Eccube\Entity\Category {#4656 -id: 12 -name: "キッチン・鍋・調理用品・電気ケトル" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1760021665 {#4660 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4657 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4652 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチン,電気ケトル,包丁,しゃもじ,キッチンペーパー,キッチンラップ,キッチンセット,鍋,フライパン,コーヒーメーカー,キッチンタイマー,調理器,調理用品,ジップロック,トースター,保存容器,台所用洗剤,カトラリー,食器" +hidden_flg: false } Eccube\Entity\Category {#4667 -id: 10 -name: "掃除用品・家事用品・工具・メジャー" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1760021665 {#4668 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4665 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "掃除用品,家事用品,バス用品,掃除機,家電,工具,メジャー,モップ,アイロン,100円ライター,靴べら,玄関マット,消臭剤,電池" +hidden_flg: false } Eccube\Entity\Category {#4676 -id: 1 -name: "生活雑貨・収納雑貨・掛時計・ブランケット" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1760021665 {#4679 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4678 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "雑貨,生活雑貨,収納雑貨,インテリア雑貨,掛時計,記念掛時計,貯金箱,ブランケット,うちわ,扇子,ブックカバー,万年カレンダー,ブックマーク,ハンガー,フォールディングファン,コースター,ペーパーナイフ,カイロ" +hidden_flg: false } Eccube\Entity\Category {#4671 -id: 19 -name: "クロック・記念時計・腕時計・温湿度計" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1760021665 {#4675 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4673 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4636 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念時計,クロック,置時計,腕時計,電波時計,目覚まし,アラーム,ウォッチ,温湿度計,温度計,湿度計,デジタルクロック,シチズン,セイコー,カシオ" +hidden_flg: false } Eccube\Entity\Category {#4401 -id: 20 -name: "スマホスタンド・スマホ充電器・タッチペン" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1760021665 {#4403 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4402 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "スマホ,タブレット,スマホスタンド,タッチペン,スマホクリーナー,モバイルスピーカー,スマホ充電器,モバイルバッテリー,イヤホン,モバイルポーチ,スマホポーチ,スマホケース,スマホグッズ,ケータイストラップ,モバイルチャージャー" +hidden_flg: false } Eccube\Entity\Category {#4608 -id: 3 -name: "PC周辺グッズ・マウス・USB・AV機器" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1760021665 {#4610 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4609 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4405 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "PC周辺グッズ,PCバッグ,マウス,マウスパッド,イヤホン,ヘッドホン,スピーカー,デジタルカメラ,AV機器,DVD,音響機器,USB充電,USBハブ,USBメモリ,USB加湿器,コンセント,電子辞書,電子メモ,ラベルライター,タブレットケース" +hidden_flg: false } Eccube\Entity\Category {#4615 -id: 31 -name: "ボールペン・筆記具(ノンブランド品)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1760021665 {#4617 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4616 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4614 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ボールペン,シャープペン,ボールペン&シャープペン,蛍光ペン,ケース入り筆記具,ラペルボールペン,熨斗(のし)ボールペン,マーカーペン,メタルペン,4色ボールペン,筆ペン,マーカーペン,お子様文具" +hidden_flg: false } Eccube\Entity\Category {#4622 -id: 18 -name: "ボールペン・筆記具(国内メーカー品)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1760021665 {#4605 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4606 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4621 …} -Children: Doctrine\ORM\PersistentCollection {#4618 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "セーラー,パイロット,三菱鉛筆,京セラ,ゼブラ,プラチナ,パーカー,ロットリング,クルトガ,ジェットストリーム,シャープペン,ボールペン,ボールペン&シャープペン,R3アクション,セラミックボールペン,フリクション,筆記具セット" +hidden_flg: false } Eccube\Entity\Category {#4600 -id: 17 -name: "ノート・メモ・付箋(ふせん)・手帳" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1760021665 {#4598 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4599 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ノート,リングノート,ノートブック,ミニノート,カバーノート,メモ,メモパッド,ペンスタンドメモ,ブックメモ,付箋,ふせん,熨斗(のし)ふせん,手帳,メモ帳,システム手帳" +hidden_flg: false } Eccube\Entity\Category {#4592 -id: 40 -name: "オフィス用品・事務用品・文具・電卓" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1760021665 {#4589 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4591 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "事務用品,オフィス用品,文具セット,ステーショナリー,電卓,定規,消しゴム,鉛筆削り,クリアファイル,ステープラー,バインダー,ルーペ,ペーパーウエイト,ネームペン,スティックのり,修正テープ,シュレッダー,レターオープナー,ハンコ,PRバッグ,シヤチハタ,電子メモ,キングジム" +hidden_flg: false } Eccube\Entity\Category {#4583 -id: 30 -name: "フォトフレーム・フォトスタンド" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1760021665 {#4581 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4582 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォトスタンド,フォトフレーム,フォトフレームクロック,電子POP,フォトミラー,アルバム,写真立て" +hidden_flg: false } Eccube\Entity\Category {#5803 -id: 5 -name: "無印ノベルティ・シンプルスタイル" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1760021665 {#5816 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5810 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォールディングファン,売れ筋,定番アイテム,不織布バッグ(小判抜き),シンプルスタイル,ワンハンドルバスケット,キャンバストート(横型/中),ミニポケットアルバム" +hidden_flg: true } Eccube\Entity\Category {#4575 -id: 36 -name: "[特別企画] アウトレット・在庫売切廃盤" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1760021665 {#4573 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4574 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4576 …} -Children: Doctrine\ORM\PersistentCollection {#4580 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトレット,売切廃盤,不人気商品,ワケアリ商品,大人の事情,超お得" +hidden_flg: false } Eccube\Entity\Category {#5854 -id: 49 -name: "[期間限定] 夏ノベルティ・サマーグッズ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1760021666 {#5855 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5856 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5850 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "熱中症対策,UV,ファン,レジャー,ビーチ,アイス,扇子,うちわ,冷やし中華,そうめん,そば,扇風機,クーラーバッグ,花火,マフラータオル,クール,保冷" +hidden_flg: true } Eccube\Entity\Category {#5847 -id: 53 -name: "2024年新作商品" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1760021666 {#5849 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5848 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "2024年,新作商品" +hidden_flg: true } Eccube\Entity\Category {#4638 -id: 48 -name: "[期間限定] 冬ノベルティ・干支 縁起" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1760021666 {#4641 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4637 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4633 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "Xmas,クリスマス,サンタ,ツリー,お菓子ギフト,冬のイベントセット,干支,縁起,丑,正月食品,正月用品,卓上カレンダー,防寒用品,冬の特選ギフト,開運,合格祈願,卒業記念,ハロウィン,大掃除,インフルエンザ対策" +hidden_flg: false } ] |
| 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 {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerMRynBQE\EntityManagerGhost554d0f0 {#467 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5777 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMRynBQE\EntityManagerGhost554d0f0 {#467 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4393 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#5779 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5806 +label: "粗品(ティッシュ、ふきん、ラップ、容器)" +value: "21" +data: Eccube\Entity\Category {#4848 -id: 21 -name: "粗品(ティッシュ、ふきん、ラップ、容器)" -hierarchy: 1 -sort_no: 72 -create_date: DateTime @1760021665 {#4846 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4847 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4849 …} -Children: Doctrine\ORM\PersistentCollection {#4852 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチンラップ,ウエットティッシュ,ティッシュ,トイレットペーパー,粗品,粗品(キッチン),粗品(ポリ袋),粗品(ふきん),粗品(スポンジ),粗品(保存容器),粗品(文具),粗品(クリーナー)" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5804 +label: "粗品(石鹸、ソープ、入浴剤、マスク)" +value: "51" +data: Eccube\Entity\Category {#4841 -id: 51 -name: "粗品(石鹸、ソープ、入浴剤、マスク)" -hierarchy: 1 -sort_no: 68 -create_date: DateTime @1760021666 {#4839 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4840 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4842 …} -Children: Doctrine\ORM\PersistentCollection {#4845 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "石鹸,石鹸ギフト,ボディソープ,ハンドソープ,マスク,入浴剤,バスクリン,バブ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5805 +label: "記念品・贈答品・クリスタル・洗剤ギフト" +value: "27" +data: Eccube\Entity\Category {#4834 -id: 27 -name: "記念品・贈答品・クリスタル・洗剤ギフト" -hierarchy: 1 -sort_no: 65 -create_date: DateTime @1760021665 {#4832 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4833 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4835 …} -Children: Doctrine\ORM\PersistentCollection {#4838 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念品,贈答品,クリスタル,洗剤ギフト,洗剤セット,台所用洗剤,花瓶,漆器,のしノベルティ,オーナメント,出産祝い" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5801 +label: "イベント景品・抽選グッズ・ばらまき食品" +value: "39" +data: Eccube\Entity\Category {#4827 -id: 39 -name: "イベント景品・抽選グッズ・ばらまき食品" -hierarchy: 1 -sort_no: 64 -create_date: DateTime @1760021665 {#4825 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4826 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4828 …} -Children: Doctrine\ORM\PersistentCollection {#4831 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "イベント景品,抽選グッズ,イベントグッズ,風船,手提げバッグ,包装用品,イベントウェア,袢天,ハチマキ,ばらまき食品,のぼり旗,イベントゲーム用品,Tシャツ,アクリル" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5800 +label: "食品ギフト・食品ノベルティ・お米・お菓子" +value: "16" +data: Eccube\Entity\Category {#4820 -id: 16 -name: "食品ギフト・食品ノベルティ・お米・お菓子" -hierarchy: 1 -sort_no: 63 -create_date: DateTime @1760021665 {#4818 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4819 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4821 …} -Children: Doctrine\ORM\PersistentCollection {#4824 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ラーメンギフト,うどんギフト,カレーギフト,そばギフト,冷し中華ギフト,そうめんギフト,お菓子ギフト,海苔/焼のりギフト,お米ギフト,お茶ギフト,ドリンクギフト,コーヒーギフト,調味料ギフト,個別包装" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5799 +label: "タオルギフト・バスタオル・ハンドタオル" +value: "22" +data: Eccube\Entity\Category {#4813 -id: 22 -name: "タオルギフト・バスタオル・ハンドタオル" -hierarchy: 1 -sort_no: 62 -create_date: DateTime @1760021665 {#4811 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4812 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4814 …} -Children: Doctrine\ORM\PersistentCollection {#4817 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タオルギフト,バスタオルギフト,ハンドタオルギフト,ウォッシュタオルギフト,フェイスタオルギフト,タオルハンカチギフト,タオルチーフギフト,スポーツタオルギフト,ロゼミュール,東洋紡,今治" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5798 +label: "名入れタオル・風呂敷・マフラータオル" +value: "13" +data: Eccube\Entity\Category {#4806 -id: 13 -name: "名入れタオル・風呂敷・マフラータオル" -hierarchy: 1 -sort_no: 60 -create_date: DateTime @1760021665 {#4804 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4805 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4807 …} -Children: Doctrine\ORM\PersistentCollection {#4810 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "名入れタオル,手ぬぐい,ふろしき,風呂敷,マフラータオル,ネックタオル,袱紗,ふくさ,金封ふくさ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5797 +label: "傘・和風傘・折りたたみ傘・レインコート" +value: "47" +data: Eccube\Entity\Category {#4799 -id: 47 -name: "傘・和風傘・折りたたみ傘・レインコート" -hierarchy: 1 -sort_no: 59 -create_date: DateTime @1760021666 {#4797 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4798 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4800 …} -Children: Doctrine\ORM\PersistentCollection {#4803 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折りたたみ傘,ジャンプ傘,自動開閉,晴雨兼用傘,和風傘,レインコート,ミニ傘,UVカット,耐風傘,傘面名入れ,置き傘" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5796 +label: "カードケース・財布・キーホルダー" +value: "14" +data: Eccube\Entity\Category {#4792 -id: 14 -name: "カードケース・財布・キーホルダー" -hierarchy: 1 -sort_no: 58 -create_date: DateTime @1760021665 {#4790 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4791 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4793 …} -Children: Doctrine\ORM\PersistentCollection {#4796 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "カードケース,財布,キーホルダー,名刺入れ,パスケース,小銭入れ,札入れ,束入れ,カードホルダー,長財布,ベルト" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5795 +label: "ポーチ・ペンケース・ビジネス・PRバッグ" +value: "11" +data: Eccube\Entity\Category {#4785 -id: 11 -name: "ポーチ・ペンケース・ビジネス・PRバッグ" -hierarchy: 1 -sort_no: 55 -create_date: DateTime @1760021665 {#4783 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4784 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4786 …} -Children: Doctrine\ORM\PersistentCollection {#4789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ポーチ,ペンケース,ウエストポーチ,クラッチバッグ,バッグインバッグ,ビジネスバッグ,カジュアルバッグ,ボストンバッグ,PRバッグ,アドバッグ,キャリーケース,ビジネスリュック" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5794 +label: "巾着・リュック・ショルダートート" +value: "50" +data: Eccube\Entity\Category {#4778 -id: 50 -name: "巾着・リュック・ショルダートート" -hierarchy: 1 -sort_no: 54 -create_date: DateTime @1760021666 {#4776 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4777 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4779 …} -Children: Doctrine\ORM\PersistentCollection {#4782 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "巾着,巾着トート,リュック,ショルダーバッグ,ショルダートート,サコッシュ,デイパック,ラッピング" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5793 +label: "多機能バッグ(保冷・保温、ポケット付き)" +value: "24" +data: Eccube\Entity\Category {#4771 -id: 24 -name: "多機能バッグ(保冷・保温、ポケット付き)" -hierarchy: 1 -sort_no: 53 -create_date: DateTime @1760021665 {#4769 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4770 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4772 …} -Children: Doctrine\ORM\PersistentCollection {#4775 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "保冷バッグ,保温バッグ,保冷温バッグ,レジカゴバッグ,保冷トート,クルリト,ポケット付き,ホック付バッグ,ファスナー付き,内ポケット" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5792 +label: "折り畳みバッグ" +value: "26" +data: Eccube\Entity\Category {#4764 -id: 26 -name: "折り畳みバッグ" -hierarchy: 1 -sort_no: 52 -create_date: DateTime @1760021665 {#4762 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4763 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4765 …} -Children: Doctrine\ORM\PersistentCollection {#4768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "折り畳みバッグ,折りたたみ,レジカゴバッグ,コンパクトバッグ,折りたたみトート,ポーチ付,クルリト" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5791 +label: "エコバッグ・トートバッグ(横マチ付き)" +value: "46" +data: Eccube\Entity\Category {#4757 -id: 46 -name: "エコバッグ・トートバッグ(横マチ付き)" -hierarchy: 1 -sort_no: 51 -create_date: DateTime @1760021666 {#4755 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4756 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4758 …} -Children: Doctrine\ORM\PersistentCollection {#4761 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "マチあり,ユーティリティバッグ,スクエアバッグ,ボックストート,カレッジトート,トートバッグヨコ,イベントバッグ,ベーシックトート,マルシェバッグ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5896 +label: "エコバッグ・トートバッグ" +value: "15" +data: Eccube\Entity\Category {#4750 -id: 15 -name: "エコバッグ・トートバッグ" -hierarchy: 1 -sort_no: 50 -create_date: DateTime @1760021665 {#4748 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4749 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4751 …} -Children: Doctrine\ORM\PersistentCollection {#4754 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "シンプルトート,キャンバスデイリートート,キャンバストート,コットンバッグ,キャンバスベルトライントート,ポリキャンバストート,タウントート,フェアトレードコットン" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5894 +label: "アロマ・芳香・栽培セット・生花/造花" +value: "7" +data: Eccube\Entity\Category {#4743 -id: 7 -name: "アロマ・芳香・栽培セット・生花/造花" -hierarchy: 1 -sort_no: 48 -create_date: DateTime @1760021665 {#4741 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4742 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4744 …} -Children: Doctrine\ORM\PersistentCollection {#4747 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アロマ,生花,造花,栽培セット,芳香,フレグランス,キャンドル,プリザーブドフラワー,アロマデュウ,アロマベア" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5892 +label: "除菌・ヘルスケア・フィットネス・歩数計" +value: "4" +data: Eccube\Entity\Category {#4736 -id: 4 -name: "除菌・ヘルスケア・フィットネス・歩数計" -hierarchy: 1 -sort_no: 46 -create_date: DateTime @1760021665 {#4734 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4735 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4737 …} -Children: Doctrine\ORM\PersistentCollection {#4740 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "除菌,ヘルスケア,フィットネス,歩数計,デンタルケア,歯ブラシ,マスク,マッサージャー,熱中症対策,体温計,血圧計,体組成計,活動量計,万歩計,アルコールチェッカー,足つぼ,コロナ対策" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5890 +label: "ビューティ・エチケット・トラベル用品" +value: "8" +data: Eccube\Entity\Category {#4729 -id: 8 -name: "ビューティ・エチケット・トラベル用品" -hierarchy: 1 -sort_no: 44 -create_date: DateTime @1760021665 {#4727 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4728 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4730 …} -Children: Doctrine\ORM\PersistentCollection {#4733 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ビューティ,コスメ,ビューティ(エステ),ビューティ(コスメ),エチケット,トラベル用品,ネイルケア,ドライヤー,シェーバー,コスメポーチ,ソーイング,鏡,ミラー,グルーミングセット,アクセサリー" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5888 +label: "キャラクターグッズ・玩具・お子様文具" +value: "9" +data: Eccube\Entity\Category {#4722 -id: 9 -name: "キャラクターグッズ・玩具・お子様文具" -hierarchy: 1 -sort_no: 43 -create_date: DateTime @1760021665 {#4720 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4721 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4723 …} -Children: Doctrine\ORM\PersistentCollection {#4726 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キャラクターグッズ,玩具,知育玩具,お子様文具,蛍光ペン,クレヨン,ペーパークラフト,ディズニー,ミッキー,ミニー,スヌーピー,くまモン,アクリル" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5886 +label: "防災グッズ・防犯グッズ・救急セット" +value: "6" +data: Eccube\Entity\Category {#4715 -id: 6 -name: "防災グッズ・防犯グッズ・救急セット" -hierarchy: 1 -sort_no: 42 -create_date: DateTime @1760021665 {#4713 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4714 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4716 …} -Children: Doctrine\ORM\PersistentCollection {#4719 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "防災グッズ,防犯グッズ,救急セット,火災対策,防犯ブザー,防寒シート,簡易トイレ,給水袋,リフレクター,防炎,防災ラジオ,交通安全" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +label: "非常持出しセット・保存食・保存水" +value: "52" +data: Eccube\Entity\Category {#4708 -id: 52 -name: "非常持出しセット・保存食・保存水" -hierarchy: 1 -sort_no: 41 -create_date: DateTime @1760021666 {#4706 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4707 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4709 …} -Children: Doctrine\ORM\PersistentCollection {#4712 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "非常持出しセット,保存食,保存水,防災食,帰宅困難" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +label: "LEDライト・ダイナモライト・ランタン" +value: "43" +data: Eccube\Entity\Category {#4701 -id: 43 -name: "LEDライト・ダイナモライト・ランタン" -hierarchy: 1 -sort_no: 40 -create_date: DateTime @1760021666 {#4699 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4700 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4702 …} -Children: Doctrine\ORM\PersistentCollection {#4705 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "LEDライト,非常用ライト,ランタン,カラビナ付ライト,センサーライト,ハンディライト,ダイナモライト,スタンドライト,トーチ,クリップライト,ソーラーライト,常備灯,ブックライト,非常灯" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5897 +label: "アウトドア・スポーツ・カー用品" +value: "2" +data: Eccube\Entity\Category {#4694 -id: 2 -name: "アウトドア・スポーツ・カー用品" -hierarchy: 1 -sort_no: 39 -create_date: DateTime @1760021665 {#4692 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4693 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4695 …} -Children: Doctrine\ORM\PersistentCollection {#4698 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトドア,スポーツ,カー用品,レジャー,ゴルフ用品,クーラーバッグ,スポーツバッグ,スポーツタオル,自転車,レジャーシート,双眼鏡,望遠鏡,ボトルホルダー,アディダス,フィラ,ロゴス,カイロ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5895 +label: "ボトル・マグボトル・弁当箱・箸" +value: "25" +data: Eccube\Entity\Category {#4642 -id: 25 -name: "ボトル・マグボトル・弁当箱・箸" -hierarchy: 1 -sort_no: 38 -create_date: DateTime @1760021665 {#4644 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4643 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4688 …} -Children: Doctrine\ORM\PersistentCollection {#4691 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フードポット,弁当箱,箸,ランチボックス,ボトル,マグボトル,クリアボトル,ステンレスボトル,サーモボトル,スリムボトル,カフェボトル,アルミボトル,マイボトル,ケータイマグ,サーモス,象印,カトラリーセット" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5893 +label: "タンブラー・グラス・湯呑み・マグカップ" +value: "32" +data: Eccube\Entity\Category {#4649 -id: 32 -name: "タンブラー・グラス・湯呑み・マグカップ" -hierarchy: 1 -sort_no: 36 -create_date: DateTime @1760021665 {#4651 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4650 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4648 …} -Children: Doctrine\ORM\PersistentCollection {#4645 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "タンブラー,マグカップ,湯呑み,グラス,ジョッキ,ビアグラス,陶器マグ,ステンレスマグ,真空断熱マグ,スタッキング,ステンレスタンブラー" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5891 +label: "キッチン・鍋・調理用品・電気ケトル" +value: "12" +data: Eccube\Entity\Category {#4656 -id: 12 -name: "キッチン・鍋・調理用品・電気ケトル" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1760021665 {#4660 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4657 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4655 …} -Children: Doctrine\ORM\PersistentCollection {#4652 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "キッチン,電気ケトル,包丁,しゃもじ,キッチンペーパー,キッチンラップ,キッチンセット,鍋,フライパン,コーヒーメーカー,キッチンタイマー,調理器,調理用品,ジップロック,トースター,保存容器,台所用洗剤,カトラリー,食器" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5889 +label: "掃除用品・家事用品・工具・メジャー" +value: "10" +data: Eccube\Entity\Category {#4667 -id: 10 -name: "掃除用品・家事用品・工具・メジャー" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1760021665 {#4668 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4665 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4659 …} -Children: Doctrine\ORM\PersistentCollection {#4663 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "掃除用品,家事用品,バス用品,掃除機,家電,工具,メジャー,モップ,アイロン,100円ライター,靴べら,玄関マット,消臭剤,電池" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +label: "生活雑貨・収納雑貨・掛時計・ブランケット" +value: "1" +data: Eccube\Entity\Category {#4676 -id: 1 -name: "生活雑貨・収納雑貨・掛時計・ブランケット" -hierarchy: 1 -sort_no: 30 -create_date: DateTime @1760021665 {#4679 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4678 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4674 …} -Children: Doctrine\ORM\PersistentCollection {#4658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "雑貨,生活雑貨,収納雑貨,インテリア雑貨,掛時計,記念掛時計,貯金箱,ブランケット,うちわ,扇子,ブックカバー,万年カレンダー,ブックマーク,ハンガー,フォールディングファン,コースター,ペーパーナイフ,カイロ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +label: "クロック・記念時計・腕時計・温湿度計" +value: "19" +data: Eccube\Entity\Category {#4671 -id: 19 -name: "クロック・記念時計・腕時計・温湿度計" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1760021665 {#4675 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4673 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4669 …} -Children: Doctrine\ORM\PersistentCollection {#4636 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "記念時計,クロック,置時計,腕時計,電波時計,目覚まし,アラーム,ウォッチ,温湿度計,温度計,湿度計,デジタルクロック,シチズン,セイコー,カシオ" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5887 +label: "スマホスタンド・スマホ充電器・タッチペン" +value: "20" +data: Eccube\Entity\Category {#4401 -id: 20 -name: "スマホスタンド・スマホ充電器・タッチペン" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1760021665 {#4403 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4402 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4400 …} -Children: Doctrine\ORM\PersistentCollection {#4677 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "スマホ,タブレット,スマホスタンド,タッチペン,スマホクリーナー,モバイルスピーカー,スマホ充電器,モバイルバッテリー,イヤホン,モバイルポーチ,スマホポーチ,スマホケース,スマホグッズ,ケータイストラップ,モバイルチャージャー" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +label: "PC周辺グッズ・マウス・USB・AV機器" +value: "3" +data: Eccube\Entity\Category {#4608 -id: 3 -name: "PC周辺グッズ・マウス・USB・AV機器" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1760021665 {#4610 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4609 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4607 …} -Children: Doctrine\ORM\PersistentCollection {#4405 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "PC周辺グッズ,PCバッグ,マウス,マウスパッド,イヤホン,ヘッドホン,スピーカー,デジタルカメラ,AV機器,DVD,音響機器,USB充電,USBハブ,USBメモリ,USB加湿器,コンセント,電子辞書,電子メモ,ラベルライター,タブレットケース" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +label: "ボールペン・筆記具(ノンブランド品)" +value: "31" +data: Eccube\Entity\Category {#4615 -id: 31 -name: "ボールペン・筆記具(ノンブランド品)" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1760021665 {#4617 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4616 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4614 …} -Children: Doctrine\ORM\PersistentCollection {#4611 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ボールペン,シャープペン,ボールペン&シャープペン,蛍光ペン,ケース入り筆記具,ラペルボールペン,熨斗(のし)ボールペン,マーカーペン,メタルペン,4色ボールペン,筆ペン,マーカーペン,お子様文具" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +label: "ボールペン・筆記具(国内メーカー品)" +value: "18" +data: Eccube\Entity\Category {#4622 -id: 18 -name: "ボールペン・筆記具(国内メーカー品)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1760021665 {#4605 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4606 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4621 …} -Children: Doctrine\ORM\PersistentCollection {#4618 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "セーラー,パイロット,三菱鉛筆,京セラ,ゼブラ,プラチナ,パーカー,ロットリング,クルトガ,ジェットストリーム,シャープペン,ボールペン,ボールペン&シャープペン,R3アクション,セラミックボールペン,フリクション,筆記具セット" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +label: "ノート・メモ・付箋(ふせん)・手帳" +value: "17" +data: Eccube\Entity\Category {#4600 -id: 17 -name: "ノート・メモ・付箋(ふせん)・手帳" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1760021665 {#4598 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4599 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4601 …} -Children: Doctrine\ORM\PersistentCollection {#4604 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "ノート,リングノート,ノートブック,ミニノート,カバーノート,メモ,メモパッド,ペンスタンドメモ,ブックメモ,付箋,ふせん,熨斗(のし)ふせん,手帳,メモ帳,システム手帳" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +label: "オフィス用品・事務用品・文具・電卓" +value: "40" +data: Eccube\Entity\Category {#4592 -id: 40 -name: "オフィス用品・事務用品・文具・電卓" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1760021665 {#4589 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4591 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4593 …} -Children: Doctrine\ORM\PersistentCollection {#4597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "事務用品,オフィス用品,文具セット,ステーショナリー,電卓,定規,消しゴム,鉛筆削り,クリアファイル,ステープラー,バインダー,ルーペ,ペーパーウエイト,ネームペン,スティックのり,修正テープ,シュレッダー,レターオープナー,ハンコ,PRバッグ,シヤチハタ,電子メモ,キングジム" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +label: "フォトフレーム・フォトスタンド" +value: "30" +data: Eccube\Entity\Category {#4583 -id: 30 -name: "フォトフレーム・フォトスタンド" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1760021665 {#4581 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4582 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4585 …} -Children: Doctrine\ORM\PersistentCollection {#4588 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォトスタンド,フォトフレーム,フォトフレームクロック,電子POP,フォトミラー,アルバム,写真立て" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +label: "無印ノベルティ・シンプルスタイル" +value: "5" +data: Eccube\Entity\Category {#5803 -id: 5 -name: "無印ノベルティ・シンプルスタイル" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1760021665 {#5816 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5810 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5790 …} -Children: Doctrine\ORM\PersistentCollection {#5857 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "フォールディングファン,売れ筋,定番アイテム,不織布バッグ(小判抜き),シンプルスタイル,ワンハンドルバスケット,キャンバストート(横型/中),ミニポケットアルバム" +hidden_flg: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +label: "[特別企画] アウトレット・在庫売切廃盤" +value: "36" +data: Eccube\Entity\Category {#4575 -id: 36 -name: "[特別企画] アウトレット・在庫売切廃盤" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1760021665 {#4573 date: 2025-10-09 23:54:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4574 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4576 …} -Children: Doctrine\ORM\PersistentCollection {#4580 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "アウトレット,売切廃盤,不人気商品,ワケアリ商品,大人の事情,超お得" +hidden_flg: false } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +label: "[期間限定] 夏ノベルティ・サマーグッズ" +value: "49" +data: Eccube\Entity\Category {#5854 -id: 49 -name: "[期間限定] 夏ノベルティ・サマーグッズ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1760021666 {#5855 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5856 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5853 …} -Children: Doctrine\ORM\PersistentCollection {#5850 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "熱中症対策,UV,ファン,レジャー,ビーチ,アイス,扇子,うちわ,冷やし中華,そうめん,そば,扇風機,クーラーバッグ,花火,マフラータオル,クール,保冷" +hidden_flg: true } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +label: "2024年新作商品" +value: "53" +data: Eccube\Entity\Category {#5847 -id: 53 -name: "2024年新作商品" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1760021666 {#5849 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#5848 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5846 …} -Children: Doctrine\ORM\PersistentCollection {#5843 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "2024年,新作商品" +hidden_flg: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +label: "[期間限定] 冬ノベルティ・干支 縁起" +value: "48" +data: Eccube\Entity\Category {#4638 -id: 48 -name: "[期間限定] 冬ノベルティ・干支 縁起" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1760021666 {#4641 date: 2025-10-09 23:54:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763119804 {#4637 date: 2025-11-14 20:30:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4633 …} -Children: Doctrine\ORM\PersistentCollection {#4571 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4499 …} -words: "Xmas,クリスマス,サンタ,ツリー,お菓子ギフト,冬のイベントセット,干支,縁起,丑,正月食品,正月用品,卓上カレンダー,防寒用品,冬の特選ギフト,開運,合格祈願,卒業記念,ハロウィン,大掃除,インフルエンザ対策" +hidden_flg: false } +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 {#5814 -form: Symfony\Component\Form\Form {#5830 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5815 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#5807 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#455 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#454 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#453 …} -namespace: Closure() {#451 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid search term." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#737 …} $message: Closure() {#5841 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5872 -form: Symfony\Component\Form\Form {#5826 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5808 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |