Forms
-
contact
-
name
-
name01
-
name02
-
-
kana
-
kana01
-
kana02
-
-
postal_code
-
address
-
pref
-
addr01
-
addr02
-
-
phone_number
-
email
-
contents
-
_token
-
-
(no name)
-
category_id
-
name
-
contact
"Eccube\Form\Type\Front\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1776 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() {#1778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1777 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2144 -errors: [] -form: Symfony\Component\Form\Form {#1968 …} } |
| form | Symfony\Component\Form\FormView {#2143 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
name
"Eccube\Form\Type\NameType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1822 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 {#1815 +payload: null +groups: ? ?array +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 {#1818 +payload: null +groups: ? ?array +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 {#1804 +payload: null +groups: ? ?array +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 {#1812 +payload: null +groups: ? ?array +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() {#1824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1823 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_contact_name" ] |
| cache_key | "_contact_name_name" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2148 -errors: [] -form: Symfony\Component\Form\Form {#1993 …} } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#2147 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1831 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1804 +payload: null +groups: ? ?array +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 {#1812 +payload: null +groups: ? ?array +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1831 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1804 +payload: null +groups: ? ?array +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 {#1812 +payload: null +groups: ? ?array +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
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" => "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 {#1831 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1804 +payload: null +groups: ? ?array +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 {#1812 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1972 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() {#1974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1973 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name01" ] |
| cache_key | "_contact_name_name01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2174 -errors: [] -form: Symfony\Component\Form\Form {#1996 …} } |
| form | Symfony\Component\Form\FormView {#2173 …5} |
| full_name | "contact[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1832 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1815 +payload: null +groups: ? ?array +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 {#1818 +payload: null +groups: ? ?array +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1832 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1815 +payload: null +groups: ? ?array +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 {#1818 +payload: null +groups: ? ?array +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
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" => "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 {#1832 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1815 +payload: null +groups: ? ?array +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 {#1818 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1983 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() {#1985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1984 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name_name02" ] |
| cache_key | "_contact_name_name02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2175 -errors: [] -form: Symfony\Component\Form\Form {#1999 …} } |
| form | Symfony\Component\Form\FormView {#2176 …5} |
| full_name | "contact[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1850 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#1843 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1846 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#1837 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1840 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] ] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1851 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_contact_kana" ] |
| cache_key | "_contact_kana_kana" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2171 -errors: [] -form: Symfony\Component\Form\Form {#2024 …} } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#2172 …5} |
| full_name | "contact[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana" |
| valid | true |
| value | null |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1837 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1840 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Regex {#1837 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1840 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| error_bubbling | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1837 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1840 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2003 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() {#2005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2004 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana01" ] |
| cache_key | "_contact_kana_kana01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2180 -errors: [] -form: Symfony\Component\Form\Form {#2027 …} } |
| form | Symfony\Component\Form\FormView {#2179 …5} |
| full_name | "contact[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1843 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1846 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Regex {#1843 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1846 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| error_bubbling | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1843 +payload: null +groups: ? ?array +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1846 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2014 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() {#2016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2015 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_kana_kana02" ] |
| cache_key | "_contact_kana_kana02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2181 -errors: [] -form: Symfony\Component\Form\Form {#2030 …} } |
| form | Symfony\Component\Form\FormView {#2182 …5} |
| full_name | "contact[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_kana_kana02" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
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\Length {#1883 +payload: null +groups: ? ?array +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 {#1886 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1881 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_contact_postal_code" ] |
| cache_key | "_contact_postal_code_postal" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2178 -errors: [] -form: Symfony\Component\Form\Form {#2033 …} } |
| form | Symfony\Component\Form\FormView {#2177 …5} |
| full_name | "contact[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_postal_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postal_code" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1900 +payload: null +groups: ? ?array +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 {#1903 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1908 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_contact_address" ] |
| cache_key | "_contact_address_address" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2184 -errors: [] -form: Symfony\Component\Form\Form {#2120 …} } |
| form | Symfony\Component\Form\FormView {#2183 …5} |
| full_name | "contact[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pref_name | "pref" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [] |
same as passed value |
| error_bubbling | false |
same as passed value |
| required | false |
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 {#2065 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2066 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2109 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2086 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2079 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2080 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2100 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#2081 …} } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerQV0jQsh\EntityManagerGhost405d6b2 {#883 …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 {#2097 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQV0jQsh\EntityManagerGhost405d6b2 {#883 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#233 …} } |
| 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 {#2075 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2076 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2077 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2078 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#106 …} -dql: "SELECT m FROM Eccube\Entity\Master\Pref m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2087 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: ContainerQV0jQsh\EntityManagerGhost405d6b2 {#883 …12} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2069 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_contact_address_pref" ] |
| cache_key | "_contact_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +data: Eccube\Entity\Master\Pref {#2206 …} +value: "1" +label: "北海道" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +data: Eccube\Entity\Master\Pref {#2207 …} +value: "2" +label: "青森県" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +data: Eccube\Entity\Master\Pref {#2208 …} +value: "3" +label: "岩手県" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +data: Eccube\Entity\Master\Pref {#2209 …} +value: "4" +label: "宮城県" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +data: Eccube\Entity\Master\Pref {#2210 …} +value: "5" +label: "秋田県" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +data: Eccube\Entity\Master\Pref {#2211 …} +value: "6" +label: "山形県" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +data: Eccube\Entity\Master\Pref {#2212 …} +value: "7" +label: "福島県" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +data: Eccube\Entity\Master\Pref {#2213 …} +value: "8" +label: "茨城県" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +data: Eccube\Entity\Master\Pref {#2214 …} +value: "9" +label: "栃木県" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +data: Eccube\Entity\Master\Pref {#2215 …} +value: "10" +label: "群馬県" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +data: Eccube\Entity\Master\Pref {#2216 …} +value: "11" +label: "埼玉県" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +data: Eccube\Entity\Master\Pref {#2217 …} +value: "12" +label: "千葉県" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#169 …} +value: "13" +label: "東京都" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +data: Eccube\Entity\Master\Pref {#2218 …} +value: "14" +label: "神奈川県" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +data: Eccube\Entity\Master\Pref {#2221 …} +value: "15" +label: "新潟県" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +data: Eccube\Entity\Master\Pref {#2220 …} +value: "16" +label: "富山県" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +data: Eccube\Entity\Master\Pref {#2225 …} +value: "17" +label: "石川県" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +data: Eccube\Entity\Master\Pref {#2226 …} +value: "18" +label: "福井県" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +data: Eccube\Entity\Master\Pref {#2227 …} +value: "19" +label: "山梨県" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +data: Eccube\Entity\Master\Pref {#2228 …} +value: "20" +label: "長野県" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +data: Eccube\Entity\Master\Pref {#2229 …} +value: "21" +label: "岐阜県" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +data: Eccube\Entity\Master\Pref {#2230 …} +value: "22" +label: "静岡県" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +data: Eccube\Entity\Master\Pref {#2231 …} +value: "23" +label: "愛知県" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +data: Eccube\Entity\Master\Pref {#2232 …} +value: "24" +label: "三重県" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +data: Eccube\Entity\Master\Pref {#2233 …} +value: "25" +label: "滋賀県" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +data: Eccube\Entity\Master\Pref {#2234 …} +value: "26" +label: "京都府" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +data: Eccube\Entity\Master\Pref {#2235 …} +value: "27" +label: "大阪府" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +data: Eccube\Entity\Master\Pref {#2236 …} +value: "28" +label: "兵庫県" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +data: Eccube\Entity\Master\Pref {#2237 …} +value: "29" +label: "奈良県" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +data: Eccube\Entity\Master\Pref {#2238 …} +value: "30" +label: "和歌山県" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +data: Eccube\Entity\Master\Pref {#2239 …} +value: "31" +label: "鳥取県" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +data: Eccube\Entity\Master\Pref {#2240 …} +value: "32" +label: "島根県" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +data: Eccube\Entity\Master\Pref {#2241 …} +value: "33" +label: "岡山県" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +data: Eccube\Entity\Master\Pref {#2242 …} +value: "34" +label: "広島県" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +data: Eccube\Entity\Master\Pref {#2243 …} +value: "35" +label: "山口県" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +data: Eccube\Entity\Master\Pref {#2244 …} +value: "36" +label: "徳島県" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +data: Eccube\Entity\Master\Pref {#2245 …} +value: "37" +label: "香川県" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +data: Eccube\Entity\Master\Pref {#2246 …} +value: "38" +label: "愛媛県" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +data: Eccube\Entity\Master\Pref {#2247 …} +value: "39" +label: "高知県" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +data: Eccube\Entity\Master\Pref {#2248 …} +value: "40" +label: "福岡県" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +data: Eccube\Entity\Master\Pref {#2249 …} +value: "41" +label: "佐賀県" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +data: Eccube\Entity\Master\Pref {#2250 …} +value: "42" +label: "長崎県" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +data: Eccube\Entity\Master\Pref {#2251 …} +value: "43" +label: "熊本県" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +data: Eccube\Entity\Master\Pref {#2252 …} +value: "44" +label: "大分県" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +data: Eccube\Entity\Master\Pref {#2253 …} +value: "45" +label: "宮崎県" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +data: Eccube\Entity\Master\Pref {#2254 …} +value: "46" +label: "鹿児島県" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +data: Eccube\Entity\Master\Pref {#2255 …} +value: "47" +label: "沖縄県" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2188 -errors: [] -form: Symfony\Component\Form\Form {#2123 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2187 …5} |
| full_name | "contact[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_pref" |
| is_selected | Closure($choice, $value) {#2293 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1900 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1900 +payload: null +groups: ? ?array +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 |
same as passed value |
| required | false |
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\Length {#1900 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2088 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() {#2083 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2084 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr01" ] |
| cache_key | "_contact_address_addr01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2294 -errors: [] -form: Symfony\Component\Form\Form {#2126 …} } |
| form | Symfony\Component\Form\FormView {#2295 …5} |
| full_name | "contact[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1903 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#1903 +payload: null +groups: ? ?array +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 |
same as passed value |
| required | false |
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\Length {#1903 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2110 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() {#2112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2111 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_address_addr02" ] |
| cache_key | "_contact_address_addr02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2296 -errors: [] -form: Symfony\Component\Form\Form {#2129 …} } |
| form | Symfony\Component\Form\FormView {#2297 …5} |
| full_name | "contact[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1925 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Type {#1928 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1923 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_contact_phone_number" ] |
| cache_key | "_contact_phone_number_phone_number" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2185 -errors: [] -form: Symfony\Component\Form\Form {#2132 …} } |
| form | Symfony\Component\Form\FormView {#2186 …5} |
| full_name | "contact[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone_number" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1785 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1786 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1785 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1786 +payload: null +groups: ? ?array +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 {#1785 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1786 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1943 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() {#1940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1939 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2299 -errors: [] -form: Symfony\Component\Form\Form {#2135 …} } |
| form | Symfony\Component\Form\FormView {#2298 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
contents
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1787 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1788 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1787 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1788 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 99999 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1787 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1788 +payload: null +groups: ? ?array +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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1958 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() {#1960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#1959 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_contents" ] |
| cache_key | "_contact_contents_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2300 -errors: [] -form: Symfony\Component\Form\Form {#2138 …} } |
| form | Symfony\Component\Form\FormView {#2301 …5} |
| full_name | "contact[contents]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_contents" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contents" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_contents" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "057.gj-0HZrSbPyQtbSpNEGu8s99EHHbqM88lVypMHfc7VY.1nn9X9ThCbDixMf4f3Han7sURgCX5oBx0h-QAUCYpTXReuZq95wokfX58Q" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "057.gj-0HZrSbPyQtbSpNEGu8s99EHHbqM88lVypMHfc7VY.1nn9X9ThCbDixMf4f3Han7sURgCX5oBx0h-QAUCYpTXReuZq95wokfX58Q" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data | "057.gj-0HZrSbPyQtbSpNEGu8s99EHHbqM88lVypMHfc7VY.1nn9X9ThCbDixMf4f3Han7sURgCX5oBx0h-QAUCYpTXReuZq95wokfX58Q" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2305 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() {#2307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#2306 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "057.gj-0HZrSbPyQtbSpNEGu8s99EHHbqM88lVypMHfc7VY.1nn9X9ThCbDixMf4f3Han7sURgCX5oBx0h-QAUCYpTXReuZq95wokfX58Q" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2319 -errors: [] -form: Symfony\Component\Form\Form {#2314 …} } |
| form | Symfony\Component\Form\FormView {#2308 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "057.gj-0HZrSbPyQtbSpNEGu8s99EHHbqM88lVypMHfc7VY.1nn9X9ThCbDixMf4f3Han7sURgCX5oBx0h-QAUCYpTXReuZq95wokfX58Q" |
(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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4605 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() {#4627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#4622 …} $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 {#4688 -errors: [] -form: Symfony\Component\Form\Form {#4680 …} } |
| form | Symfony\Component\Form\FormView {#4689 …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 {#2423 -id: 24 -name: "【メンズケア】スクラブウォッシュ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1780630093 {#2424 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780630093 {#2681 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2691 …} -Children: Doctrine\ORM\PersistentCollection {#2751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】スクラブウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 2 -postback_type: null } Eccube\Entity\Category {#2748 -id: 23 -name: "【メンズケア】オイルミスト" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1780630065 {#2750 date: 2026-06-05 12:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1782882800 {#2749 date: 2026-07-01 14:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2747 …} -Children: Doctrine\ORM\PersistentCollection {#2744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】オイルミスト" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "5C371C0A352778AE" -recommend_smsid2: "D5552AF8815A03D4" -recommend_smsid3: "922A098E3DB5EF6D" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 400 -postback_gid: "178" -category_group_id: 2 -postback_type: 1 } Eccube\Entity\Category {#2741 -id: 22 -name: "【その他】クロス化粧品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1770091650 {#2743 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770091650 {#2742 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2740 …} -Children: Doctrine\ORM\PersistentCollection {#2768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】クロス化粧品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2762 -id: 21 -name: "【その他】NMN茶" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1769490037 {#2766 date: 2026-01-27 14:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008896 {#2764 date: 2026-07-14 15:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2760 …} -Children: Doctrine\ORM\PersistentCollection {#2758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】NMN茶" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品(お茶)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2823 -id: 20 -name: "【エイジングケア】エッセンス" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1760926371 {#2825 date: 2025-10-20 11:12:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762982 {#2824 date: 2026-06-18 15:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2817 …} -Children: Doctrine\ORM\PersistentCollection {#2777 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "エイジングエッセンス" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "05FCE197194719DE" -recommend_smsid2: "E63A8C9CC9105E18" -recommend_smsid3: "0D92F97257C21059" -deliv_hinmei: "リンクルエッセンス(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 300 -postback_gid: "144" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2786 -id: 19 -name: "【その他】ポイント交換品" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1760926249 {#2776 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760926249 {#2775 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2787 …} -Children: Doctrine\ORM\PersistentCollection {#2790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ポイント交換品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2793 -id: 18 -name: "【その他】アロエジュース" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1750733027 {#2791 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1750733027 {#2792 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2794 …} -Children: Doctrine\ORM\PersistentCollection {#2797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "アロエジュース" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "飲料" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2862 -id: 17 -name: "【その他】除毛クリーム" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1747629814 {#2861 date: 2025-05-19 13:43:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008876 {#2860 date: 2026-07-14 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2863 …} -Children: Doctrine\ORM\PersistentCollection {#2866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】除毛クリーム" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "除毛クリーム" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2869 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488849292 {#2867 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2868 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2870 …} -Children: Doctrine\ORM\PersistentCollection {#2873 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2876 -id: 16 -name: "【フェムケア】スクラブ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1738914223 {#2874 date: 2025-02-07 16:43:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762969 {#2875 date: 2026-06-18 15:09:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2877 …} -Children: Doctrine\ORM\PersistentCollection {#2880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】スクラブ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "49" -recommend_smsid2: "50" -recommend_smsid3: "51" -deliv_hinmei: "ジェリーウォッシュスクラブ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 200 -postback_gid: "125" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2887 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488849292 {#2881 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2882 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2888 …} -Children: Doctrine\ORM\PersistentCollection {#2891 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2892 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488849292 {#2883 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2884 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2893 …} -Children: Doctrine\ORM\PersistentCollection {#2896 …} -Parent: Eccube\Entity\Category {#2887} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2897 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488849292 {#2885 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2886 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2898 …} -Children: Doctrine\ORM\PersistentCollection {#2901 …} -Parent: Eccube\Entity\Category {#2892} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2904 -id: 15 -name: "その他" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1734329120 {#2902 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1734329120 {#2903 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2905 …} -Children: Doctrine\ORM\PersistentCollection {#2908 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2911 -id: 9 -name: "シトルリン" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1707286444 {#2909 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707286444 {#2910 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2912 …} -Children: Doctrine\ORM\PersistentCollection {#2915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "シトルリンサプリ" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品" -order_smsid: 9 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2918 -id: 14 -name: "プレゼント" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1716361637 {#2916 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1716361637 {#2917 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2919 …} -Children: Doctrine\ORM\PersistentCollection {#2922 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "プレゼント" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2925 -id: 7 -name: "その他" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1697606166 {#2923 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697606166 {#2924 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2926 …} -Children: Doctrine\ORM\PersistentCollection {#2929 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "1" -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2932 -id: 11 -name: "ヘアオイル" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710988927 {#2930 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988927 {#2931 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2933 …} -Children: Doctrine\ORM\PersistentCollection {#2936 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ヘアオイル" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ヘアオイル" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2939 -id: 13 -name: "【フェムケア】ウォッシュ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1716361619 {#2937 date: 2024-05-22 16:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780629975 {#2938 date: 2026-06-05 12:26:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2940 …} -Children: Doctrine\ORM\PersistentCollection {#2943 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】ウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2946 -id: 8 -name: "活力サプリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1697606085 {#2944 date: 2023-10-18 14:14:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765248179 {#2945 date: 2025-12-09 11:42:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2947 …} -Children: Doctrine\ORM\PersistentCollection {#2950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "活力サプリ" -is_summary_sheet: 1 -brand_id: 1 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "養宝珠\u{3000}カスタマーセンター" -recommend_smsid: "1" -recommend_smsid2: "2" -recommend_smsid3: "3" -deliv_hinmei: "健康食品" -order_smsid: 7 -upsell_smsid: 8 -crosssell_smsid: 9 -line_remake_id: 2 -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2953 -id: 10 -name: "ブラトリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1710988916 {#2951 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988916 {#2952 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2954 …} -Children: Doctrine\ORM\PersistentCollection {#2957 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ブラトリ" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ブラトリ\u{3000}カスタマーセンター" -recommend_smsid: "4" -recommend_smsid2: "5" -recommend_smsid3: "6" -deliv_hinmei: "ヘアトリートメント" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2960 -id: 12 -name: "【フェムケア】オイル" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1716361611 {#2958 date: 2024-05-22 16:06:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762958 {#2959 date: 2026-06-18 15:09:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2961 …} -Children: Doctrine\ORM\PersistentCollection {#2964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】オイル" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ユリイロ\u{3000}カスタマーセンター" -recommend_smsid: "B4DA3BEEB1F3C03D" -recommend_smsid2: "FC14415045EDABCB" -recommend_smsid3: "1464DF6A79680043" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 102 -postback_gid: "87" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2969 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488849292 {#2965 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2966 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2970 …} -Children: Doctrine\ORM\PersistentCollection {#2973 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2974 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488849292 {#2967 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2968 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2975 …} -Children: Doctrine\ORM\PersistentCollection {#2978 …} -Parent: Eccube\Entity\Category {#2969} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } ] |
[ Eccube\Entity\Category {#2423 -id: 24 -name: "【メンズケア】スクラブウォッシュ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1780630093 {#2424 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780630093 {#2681 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2691 …} -Children: Doctrine\ORM\PersistentCollection {#2751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】スクラブウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 2 -postback_type: null } Eccube\Entity\Category {#2748 -id: 23 -name: "【メンズケア】オイルミスト" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1780630065 {#2750 date: 2026-06-05 12:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1782882800 {#2749 date: 2026-07-01 14:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2747 …} -Children: Doctrine\ORM\PersistentCollection {#2744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】オイルミスト" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "5C371C0A352778AE" -recommend_smsid2: "D5552AF8815A03D4" -recommend_smsid3: "922A098E3DB5EF6D" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 400 -postback_gid: "178" -category_group_id: 2 -postback_type: 1 } Eccube\Entity\Category {#2741 -id: 22 -name: "【その他】クロス化粧品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1770091650 {#2743 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770091650 {#2742 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2740 …} -Children: Doctrine\ORM\PersistentCollection {#2768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】クロス化粧品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2762 -id: 21 -name: "【その他】NMN茶" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1769490037 {#2766 date: 2026-01-27 14:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008896 {#2764 date: 2026-07-14 15:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2760 …} -Children: Doctrine\ORM\PersistentCollection {#2758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】NMN茶" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品(お茶)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2823 -id: 20 -name: "【エイジングケア】エッセンス" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1760926371 {#2825 date: 2025-10-20 11:12:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762982 {#2824 date: 2026-06-18 15:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2817 …} -Children: Doctrine\ORM\PersistentCollection {#2777 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "エイジングエッセンス" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "05FCE197194719DE" -recommend_smsid2: "E63A8C9CC9105E18" -recommend_smsid3: "0D92F97257C21059" -deliv_hinmei: "リンクルエッセンス(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 300 -postback_gid: "144" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2786 -id: 19 -name: "【その他】ポイント交換品" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1760926249 {#2776 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760926249 {#2775 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2787 …} -Children: Doctrine\ORM\PersistentCollection {#2790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ポイント交換品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2793 -id: 18 -name: "【その他】アロエジュース" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1750733027 {#2791 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1750733027 {#2792 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2794 …} -Children: Doctrine\ORM\PersistentCollection {#2797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "アロエジュース" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "飲料" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2862 -id: 17 -name: "【その他】除毛クリーム" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1747629814 {#2861 date: 2025-05-19 13:43:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008876 {#2860 date: 2026-07-14 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2863 …} -Children: Doctrine\ORM\PersistentCollection {#2866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】除毛クリーム" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "除毛クリーム" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2869 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488849292 {#2867 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2868 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2870 …} -Children: Doctrine\ORM\PersistentCollection {#2873 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2876 -id: 16 -name: "【フェムケア】スクラブ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1738914223 {#2874 date: 2025-02-07 16:43:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762969 {#2875 date: 2026-06-18 15:09:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2877 …} -Children: Doctrine\ORM\PersistentCollection {#2880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】スクラブ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "49" -recommend_smsid2: "50" -recommend_smsid3: "51" -deliv_hinmei: "ジェリーウォッシュスクラブ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 200 -postback_gid: "125" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2887 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488849292 {#2881 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2882 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2888 …} -Children: Doctrine\ORM\PersistentCollection {#2891 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2892 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488849292 {#2883 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2884 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2893 …} -Children: Doctrine\ORM\PersistentCollection {#2896 …} -Parent: Eccube\Entity\Category {#2887} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2897 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488849292 {#2885 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2886 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2898 …} -Children: Doctrine\ORM\PersistentCollection {#2901 …} -Parent: Eccube\Entity\Category {#2892} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2904 -id: 15 -name: "その他" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1734329120 {#2902 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1734329120 {#2903 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2905 …} -Children: Doctrine\ORM\PersistentCollection {#2908 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2911 -id: 9 -name: "シトルリン" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1707286444 {#2909 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707286444 {#2910 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2912 …} -Children: Doctrine\ORM\PersistentCollection {#2915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "シトルリンサプリ" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品" -order_smsid: 9 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2918 -id: 14 -name: "プレゼント" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1716361637 {#2916 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1716361637 {#2917 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2919 …} -Children: Doctrine\ORM\PersistentCollection {#2922 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "プレゼント" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2925 -id: 7 -name: "その他" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1697606166 {#2923 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697606166 {#2924 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2926 …} -Children: Doctrine\ORM\PersistentCollection {#2929 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "1" -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2932 -id: 11 -name: "ヘアオイル" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710988927 {#2930 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988927 {#2931 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2933 …} -Children: Doctrine\ORM\PersistentCollection {#2936 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ヘアオイル" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ヘアオイル" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2939 -id: 13 -name: "【フェムケア】ウォッシュ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1716361619 {#2937 date: 2024-05-22 16:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780629975 {#2938 date: 2026-06-05 12:26:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2940 …} -Children: Doctrine\ORM\PersistentCollection {#2943 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】ウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2946 -id: 8 -name: "活力サプリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1697606085 {#2944 date: 2023-10-18 14:14:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765248179 {#2945 date: 2025-12-09 11:42:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2947 …} -Children: Doctrine\ORM\PersistentCollection {#2950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "活力サプリ" -is_summary_sheet: 1 -brand_id: 1 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "養宝珠\u{3000}カスタマーセンター" -recommend_smsid: "1" -recommend_smsid2: "2" -recommend_smsid3: "3" -deliv_hinmei: "健康食品" -order_smsid: 7 -upsell_smsid: 8 -crosssell_smsid: 9 -line_remake_id: 2 -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2953 -id: 10 -name: "ブラトリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1710988916 {#2951 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988916 {#2952 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2954 …} -Children: Doctrine\ORM\PersistentCollection {#2957 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ブラトリ" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ブラトリ\u{3000}カスタマーセンター" -recommend_smsid: "4" -recommend_smsid2: "5" -recommend_smsid3: "6" -deliv_hinmei: "ヘアトリートメント" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2960 -id: 12 -name: "【フェムケア】オイル" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1716361611 {#2958 date: 2024-05-22 16:06:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762958 {#2959 date: 2026-06-18 15:09:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2961 …} -Children: Doctrine\ORM\PersistentCollection {#2964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】オイル" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ユリイロ\u{3000}カスタマーセンター" -recommend_smsid: "B4DA3BEEB1F3C03D" -recommend_smsid2: "FC14415045EDABCB" -recommend_smsid3: "1464DF6A79680043" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 102 -postback_gid: "87" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2969 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488849292 {#2965 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2966 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2970 …} -Children: Doctrine\ORM\PersistentCollection {#2973 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2974 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488849292 {#2967 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2968 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2975 …} -Children: Doctrine\ORM\PersistentCollection {#2978 …} -Parent: Eccube\Entity\Category {#2969} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
same as passed value |
| required | false |
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 | "NameWithLevel" |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4651 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2080 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4670 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#2732 …} } |
| choices | [ Eccube\Entity\Category {#2423 -id: 24 -name: "【メンズケア】スクラブウォッシュ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1780630093 {#2424 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780630093 {#2681 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2691 …} -Children: Doctrine\ORM\PersistentCollection {#2751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】スクラブウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 2 -postback_type: null } Eccube\Entity\Category {#2748 -id: 23 -name: "【メンズケア】オイルミスト" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1780630065 {#2750 date: 2026-06-05 12:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1782882800 {#2749 date: 2026-07-01 14:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2747 …} -Children: Doctrine\ORM\PersistentCollection {#2744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】オイルミスト" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "5C371C0A352778AE" -recommend_smsid2: "D5552AF8815A03D4" -recommend_smsid3: "922A098E3DB5EF6D" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 400 -postback_gid: "178" -category_group_id: 2 -postback_type: 1 } Eccube\Entity\Category {#2741 -id: 22 -name: "【その他】クロス化粧品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1770091650 {#2743 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770091650 {#2742 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2740 …} -Children: Doctrine\ORM\PersistentCollection {#2768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】クロス化粧品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2762 -id: 21 -name: "【その他】NMN茶" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1769490037 {#2766 date: 2026-01-27 14:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008896 {#2764 date: 2026-07-14 15:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2760 …} -Children: Doctrine\ORM\PersistentCollection {#2758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】NMN茶" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品(お茶)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2823 -id: 20 -name: "【エイジングケア】エッセンス" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1760926371 {#2825 date: 2025-10-20 11:12:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762982 {#2824 date: 2026-06-18 15:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2817 …} -Children: Doctrine\ORM\PersistentCollection {#2777 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "エイジングエッセンス" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "05FCE197194719DE" -recommend_smsid2: "E63A8C9CC9105E18" -recommend_smsid3: "0D92F97257C21059" -deliv_hinmei: "リンクルエッセンス(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 300 -postback_gid: "144" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2786 -id: 19 -name: "【その他】ポイント交換品" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1760926249 {#2776 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760926249 {#2775 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2787 …} -Children: Doctrine\ORM\PersistentCollection {#2790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ポイント交換品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2793 -id: 18 -name: "【その他】アロエジュース" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1750733027 {#2791 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1750733027 {#2792 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2794 …} -Children: Doctrine\ORM\PersistentCollection {#2797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "アロエジュース" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "飲料" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2862 -id: 17 -name: "【その他】除毛クリーム" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1747629814 {#2861 date: 2025-05-19 13:43:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008876 {#2860 date: 2026-07-14 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2863 …} -Children: Doctrine\ORM\PersistentCollection {#2866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】除毛クリーム" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "除毛クリーム" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2869 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488849292 {#2867 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2868 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2870 …} -Children: Doctrine\ORM\PersistentCollection {#2873 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2876 -id: 16 -name: "【フェムケア】スクラブ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1738914223 {#2874 date: 2025-02-07 16:43:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762969 {#2875 date: 2026-06-18 15:09:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2877 …} -Children: Doctrine\ORM\PersistentCollection {#2880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】スクラブ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "49" -recommend_smsid2: "50" -recommend_smsid3: "51" -deliv_hinmei: "ジェリーウォッシュスクラブ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 200 -postback_gid: "125" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2887 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488849292 {#2881 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2882 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2888 …} -Children: Doctrine\ORM\PersistentCollection {#2891 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2892 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488849292 {#2883 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2884 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2893 …} -Children: Doctrine\ORM\PersistentCollection {#2896 …} -Parent: Eccube\Entity\Category {#2887} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2897 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488849292 {#2885 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2886 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2898 …} -Children: Doctrine\ORM\PersistentCollection {#2901 …} -Parent: Eccube\Entity\Category {#2892} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2904 -id: 15 -name: "その他" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1734329120 {#2902 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1734329120 {#2903 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2905 …} -Children: Doctrine\ORM\PersistentCollection {#2908 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2911 -id: 9 -name: "シトルリン" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1707286444 {#2909 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707286444 {#2910 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2912 …} -Children: Doctrine\ORM\PersistentCollection {#2915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "シトルリンサプリ" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品" -order_smsid: 9 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2918 -id: 14 -name: "プレゼント" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1716361637 {#2916 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1716361637 {#2917 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2919 …} -Children: Doctrine\ORM\PersistentCollection {#2922 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "プレゼント" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2925 -id: 7 -name: "その他" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1697606166 {#2923 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697606166 {#2924 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2926 …} -Children: Doctrine\ORM\PersistentCollection {#2929 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "1" -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2932 -id: 11 -name: "ヘアオイル" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710988927 {#2930 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988927 {#2931 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2933 …} -Children: Doctrine\ORM\PersistentCollection {#2936 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ヘアオイル" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ヘアオイル" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2939 -id: 13 -name: "【フェムケア】ウォッシュ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1716361619 {#2937 date: 2024-05-22 16:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780629975 {#2938 date: 2026-06-05 12:26:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2940 …} -Children: Doctrine\ORM\PersistentCollection {#2943 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】ウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } Eccube\Entity\Category {#2946 -id: 8 -name: "活力サプリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1697606085 {#2944 date: 2023-10-18 14:14:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765248179 {#2945 date: 2025-12-09 11:42:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2947 …} -Children: Doctrine\ORM\PersistentCollection {#2950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "活力サプリ" -is_summary_sheet: 1 -brand_id: 1 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "養宝珠\u{3000}カスタマーセンター" -recommend_smsid: "1" -recommend_smsid2: "2" -recommend_smsid3: "3" -deliv_hinmei: "健康食品" -order_smsid: 7 -upsell_smsid: 8 -crosssell_smsid: 9 -line_remake_id: 2 -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2953 -id: 10 -name: "ブラトリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1710988916 {#2951 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988916 {#2952 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2954 …} -Children: Doctrine\ORM\PersistentCollection {#2957 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ブラトリ" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ブラトリ\u{3000}カスタマーセンター" -recommend_smsid: "4" -recommend_smsid2: "5" -recommend_smsid3: "6" -deliv_hinmei: "ヘアトリートメント" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2960 -id: 12 -name: "【フェムケア】オイル" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1716361611 {#2958 date: 2024-05-22 16:06:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762958 {#2959 date: 2026-06-18 15:09:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2961 …} -Children: Doctrine\ORM\PersistentCollection {#2964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】オイル" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ユリイロ\u{3000}カスタマーセンター" -recommend_smsid: "B4DA3BEEB1F3C03D" -recommend_smsid2: "FC14415045EDABCB" -recommend_smsid3: "1464DF6A79680043" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 102 -postback_gid: "87" -category_group_id: 1 -postback_type: 1 } Eccube\Entity\Category {#2969 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488849292 {#2965 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2966 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2970 …} -Children: Doctrine\ORM\PersistentCollection {#2973 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } Eccube\Entity\Category {#2974 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488849292 {#2967 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2968 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2975 …} -Children: Doctrine\ORM\PersistentCollection {#2978 …} -Parent: Eccube\Entity\Category {#2969} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } ] |
| 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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerQV0jQsh\EntityManagerGhost405d6b2 {#883 …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 {#2436 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQV0jQsh\EntityManagerGhost405d6b2 {#883 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2442 …} } |
| 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 | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#4659 …} $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 | [ 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4700 +data: Eccube\Entity\Category {#2423 -id: 24 -name: "【メンズケア】スクラブウォッシュ" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1780630093 {#2424 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780630093 {#2681 date: 2026-06-05 12:28:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2691 …} -Children: Doctrine\ORM\PersistentCollection {#2751 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】スクラブウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 2 -postback_type: null } +value: "24" +label: "【メンズケア】スクラブウォッシュ" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4701 +data: Eccube\Entity\Category {#2748 -id: 23 -name: "【メンズケア】オイルミスト" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1780630065 {#2750 date: 2026-06-05 12:27:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1782882800 {#2749 date: 2026-07-01 14:13:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2747 …} -Children: Doctrine\ORM\PersistentCollection {#2744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "【メンズケア】オイルミスト" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "5C371C0A352778AE" -recommend_smsid2: "D5552AF8815A03D4" -recommend_smsid3: "922A098E3DB5EF6D" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 400 -postback_gid: "178" -category_group_id: 2 -postback_type: 1 } +value: "23" +label: "【メンズケア】オイルミスト" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: Eccube\Entity\Category {#2741 -id: 22 -name: "【その他】クロス化粧品" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1770091650 {#2743 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1770091650 {#2742 date: 2026-02-03 13:07:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2740 …} -Children: Doctrine\ORM\PersistentCollection {#2768 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】クロス化粧品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "22" +label: "【その他】クロス化粧品" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4703 +data: Eccube\Entity\Category {#2762 -id: 21 -name: "【その他】NMN茶" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1769490037 {#2766 date: 2026-01-27 14:00:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008896 {#2764 date: 2026-07-14 15:01:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2760 …} -Children: Doctrine\ORM\PersistentCollection {#2758 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】NMN茶" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品(お茶)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } +value: "21" +label: "【その他】NMN茶" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4704 +data: Eccube\Entity\Category {#2823 -id: 20 -name: "【エイジングケア】エッセンス" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1760926371 {#2825 date: 2025-10-20 11:12:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762982 {#2824 date: 2026-06-18 15:09:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2817 …} -Children: Doctrine\ORM\PersistentCollection {#2777 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "エイジングエッセンス" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "05FCE197194719DE" -recommend_smsid2: "E63A8C9CC9105E18" -recommend_smsid3: "0D92F97257C21059" -deliv_hinmei: "リンクルエッセンス(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 300 -postback_gid: "144" -category_group_id: 1 -postback_type: 1 } +value: "20" +label: "【エイジングケア】エッセンス" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4705 +data: Eccube\Entity\Category {#2786 -id: 19 -name: "【その他】ポイント交換品" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1760926249 {#2776 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1760926249 {#2775 date: 2025-10-20 11:10:49.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2787 …} -Children: Doctrine\ORM\PersistentCollection {#2790 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ポイント交換品" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "化粧品" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "19" +label: "【その他】ポイント交換品" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4706 +data: Eccube\Entity\Category {#2793 -id: 18 -name: "【その他】アロエジュース" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1750733027 {#2791 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1750733027 {#2792 date: 2025-06-24 11:43:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2794 …} -Children: Doctrine\ORM\PersistentCollection {#2797 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "アロエジュース" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "飲料" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "18" +label: "【その他】アロエジュース" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4707 +data: Eccube\Entity\Category {#2862 -id: 17 -name: "【その他】除毛クリーム" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1747629814 {#2861 date: 2025-05-19 13:43:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1784008876 {#2860 date: 2026-07-14 15:01:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2863 …} -Children: Doctrine\ORM\PersistentCollection {#2866 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【その他】除毛クリーム" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "除毛クリーム" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } +value: "17" +label: "【その他】除毛クリーム" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4708 +data: Eccube\Entity\Category {#2869 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488849292 {#2867 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2868 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2870 …} -Children: Doctrine\ORM\PersistentCollection {#2873 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "2" +label: "新入荷" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4709 +data: Eccube\Entity\Category {#2876 -id: 16 -name: "【フェムケア】スクラブ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1738914223 {#2874 date: 2025-02-07 16:43:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762969 {#2875 date: 2026-06-18 15:09:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2877 …} -Children: Doctrine\ORM\PersistentCollection {#2880 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】スクラブ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: "49" -recommend_smsid2: "50" -recommend_smsid3: "51" -deliv_hinmei: "ジェリーウォッシュスクラブ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 200 -postback_gid: "125" -category_group_id: 1 -postback_type: 1 } +value: "16" +label: "【フェムケア】スクラブ" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4710 +data: Eccube\Entity\Category {#2887 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488849292 {#2881 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2882 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2888 …} -Children: Doctrine\ORM\PersistentCollection {#2891 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "1" +label: "ジェラート" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4711 +data: Eccube\Entity\Category {#2892 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488849292 {#2883 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2884 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2893 …} -Children: Doctrine\ORM\PersistentCollection {#2896 …} -Parent: Eccube\Entity\Category {#2887} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "3" +label: "\u{3000}彩のデザート" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4712 +data: Eccube\Entity\Category {#2897 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488849292 {#2885 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2886 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2898 …} -Children: Doctrine\ORM\PersistentCollection {#2901 …} -Parent: Eccube\Entity\Category {#2892} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "4" +label: "\u{3000}\u{3000}CUBE" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4713 +data: Eccube\Entity\Category {#2904 -id: 15 -name: "その他" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1734329120 {#2902 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1734329120 {#2903 date: 2024-12-16 15:05:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2905 …} -Children: Doctrine\ORM\PersistentCollection {#2908 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "15" +label: "その他" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4714 +data: Eccube\Entity\Category {#2911 -id: 9 -name: "シトルリン" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1707286444 {#2909 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1707286444 {#2910 date: 2024-02-07 15:14:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2912 …} -Children: Doctrine\ORM\PersistentCollection {#2915 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "0" -category_name_official: "シトルリンサプリ" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "健康食品" -order_smsid: 9 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "9" +label: "シトルリン" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: Eccube\Entity\Category {#2918 -id: 14 -name: "プレゼント" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1716361637 {#2916 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1716361637 {#2917 date: 2024-05-22 16:07:17.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2919 …} -Children: Doctrine\ORM\PersistentCollection {#2922 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "プレゼント" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "14" +label: "プレゼント" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4716 +data: Eccube\Entity\Category {#2925 -id: 7 -name: "その他" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1697606166 {#2923 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1697606166 {#2924 date: 2023-10-18 14:16:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2926 …} -Children: Doctrine\ORM\PersistentCollection {#2929 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: "1" -category_name_official: "その他" -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "その他" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "7" +label: "その他" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4717 +data: Eccube\Entity\Category {#2932 -id: 11 -name: "ヘアオイル" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710988927 {#2930 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988927 {#2931 date: 2024-03-21 11:42:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2933 …} -Children: Doctrine\ORM\PersistentCollection {#2936 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ヘアオイル" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ヘアオイル" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "11" +label: "ヘアオイル" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4718 +data: Eccube\Entity\Category {#2939 -id: 13 -name: "【フェムケア】ウォッシュ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1716361619 {#2937 date: 2024-05-22 16:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1780629975 {#2938 date: 2026-06-05 12:26:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2940 …} -Children: Doctrine\ORM\PersistentCollection {#2943 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】ウォッシュ" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: "ボディウォッシュ(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: 1 -postback_type: null } +value: "13" +label: "【フェムケア】ウォッシュ" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4719 +data: Eccube\Entity\Category {#2946 -id: 8 -name: "活力サプリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1697606085 {#2944 date: 2023-10-18 14:14:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765248179 {#2945 date: 2025-12-09 11:42:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2947 …} -Children: Doctrine\ORM\PersistentCollection {#2950 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "活力サプリ" -is_summary_sheet: 1 -brand_id: 1 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "養宝珠\u{3000}カスタマーセンター" -recommend_smsid: "1" -recommend_smsid2: "2" -recommend_smsid3: "3" -deliv_hinmei: "健康食品" -order_smsid: 7 -upsell_smsid: 8 -crosssell_smsid: 9 -line_remake_id: 2 -postback_gid: null -category_group_id: null -postback_type: null } +value: "8" +label: "活力サプリ" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +data: Eccube\Entity\Category {#2953 -id: 10 -name: "ブラトリ" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1710988916 {#2951 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1710988916 {#2952 date: 2024-03-21 11:41:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2954 …} -Children: Doctrine\ORM\PersistentCollection {#2957 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "ブラトリ" -is_summary_sheet: 0 -brand_id: 2 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ブラトリ\u{3000}カスタマーセンター" -recommend_smsid: "4" -recommend_smsid2: "5" -recommend_smsid3: "6" -deliv_hinmei: "ヘアトリートメント" -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "10" +label: "ブラトリ" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4721 +data: Eccube\Entity\Category {#2960 -id: 12 -name: "【フェムケア】オイル" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1716361611 {#2958 date: 2024-05-22 16:06:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1781762958 {#2959 date: 2026-06-18 15:09:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2961 …} -Children: Doctrine\ORM\PersistentCollection {#2964 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2675 …} -weight: null -category_name_official: "【フェムケア】オイル" -is_summary_sheet: 0 -brand_id: 3 -is_realtime: 1 -realtime_disp_per: "100" -recommend_smstitle: "ユリイロ\u{3000}カスタマーセンター" -recommend_smsid: "B4DA3BEEB1F3C03D" -recommend_smsid2: "FC14415045EDABCB" -recommend_smsid3: "1464DF6A79680043" -deliv_hinmei: "美容オイル(ガスなし、引火点60度超、アルコール24%以下)" -order_smsid: 19 -upsell_smsid: null -crosssell_smsid: null -line_remake_id: 102 -postback_gid: "87" -category_group_id: 1 -postback_type: 1 } +value: "12" +label: "【フェムケア】オイル" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4722 +data: Eccube\Entity\Category {#2969 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488849292 {#2965 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2966 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2970 …} -Children: Doctrine\ORM\PersistentCollection {#2973 …} -Parent: null -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "5" +label: "アイスサンド" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4723 +data: Eccube\Entity\Category {#2974 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488849292 {#2967 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488849292 {#2968 date: 2017-03-07 10:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2975 …} -Children: Doctrine\ORM\PersistentCollection {#2978 …} -Parent: Eccube\Entity\Category {#2969} -Creator: null -weight: "0" -category_name_official: null -is_summary_sheet: 0 -brand_id: 1 -is_realtime: 0 -realtime_disp_per: "100" -recommend_smstitle: null -recommend_smsid: null -recommend_smsid2: null -recommend_smsid3: null -deliv_hinmei: null -order_smsid: null -upsell_smsid: null -crosssell_smsid: null -line_remake_id: null -postback_gid: null -category_group_id: null -postback_type: null } +value: "6" +label: "\u{3000}フルーツ" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4693 -errors: [] -form: Symfony\Component\Form\Form {#4672 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4692 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#4699 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 | "-------------------" |
| separator_html | false |
| 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 |
same as passed value |
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 {#899 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#897 …} -namespace: Closure() {#895 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4658 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() {#4663 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1207 …} $message: Closure() {#4649 …} $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 {#4724 -errors: [] -form: Symfony\Component\Form\Form {#4683 …} } |
| form | Symfony\Component\Form\FormView {#4698 …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 | "" |