- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 22027
- Events
- Routing
- Cache
- Translation 85
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
company
-
name
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
fax
-
email
-
type
-
etc
-
memo
-
-
product_code1
-
product_name1
-
quantity1
-
print1
-
han1
-
color1
-
product_code2
-
product_name2
-
quantity2
-
print2
-
han2
-
color2
-
product_code3
-
product_name3
-
quantity3
-
print3
-
han3
-
color3
-
product_code4
-
product_name4
-
quantity4
-
print4
-
han4
-
color4
-
product_code5
-
product_name5
-
quantity5
-
print5
-
han5
-
color5
-
product_code6
-
product_name6
-
quantity6
-
print6
-
han6
-
color6
-
product_code7
-
product_name7
-
quantity7
-
print7
-
han7
-
color7
-
product_code8
-
product_name8
-
quantity8
-
print8
-
han8
-
color8
-
-
recaptcha_response
-
_token
-
-
-
category_id
-
name
-
orderform
"Customize\Form\Type\Front\OrderFormType"
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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4139 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "orderform" "_orderform" ] |
| cache_key | "_orderform_orderform" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5182 -form: Symfony\Component\Form\Form {#4405 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5181 …5} |
| full_name | "orderform" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "orderform" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform" |
| valid | true |
| value | null |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4147 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4147 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| 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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4147 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4205 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4203 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_company" ] |
| cache_key | "_orderform_company_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 {#5186 -form: Symfony\Component\Form\Form {#4408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5185 …5} |
| full_name | "orderform[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_company" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_company" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4148 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4148 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| 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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4148 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4214 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4215 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_name" ] |
| cache_key | "_orderform_name_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5215 -form: Symfony\Component\Form\Form {#4411 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5216 …5} |
| full_name | "orderform[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_name" |
| valid | true |
| value | "" |
postal_code
"Eccube\Form\Type\PostalType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4238 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4239 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 8 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4240 +payload: null +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4236 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-postal-code" "placeholder" => "common.postal_code_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "postal" "_orderform_postal_code" ] |
| cache_key | "_orderform_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 {#5217 -form: Symfony\Component\Form\Form {#4414 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5218 …5} |
| full_name | "orderform[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_postal_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postal_code" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4254 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "attr" => [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] ] |
| addr02_name | "addr02" |
| addr02_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#4255 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] "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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| pref_name | "pref" |
| pref_options | [ "constraints" => [] "attr" => [ "class" => "p-region-id" ] ] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4259 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4258 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_orderform_address" ] |
| cache_key | "_orderform_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 {#5315 -form: Symfony\Component\Form\Form {#4484 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5316 …5} |
| full_name | "orderform[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pref_name | "pref" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_address" |
| valid | true |
| value | null |
pref
"Eccube\Form\Type\Master\PrefType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-region-id" ] |
[ "class" => "p-region-id" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4266 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4266 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4433 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4464 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4447 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4446 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4448 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4452 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3620 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4266 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4452 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3620 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__pref" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#4441 -_em: Doctrine\ORM\EntityManager {#601 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4443 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4444 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4445 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Pref m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4442 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4436 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_orderform_address_pref" ] |
| cache_key | "_orderform_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5321 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#5338 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5323 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#5339 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5325 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#5340 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5328 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#5341 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5327 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#5342 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5322 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#5343 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5334 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#5344 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5332 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#5345 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5331 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#5346 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5324 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#5347 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5335 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#5348 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5384 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#5349 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5385 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#5350 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5386 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#5351 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5387 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#5352 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5388 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#5353 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5389 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#5354 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5390 +label: "福井県" +value: "18" +data: Eccube\Entity\Master\Pref {#5355 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5391 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#5356 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5392 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#5357 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5393 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#5358 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5394 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#5359 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5395 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#5360 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5396 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#5361 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5397 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#5362 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5398 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#5363 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5399 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#5364 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5400 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#5365 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5401 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#5366 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5402 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#5367 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5403 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#5368 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5404 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#5369 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5405 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#5370 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5406 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#5371 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5407 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#5372 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5408 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#5373 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5409 +label: "香川県" +value: "37" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#3655 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5410 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#5374 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5411 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#5375 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5412 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#5376 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5413 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#5377 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5414 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#5378 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5415 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#5379 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5416 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#5380 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5417 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#5381 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5418 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#5382 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5419 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#5383 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5320 -form: Symfony\Component\Form\Form {#4487 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5319 …5} |
| full_name | "orderform[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_address_pref" |
| is_selected | Closure($choice, $value) {#5421 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pref" |
| placeholder | "common.select__pref" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_address_pref" |
| valid | true |
| value | "" |
addr01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
[ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4267 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4254 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4267 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4254 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4267 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4254 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4456 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-locality p-street-address" "placeholder" => "common.address_sample_01" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_address_addr01" ] |
| cache_key | "_orderform_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 {#5422 -form: Symfony\Component\Form\Form {#4490 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5423 …5} |
| full_name | "orderform[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_address_addr01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_address_addr01" |
| valid | true |
| value | "" |
addr02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
[ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4268 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4255 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4268 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4255 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4268 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4255 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4474 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4476 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4475 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-extended-address" "placeholder" => "common.address_sample_02" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_address_addr02" ] |
| cache_key | "_orderform_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 {#5424 -form: Symfony\Component\Form\Form {#4493 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5425 …5} |
| full_name | "orderform[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_address_addr02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "addr02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_address_addr02" |
| valid | true |
| value | "" |
phone_number
"Eccube\Form\Type\PhoneNumberType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
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\NotBlank {#4278 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4279 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 14 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Type {#4280 +payload: null +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4276 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_orderform_phone_number" ] |
| cache_key | "_orderform_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 {#5317 -form: Symfony\Component\Form\Form {#4496 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5318 …5} |
| full_name | "orderform[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_phone_number" |
| valid | true |
| value | "" |
fax
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4291 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4292 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_fax" ] |
| cache_key | "_orderform_fax_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 {#5427 -form: Symfony\Component\Form\Form {#4499 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5426 …5} |
| full_name | "orderform[fax]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_fax" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fax" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_fax" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4149 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4150 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4149 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4150 +payload: null +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 {#4149 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#4150 +payload: null +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4307 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4306 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_orderform_email" ] |
| cache_key | "_orderform_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 {#5428 -form: Symfony\Component\Form\Form {#4502 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5429 …5} |
| full_name | "orderform[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_email" |
| valid | true |
| value | "" |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "1.婦人服" => "1.婦人服" "2.紳士服" => "2.紳士服" "3.衣料" => "3.衣料" "4.子供服" => "4.子供服" "5.洋品店" => "5.洋品店" "6.ブティック" => "6.ブティック" "7.呉服" => "7.呉服" "8.スポーツ" => "8.スポーツ" "9.ギフト" => "9.ギフト" "10.観光旅館" => "10.観光旅館" "11.雑貨" => "11.雑貨" "12.飲食店" => "12.飲食店" "13.寝装寝具" => "13.寝装寝具" "14.エステ" => "14.エステ" "15.美容室" => "15.美容室" "16.化粧品" => "16.化粧品" "17.百貨店" => "17.百貨店" "18.医療関係" => "18.医療関係" "19.組合" => "19.組合" "20.企画" => "20.企画" "21.デザイン" => "21.デザイン" "22.ブライダル" => "22.ブライダル" "23.ジュエリー" => "23.ジュエリー" "24.ビデオ店" => "24.ビデオ店" "25.学校" => "25.学校" "26.ロータリ" => "26.ロータリ" "27.造園" => "27.造園" "28.石材" => "28.石材" "29.木材" => "29.木材" "30.運送" => "30.運送" "31.工務店" => "31.工務店" "32.鉄工所" => "32.鉄工所" "33.建設" => "33.建設" "34.かわら" => "34.かわら" "35.重機" => "35.重機" "36.農機" => "36.農機" "37.製麺業者" => "37.製麺業者" "38.果実生産者" => "38.果実生産者" "39.その他" => "39.その他" "98個人" => "98個人" ] |
[ "1.婦人服" => "1.婦人服" "2.紳士服" => "2.紳士服" "3.衣料" => "3.衣料" "4.子供服" => "4.子供服" "5.洋品店" => "5.洋品店" "6.ブティック" => "6.ブティック" "7.呉服" => "7.呉服" "8.スポーツ" => "8.スポーツ" "9.ギフト" => "9.ギフト" "10.観光旅館" => "10.観光旅館" "11.雑貨" => "11.雑貨" "12.飲食店" => "12.飲食店" "13.寝装寝具" => "13.寝装寝具" "14.エステ" => "14.エステ" "15.美容室" => "15.美容室" "16.化粧品" => "16.化粧品" "17.百貨店" => "17.百貨店" "18.医療関係" => "18.医療関係" "19.組合" => "19.組合" "20.企画" => "20.企画" "21.デザイン" => "21.デザイン" "22.ブライダル" => "22.ブライダル" "23.ジュエリー" => "23.ジュエリー" "24.ビデオ店" => "24.ビデオ店" "25.学校" => "25.学校" "26.ロータリ" => "26.ロータリ" "27.造園" => "27.造園" "28.石材" => "28.石材" "29.木材" => "29.木材" "30.運送" => "30.運送" "31.工務店" => "31.工務店" "32.鉄工所" => "32.鉄工所" "33.建設" => "33.建設" "34.かわら" => "34.かわら" "35.重機" => "35.重機" "36.農機" => "36.農機" "37.製麺業者" => "37.製麺業者" "38.果実生産者" => "38.果実生産者" "39.その他" => "39.その他" "98個人" => "98個人" ] |
| placeholder | "選択してください" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "1.婦人服" => "1.婦人服" "2.紳士服" => "2.紳士服" "3.衣料" => "3.衣料" "4.子供服" => "4.子供服" "5.洋品店" => "5.洋品店" "6.ブティック" => "6.ブティック" "7.呉服" => "7.呉服" "8.スポーツ" => "8.スポーツ" "9.ギフト" => "9.ギフト" "10.観光旅館" => "10.観光旅館" "11.雑貨" => "11.雑貨" "12.飲食店" => "12.飲食店" "13.寝装寝具" => "13.寝装寝具" "14.エステ" => "14.エステ" "15.美容室" => "15.美容室" "16.化粧品" => "16.化粧品" "17.百貨店" => "17.百貨店" "18.医療関係" => "18.医療関係" "19.組合" => "19.組合" "20.企画" => "20.企画" "21.デザイン" => "21.デザイン" "22.ブライダル" => "22.ブライダル" "23.ジュエリー" => "23.ジュエリー" "24.ビデオ店" => "24.ビデオ店" "25.学校" => "25.学校" "26.ロータリ" => "26.ロータリ" "27.造園" => "27.造園" "28.石材" => "28.石材" "29.木材" => "29.木材" "30.運送" => "30.運送" "31.工務店" => "31.工務店" "32.鉄工所" => "32.鉄工所" "33.建設" => "33.建設" "34.かわら" => "34.かわら" "35.重機" => "35.重機" "36.農機" => "36.農機" "37.製麺業者" => "37.製麺業者" "38.果実生産者" => "38.果実生産者" "39.その他" => "39.その他" "98個人" => "98個人" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "選択してください" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4330 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_type" ] |
| cache_key | "_orderform_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5432 +label: "1.婦人服" +value: "1.婦人服" +data: "1.婦人服" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5433 +label: "2.紳士服" +value: "2.紳士服" +data: "2.紳士服" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5434 +label: "3.衣料" +value: "3.衣料" +data: "3.衣料" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5435 +label: "4.子供服" +value: "4.子供服" +data: "4.子供服" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5436 +label: "5.洋品店" +value: "5.洋品店" +data: "5.洋品店" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5437 +label: "6.ブティック" +value: "6.ブティック" +data: "6.ブティック" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5438 +label: "7.呉服" +value: "7.呉服" +data: "7.呉服" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5439 +label: "8.スポーツ" +value: "8.スポーツ" +data: "8.スポーツ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5440 +label: "9.ギフト" +value: "9.ギフト" +data: "9.ギフト" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5441 +label: "10.観光旅館" +value: "10.観光旅館" +data: "10.観光旅館" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5442 +label: "11.雑貨" +value: "11.雑貨" +data: "11.雑貨" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5443 +label: "12.飲食店" +value: "12.飲食店" +data: "12.飲食店" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5444 +label: "13.寝装寝具" +value: "13.寝装寝具" +data: "13.寝装寝具" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5445 +label: "14.エステ" +value: "14.エステ" +data: "14.エステ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5446 +label: "15.美容室" +value: "15.美容室" +data: "15.美容室" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5447 +label: "16.化粧品" +value: "16.化粧品" +data: "16.化粧品" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5448 +label: "17.百貨店" +value: "17.百貨店" +data: "17.百貨店" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5449 +label: "18.医療関係" +value: "18.医療関係" +data: "18.医療関係" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5450 +label: "19.組合" +value: "19.組合" +data: "19.組合" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5451 +label: "20.企画" +value: "20.企画" +data: "20.企画" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5452 +label: "21.デザイン" +value: "21.デザイン" +data: "21.デザイン" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5453 +label: "22.ブライダル" +value: "22.ブライダル" +data: "22.ブライダル" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5454 +label: "23.ジュエリー" +value: "23.ジュエリー" +data: "23.ジュエリー" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5455 +label: "24.ビデオ店" +value: "24.ビデオ店" +data: "24.ビデオ店" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5456 +label: "25.学校" +value: "25.学校" +data: "25.学校" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5457 +label: "26.ロータリ" +value: "26.ロータリ" +data: "26.ロータリ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5458 +label: "27.造園" +value: "27.造園" +data: "27.造園" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5459 +label: "28.石材" +value: "28.石材" +data: "28.石材" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5460 +label: "29.木材" +value: "29.木材" +data: "29.木材" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5461 +label: "30.運送" +value: "30.運送" +data: "30.運送" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5462 +label: "31.工務店" +value: "31.工務店" +data: "31.工務店" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5463 +label: "32.鉄工所" +value: "32.鉄工所" +data: "32.鉄工所" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5464 +label: "33.建設" +value: "33.建設" +data: "33.建設" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5465 +label: "34.かわら" +value: "34.かわら" +data: "34.かわら" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5466 +label: "35.重機" +value: "35.重機" +data: "35.重機" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5467 +label: "36.農機" +value: "36.農機" +data: "36.農機" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5468 +label: "37.製麺業者" +value: "37.製麺業者" +data: "37.製麺業者" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5469 +label: "38.果実生産者" +value: "38.果実生産者" +data: "38.果実生産者" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5470 +label: "39.その他" +value: "39.その他" +data: "39.その他" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5471 +label: "98個人" +value: "98個人" +data: "98個人" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5430 -form: Symfony\Component\Form\Form {#4505 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5431 …5} |
| full_name | "orderform[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_type" |
| is_selected | Closure($choice, $value) {#5473 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | "選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_type" |
| valid | true |
| value | "" |
etc
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4344 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_etc" ] |
| cache_key | "_orderform_etc_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 {#5474 -form: Symfony\Component\Form\Form {#4508 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5475 …5} |
| full_name | "orderform[etc]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_etc" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "etc" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_etc" |
| valid | true |
| value | "" |
memo
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | """ ○プリント希望で新規・改版のお客様は原稿の送付方法を選択ください。\n ※当てはまらないものは削除してください\n \n 1.データをメールで後ほど添付(store@lemanze.com)\n ・データ種類 :(拡張子をご記入ください)\n ・作成アプリケーションソフト :(illustrator等)\n ・作成OS種類 : Win or Mac\n \n 2.FAXにて送信します(FAX:0875-73-5587)\n \n 3.郵送または運送便にて送付します\n \n ○その他ご質問等ございましたらお書きください """ |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | """ ○プリント希望で新規・改版のお客様は原稿の送付方法を選択ください。\n ※当てはまらないものは削除してください\n \n 1.データをメールで後ほど添付(store@lemanze.com)\n ・データ種類 :(拡張子をご記入ください)\n ・作成アプリケーションソフト :(illustrator等)\n ・作成OS種類 : Win or Mac\n \n 2.FAXにて送信します(FAX:0875-73-5587)\n \n 3.郵送または運送便にて送付します\n \n ○その他ご質問等ございましたらお書きください """ |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data | """ ○プリント希望で新規・改版のお客様は原稿の送付方法を選択ください。\n ※当てはまらないものは削除してください\n \n 1.データをメールで後ほど添付(store@lemanze.com)\n ・データ種類 :(拡張子をご記入ください)\n ・作成アプリケーションソフト :(illustrator等)\n ・作成OS種類 : Win or Mac\n \n 2.FAXにて送信します(FAX:0875-73-5587)\n \n 3.郵送または運送便にて送付します\n \n ○その他ご質問等ございましたらお書きください """ |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4359 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_orderform_memo" ] |
| cache_key | "_orderform_memo_textarea" |
| compound | false |
| data | """ ○プリント希望で新規・改版のお客様は原稿の送付方法を選択ください。\n ※当てはまらないものは削除してください\n \n 1.データをメールで後ほど添付(store@lemanze.com)\n ・データ種類 :(拡張子をご記入ください)\n ・作成アプリケーションソフト :(illustrator等)\n ・作成OS種類 : Win or Mac\n \n 2.FAXにて送信します(FAX:0875-73-5587)\n \n 3.郵送または運送便にて送付します\n \n ○その他ご質問等ございましたらお書きください """ |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5476 -form: Symfony\Component\Form\Form {#4511 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5477 …5} |
| full_name | "orderform[memo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_memo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "memo" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_memo" |
| valid | true |
| value | """ ○プリント希望で新規・改版のお客様は原稿の送付方法を選択ください。\n ※当てはまらないものは削除してください\n \n 1.データをメールで後ほど添付(store@lemanze.com)\n ・データ種類 :(拡張子をご記入ください)\n ・作成アプリケーションソフト :(illustrator等)\n ・作成OS種類 : Win or Mac\n \n 2.FAXにて送信します(FAX:0875-73-5587)\n \n 3.郵送または運送便にて送付します\n \n ○その他ご質問等ございましたらお書きください """ |
order_detail_block
"Customize\Form\Type\OrderDetailsBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4373 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4374 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "order_detail_block" "_orderform_order_detail_block" ] |
| cache_key | "_orderform_order_detail_block_order_detail_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 {#5478 -form: Symfony\Component\Form\Form {#5029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5479 …5} |
| full_name | "orderform[order_detail_block]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "order_detail_block" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block" |
| valid | true |
| value | null |
product_code1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4515 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4517 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4516 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code1" ] |
| cache_key | "_orderform_order_detail_block_product_code1_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 {#5483 -form: Symfony\Component\Form\Form {#5032 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5482 …5} |
| full_name | "orderform[order_detail_block][product_code1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code1" |
| valid | true |
| value | "" |
product_name1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4526 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4527 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name1" ] |
| cache_key | "_orderform_order_detail_block_product_name1_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 {#5484 -form: Symfony\Component\Form\Form {#5035 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5485 …5} |
| full_name | "orderform[order_detail_block][product_name1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name1" |
| valid | true |
| value | "" |
quantity1
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4382 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4382 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4382 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4541 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity1" ] |
| cache_key | "_orderform_order_detail_block_quantity1_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5486 -form: Symfony\Component\Form\Form {#5038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5487 …5} |
| full_name | "orderform[order_detail_block][quantity1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity1" |
| valid | true |
| value | "" |
print1
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4553 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print1" ] |
| cache_key | "_orderform_order_detail_block_print1_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5488 -form: Symfony\Component\Form\Form {#5041 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5489 …5} |
| full_name | "orderform[order_detail_block][print1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print1" |
| is_selected | Closure($choice, $value) {#5493 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print1" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print1" |
| valid | true |
| value | "" |
han1
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4566 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4565 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han1" ] |
| cache_key | "_orderform_order_detail_block_han1_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5494 -form: Symfony\Component\Form\Form {#5044 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5495 …5} |
| full_name | "orderform[order_detail_block][han1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han1" |
| is_selected | Closure($choice, $value) {#5499 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han1" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han1" |
| valid | true |
| value | "" |
color1
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4577 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color1" ] |
| cache_key | "_orderform_order_detail_block_color1_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5500 -form: Symfony\Component\Form\Form {#5047 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5501 …5} |
| full_name | "orderform[order_detail_block][color1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color1" |
| is_selected | Closure($choice, $value) {#5511 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color1" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color1" |
| valid | true |
| value | "" |
product_code2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4589 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4590 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code2" ] |
| cache_key | "_orderform_order_detail_block_product_code2_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 {#5512 -form: Symfony\Component\Form\Form {#5050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5513 …5} |
| full_name | "orderform[order_detail_block][product_code2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code2" |
| valid | true |
| value | "" |
product_name2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4600 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4601 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name2" ] |
| cache_key | "_orderform_order_detail_block_product_name2_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 {#5514 -form: Symfony\Component\Form\Form {#5053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5515 …5} |
| full_name | "orderform[order_detail_block][product_name2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name2" |
| valid | true |
| value | "" |
quantity2
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4383 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4383 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4383 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4611 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4612 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity2" ] |
| cache_key | "_orderform_order_detail_block_quantity2_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5516 -form: Symfony\Component\Form\Form {#5056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5517 …5} |
| full_name | "orderform[order_detail_block][quantity2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity2" |
| valid | true |
| value | "" |
print2
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4622 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print2" ] |
| cache_key | "_orderform_order_detail_block_print2_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5518 -form: Symfony\Component\Form\Form {#5059 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5519 …5} |
| full_name | "orderform[order_detail_block][print2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print2" |
| is_selected | Closure($choice, $value) {#5520 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print2" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print2" |
| valid | true |
| value | "" |
han2
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4633 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4632 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han2" ] |
| cache_key | "_orderform_order_detail_block_han2_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5521 -form: Symfony\Component\Form\Form {#5062 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5522 …5} |
| full_name | "orderform[order_detail_block][han2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han2" |
| is_selected | Closure($choice, $value) {#5523 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han2" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han2" |
| valid | true |
| value | "" |
color2
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4642 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color2" ] |
| cache_key | "_orderform_order_detail_block_color2_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5524 -form: Symfony\Component\Form\Form {#5065 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5525 …5} |
| full_name | "orderform[order_detail_block][color2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color2" |
| is_selected | Closure($choice, $value) {#5526 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color2" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color2" |
| valid | true |
| value | "" |
product_code3
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4652 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4653 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code3" ] |
| cache_key | "_orderform_order_detail_block_product_code3_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 {#5527 -form: Symfony\Component\Form\Form {#5068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5528 …5} |
| full_name | "orderform[order_detail_block][product_code3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code3" |
| valid | true |
| value | "" |
product_name3
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4664 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name3" ] |
| cache_key | "_orderform_order_detail_block_product_name3_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 {#5529 -form: Symfony\Component\Form\Form {#5071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5530 …5} |
| full_name | "orderform[order_detail_block][product_name3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name3" |
| valid | true |
| value | "" |
quantity3
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4384 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4384 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4384 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4674 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4675 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity3" ] |
| cache_key | "_orderform_order_detail_block_quantity3_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5531 -form: Symfony\Component\Form\Form {#5074 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5532 …5} |
| full_name | "orderform[order_detail_block][quantity3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity3" |
| valid | true |
| value | "" |
print3
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4686 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4685 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print3" ] |
| cache_key | "_orderform_order_detail_block_print3_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5533 -form: Symfony\Component\Form\Form {#5077 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5534 …5} |
| full_name | "orderform[order_detail_block][print3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print3" |
| is_selected | Closure($choice, $value) {#5535 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print3" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print3" |
| valid | true |
| value | "" |
han3
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4695 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han3" ] |
| cache_key | "_orderform_order_detail_block_han3_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5536 -form: Symfony\Component\Form\Form {#5080 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5537 …5} |
| full_name | "orderform[order_detail_block][han3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han3" |
| is_selected | Closure($choice, $value) {#5538 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han3" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han3" |
| valid | true |
| value | "" |
color3
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4705 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color3" ] |
| cache_key | "_orderform_order_detail_block_color3_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5539 -form: Symfony\Component\Form\Form {#5083 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5540 …5} |
| full_name | "orderform[order_detail_block][color3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color3" |
| is_selected | Closure($choice, $value) {#5541 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color3" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color3" |
| valid | true |
| value | "" |
product_code4
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4715 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4716 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code4" ] |
| cache_key | "_orderform_order_detail_block_product_code4_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 {#5542 -form: Symfony\Component\Form\Form {#5086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5543 …5} |
| full_name | "orderform[order_detail_block][product_code4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code4" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code4" |
| valid | true |
| value | "" |
product_name4
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4726 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4727 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name4" ] |
| cache_key | "_orderform_order_detail_block_product_name4_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 {#5544 -form: Symfony\Component\Form\Form {#5089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5545 …5} |
| full_name | "orderform[order_detail_block][product_name4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name4" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name4" |
| valid | true |
| value | "" |
quantity4
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4385 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4385 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4385 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4737 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4738 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity4" ] |
| cache_key | "_orderform_order_detail_block_quantity4_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5546 -form: Symfony\Component\Form\Form {#5092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5547 …5} |
| full_name | "orderform[order_detail_block][quantity4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity4" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity4" |
| valid | true |
| value | "" |
print4
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4748 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print4" ] |
| cache_key | "_orderform_order_detail_block_print4_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5548 -form: Symfony\Component\Form\Form {#5095 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5549 …5} |
| full_name | "orderform[order_detail_block][print4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print4" |
| is_selected | Closure($choice, $value) {#5550 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print4" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print4" |
| valid | true |
| value | "" |
han4
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4758 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han4" ] |
| cache_key | "_orderform_order_detail_block_han4_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5551 -form: Symfony\Component\Form\Form {#5098 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5552 …5} |
| full_name | "orderform[order_detail_block][han4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han4" |
| is_selected | Closure($choice, $value) {#5553 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han4" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han4" |
| valid | true |
| value | "" |
color4
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4768 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color4" ] |
| cache_key | "_orderform_order_detail_block_color4_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5554 -form: Symfony\Component\Form\Form {#5101 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5555 …5} |
| full_name | "orderform[order_detail_block][color4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color4" |
| is_selected | Closure($choice, $value) {#5556 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color4" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color4" |
| valid | true |
| value | "" |
product_code5
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4779 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code5" ] |
| cache_key | "_orderform_order_detail_block_product_code5_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 {#5557 -form: Symfony\Component\Form\Form {#5104 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5558 …5} |
| full_name | "orderform[order_detail_block][product_code5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code5" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code5" |
| valid | true |
| value | "" |
product_name5
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4790 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name5" ] |
| cache_key | "_orderform_order_detail_block_product_name5_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 {#5559 -form: Symfony\Component\Form\Form {#5107 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5560 …5} |
| full_name | "orderform[order_detail_block][product_name5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name5" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name5" |
| valid | true |
| value | "" |
quantity5
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4386 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4386 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4386 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4801 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity5" ] |
| cache_key | "_orderform_order_detail_block_quantity5_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5561 -form: Symfony\Component\Form\Form {#5110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5562 …5} |
| full_name | "orderform[order_detail_block][quantity5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity5" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity5" |
| valid | true |
| value | "" |
print5
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4811 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print5" ] |
| cache_key | "_orderform_order_detail_block_print5_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5563 -form: Symfony\Component\Form\Form {#5113 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5564 …5} |
| full_name | "orderform[order_detail_block][print5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print5" |
| is_selected | Closure($choice, $value) {#5565 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print5" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print5" |
| valid | true |
| value | "" |
han5
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4821 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han5" ] |
| cache_key | "_orderform_order_detail_block_han5_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5566 -form: Symfony\Component\Form\Form {#5116 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5567 …5} |
| full_name | "orderform[order_detail_block][han5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han5" |
| is_selected | Closure($choice, $value) {#5568 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han5" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han5" |
| valid | true |
| value | "" |
color5
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4831 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color5" ] |
| cache_key | "_orderform_order_detail_block_color5_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5569 -form: Symfony\Component\Form\Form {#5119 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5570 …5} |
| full_name | "orderform[order_detail_block][color5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color5" |
| is_selected | Closure($choice, $value) {#5571 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color5" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color5" |
| valid | true |
| value | "" |
product_code6
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4843 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4842 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code6" ] |
| cache_key | "_orderform_order_detail_block_product_code6_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 {#5572 -form: Symfony\Component\Form\Form {#5122 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5573 …5} |
| full_name | "orderform[order_detail_block][product_code6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code6" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code6" |
| valid | true |
| value | "" |
product_name6
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4852 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4853 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name6" ] |
| cache_key | "_orderform_order_detail_block_product_name6_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 {#5574 -form: Symfony\Component\Form\Form {#5125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5575 …5} |
| full_name | "orderform[order_detail_block][product_name6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name6" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name6" |
| valid | true |
| value | "" |
quantity6
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4387 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4387 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4387 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4863 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4864 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity6" ] |
| cache_key | "_orderform_order_detail_block_quantity6_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5576 -form: Symfony\Component\Form\Form {#5128 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5577 …5} |
| full_name | "orderform[order_detail_block][quantity6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity6" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity6" |
| valid | true |
| value | "" |
print6
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4874 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print6" ] |
| cache_key | "_orderform_order_detail_block_print6_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5578 -form: Symfony\Component\Form\Form {#5131 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5579 …5} |
| full_name | "orderform[order_detail_block][print6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print6" |
| is_selected | Closure($choice, $value) {#5580 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print6" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print6" |
| valid | true |
| value | "" |
han6
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4884 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han6" ] |
| cache_key | "_orderform_order_detail_block_han6_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5581 -form: Symfony\Component\Form\Form {#5134 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5582 …5} |
| full_name | "orderform[order_detail_block][han6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han6" |
| is_selected | Closure($choice, $value) {#5583 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han6" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han6" |
| valid | true |
| value | "" |
color6
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4894 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color6" ] |
| cache_key | "_orderform_order_detail_block_color6_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5584 -form: Symfony\Component\Form\Form {#5137 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5585 …5} |
| full_name | "orderform[order_detail_block][color6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color6" |
| is_selected | Closure($choice, $value) {#5586 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color6" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color6" |
| valid | true |
| value | "" |
product_code7
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4904 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4905 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code7" ] |
| cache_key | "_orderform_order_detail_block_product_code7_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 {#5587 -form: Symfony\Component\Form\Form {#5140 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5588 …5} |
| full_name | "orderform[order_detail_block][product_code7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code7" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code7" |
| valid | true |
| value | "" |
product_name7
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4916 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name7" ] |
| cache_key | "_orderform_order_detail_block_product_name7_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 {#5589 -form: Symfony\Component\Form\Form {#5143 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5590 …5} |
| full_name | "orderform[order_detail_block][product_name7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name7" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name7" |
| valid | true |
| value | "" |
quantity7
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4388 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4388 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4388 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4926 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4927 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity7" ] |
| cache_key | "_orderform_order_detail_block_quantity7_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5591 -form: Symfony\Component\Form\Form {#5146 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5592 …5} |
| full_name | "orderform[order_detail_block][quantity7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity7" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity7" |
| valid | true |
| value | "" |
print7
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4938 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4937 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print7" ] |
| cache_key | "_orderform_order_detail_block_print7_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5593 -form: Symfony\Component\Form\Form {#5149 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5594 …5} |
| full_name | "orderform[order_detail_block][print7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print7" |
| is_selected | Closure($choice, $value) {#5595 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print7" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print7" |
| valid | true |
| value | "" |
han7
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4947 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han7" ] |
| cache_key | "_orderform_order_detail_block_han7_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5596 -form: Symfony\Component\Form\Form {#5152 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5597 …5} |
| full_name | "orderform[order_detail_block][han7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han7" |
| is_selected | Closure($choice, $value) {#5598 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han7" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han7" |
| valid | true |
| value | "" |
color7
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4957 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color7" ] |
| cache_key | "_orderform_order_detail_block_color7_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5599 -form: Symfony\Component\Form\Form {#5155 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5600 …5} |
| full_name | "orderform[order_detail_block][color7]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color7" |
| is_selected | Closure($choice, $value) {#5601 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color7" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color7" |
| valid | true |
| value | "" |
product_code8
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4967 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4968 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_code8" ] |
| cache_key | "_orderform_order_detail_block_product_code8_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 {#5602 -form: Symfony\Component\Form\Form {#5158 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5603 …5} |
| full_name | "orderform[order_detail_block][product_code8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_code8" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_code8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_code8" |
| valid | true |
| value | "" |
product_name8
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4978 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4980 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4979 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_orderform_order_detail_block_product_name8" ] |
| cache_key | "_orderform_order_detail_block_product_name8_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 {#5604 -form: Symfony\Component\Form\Form {#5161 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5605 …5} |
| full_name | "orderform[order_detail_block][product_name8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_product_name8" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "product_name8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_product_name8" |
| valid | true |
| value | "" |
quantity8
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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\Regex {#4389 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4389 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +htmlPattern: null +match: true +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\Regex {#4389 +payload: null +message: "This value is not valid." +pattern: "/^\d+$/" +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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4989 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4990 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_orderform_order_detail_block_quantity8" ] |
| cache_key | "_orderform_order_detail_block_quantity8_integer" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5606 -form: Symfony\Component\Form\Form {#5164 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5607 …5} |
| full_name | "orderform[order_detail_block][quantity8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_quantity8" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_quantity8" |
| valid | true |
| value | "" |
print8
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "無し" => "無し" "有り" => "有り" ] |
[ "無し" => "無し" "有り" => "有り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "無し" => "無し" "有り" => "有り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5000 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_print8" ] |
| cache_key | "_orderform_order_detail_block_print8_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5490 +label: "無し" +value: "無し" +data: "無し" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5491 +label: "有り" +value: "有り" +data: "有り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5608 -form: Symfony\Component\Form\Form {#5167 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5609 …5} |
| full_name | "orderform[order_detail_block][print8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_print8" |
| is_selected | Closure($choice, $value) {#5610 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "print8" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_print8" |
| valid | true |
| value | "" |
han8
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
[ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "新規・改版" => "新規・改版" "前回通り" => "前回通り" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5010 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_han8" ] |
| cache_key | "_orderform_order_detail_block_han8_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5496 +label: "新規・改版" +value: "新規・改版" +data: "新規・改版" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5497 +label: "前回通り" +value: "前回通り" +data: "前回通り" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5611 -form: Symfony\Component\Form\Form {#5170 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5612 …5} |
| full_name | "orderform[order_detail_block][han8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_han8" |
| is_selected | Closure($choice, $value) {#5613 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "han8" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_han8" |
| valid | true |
| value | "" |
color8
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
[ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "金" => "金" "銀" => "銀" "黒" => "黒" "白" => "白" "赤" => "赤" "紺" => "紺" "黄" => "黄" "緑" => "緑" ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5020 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_orderform_order_detail_block_color8" ] |
| cache_key | "_orderform_order_detail_block_color8_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5502 +label: "金" +value: "金" +data: "金" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5503 +label: "銀" +value: "銀" +data: "銀" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5504 +label: "黒" +value: "黒" +data: "黒" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5505 +label: "白" +value: "白" +data: "白" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5506 +label: "赤" +value: "赤" +data: "赤" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5507 +label: "紺" +value: "紺" +data: "紺" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5508 +label: "黄" +value: "黄" +data: "黄" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5509 +label: "緑" +value: "緑" +data: "緑" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5614 -form: Symfony\Component\Form\Form {#5173 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5615 …5} |
| full_name | "orderform[order_detail_block][color8]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_order_detail_block_color8" |
| is_selected | Closure($choice, $value) {#5616 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "color8" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_order_detail_block_color8" |
| valid | true |
| value | "" |
recaptcha_response
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
[ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
| error_bubbling | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" ] |
| empty_data | Closure(FormInterface $form) {#4396 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#4395 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_orderform_recaptcha_response" ] |
| cache_key | "_orderform_recaptcha_response_hidden" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => true "form_theme" => "@AlwaysReCaptcha42/Form/form_recaptcha.twig" "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5480 -form: Symfony\Component\Form\Form {#5176 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5481 …5} |
| full_name | "orderform[recaptcha_response]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform_recaptcha_response" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha_response" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform_recaptcha_response" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b2.AdVLXZ2hj0zXfh1nYzxTa0CIHhJTWTDoFpzExIqDPj4.b7AeKtCWzS2lOC5fIH9jWXPHfXEVGESRXfCH9_PKS1N2uj8z8pDfGZw3KQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "b2.AdVLXZ2hj0zXfh1nYzxTa0CIHhJTWTDoFpzExIqDPj4.b7AeKtCWzS2lOC5fIH9jWXPHfXEVGESRXfCH9_PKS1N2uj8z8pDfGZw3KQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data | "b2.AdVLXZ2hj0zXfh1nYzxTa0CIHhJTWTDoFpzExIqDPj4.b7AeKtCWzS2lOC5fIH9jWXPHfXEVGESRXfCH9_PKS1N2uj8z8pDfGZw3KQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#5617 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_orderform__token" ] |
| cache_key | "_orderform__token_hidden" |
| compound | false |
| data | "b2.AdVLXZ2hj0zXfh1nYzxTa0CIHhJTWTDoFpzExIqDPj4.b7AeKtCWzS2lOC5fIH9jWXPHfXEVGESRXfCH9_PKS1N2uj8z8pDfGZw3KQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5630 -form: Symfony\Component\Form\Form {#5625 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5619 …5} |
| full_name | "orderform[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "orderform__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_orderform__token" |
| valid | true |
| value | "b2.AdVLXZ2hj0zXfh1nYzxTa0CIHhJTWTDoFpzExIqDPj4.b7AeKtCWzS2lOC5fIH9jWXPHfXEVGESRXfCH9_PKS1N2uj8z8pDfGZw3KQ" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#10260 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#10262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#10261 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10307 -form: Symfony\Component\Form\Form {#10298 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10308 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#6292 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#6298 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#6296 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6538 …} } Eccube\Entity\Category {#6531 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6535 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6534 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6525 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#6533 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#6532 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6531} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6516 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#6518 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6509 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#6511 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6558 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#6556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6557 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6559 …} -Children: Doctrine\ORM\PersistentCollection {#6562 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6565 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#6563 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6564 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6566 …} -Children: Doctrine\ORM\PersistentCollection {#6569 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6572 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#6570 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6571 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6573 …} -Children: Doctrine\ORM\PersistentCollection {#6576 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6579 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#6577 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6578 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6580 …} -Children: Doctrine\ORM\PersistentCollection {#6583 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6586 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#6584 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6585 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6587 …} -Children: Doctrine\ORM\PersistentCollection {#6590 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6496 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6520 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6519 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6502 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#6295 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6312 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6503 …} -Children: Doctrine\ORM\PersistentCollection {#6506 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6544 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#6541 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6542 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6545 …} -Children: Doctrine\ORM\PersistentCollection {#6548 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6551 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#6549 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6550 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6552 …} -Children: Doctrine\ORM\PersistentCollection {#6555 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6593 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#6543 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6507 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6594 …} -Children: Doctrine\ORM\PersistentCollection {#6597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6598 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#6591 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6592 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6607 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#6605 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6606 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6608 …} -Children: Doctrine\ORM\PersistentCollection {#6611 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6614 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#6612 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6621 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#6619 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6620 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6622 …} -Children: Doctrine\ORM\PersistentCollection {#6625 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6628 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#6626 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6627 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6629 …} -Children: Doctrine\ORM\PersistentCollection {#6632 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6635 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#6633 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6634 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6642 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#6640 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6649 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#6647 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6648 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6656 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#6654 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6655 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6663 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#6661 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6662 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6670 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#6668 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6669 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6677 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#6603 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6604 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6682 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#6675 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6691 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#6689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6690 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6698 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#6696 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6697 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6705 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#6703 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6712 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#6710 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6711 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6713 …} -Children: Doctrine\ORM\PersistentCollection {#6716 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6719 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#6717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6718 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6726 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#6724 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6725 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6733 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#6731 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#6732 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6740 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#6688 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6687 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6745 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#6738 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#6739 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6754 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#6752 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#6753 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6759 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#6751 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6750 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6768 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#6764 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6765 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6773 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#6766 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6767 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6782 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#6780 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6781 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6789 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#6787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6788 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6796 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#6794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6795 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6803 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#6801 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6802 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6810 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#6808 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6817 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#6815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6816 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6824 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#6822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6823 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6831 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#6829 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6830 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6838 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#6836 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6845 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#6843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6844 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6852 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#6850 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6851 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6857 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#6779 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6778 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6864 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#6862 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6863 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6873 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#6869 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6870 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6878 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#6871 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6872 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6887 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#6885 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6894 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#6892 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6893 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6901 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#6899 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6900 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6908 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#6906 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6915 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#6913 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6914 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6922 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#6884 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6883 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6927 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#6920 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#6921 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6936 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#6934 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#6935 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6943 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#6933 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6932 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6948 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#6941 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#6942 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6957 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#6955 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#6956 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6964 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#6962 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#6963 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6971 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#6969 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#6970 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6980 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#6976 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#6977 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6985 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#6978 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#6979 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6994 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#6992 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#6993 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7001 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#6999 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#7000 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7006 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#6990 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#6991 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7013 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#7011 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#7012 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7020 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#7018 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#7019 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7027 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#7025 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#7026 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7034 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#7032 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#7033 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7041 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#6954 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6953 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7046 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#7039 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#7040 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7041} -Creator: null } Eccube\Entity\Category {#7055 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#7053 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#7054 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#7041} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7060 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#7052 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7051 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7069 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#7065 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7066 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7074 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#7067 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#7068 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7083 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#7081 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#7082 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7090 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#7088 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#7089 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7097 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#7079 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7080 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7102 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#7095 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#7096 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7111 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#7109 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#7110 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7118 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#7116 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#7117 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7125 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#7123 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#7124 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7132 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#7130 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#7131 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7137 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#7107 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7108 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } ] |
[ Eccube\Entity\Category {#6292 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#6298 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#6296 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6538 …} } Eccube\Entity\Category {#6531 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6535 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6534 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6525 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#6533 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#6532 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6531} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6516 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#6518 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6509 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#6511 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6558 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#6556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6557 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6559 …} -Children: Doctrine\ORM\PersistentCollection {#6562 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6565 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#6563 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6564 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6566 …} -Children: Doctrine\ORM\PersistentCollection {#6569 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6572 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#6570 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6571 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6573 …} -Children: Doctrine\ORM\PersistentCollection {#6576 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6579 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#6577 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6578 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6580 …} -Children: Doctrine\ORM\PersistentCollection {#6583 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6586 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#6584 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6585 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6587 …} -Children: Doctrine\ORM\PersistentCollection {#6590 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6496 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6520 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6519 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6502 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#6295 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6312 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6503 …} -Children: Doctrine\ORM\PersistentCollection {#6506 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6544 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#6541 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6542 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6545 …} -Children: Doctrine\ORM\PersistentCollection {#6548 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6551 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#6549 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6550 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6552 …} -Children: Doctrine\ORM\PersistentCollection {#6555 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6593 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#6543 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6507 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6594 …} -Children: Doctrine\ORM\PersistentCollection {#6597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6598 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#6591 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6592 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6607 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#6605 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6606 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6608 …} -Children: Doctrine\ORM\PersistentCollection {#6611 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6614 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#6612 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6621 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#6619 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6620 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6622 …} -Children: Doctrine\ORM\PersistentCollection {#6625 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6628 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#6626 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6627 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6629 …} -Children: Doctrine\ORM\PersistentCollection {#6632 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6635 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#6633 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6634 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6642 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#6640 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6649 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#6647 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6648 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6656 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#6654 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6655 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6663 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#6661 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6662 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6670 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#6668 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6669 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6677 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#6603 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6604 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6682 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#6675 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6691 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#6689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6690 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6698 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#6696 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6697 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6705 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#6703 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6712 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#6710 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6711 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6713 …} -Children: Doctrine\ORM\PersistentCollection {#6716 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6719 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#6717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6718 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6726 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#6724 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6725 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6733 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#6731 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#6732 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6740 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#6688 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6687 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6745 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#6738 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#6739 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6754 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#6752 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#6753 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6759 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#6751 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6750 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6768 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#6764 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6765 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6773 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#6766 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6767 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6782 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#6780 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6781 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6789 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#6787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6788 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6796 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#6794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6795 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6803 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#6801 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6802 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6810 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#6808 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6817 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#6815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6816 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6824 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#6822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6823 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6831 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#6829 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6830 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6838 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#6836 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6845 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#6843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6844 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6852 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#6850 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6851 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6857 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#6779 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6778 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6864 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#6862 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6863 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6873 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#6869 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6870 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6878 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#6871 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6872 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6887 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#6885 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6894 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#6892 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6893 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6901 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#6899 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6900 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6908 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#6906 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6915 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#6913 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6914 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6922 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#6884 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6883 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6927 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#6920 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#6921 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6936 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#6934 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#6935 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6943 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#6933 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6932 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6948 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#6941 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#6942 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6957 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#6955 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#6956 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6964 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#6962 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#6963 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6971 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#6969 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#6970 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6980 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#6976 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#6977 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6985 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#6978 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#6979 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6994 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#6992 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#6993 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7001 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#6999 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#7000 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7006 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#6990 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#6991 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7013 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#7011 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#7012 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7020 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#7018 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#7019 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7027 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#7025 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#7026 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7034 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#7032 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#7033 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7041 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#6954 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6953 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7046 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#7039 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#7040 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7041} -Creator: null } Eccube\Entity\Category {#7055 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#7053 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#7054 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#7041} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7060 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#7052 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7051 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7069 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#7065 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7066 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7074 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#7067 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#7068 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7083 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#7081 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#7082 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7090 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#7088 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#7089 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7097 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#7079 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7080 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7102 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#7095 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#7096 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7111 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#7109 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#7110 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7118 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#7116 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#7117 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7125 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#7123 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#7124 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7132 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#7130 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#7131 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7137 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#7107 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7108 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "NameWithLevel" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#10276 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10281 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6250 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3857 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#6292 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#6298 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#6296 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6538 …} } Eccube\Entity\Category {#6531 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6535 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6534 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6525 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#6533 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#6532 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6531} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6516 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#6518 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6509 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#6511 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6558 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#6556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6557 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6559 …} -Children: Doctrine\ORM\PersistentCollection {#6562 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6565 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#6563 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6564 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6566 …} -Children: Doctrine\ORM\PersistentCollection {#6569 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6572 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#6570 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6571 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6573 …} -Children: Doctrine\ORM\PersistentCollection {#6576 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6579 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#6577 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6578 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6580 …} -Children: Doctrine\ORM\PersistentCollection {#6583 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6586 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#6584 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6585 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6587 …} -Children: Doctrine\ORM\PersistentCollection {#6590 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } Eccube\Entity\Category {#6496 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6520 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6519 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6502 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#6295 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6312 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6503 …} -Children: Doctrine\ORM\PersistentCollection {#6506 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6544 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#6541 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6542 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6545 …} -Children: Doctrine\ORM\PersistentCollection {#6548 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6551 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#6549 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6550 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6552 …} -Children: Doctrine\ORM\PersistentCollection {#6555 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } Eccube\Entity\Category {#6593 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#6543 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6507 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6594 …} -Children: Doctrine\ORM\PersistentCollection {#6597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6598 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#6591 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6592 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6607 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#6605 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6606 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6608 …} -Children: Doctrine\ORM\PersistentCollection {#6611 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6614 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#6612 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6621 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#6619 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6620 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6622 …} -Children: Doctrine\ORM\PersistentCollection {#6625 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6628 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#6626 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6627 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6629 …} -Children: Doctrine\ORM\PersistentCollection {#6632 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6635 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#6633 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6634 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6642 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#6640 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6649 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#6647 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6648 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6656 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#6654 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6655 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6663 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#6661 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6662 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6670 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#6668 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6669 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } Eccube\Entity\Category {#6677 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#6603 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6604 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6682 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#6675 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6691 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#6689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6690 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6698 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#6696 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6697 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6705 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#6703 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6712 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#6710 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6711 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6713 …} -Children: Doctrine\ORM\PersistentCollection {#6716 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6719 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#6717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6718 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6726 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#6724 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6725 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } Eccube\Entity\Category {#6733 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#6731 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#6732 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6740 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#6688 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6687 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6745 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#6738 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#6739 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6754 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#6752 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#6753 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6759 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#6751 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6750 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6768 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#6764 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6765 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6773 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#6766 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6767 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6782 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#6780 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6781 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6789 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#6787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6788 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6796 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#6794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6795 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6803 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#6801 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6802 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6810 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#6808 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6817 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#6815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6816 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6824 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#6822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6823 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6831 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#6829 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6830 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6838 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#6836 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6845 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#6843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6844 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6852 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#6850 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6851 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } Eccube\Entity\Category {#6857 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#6779 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6778 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6864 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#6862 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6863 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6873 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#6869 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6870 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6878 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#6871 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6872 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6887 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#6885 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6894 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#6892 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6893 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6901 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#6899 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6900 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6908 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#6906 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6915 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#6913 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6914 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } Eccube\Entity\Category {#6922 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#6884 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6883 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6927 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#6920 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#6921 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6936 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#6934 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#6935 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6943 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#6933 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6932 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6948 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#6941 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#6942 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6957 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#6955 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#6956 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6964 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#6962 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#6963 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6971 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#6969 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#6970 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6980 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#6976 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#6977 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6985 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#6978 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#6979 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#6994 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#6992 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#6993 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7001 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#6999 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#7000 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7006 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#6990 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#6991 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7013 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#7011 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#7012 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7020 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#7018 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#7019 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7027 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#7025 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#7026 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7034 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#7032 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#7033 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7041 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#6954 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6953 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7046 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#7039 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#7040 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7041} -Creator: null } Eccube\Entity\Category {#7055 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#7053 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#7054 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#7041} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7060 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#7052 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7051 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7069 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#7065 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7066 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7074 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#7067 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#7068 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7083 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#7081 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#7082 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7090 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#7088 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#7089 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7097 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#7079 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7080 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7102 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#7095 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#7096 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7111 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#7109 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#7110 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7118 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#7116 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#7117 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7125 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#7123 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#7124 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7132 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#7130 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#7131 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } Eccube\Entity\Category {#7137 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#7107 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7108 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } ] |
| 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 {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#6250 -om: Container0Yoc3q3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#720 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3857 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#10277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#10278 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10319 +label: " うちわ" +value: "123" +data: Eccube\Entity\Category {#6292 -id: 123 -name: "うちわ" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1680880086 {#6298 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1720509372 {#6296 date: 2024-07-09 16:16:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6383 …} -Children: Doctrine\ORM\PersistentCollection {#6536 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6538 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10320 +label: "不識布素材" +value: "90" +data: Eccube\Entity\Category {#6531 -id: 90 -name: "不識布素材" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6535 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6534 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6530 …} -Children: Doctrine\ORM\PersistentCollection {#6526 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 622 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10321 +label: " 片ナップ巾着" +value: "622" +data: Eccube\Entity\Category {#6525 -id: 622 -name: "片ナップ巾着" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1689055447 {#6533 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689055447 {#6532 date: 2023-07-11 15:04:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6524 …} -Children: Doctrine\ORM\PersistentCollection {#6521 …} -Parent: Eccube\Entity\Category {#6531} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10322 +label: " メッシュバッグ" +value: "593" +data: Eccube\Entity\Category {#6516 -id: 593 -name: "メッシュバッグ" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1680880086 {#6518 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6517 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6515 …} -Children: Doctrine\ORM\PersistentCollection {#6512 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 587 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10323 +label: " リボン付巾着袋" +value: "587" +data: Eccube\Entity\Category {#6509 -id: 587 -name: "リボン付巾着袋" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1680880086 {#6511 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6510 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6508 …} -Children: Doctrine\ORM\PersistentCollection {#6297 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 580 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10324 +label: " お手ごろ不織布バッグ" +value: "580" +data: Eccube\Entity\Category {#6558 -id: 580 -name: "お手ごろ不織布バッグ" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1680880086 {#6556 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6557 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6559 …} -Children: Doctrine\ORM\PersistentCollection {#6562 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 553 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10325 +label: " ファンシーバッグ" +value: "553" +data: Eccube\Entity\Category {#6565 -id: 553 -name: "ファンシーバッグ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1680880086 {#6563 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6564 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6566 …} -Children: Doctrine\ORM\PersistentCollection {#6569 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 552 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10326 +label: " 不織布巾着袋" +value: "552" +data: Eccube\Entity\Category {#6572 -id: 552 -name: "不織布巾着袋" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1680880086 {#6570 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6571 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6573 …} -Children: Doctrine\ORM\PersistentCollection {#6576 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10327 +label: " エコバッグ" +value: "551" +data: Eccube\Entity\Category {#6579 -id: 551 -name: "エコバッグ" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1680880086 {#6577 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6578 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6580 …} -Children: Doctrine\ORM\PersistentCollection {#6583 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 549 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10328 +label: " 丸ひも手提げ" +value: "549" +data: Eccube\Entity\Category {#6586 -id: 549 -name: "丸ひも手提げ" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1680880086 {#6584 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6585 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6587 …} -Children: Doctrine\ORM\PersistentCollection {#6590 …} -Parent: Eccube\Entity\Category {#6531} -Creator: null } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10329 +label: "お買い得商品" +value: "102" +data: Eccube\Entity\Category {#6496 -id: 102 -name: "お買い得商品" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1680880086 {#6520 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6519 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6498 …} -Children: Doctrine\ORM\PersistentCollection {#6501 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 583 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10330 +label: " 特価 布製バッグ" +value: "583" +data: Eccube\Entity\Category {#6502 -id: 583 -name: "特価 布製バッグ" -hierarchy: 2 -sort_no: 70 -create_date: DateTime @1680880086 {#6295 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6312 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6503 …} -Children: Doctrine\ORM\PersistentCollection {#6506 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } +attr: [] +labelTranslationParameters: [] } 582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10331 +label: " 特価 ビニールバッグ" +value: "582" +data: Eccube\Entity\Category {#6544 -id: 582 -name: "特価 ビニールバッグ" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1680880086 {#6541 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6542 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6545 …} -Children: Doctrine\ORM\PersistentCollection {#6548 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } +attr: [] +labelTranslationParameters: [] } 581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10332 +label: " 特価 ペーパーバッグ" +value: "581" +data: Eccube\Entity\Category {#6551 -id: 581 -name: "特価 ペーパーバッグ" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1680880086 {#6549 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6550 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6552 …} -Children: Doctrine\ORM\PersistentCollection {#6555 …} -Parent: Eccube\Entity\Category {#6496} -Creator: null } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10333 +label: "ビニール素材" +value: "94" +data: Eccube\Entity\Category {#6593 -id: 94 -name: "ビニール素材" -hierarchy: 1 -sort_no: 34 -create_date: DateTime @1680880086 {#6543 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6507 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6594 …} -Children: Doctrine\ORM\PersistentCollection {#6597 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10334 +label: " ループバッグ" +value: "589" +data: Eccube\Entity\Category {#6598 -id: 589 -name: "ループバッグ" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1680880086 {#6591 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6592 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6599 …} -Children: Doctrine\ORM\PersistentCollection {#6602 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 586 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10335 +label: " リトルバッグ グリーン" +value: "586" +data: Eccube\Entity\Category {#6607 -id: 586 -name: "リトルバッグ グリーン" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1680880086 {#6605 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6606 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6608 …} -Children: Doctrine\ORM\PersistentCollection {#6611 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 584 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10336 +label: " キュートバッグ" +value: "584" +data: Eccube\Entity\Category {#6614 -id: 584 -name: "キュートバッグ" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1680880086 {#6612 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6613 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6615 …} -Children: Doctrine\ORM\PersistentCollection {#6618 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 579 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10337 +label: " ドルチェバッグ マチ広ビニールバッグ" +value: "579" +data: Eccube\Entity\Category {#6621 -id: 579 -name: "ドルチェバッグ マチ広ビニールバッグ" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1680880086 {#6619 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6620 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6622 …} -Children: Doctrine\ORM\PersistentCollection {#6625 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 578 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10338 +label: " チャック付ループ袋" +value: "578" +data: Eccube\Entity\Category {#6628 -id: 578 -name: "チャック付ループ袋" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1680880086 {#6626 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6627 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6629 …} -Children: Doctrine\ORM\PersistentCollection {#6632 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 543 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10339 +label: " ファッションバッグ (小判抜き手穴付 ビニールバッグ)" +value: "543" +data: Eccube\Entity\Category {#6635 -id: 543 -name: "ファッションバッグ (小判抜き手穴付 ビニールバッグ)" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1680880086 {#6633 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6634 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6636 …} -Children: Doctrine\ORM\PersistentCollection {#6639 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 542 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10340 +label: " お買い物バッグ (レジ袋風ビニールバッグ)" +value: "542" +data: Eccube\Entity\Category {#6642 -id: 542 -name: "お買い物バッグ (レジ袋風ビニールバッグ)" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1680880086 {#6640 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6641 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6643 …} -Children: Doctrine\ORM\PersistentCollection {#6646 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10341 +label: " お徳用バッグ" +value: "541" +data: Eccube\Entity\Category {#6649 -id: 541 -name: "お徳用バッグ" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1680880086 {#6647 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6648 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6650 …} -Children: Doctrine\ORM\PersistentCollection {#6653 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 540 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10342 +label: " ポリ手提袋" +value: "540" +data: Eccube\Entity\Category {#6656 -id: 540 -name: "ポリ手提袋" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1680880086 {#6654 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6655 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6657 …} -Children: Doctrine\ORM\PersistentCollection {#6660 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 539 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10343 +label: " 片ナップ巾着袋" +value: "539" +data: Eccube\Entity\Category {#6663 -id: 539 -name: "片ナップ巾着袋" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1680880086 {#6661 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6662 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6664 …} -Children: Doctrine\ORM\PersistentCollection {#6667 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 538 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10344 +label: " 巾着袋" +value: "538" +data: Eccube\Entity\Category {#6670 -id: 538 -name: "巾着袋" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1680880086 {#6668 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6669 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6671 …} -Children: Doctrine\ORM\PersistentCollection {#6674 …} -Parent: Eccube\Entity\Category {#6593} -Creator: null } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10345 +label: "ペーパー・植物素材" +value: "96" +data: Eccube\Entity\Category {#6677 -id: 96 -name: "ペーパー・植物素材" -hierarchy: 1 -sort_no: 33 -create_date: DateTime @1680880086 {#6603 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6604 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6678 …} -Children: Doctrine\ORM\PersistentCollection {#6681 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10346 +label: " ペーパーバッグレースィ" +value: "591" +data: Eccube\Entity\Category {#6682 -id: 591 -name: "ペーパーバッグレースィ" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1680880086 {#6675 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6676 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6683 …} -Children: Doctrine\ORM\PersistentCollection {#6686 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 588 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10347 +label: " ハンディーバッグ【小物用】" +value: "588" +data: Eccube\Entity\Category {#6691 -id: 588 -name: "ハンディーバッグ【小物用】" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1680880086 {#6689 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6690 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6692 …} -Children: Doctrine\ORM\PersistentCollection {#6695 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 556 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10348 +label: " ペーパーバック クラフト" +value: "556" +data: Eccube\Entity\Category {#6698 -id: 556 -name: "ペーパーバック クラフト" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1680880086 {#6696 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6697 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6699 …} -Children: Doctrine\ORM\PersistentCollection {#6702 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 548 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10349 +label: " ペーパーバッグ" +value: "548" +data: Eccube\Entity\Category {#6705 -id: 548 -name: "ペーパーバッグ" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1680880086 {#6703 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6704 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6706 …} -Children: Doctrine\ORM\PersistentCollection {#6709 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10350 +label: " カラーバッグ" +value: "547" +data: Eccube\Entity\Category {#6712 -id: 547 -name: "カラーバッグ" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1680880086 {#6710 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6711 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6713 …} -Children: Doctrine\ORM\PersistentCollection {#6716 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 546 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10351 +label: " 手提げ袋" +value: "546" +data: Eccube\Entity\Category {#6719 -id: 546 -name: "手提げ袋" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1680880086 {#6717 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6718 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6720 …} -Children: Doctrine\ORM\PersistentCollection {#6723 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 545 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10352 +label: " キャリングバッグ" +value: "545" +data: Eccube\Entity\Category {#6726 -id: 545 -name: "キャリングバッグ" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1680880086 {#6724 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6725 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6727 …} -Children: Doctrine\ORM\PersistentCollection {#6730 …} -Parent: Eccube\Entity\Category {#6677} -Creator: null } +attr: [] +labelTranslationParameters: [] } 623 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10353 +label: " 植物繊維(ジュート)製品" +value: "623" +data: Eccube\Entity\Category {#6733 -id: 623 -name: "植物繊維(ジュート)製品" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1689746356 {#6731 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746356 {#6732 date: 2023-07-19 14:59:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6734 …} -Children: Doctrine\ORM\PersistentCollection {#6737 …} -Parent: Eccube\Entity\Category {#6677} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10354 +label: "コットン素材" +value: "97" +data: Eccube\Entity\Category {#6740 -id: 97 -name: "コットン素材" -hierarchy: 1 -sort_no: 32 -create_date: DateTime @1680880086 {#6688 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6687 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6741 …} -Children: Doctrine\ORM\PersistentCollection {#6744 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10355 +label: " コットンバッグ" +value: "629" +data: Eccube\Entity\Category {#6745 -id: 629 -name: "コットンバッグ" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1692589891 {#6738 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589891 {#6739 date: 2023-08-21 12:51:31.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6746 …} -Children: Doctrine\ORM\PersistentCollection {#6749 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 628 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10356 +label: " キャンバスバッグ" +value: "628" +data: Eccube\Entity\Category {#6754 -id: 628 -name: "キャンバスバッグ" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1692589883 {#6752 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692589883 {#6753 date: 2023-08-21 12:51:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6755 …} -Children: Doctrine\ORM\PersistentCollection {#6758 …} -Parent: Eccube\Entity\Category {#6740} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10357 +label: "ポリマルシェバッグ" +value: "88" +data: Eccube\Entity\Category {#6759 -id: 88 -name: "ポリマルシェバッグ" -hierarchy: 1 -sort_no: 28 -create_date: DateTime @1680880086 {#6751 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6750 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6760 …} -Children: Doctrine\ORM\PersistentCollection {#6763 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10358 +label: "専門店向け資材" +value: "98" +data: Eccube\Entity\Category {#6768 -id: 98 -name: "専門店向け資材" -hierarchy: 1 -sort_no: 27 -create_date: DateTime @1680880086 {#6764 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6765 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6769 …} -Children: Doctrine\ORM\PersistentCollection {#6772 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10359 +label: " 無料配布対応シール" +value: "594" +data: Eccube\Entity\Category {#6773 -id: 594 -name: "無料配布対応シール" -hierarchy: 2 -sort_no: 80 -create_date: DateTime @1680880086 {#6766 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6767 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6774 …} -Children: Doctrine\ORM\PersistentCollection {#6777 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10360 +label: " ハンガー" +value: "592" +data: Eccube\Entity\Category {#6782 -id: 592 -name: "ハンガー" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1680880086 {#6780 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6781 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6783 …} -Children: Doctrine\ORM\PersistentCollection {#6786 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10361 +label: " ラッピング袋" +value: "585" +data: Eccube\Entity\Category {#6789 -id: 585 -name: "ラッピング袋" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1680880086 {#6787 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6788 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6790 …} -Children: Doctrine\ORM\PersistentCollection {#6793 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 570 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10362 +label: " 封印シール" +value: "570" +data: Eccube\Entity\Category {#6796 -id: 570 -name: "封印シール" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1680880086 {#6794 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6795 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6797 …} -Children: Doctrine\ORM\PersistentCollection {#6800 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 569 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10363 +label: " 商品券ケース" +value: "569" +data: Eccube\Entity\Category {#6803 -id: 569 -name: "商品券ケース" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1680880086 {#6801 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6802 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6804 …} -Children: Doctrine\ORM\PersistentCollection {#6807 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 568 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10364 +label: " 商品券" +value: "568" +data: Eccube\Entity\Category {#6810 -id: 568 -name: "商品券" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1680880086 {#6808 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6809 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6811 …} -Children: Doctrine\ORM\PersistentCollection {#6814 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 567 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10365 +label: " のぼり用ポール" +value: "567" +data: Eccube\Entity\Category {#6817 -id: 567 -name: "のぼり用ポール" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1680880086 {#6815 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6816 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6818 …} -Children: Doctrine\ORM\PersistentCollection {#6821 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10366 +label: " タンク式ポールスタンド(白)" +value: "566" +data: Eccube\Entity\Category {#6824 -id: 566 -name: "タンク式ポールスタンド(白)" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1680880086 {#6822 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6823 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6825 …} -Children: Doctrine\ORM\PersistentCollection {#6828 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 561 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10367 +label: " ネクタイ袋" +value: "561" +data: Eccube\Entity\Category {#6831 -id: 561 -name: "ネクタイ袋" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1680880086 {#6829 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6830 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6832 …} -Children: Doctrine\ORM\PersistentCollection {#6835 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10368 +label: " グラシン紙" +value: "560" +data: Eccube\Entity\Category {#6838 -id: 560 -name: "グラシン紙" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1680880086 {#6836 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6837 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6839 …} -Children: Doctrine\ORM\PersistentCollection {#6842 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 559 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10369 +label: " ラッピング不織布50m巻" +value: "559" +data: Eccube\Entity\Category {#6845 -id: 559 -name: "ラッピング不織布50m巻" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1680880086 {#6843 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6844 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6846 …} -Children: Doctrine\ORM\PersistentCollection {#6849 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 558 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10370 +label: " ラッピング不織布" +value: "558" +data: Eccube\Entity\Category {#6852 -id: 558 -name: "ラッピング不織布" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1680880086 {#6850 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6851 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6853 …} -Children: Doctrine\ORM\PersistentCollection {#6856 …} -Parent: Eccube\Entity\Category {#6768} -Creator: null } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10371 +label: "洋服函" +value: "99" +data: Eccube\Entity\Category {#6857 -id: 99 -name: "洋服函" -hierarchy: 1 -sort_no: 26 -create_date: DateTime @1680880086 {#6779 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6778 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6858 …} -Children: Doctrine\ORM\PersistentCollection {#6861 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10372 +label: "テーラーバッグ・カバー" +value: "100" +data: Eccube\Entity\Category {#6864 -id: 100 -name: "テーラーバッグ・カバー" -hierarchy: 1 -sort_no: 25 -create_date: DateTime @1680880086 {#6862 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6863 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6865 …} -Children: Doctrine\ORM\PersistentCollection {#6868 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10373 +label: "文庫紙・呉服函" +value: "101" +data: Eccube\Entity\Category {#6873 -id: 101 -name: "文庫紙・呉服函" -hierarchy: 1 -sort_no: 24 -create_date: DateTime @1680880086 {#6869 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6870 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6874 …} -Children: Doctrine\ORM\PersistentCollection {#6877 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10374 +label: " 呉服札・下札" +value: "595" +data: Eccube\Entity\Category {#6878 -id: 595 -name: "呉服札・下札" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1680880086 {#6871 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6872 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6879 …} -Children: Doctrine\ORM\PersistentCollection {#6882 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 577 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10375 +label: " 文庫紙(87cm)" +value: "577" +data: Eccube\Entity\Category {#6887 -id: 577 -name: "文庫紙(87cm)" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1680880086 {#6885 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6886 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6888 …} -Children: Doctrine\ORM\PersistentCollection {#6891 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 576 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10376 +label: " 文庫紙(64cm)" +value: "576" +data: Eccube\Entity\Category {#6894 -id: 576 -name: "文庫紙(64cm)" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1680880086 {#6892 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6893 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6895 …} -Children: Doctrine\ORM\PersistentCollection {#6898 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 575 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10377 +label: " 御のこりぎれ袋" +value: "575" +data: Eccube\Entity\Category {#6901 -id: 575 -name: "御のこりぎれ袋" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1680880086 {#6899 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6900 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6902 …} -Children: Doctrine\ORM\PersistentCollection {#6905 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 574 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10378 +label: " 呉服函" +value: "574" +data: Eccube\Entity\Category {#6908 -id: 574 -name: "呉服函" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1680880086 {#6906 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6907 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6909 …} -Children: Doctrine\ORM\PersistentCollection {#6912 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 573 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10379 +label: " 特別呉服函セット" +value: "573" +data: Eccube\Entity\Category {#6915 -id: 573 -name: "特別呉服函セット" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1680880086 {#6913 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#6914 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6916 …} -Children: Doctrine\ORM\PersistentCollection {#6919 …} -Parent: Eccube\Entity\Category {#6873} -Creator: null } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10380 +label: "ペーパーディスプレイ・ミニチュアモデル" +value: "103" +data: Eccube\Entity\Category {#6922 -id: 103 -name: "ペーパーディスプレイ・ミニチュアモデル" -hierarchy: 1 -sort_no: 23 -create_date: DateTime @1680880086 {#6884 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6883 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6923 …} -Children: Doctrine\ORM\PersistentCollection {#6926 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10381 +label: " ミニチュアモデル" +value: "614" +data: Eccube\Entity\Category {#6927 -id: 614 -name: "ミニチュアモデル" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1688966835 {#6920 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966835 {#6921 date: 2023-07-10 14:27:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6928 …} -Children: Doctrine\ORM\PersistentCollection {#6931 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10382 +label: " ペーパーディスプレイ" +value: "613" +data: Eccube\Entity\Category {#6936 -id: 613 -name: "ペーパーディスプレイ" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1688966827 {#6934 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688966827 {#6935 date: 2023-07-10 14:27:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6937 …} -Children: Doctrine\ORM\PersistentCollection {#6940 …} -Parent: Eccube\Entity\Category {#6922} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10383 +label: "ボックス・パッケージ" +value: "104" +data: Eccube\Entity\Category {#6943 -id: 104 -name: "ボックス・パッケージ" -hierarchy: 1 -sort_no: 22 -create_date: DateTime @1680880086 {#6933 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6932 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6944 …} -Children: Doctrine\ORM\PersistentCollection {#6947 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 627 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10384 +label: " フードボックス" +value: "627" +data: Eccube\Entity\Category {#6948 -id: 627 -name: "フードボックス" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1689830549 {#6941 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830549 {#6942 date: 2023-07-20 14:22:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6949 …} -Children: Doctrine\ORM\PersistentCollection {#6952 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 626 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10385 +label: " フルーツ箱" +value: "626" +data: Eccube\Entity\Category {#6957 -id: 626 -name: "フルーツ箱" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1689830519 {#6955 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830519 {#6956 date: 2023-07-20 14:21:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6958 …} -Children: Doctrine\ORM\PersistentCollection {#6961 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 625 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10386 +label: " メモリアルボックス" +value: "625" +data: Eccube\Entity\Category {#6964 -id: 625 -name: "メモリアルボックス" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1689830511 {#6962 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830511 {#6963 date: 2023-07-20 14:21:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6965 …} -Children: Doctrine\ORM\PersistentCollection {#6968 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10387 +label: " 酒ボックス" +value: "624" +data: Eccube\Entity\Category {#6971 -id: 624 -name: "酒ボックス" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1689830453 {#6969 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689830453 {#6970 date: 2023-07-20 14:20:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6972 …} -Children: Doctrine\ORM\PersistentCollection {#6975 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 618 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10388 +label: " 洋服函" +value: "618" +data: Eccube\Entity\Category {#6980 -id: 618 -name: "洋服函" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1688967232 {#6976 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967232 {#6977 date: 2023-07-10 14:33:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6981 …} -Children: Doctrine\ORM\PersistentCollection {#6984 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 621 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10389 +label: " SEシリーズ" +value: "621" +data: Eccube\Entity\Category {#6985 -id: 621 -name: "SEシリーズ" -hierarchy: 3 -sort_no: 12 -create_date: DateTime @1688967256 {#6978 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967256 {#6979 date: 2023-07-10 14:34:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6986 …} -Children: Doctrine\ORM\PersistentCollection {#6989 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10390 +label: " YEシリーズ" +value: "620" +data: Eccube\Entity\Category {#6994 -id: 620 -name: "YEシリーズ" -hierarchy: 3 -sort_no: 11 -create_date: DateTime @1688967248 {#6992 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967248 {#6993 date: 2023-07-10 14:34:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6995 …} -Children: Doctrine\ORM\PersistentCollection {#6998 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 619 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10391 +label: " YTシリーズ" +value: "619" +data: Eccube\Entity\Category {#7001 -id: 619 -name: "YTシリーズ" -hierarchy: 3 -sort_no: 10 -create_date: DateTime @1688967240 {#6999 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688967240 {#7000 date: 2023-07-10 14:34:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7002 …} -Children: Doctrine\ORM\PersistentCollection {#7005 …} -Parent: Eccube\Entity\Category {#6980} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 612 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10392 +label: " パルケース" +value: "612" +data: Eccube\Entity\Category {#7006 -id: 612 -name: "パルケース" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1688956298 {#6990 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956298 {#6991 date: 2023-07-10 11:31:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7007 …} -Children: Doctrine\ORM\PersistentCollection {#7010 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 611 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10393 +label: " 毛布箱MM" +value: "611" +data: Eccube\Entity\Category {#7013 -id: 611 -name: "毛布箱MM" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1688956283 {#7011 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956283 {#7012 date: 2023-07-10 11:31:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7014 …} -Children: Doctrine\ORM\PersistentCollection {#7017 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 610 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10394 +label: " 毛布箱M" +value: "610" +data: Eccube\Entity\Category {#7020 -id: 610 -name: "毛布箱M" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1688956272 {#7018 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956272 {#7019 date: 2023-07-10 11:31:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7021 …} -Children: Doctrine\ORM\PersistentCollection {#7024 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 609 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10395 +label: " ギフトボックス Jシリーズ" +value: "609" +data: Eccube\Entity\Category {#7027 -id: 609 -name: "ギフトボックス Jシリーズ" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1688956224 {#7025 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956224 {#7026 date: 2023-07-10 11:30:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7028 …} -Children: Doctrine\ORM\PersistentCollection {#7031 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 608 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10396 +label: " ギフトボックス Sシリーズ" +value: "608" +data: Eccube\Entity\Category {#7034 -id: 608 -name: "ギフトボックス Sシリーズ" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1688956188 {#7032 date: 2023-07-10 11:29:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1688956230 {#7033 date: 2023-07-10 11:30:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7035 …} -Children: Doctrine\ORM\PersistentCollection {#7038 …} -Parent: Eccube\Entity\Category {#6943} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10397 +label: "リサイクル素材" +value: "114" +data: Eccube\Entity\Category {#7041 -id: 114 -name: "リサイクル素材" -hierarchy: 1 -sort_no: 17 -create_date: DateTime @1680880086 {#6954 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#6953 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7042 …} -Children: Doctrine\ORM\PersistentCollection {#7045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 544 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10398 +label: " エコピーバッグ" +value: "544" +data: Eccube\Entity\Category {#7046 -id: 544 -name: "エコピーバッグ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1680880086 {#7039 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1680880086 {#7040 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7047 …} -Children: Doctrine\ORM\PersistentCollection {#7050 …} -Parent: Eccube\Entity\Category {#7041} -Creator: null } +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10399 +label: " ポリマルシェバッグ" +value: "597" +data: Eccube\Entity\Category {#7055 -id: 597 -name: "ポリマルシェバッグ" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1685496758 {#7053 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1685496758 {#7054 date: 2023-05-31 10:32:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7056 …} -Children: Doctrine\ORM\PersistentCollection {#7059 …} -Parent: Eccube\Entity\Category {#7041} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10400 +label: "ダンボールケース" +value: "596" +data: Eccube\Entity\Category {#7060 -id: 596 -name: "ダンボールケース" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1685413550 {#7052 date: 2023-05-30 11:25:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7051 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7061 …} -Children: Doctrine\ORM\PersistentCollection {#7064 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10401 +label: "スリング" +value: "598" +data: Eccube\Entity\Category {#7069 -id: 598 -name: "スリング" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1686076610 {#7065 date: 2023-06-07 03:36:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7066 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7070 …} -Children: Doctrine\ORM\PersistentCollection {#7073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 601 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10402 +label: " ベルトスリング" +value: "601" +data: Eccube\Entity\Category {#7074 -id: 601 -name: "ベルトスリング" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1686554228 {#7067 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554228 {#7068 date: 2023-06-12 16:17:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7075 …} -Children: Doctrine\ORM\PersistentCollection {#7078 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 600 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10403 +label: " ソフトスリング" +value: "600" +data: Eccube\Entity\Category {#7083 -id: 600 -name: "ソフトスリング" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1686554211 {#7081 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554211 {#7082 date: 2023-06-12 16:16:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7084 …} -Children: Doctrine\ORM\PersistentCollection {#7087 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10404 +label: " フック付きスリング" +value: "599" +data: Eccube\Entity\Category {#7090 -id: 599 -name: "フック付きスリング" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1686554204 {#7088 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686554204 {#7089 date: 2023-06-12 16:16:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7091 …} -Children: Doctrine\ORM\PersistentCollection {#7094 …} -Parent: Eccube\Entity\Category {#7069} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 602 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10405 +label: "ラッシングベルト" +value: "602" +data: Eccube\Entity\Category {#7097 -id: 602 -name: "ラッシングベルト" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1686642705 {#7079 date: 2023-06-13 16:51:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7080 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7098 …} -Children: Doctrine\ORM\PersistentCollection {#7101 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 607 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10406 +label: " ボコパット" +value: "607" +data: Eccube\Entity\Category {#7102 -id: 607 -name: "ボコパット" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1686642794 {#7095 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642794 {#7096 date: 2023-06-13 16:53:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7103 …} -Children: Doctrine\ORM\PersistentCollection {#7106 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 606 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10407 +label: " KM50シリーズ" +value: "606" +data: Eccube\Entity\Category {#7111 -id: 606 -name: "KM50シリーズ" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1686642782 {#7109 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642782 {#7110 date: 2023-06-13 16:53:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7112 …} -Children: Doctrine\ORM\PersistentCollection {#7115 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 605 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10408 +label: " LX50シリーズ" +value: "605" +data: Eccube\Entity\Category {#7118 -id: 605 -name: "LX50シリーズ" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1686642766 {#7116 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642766 {#7117 date: 2023-06-13 16:52:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7119 …} -Children: Doctrine\ORM\PersistentCollection {#7122 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 604 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10409 +label: " LV50シリーズ" +value: "604" +data: Eccube\Entity\Category {#7125 -id: 604 -name: "LV50シリーズ" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1686642749 {#7123 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642749 {#7124 date: 2023-06-13 16:52:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7126 …} -Children: Doctrine\ORM\PersistentCollection {#7129 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 603 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10410 +label: " LV25シリーズ" +value: "603" +data: Eccube\Entity\Category {#7132 -id: 603 -name: "LV25シリーズ" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1686642729 {#7130 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1686642729 {#7131 date: 2023-06-13 16:52:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7133 …} -Children: Doctrine\ORM\PersistentCollection {#7136 …} -Parent: Eccube\Entity\Category {#7097} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10411 +label: "カレンダー" +value: "124" +data: Eccube\Entity\Category {#7137 -id: 124 -name: "カレンダー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1680880086 {#7107 date: 2023-04-08 00:08:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1689746398 {#7108 date: 2023-07-19 14:59:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7138 …} -Children: Doctrine\ORM\PersistentCollection {#7141 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6528 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10312 -form: Symfony\Component\Form\Form {#10294 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10311 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10318 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4317 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#667 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#666 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#665 …} -namespace: Closure() {#663 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#10289 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4079 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#10282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4121 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1036 …} $translationDomain: "validators" $message: Closure() {#10288 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#10412 -form: Symfony\Component\Form\Form {#10302 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10317 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_name" |
| valid | true |
| value | "" |