- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 36
- Security
- Twig
- Doctrine
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
name01
-
name02
-
-
-
kana01
-
kana02
-
-
company_name
-
postal_code
-
-
pref
-
addr01
-
addr02
-
-
phone_number
-
-
first
-
second
-
-
-
first
-
second
-
-
-
year
-
month
-
day
-
-
-
1
-
2
-
3
-
4
-
-
job
-
user_policy_check
-
_token
-
-
-
category_id
-
name
-
entry
"Eccube\Form\Type\Front\EntryType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| data_class | "Eccube\Entity\Customer" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1286 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} use: { $class: "Eccube\Entity\Customer" } } |
| 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() {#1288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1287 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "entry" "_entry" ] |
| cache_key | "_entry_entry" |
| compound | true |
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2056 -form: Symfony\Component\Form\Form {#1622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2046 …5} |
| full_name | "entry" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "entry" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry" |
| valid | true |
| value | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
name
"Eccube\Form\Type\NameType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1309 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1306 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1307 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name" ] "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1304 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1305 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1310 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "_entry_name" ] |
| cache_key | "_entry_name_name" |
| compound | true |
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2060 -form: Symfony\Component\Form\Form {#1649 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#2059 …5} |
| full_name | "entry[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "name01" |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_name" |
| valid | true |
| value | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
name01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name" ] |
[ "placeholder" => "common.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1304 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1305 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1304 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1305 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1318 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1304 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1305 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1628 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1629 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_name_name01" ] |
| cache_key | "_entry_name_name01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2155 -form: Symfony\Component\Form\Form {#1652 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2154 …5} |
| full_name | "entry[name][name01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_name_name01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_name_name01" |
| valid | true |
| value | "" |
name02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name" ] |
[ "placeholder" => "common.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1306 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1307 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1306 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1307 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1319 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1306 +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: 16 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1307 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1641 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1640 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_name_name02" ] |
| cache_key | "_entry_name_name02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2156 -form: Symfony\Component\Form\Form {#1655 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2157 …5} |
| full_name | "entry[name][name02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_name_name02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_name_name02" |
| valid | true |
| value | "" |
kana
"Eccube\Form\Type\KanaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1329 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| firstname_name | "" |
| firstname_options | [ "attr" => [ "placeholder" => "common.first_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#1326 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1327 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "" |
| lastname_options | [ "attr" => [ "placeholder" => "common.last_name_kana" ] "constraints" => [ Symfony\Component\Validator\Constraints\Regex {#1324 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1325 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1330 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "name" "kana" "_entry_kana" ] |
| cache_key | "_entry_kana_kana" |
| compound | true |
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2152 -form: Symfony\Component\Form\Form {#1680 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#2153 …5} |
| full_name | "entry[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_kana" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| lastname_name | "kana01" |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_kana" |
| valid | true |
| value | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
kana01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.last_name_kana" ] |
[ "placeholder" => "common.last_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1338 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1324 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1325 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1338 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1324 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1325 +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: 25 +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 | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1338 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1324 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1325 +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: 25 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1659 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1660 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.last_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_kana_kana01" ] |
| cache_key | "_entry_kana_kana01_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2161 -form: Symfony\Component\Form\Form {#1683 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2160 …5} |
| full_name | "entry[kana][kana01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_kana_kana01" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_kana_kana01" |
| valid | true |
| value | "" |
kana02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.first_name_kana" ] |
[ "placeholder" => "common.first_name_kana" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1339 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1326 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1327 +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: 25 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1339 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1326 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1327 +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: 25 +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 | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1339 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1326 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1327 +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: 25 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1670 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1671 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.first_name_kana" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_kana_kana02" ] |
| cache_key | "_entry_kana_kana02_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2162 -form: Symfony\Component\Form\Form {#1686 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2163 …5} |
| full_name | "entry[kana][kana02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_kana_kana02" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana02" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_kana_kana02" |
| valid | true |
| value | "" |
company_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\Length {#1295 +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: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#1295 +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: 255 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: 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 | [ Symfony\Component\Validator\Constraints\Length {#1295 +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: 255 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1352 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1353 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_company_name" ] |
| cache_key | "_entry_company_name_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2159 -form: Symfony\Component\Form\Form {#1689 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2158 …5} |
| full_name | "entry[company_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_company_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company_name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_company_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
No options were passed when constructing this form.
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 {#1376 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1377 +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 {#1378 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1373 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1374 …} } } |
| 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" "_entry_postal_code" ] |
| cache_key | "_entry_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 {#2165 -form: Symfony\Component\Form\Form {#1692 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2164 …5} |
| full_name | "entry[postal_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_postal_code" |
| valid | true |
| value | "" |
address
"Eccube\Form\Type\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: 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 | "" |
| addr01_name | "addr01" |
| addr01_options | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1392 +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 {#1393 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1395 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1396 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| addr01_name | "addr01" |
| addr02_name | "addr02" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_entry_address" ] |
| cache_key | "_entry_address_address" |
| compound | true |
| data | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: null } |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2166 -form: Symfony\Component\Form\Form {#1750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2167 …5} |
| full_name | "entry[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_address" |
| valid | true |
| value | Eccube\Entity\Customer {#1245 -id: null -name01: null -name02: null -kana01: null -kana02: null -company_name: null -postal_code: null -addr01: null -addr02: null -email: null -phone_number: null -birth: null -plain_password: null -password: null -salt: null -secret_key: null -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: null -update_date: null -CustomerFavoriteProducts: Doctrine\Common\Collections\ArrayCollection {#1247 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1246 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1234 …} -Status: Eccube\Entity\Master\CustomerStatus {#1250 …} -Sex: null -Job: null -Country: null -Pref: 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 {#1404 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1404 +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 {#1531 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1731 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1715 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1714 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1717 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1719 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#966 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1404 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …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 {#1719 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#966 …} -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 {#1703 -_em: Doctrine\ORM\EntityManager {#386 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1711 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1712 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1713 #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 {#1710 …} -_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() {#1701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1700 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "p-region-id" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "pref" "_entry_address_pref" ] |
| cache_key | "_entry_address_pref_pref" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#2185 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#2186 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#2187 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#2188 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#2189 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#2190 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#2191 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#2192 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#2193 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#2194 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#2195 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#2196 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#2197 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#2198 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#2199 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#2200 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#2201 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "福井県" +value: "18" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#992 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#2202 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#2203 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#2204 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#2205 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#2206 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#2207 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#2208 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#2209 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#2210 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#2211 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#2212 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#2213 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#2214 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#2215 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#2216 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#2217 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#2218 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#2219 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#2220 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#2221 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#2222 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#2223 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#2224 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#2225 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#2226 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#2227 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#2228 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#2229 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#2230 …} +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 {#2171 -form: Symfony\Component\Form\Form {#1753 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2170 …5} |
| full_name | "entry[address][pref]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_address_pref" |
| is_selected | Closure($choice, $value) {#2268 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| 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 | "_entry_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 {#1405 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1392 +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 {#1405 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1392 +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 {#1405 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1392 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1724 …} } } |
| 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" "_entry_address_addr01" ] |
| cache_key | "_entry_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 {#2269 -form: Symfony\Component\Form\Form {#1756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2270 …5} |
| full_name | "entry[address][addr01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_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 {#1406 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1393 +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 {#1406 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1393 +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 {#1406 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1393 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1741 …} } } |
| 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" "_entry_address_addr02" ] |
| cache_key | "_entry_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 {#2271 -form: Symfony\Component\Form\Form {#1759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2272 …5} |
| full_name | "entry[address][addr02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_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 {#1416 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1417 +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 {#1418 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1413 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1414 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.phone_number_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "phone_number" "_entry_phone_number" ] |
| cache_key | "_entry_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 {#2168 -form: Symfony\Component\Form\Form {#1762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2169 …5} |
| full_name | "entry[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_phone_number" |
| valid | true |
| value | "" |
"Eccube\Form\Type\RepeatedEmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1443 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| entry_type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
| error_bubbling | false |
| error_mapping | [ "." => "second" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "placeholder" => "common.mail_address_sample" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form_error.same_email" |
| 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 | [ "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] ] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "attr" => [ "placeholder" => "common.repeated_confirm" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1445 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "repeated_email" "_entry_email" ] |
| cache_key | "_entry_email_repeated_email" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2274 -form: Symfony\Component\Form\Form {#1787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2273 …5} |
| full_name | "entry[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_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 | "_entry_email" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.mail_address_sample" ] |
[ "placeholder" => "common.mail_address_sample" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.mail_address_sample" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1766 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1767 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.mail_address_sample" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_email_first" ] |
| cache_key | "_entry_email_first_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 {#2278 -form: Symfony\Component\Form\Form {#1790 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2277 …5} |
| full_name | "entry[email][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_email_first" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_email_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.repeated_confirm" ] |
[ "placeholder" => "common.repeated_confirm" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1440 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1441 +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: 254 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1777 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1778 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_email_second" ] |
| cache_key | "_entry_email_second_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 {#2279 -form: Symfony\Component\Form\Form {#1793 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2280 …5} |
| full_name | "entry[email][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_email_second" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_email_second" |
| valid | true |
| value | "" |
plain_password
"Eccube\Form\Type\RepeatedPasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "placeholder" => "半角英数記号12〜50文字" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form_error.same_password" |
| 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 | [ "constraints" => [ Symfony\Component\Validator\Constraints\Length {#1458 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1459 +payload: null +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null } ] ] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "attr" => [ "placeholder" => "common.repeated_confirm" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#1465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1464 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "repeated_password" "_entry_plain_password" ] |
| cache_key | "_entry_plain_password_repeated_password" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2275 -form: Symfony\Component\Form\Form {#1818 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2276 …5} |
| full_name | "entry[plain_password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plain_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "半角英数記号12〜50文字" ] |
[ "placeholder" => "半角英数記号12〜50文字" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1458 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1459 +payload: null +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1458 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1459 +payload: null +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "半角英数記号12〜50文字" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1458 +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: 50 +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#1459 +payload: null +message: "form_error.password_pattern_invalid" +pattern: "/\A(?=.*?[a-z])(?=.*?\d)[!-~]+\z/i" +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1797 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1798 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "半角英数記号12〜50文字" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_plain_password_first" ] |
| cache_key | "_entry_plain_password_first_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 {#2284 -form: Symfony\Component\Form\Form {#1821 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2283 …5} |
| full_name | "entry[plain_password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password_first" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "common.repeated_confirm" ] |
[ "placeholder" => "common.repeated_confirm" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1461 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1808 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#1810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1809 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "common.repeated_confirm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_entry_plain_password_second" ] |
| cache_key | "_entry_plain_password_second_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 {#2285 -form: Symfony\Component\Form\Form {#1824 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2286 …5} |
| full_name | "entry[plain_password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_plain_password_second" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_plain_password_second" |
| valid | true |
| value | "" |
birth
"Symfony\Component\Form\Extension\Core\Type\BirthdayType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "year" => "" "month" => "" "day" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#1296 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2026-01-23" +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\LessThanOrEqual {#1296 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2026-01-23" +propertyPath: null } ] |
| input | "datetime" |
same as passed value |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
[ "year" => "----" "month" => "--" "day" => "--" ] |
| required | false |
false
|
| widget | "choice" |
same as passed value |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
[ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#1296 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2026-01-23" +propertyPath: 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | 2 |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| 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" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "----" "month" => "--" "day" => "--" ] |
| 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() {#1490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1491 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "choice" |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923 1922 1921 1920 1919 1918 1917 1916 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "birthday" "_entry_birth" ] |
| cache_key | "_entry_birth_birthday" |
| compound | true |
| data | null |
| date_pattern | "{{ year }}{{ month }}{{ day }}" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2282 -form: Symfony\Component\Form\Form {#1863 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2281 …5} |
| full_name | "entry[birth]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "birth" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth" |
| valid | true |
| value | [ "year" => "" "month" => "" "day" => "" ] |
| widget | "choice" |
year
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
[ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "----" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 1925 => 1925 1924 => 1924 1923 => 1923 1922 => 1922 1921 => 1921 1920 => 1920 1919 => 1919 1918 => 1918 1917 => 1917 1916 => 1916 ] |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| 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() {#1829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1828 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_year" ] |
| cache_key | "_entry_birth_year_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "2026" +value: "2026" +data: 2026 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "2025" +value: "2025" +data: 2025 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "2024" +value: "2024" +data: 2024 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "2023" +value: "2023" +data: 2023 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "2022" +value: "2022" +data: 2022 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "2021" +value: "2021" +data: 2021 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "2020" +value: "2020" +data: 2020 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "2019" +value: "2019" +data: 2019 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "2018" +value: "2018" +data: 2018 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "2017" +value: "2017" +data: 2017 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "2016" +value: "2016" +data: 2016 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "2015" +value: "2015" +data: 2015 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "2014" +value: "2014" +data: 2014 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "2013" +value: "2013" +data: 2013 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "2012" +value: "2012" +data: 2012 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "2011" +value: "2011" +data: 2011 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "2010" +value: "2010" +data: 2010 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "2009" +value: "2009" +data: 2009 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "2008" +value: "2008" +data: 2008 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "2007" +value: "2007" +data: 2007 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "2006" +value: "2006" +data: 2006 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "2005" +value: "2005" +data: 2005 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "2004" +value: "2004" +data: 2004 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "2003" +value: "2003" +data: 2003 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "2002" +value: "2002" +data: 2002 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "2001" +value: "2001" +data: 2001 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "2000" +value: "2000" +data: 2000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "1999" +value: "1999" +data: 1999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "1998" +value: "1998" +data: 1998 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "1997" +value: "1997" +data: 1997 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "1996" +value: "1996" +data: 1996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "1995" +value: "1995" +data: 1995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "1994" +value: "1994" +data: 1994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "1993" +value: "1993" +data: 1993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "1992" +value: "1992" +data: 1992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "1991" +value: "1991" +data: 1991 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "1990" +value: "1990" +data: 1990 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "1989" +value: "1989" +data: 1989 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "1988" +value: "1988" +data: 1988 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "1987" +value: "1987" +data: 1987 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "1986" +value: "1986" +data: 1986 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "1985" +value: "1985" +data: 1985 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "1984" +value: "1984" +data: 1984 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "1983" +value: "1983" +data: 1983 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "1982" +value: "1982" +data: 1982 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "1981" +value: "1981" +data: 1981 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "1980" +value: "1980" +data: 1980 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "1979" +value: "1979" +data: 1979 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "1978" +value: "1978" +data: 1978 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "1977" +value: "1977" +data: 1977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "1976" +value: "1976" +data: 1976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "1975" +value: "1975" +data: 1975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "1974" +value: "1974" +data: 1974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "1973" +value: "1973" +data: 1973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "1972" +value: "1972" +data: 1972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "1971" +value: "1971" +data: 1971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "1970" +value: "1970" +data: 1970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "1969" +value: "1969" +data: 1969 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "1968" +value: "1968" +data: 1968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "1967" +value: "1967" +data: 1967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "1966" +value: "1966" +data: 1966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "1965" +value: "1965" +data: 1965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "1964" +value: "1964" +data: 1964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "1963" +value: "1963" +data: 1963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "1962" +value: "1962" +data: 1962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "1961" +value: "1961" +data: 1961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "1960" +value: "1960" +data: 1960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "1959" +value: "1959" +data: 1959 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "1958" +value: "1958" +data: 1958 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "1957" +value: "1957" +data: 1957 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "1956" +value: "1956" +data: 1956 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "1955" +value: "1955" +data: 1955 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "1954" +value: "1954" +data: 1954 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "1953" +value: "1953" +data: 1953 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "1952" +value: "1952" +data: 1952 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "1951" +value: "1951" +data: 1951 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "1950" +value: "1950" +data: 1950 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "1949" +value: "1949" +data: 1949 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "1948" +value: "1948" +data: 1948 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "1947" +value: "1947" +data: 1947 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "1946" +value: "1946" +data: 1946 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "1945" +value: "1945" +data: 1945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "1944" +value: "1944" +data: 1944 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "1943" +value: "1943" +data: 1943 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "1942" +value: "1942" +data: 1942 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "1941" +value: "1941" +data: 1941 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "1940" +value: "1940" +data: 1940 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "1939" +value: "1939" +data: 1939 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "1938" +value: "1938" +data: 1938 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "1937" +value: "1937" +data: 1937 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "1936" +value: "1936" +data: 1936 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "1935" +value: "1935" +data: 1935 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "1934" +value: "1934" +data: 1934 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "1933" +value: "1933" +data: 1933 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "1932" +value: "1932" +data: 1932 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "1931" +value: "1931" +data: 1931 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "1930" +value: "1930" +data: 1930 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "1929" +value: "1929" +data: 1929 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "1928" +value: "1928" +data: 1928 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "1927" +value: "1927" +data: 1927 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "1926" +value: "1926" +data: 1926 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "1925" +value: "1925" +data: 1925 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "1924" +value: "1924" +data: 1924 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "1923" +value: "1923" +data: 1923 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "1922" +value: "1922" +data: 1922 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "1921" +value: "1921" +data: 1921 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "1920" +value: "1920" +data: 1920 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "1919" +value: "1919" +data: 1919 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "1918" +value: "1918" +data: 1918 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "1917" +value: "1917" +data: 1917 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "1916" +value: "1916" +data: 1916 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2290 -form: Symfony\Component\Form\Form {#1866 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2289 …5} |
| full_name | "entry[birth][year]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_year" |
| is_selected | Closure($choice, $value) {#2403 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "year" |
| placeholder | "----" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_year" |
| valid | true |
| value | "" |
month
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
[ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "--" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 ] |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| 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() {#1841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1840 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_month" ] |
| cache_key | "_entry_birth_month_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2404 -form: Symfony\Component\Form\Form {#1869 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2405 …5} |
| full_name | "entry[birth][month]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_month" |
| is_selected | Closure($choice, $value) {#2419 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "month" |
| placeholder | "--" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_month" |
| valid | true |
| value | "" |
day
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 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 ] |
[ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 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 ] |
| empty_data | "" |
same as passed value |
| error_bubbling | true |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| placeholder | "--" |
same as passed value |
| required | false |
false
|
| translation_domain | null |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 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 ] |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | true |
| 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() {#1853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1852 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_entry_birth_day" ] |
| cache_key | "_entry_birth_day_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "31" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2420 -form: Symfony\Component\Form\Form {#1872 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2421 …5} |
| full_name | "entry[birth][day]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_birth_day" |
| is_selected | Closure($choice, $value) {#2454 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "day" |
| placeholder | "--" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_birth_day" |
| valid | true |
| value | "" |
sex
"Eccube\Form\Type\Master\SexType"
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1531 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1574 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1558 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1557 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1560 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1562 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1538 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Sex" |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1562 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1538 …} -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 | 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 |
| query_builder | Doctrine\ORM\QueryBuilder {#1552 -_em: Doctrine\ORM\EntityManager {#386 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1554 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1555 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1556 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Sex m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1553 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1534 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "sex" "_entry_sex" ] |
| cache_key | "_entry_sex_sex" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1571 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#1583 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#1584 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1575 +label: "その他" +value: "3" +data: Eccube\Entity\Master\Sex {#1585 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +label: "回答しない" +value: "4" +data: Eccube\Entity\Master\Sex {#1586 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2288 -form: Symfony\Component\Form\Form {#1927 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2287 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex" |
| is_selected | Closure($choice, $value) {#2456 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sex" |
| 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 | "_entry_sex" |
| valid | true |
| value | "" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "男性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1876 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1884 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "男性" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1885 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2459 -form: Symfony\Component\Form\Form {#1930 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2458 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_1" |
| label | "男性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "1" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "女性" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1876 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1884 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "女性" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1898 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2460 -form: Symfony\Component\Form\Form {#1933 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2461 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_2" |
| label | "女性" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "2" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "その他" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1876 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1884 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "その他" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1908 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2462 -form: Symfony\Component\Form\Form {#1936 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2463 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_3" |
| label | "その他" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "3" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "回答しない" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1876 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1884 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "回答しない" |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1918 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_entry_sex_entry" ] |
| cache_key | "_entry_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2464 -form: Symfony\Component\Form\Form {#1939 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2465 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex_4" |
| label | "回答しない" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_entry_sex_entry" |
| valid | true |
| value | "4" |
job
"Eccube\Form\Type\Master\JobType"
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1531 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1627 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1611 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1610 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1613 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1615 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1591 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Job" |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …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 {#1615 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1591 …} -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" |
| 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 {#1605 -_em: Doctrine\ORM\EntityManager {#386 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1607 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1608 #from: "Eccube\Entity\Master\Job" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1609 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT m FROM Eccube\Entity\Master\Job m ORDER BY m.sort_no ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1606 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1590 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1589 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "master" "job" "_entry_job" ] |
| cache_key | "_entry_job_job" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "公務員" +value: "1" +data: Eccube\Entity\Master\Job {#2479 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "コンサルタント" +value: "2" +data: Eccube\Entity\Master\Job {#2480 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "コンピューター関連技術職" +value: "3" +data: Eccube\Entity\Master\Job {#2481 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "コンピューター関連以外の技術職" +value: "4" +data: Eccube\Entity\Master\Job {#2482 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "金融関係" +value: "5" +data: Eccube\Entity\Master\Job {#2483 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "医師" +value: "6" +data: Eccube\Entity\Master\Job {#2484 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "弁護士" +value: "7" +data: Eccube\Entity\Master\Job {#2485 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "総務・人事・事務" +value: "8" +data: Eccube\Entity\Master\Job {#2486 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "営業・販売" +value: "9" +data: Eccube\Entity\Master\Job {#2487 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "研究・開発" +value: "10" +data: Eccube\Entity\Master\Job {#2488 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "広報・宣伝" +value: "11" +data: Eccube\Entity\Master\Job {#2489 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "企画・マーケティング" +value: "12" +data: Eccube\Entity\Master\Job {#2490 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "デザイン関係" +value: "13" +data: Eccube\Entity\Master\Job {#2491 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "会社経営・役員" +value: "14" +data: Eccube\Entity\Master\Job {#2492 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "出版・マスコミ関係" +value: "15" +data: Eccube\Entity\Master\Job {#2493 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "学生・フリーター" +value: "16" +data: Eccube\Entity\Master\Job {#2494 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "主婦" +value: "17" +data: Eccube\Entity\Master\Job {#2495 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "その他" +value: "18" +data: Eccube\Entity\Master\Job {#2496 …} +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 {#2457 -form: Symfony\Component\Form\Form {#1942 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2455 …5} |
| full_name | "entry[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_job" |
| is_selected | Closure($choice, $value) {#2505 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "job" |
| placeholder | "common.select" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_job" |
| valid | true |
| value | "" |
user_policy_check
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1947 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1947 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | null |
null
|
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1947 +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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1876 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1884 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#2040 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_entry_user_policy_check" ] |
| cache_key | "_entry_user_policy_check_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2506 -form: Symfony\Component\Form\Form {#2053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2507 …5} |
| full_name | "entry[user_policy_check]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_user_policy_check" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_policy_check" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_entry_user_policy_check" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5a42a91066c87b4cb9221d9031d5115.vq7_1_p_mZuFAT4W_LsPUX3kFxW1LVDapPItD_gGNU4.88mptpwv7tf1V31nkIthPxPRIXj-ch2A3qB_fs58BhT0l6-bzxzR471Saw" |
| 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 | "5a42a91066c87b4cb9221d9031d5115.vq7_1_p_mZuFAT4W_LsPUX3kFxW1LVDapPItD_gGNU4.88mptpwv7tf1V31nkIthPxPRIXj-ch2A3qB_fs58BhT0l6-bzxzR471Saw" |
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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data | "5a42a91066c87b4cb9221d9031d5115.vq7_1_p_mZuFAT4W_LsPUX3kFxW1LVDapPItD_gGNU4.88mptpwv7tf1V31nkIthPxPRIXj-ch2A3qB_fs58BhT0l6-bzxzR471Saw" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2512 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#2514 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#2511 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_entry__token" ] |
| cache_key | "_entry__token_hidden" |
| compound | false |
| data | "5a42a91066c87b4cb9221d9031d5115.vq7_1_p_mZuFAT4W_LsPUX3kFxW1LVDapPItD_gGNU4.88mptpwv7tf1V31nkIthPxPRIXj-ch2A3qB_fs58BhT0l6-bzxzR471Saw" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#2526 -form: Symfony\Component\Form\Form {#2521 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2515 …5} |
| full_name | "entry[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry__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 | "_entry__token" |
| valid | true |
| value | "5a42a91066c87b4cb9221d9031d5115.vq7_1_p_mZuFAT4W_LsPUX3kFxW1LVDapPItD_gGNU4.88mptpwv7tf1V31nkIthPxPRIXj-ch2A3qB_fs58BhT0l6-bzxzR471Saw" |
(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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4867 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#4851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#4866 …} } } |
| 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 {#6305 -form: Symfony\Component\Form\Form {#6294 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6306 …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 {#4437 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1764516845 {#4675 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4615 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4562 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4563 -id: 19 -name: "セメント" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1765763858 {#4632 date: 2025-12-15 10:57:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4633 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4577 …} -Children: Doctrine\ORM\PersistentCollection {#4586 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4369 -id: 20 -name: "白セメント(ホワイトセメント)" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1765763871 {#5215 date: 2025-12-15 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#5214 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4341 -id: 21 -name: "プレミックスモルタル" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1765763875 {#4343 date: 2025-12-15 10:57:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4342 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4320 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4296 -id: 22 -name: "カチオン系モルタル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1765763878 {#4310 date: 2025-12-15 10:57:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4309 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4295 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4255 -id: 23 -name: "特殊モルタル(速乾・防水・高強度)" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1765763881 {#4273 date: 2025-12-15 10:58:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4272 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4254 …} -Children: Doctrine\ORM\PersistentCollection {#4216 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4201 -id: 14 -name: "モルタル補助材(混和材・プライマー)" -hierarchy: 1 -sort_no: 143 -create_date: DateTime @1764516865 {#4587 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4600 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4179 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4178 -id: 24 -name: "下地強化材" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1765763973 {#4215 date: 2025-12-15 10:59:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4202 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4161 …} -Children: Doctrine\ORM\PersistentCollection {#4142 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4106 -id: 25 -name: "接着剤(ボンド・プライマー)" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1765763976 {#4108 date: 2025-12-15 10:59:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4107 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4099 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4082 -id: 26 -name: "防水剤・防凍剤" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1765763979 {#4088 date: 2025-12-15 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4398 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4083 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5189 -id: 27 -name: "急結剤・硬化促進剤" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1765763981 {#5175 date: 2025-12-15 10:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5191 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4066 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5359 -id: 28 -name: "作業性向上剤(流動化剤・遅延剤)" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1765763983 {#5358 date: 2025-12-15 10:59:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5360 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5367 -id: 29 -name: "ひび割れ防止剤" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1765763985 {#5365 date: 2025-12-15 10:59:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5366 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5374 -id: 30 -name: "白華除去剤" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1765763988 {#5372 date: 2025-12-15 10:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5373 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5381 -id: 8 -name: "塗り壁・下地材" -hierarchy: 1 -sort_no: 142 -create_date: DateTime @1764516836 {#4122 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4121 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5386 -id: 32 -name: "しっくい(漆喰)" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1765764220 {#5379 date: 2025-12-15 11:03:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5380 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5395 -id: 33 -name: "珪藻土" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1765764223 {#5393 date: 2025-12-15 11:03:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5394 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5402 -id: 34 -name: "聚楽壁・砂壁・繊維壁" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1765764226 {#5400 date: 2025-12-15 11:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5401 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5409 -id: 35 -name: "ジョリパット・外装美装材" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1765764228 {#5407 date: 2025-12-15 11:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5408 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5416 -id: 36 -name: "寒水石・ゼオライトなど天然素材" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1765764230 {#5414 date: 2025-12-15 11:03:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5415 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5423 -id: 37 -name: "下地調整材(シーラー・下地強化材)" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1765764232 {#5421 date: 2025-12-15 11:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5422 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5430 -id: 38 -name: "塗り壁補助剤(汚れ防止剤・補填材)" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1765764235 {#5428 date: 2025-12-15 11:03:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5429 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5437 -id: 12 -name: "骨材" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1764516854 {#5391 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5392 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5442 -id: 148 -name: "寒水石" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1768154649 {#5435 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768154649 {#5436 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5443 …} -Children: Doctrine\ORM\PersistentCollection {#5446 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5451 -id: 39 -name: "珪砂" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1765764263 {#5449 date: 2025-12-15 11:04:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5450 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5458 -id: 40 -name: "砕石・砂利" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1765764265 {#5456 date: 2025-12-15 11:04:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5457 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5465 -id: 41 -name: "パーライト・軽量骨材" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1765764268 {#5463 date: 2025-12-15 11:04:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5464 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5472 -id: 42 -name: "骨材ミックス・下地骨材" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1765764270 {#5470 date: 2025-12-15 11:04:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5471 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5479 -id: 11 -name: "タイル関連材" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1764516847 {#5447 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5448 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5480 …} -Children: Doctrine\ORM\PersistentCollection {#5483 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5484 -id: 149 -name: "ツール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1768155016 {#5477 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155016 {#5478 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5488 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5493 -id: 43 -name: "タイル接着剤" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1765764285 {#5491 date: 2025-12-15 11:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5492 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5500 -id: 44 -name: "目地材" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1765764288 {#5498 date: 2025-12-15 11:04:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5499 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5507 -id: 45 -name: "下地調整材" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1765764290 {#5505 date: 2025-12-15 11:04:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5506 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5514 -id: 46 -name: "防水下地材" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1765764292 {#5512 date: 2025-12-15 11:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5513 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5521 -id: 47 -name: "屋内壁タイル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1765764295 {#5519 date: 2025-12-15 11:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5520 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5528 -id: 48 -name: "屋内床タイル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1765764297 {#5526 date: 2025-12-15 11:04:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5527 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5529 …} -Children: Doctrine\ORM\PersistentCollection {#5532 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5535 -id: 49 -name: "外装タイル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1765764299 {#5533 date: 2025-12-15 11:04:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5534 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5542 -id: 9 -name: "左官道具・副資材" -hierarchy: 1 -sort_no: 125 -create_date: DateTime @1764516841 {#5490 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5489 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5547 -id: 152 -name: "その他" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1768286398 {#5540 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286398 {#5541 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5556 -id: 50 -name: "鏝(こて)" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1765764316 {#5554 date: 2025-12-15 11:05:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5555 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5563 -id: 51 -name: "左官定規・トンボ・フレスノ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1765764318 {#5561 date: 2025-12-15 11:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5562 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5570 -id: 52 -name: "刷毛・ブラシ・ローラー" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1765764321 {#5568 date: 2025-12-15 11:05:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5569 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5577 -id: 53 -name: "作業工具(カッター・バケツ・混練具)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1765764324 {#5575 date: 2025-12-15 11:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5576 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5584 -id: 54 -name: "ダイヤモンドカッター・研磨材" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1765764326 {#5582 date: 2025-12-15 11:05:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5583 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5591 -id: 55 -name: "養生資材(テープ・マスカー・シート)" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1765764328 {#5589 date: 2025-12-15 11:05:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5590 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5598 -id: 56 -name: "エアタッカー・釘・ビス類" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1765764330 {#5596 date: 2025-12-15 11:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5597 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5605 -id: 57 -name: "左官スリッパ・安全用品" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1765764333 {#5603 date: 2025-12-15 11:05:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5604 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5612 -id: 31 -name: "DIY・リペア用品" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1765764190 {#5552 date: 2025-12-15 11:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5553 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5617 -id: 58 -name: "DIYキット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1765764349 {#5610 date: 2025-12-15 11:05:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5611 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5618 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5626 -id: 59 -name: "リフォーム材" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1765764351 {#5624 date: 2025-12-15 11:05:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5625 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5633 -id: 60 -name: "汚れ防止剤・仕上げ剤" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1765764354 {#5631 date: 2025-12-15 11:05:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5632 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5640 -id: 61 -name: "顔料・色粉" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1765764356 {#5638 date: 2025-12-15 11:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5639 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5647 -id: 62 -name: "プライマー・専用攪拌液" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1765764358 {#5645 date: 2025-12-15 11:05:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5646 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5654 -id: 63 -name: "粉状製品(2N類・基材粉)" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1765764361 {#5652 date: 2025-12-15 11:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5653 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5661 -id: 64 -name: "まとめセット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1765764365 {#5659 date: 2025-12-15 11:06:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5660 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5668 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 102 -create_date: DateTime @1764516830 {#5622 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5623 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5673 -id: 151 -name: "セット" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1768220154 {#5666 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768220154 {#5667 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5682 -id: 65 -name: "モールテックス本体" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1765764382 {#5680 date: 2025-12-15 11:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5681 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5689 -id: 66 -name: "専用プライマー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1765764386 {#5687 date: 2025-12-15 11:06:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5688 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5696 -id: 67 -name: "専用顔料・専用粉体" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1765764388 {#5694 date: 2025-12-15 11:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5695 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5703 -id: 68 -name: "専用補助剤(遅延剤・流動化剤など)" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1765764390 {#5701 date: 2025-12-15 11:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5702 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5710 -id: 69 -name: "仕上げ剤・保護剤(汚れ防止)" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1765764393 {#5708 date: 2025-12-15 11:06:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5709 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5717 -id: 70 -name: "施工ツール(鏝・スパチュラなど)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1765764395 {#5715 date: 2025-12-15 11:06:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5716 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5724 -id: 15 -name: "レンガ・ブロック材" -hierarchy: 1 -sort_no: 93 -create_date: DateTime @1764516873 {#5678 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5679 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5729 -id: 71 -name: "赤レンガ" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1765764408 {#5722 date: 2025-12-15 11:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5723 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5738 -id: 72 -name: "耐火レンガ" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1765764410 {#5736 date: 2025-12-15 11:06:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5737 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5745 -id: 73 -name: "モルタルレンガ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1765764414 {#5743 date: 2025-12-15 11:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5744 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5752 -id: 74 -name: "ブロック材" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1765764417 {#5750 date: 2025-12-15 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5751 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5759 -id: 75 -name: "レンガ用モルタル・接着剤" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1765764419 {#5757 date: 2025-12-15 11:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5758 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5766 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1764516876 {#5734 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5735 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5771 -id: 76 -name: "汎用補修材" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1765764430 {#5764 date: 2025-12-15 11:07:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5765 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5780 -id: 77 -name: "共通副資材" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1765764433 {#5778 date: 2025-12-15 11:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5779 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5785 -id: 79 -name: "アウトレット" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1765764466 {#5777 date: 2025-12-15 11:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5776 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5794 -id: 17 -name: "メーカー" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1764587137 {#5790 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1766208239 {#5791 date: 2025-12-20 14:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5799 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1764587166 {#5792 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#5793 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5808 -id: 153 -name: "土牛" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1768286906 {#5806 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286906 {#5807 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5815 -id: 150 -name: "ヤブ原" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1768155375 {#5813 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155375 {#5814 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5822 -id: 147 -name: "ダイヤテックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1768029639 {#5820 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768029639 {#5821 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5829 -id: 146 -name: "ノーブランド" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1765819536 {#5827 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819536 {#5828 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5836 -id: 145 -name: "BEAL社" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1765819527 {#5834 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819527 {#5835 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5843 -id: 144 -name: "五百蔵製作所" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1765819520 {#5841 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819520 {#5842 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5850 -id: 143 -name: "アローライン工業" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1765819509 {#5848 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819509 {#5849 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5857 -id: 142 -name: "ニッタイ工業" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1765819506 {#5855 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819506 {#5856 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5864 -id: 141 -name: "T-CHIC" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1765819503 {#5862 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819503 {#5863 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5871 -id: 140 -name: "ツボ万" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1765819501 {#5869 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819501 {#5870 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5878 -id: 139 -name: "ヤヨイ化学" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1765819497 {#5876 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819497 {#5877 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5885 -id: 138 -name: "戸田研磨工業" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1765819495 {#5883 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819495 {#5884 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5892 -id: 137 -name: "大塚刷毛" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1765819491 {#5890 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819491 {#5891 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5899 -id: 136 -name: "金鹿工具" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1765819488 {#5897 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819488 {#5898 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5906 -id: 135 -name: "エヌシキ" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1765819486 {#5904 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819486 {#5905 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5913 -id: 133 -name: "三木技研" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1765819479 {#5911 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819479 {#5912 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5920 -id: 132 -name: "オルファ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1765819477 {#5918 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819477 {#5919 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5927 -id: 131 -name: "リス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1765819474 {#5925 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819474 {#5926 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5934 -id: 130 -name: "八ツ矢工業" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1765819469 {#5932 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819469 {#5933 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5941 -id: 129 -name: "石黒産業" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1765819466 {#5939 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819466 {#5940 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5948 -id: 128 -name: "アマテイ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1765819463 {#5946 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819463 {#5947 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5955 -id: 127 -name: "日東電工株式会社" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1765819459 {#5953 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819459 {#5954 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5962 -id: 126 -name: "株式会社イトー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1765819456 {#5960 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819456 {#5961 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5969 -id: 125 -name: "SPG" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1765819453 {#5967 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819453 {#5968 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5976 -id: 124 -name: "友定建機" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1765819450 {#5974 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819450 {#5975 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5983 -id: 123 -name: "石井超硬工具" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1765819447 {#5981 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819447 {#5982 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5990 -id: 122 -name: "ABC商会" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1765819444 {#5988 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819444 {#5989 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5997 -id: 121 -name: "墨運堂" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1765819441 {#5995 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819441 {#5996 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6004 -id: 120 -name: "カネハマ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1765819439 {#6002 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819439 {#6003 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6011 -id: 119 -name: "テクノクリーン" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1765819436 {#6009 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819436 {#6010 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6018 -id: 118 -name: "東レ・アムテックス" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1765819433 {#6016 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819433 {#6017 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6025 -id: 117 -name: "信越化学工業" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1765819430 {#6023 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819430 {#6024 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6032 -id: 116 -name: "アオキ産業" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1765819427 {#6030 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819427 {#6031 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6039 -id: 115 -name: "昭和電工建材" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1765819424 {#6037 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819424 {#6038 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6046 -id: 114 -name: "マノール" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1765819421 {#6044 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819421 {#6045 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6053 -id: 113 -name: "関西パテ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1765819415 {#6051 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819415 {#6052 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6060 -id: 112 -name: "日硝産業" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1765819412 {#6058 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819412 {#6059 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6067 -id: 111 -name: "成瀬化学" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1765819409 {#6065 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819409 {#6066 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6074 -id: 110 -name: "KYタイル" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1765819406 {#6072 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819406 {#6073 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6081 -id: 109 -name: "日藻工材" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1765819403 {#6079 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819403 {#6080 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6088 -id: 108 -name: "ヤブ原産業" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1765819400 {#6086 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819400 {#6087 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6095 -id: 107 -name: "MUマテックス" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1765819398 {#6093 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819398 {#6094 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6102 -id: 106 -name: "タイルメント" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1765819394 {#6100 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819394 {#6101 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6109 -id: 105 -name: "三共製粉" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1765819392 {#6107 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819392 {#6108 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6116 -id: 104 -name: "アイカ工業" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1765819389 {#6114 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819389 {#6115 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6123 -id: 103 -name: "四国化成" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1765819386 {#6121 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819386 {#6122 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6130 -id: 102 -name: "フジワラ化学" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1765819382 {#6128 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819382 {#6129 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6137 -id: 101 -name: "MAX" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1765819380 {#6135 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819380 {#6136 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6144 -id: 100 -name: "リンレイテープ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1765819377 {#6142 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819377 {#6143 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6151 -id: 99 -name: "3M" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1765819374 {#6149 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819374 {#6150 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6158 -id: 98 -name: "ニチバン" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1765819370 {#6156 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819370 {#6157 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6165 -id: 97 -name: "コンドーテック" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1765819367 {#6163 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819367 {#6164 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6172 -id: 96 -name: "セーレン" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1765819364 {#6170 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819364 {#6171 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6173 …} -Children: Doctrine\ORM\PersistentCollection {#6176 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6179 -id: 95 -name: "フクビ化学工業" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1765819361 {#6177 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819361 {#6178 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6180 …} -Children: Doctrine\ORM\PersistentCollection {#6183 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6186 -id: 94 -name: "秩父コンクリート工業" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1765819358 {#6184 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819358 {#6185 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6193 -id: 93 -name: "LIXIL" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1765819355 {#6191 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819355 {#6192 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6194 …} -Children: Doctrine\ORM\PersistentCollection {#6197 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6200 -id: 92 -name: "DANTO" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1765819353 {#6198 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819353 {#6199 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6201 …} -Children: Doctrine\ORM\PersistentCollection {#6204 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6207 -id: 91 -name: "ハネダ化学" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1765819350 {#6205 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819350 {#6206 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6208 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6214 -id: 90 -name: "菊水化学工業" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1765819347 {#6212 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819347 {#6213 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6215 …} -Children: Doctrine\ORM\PersistentCollection {#6218 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6221 -id: 89 -name: "トーヨーマテラン" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1765819344 {#6219 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819344 {#6220 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6222 …} -Children: Doctrine\ORM\PersistentCollection {#6225 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6228 -id: 88 -name: "村樫石灰工業株式会社" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1765819341 {#6226 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819341 {#6227 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6229 …} -Children: Doctrine\ORM\PersistentCollection {#6232 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6235 -id: 87 -name: "田川産業" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1765819338 {#6233 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819338 {#6234 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6236 …} -Children: Doctrine\ORM\PersistentCollection {#6239 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6242 -id: 86 -name: "近畿壁材" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1765819335 {#6240 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819335 {#6241 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6243 …} -Children: Doctrine\ORM\PersistentCollection {#6246 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6249 -id: 85 -name: "畑中産業" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1765819332 {#6247 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819332 {#6248 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6250 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6256 -id: 84 -name: "吉野石膏" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1765819326 {#6254 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819326 {#6255 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6257 …} -Children: Doctrine\ORM\PersistentCollection {#6260 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6263 -id: 83 -name: "日本化成" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1765819293 {#6261 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819293 {#6262 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6264 …} -Children: Doctrine\ORM\PersistentCollection {#6267 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6270 -id: 82 -name: "豊運" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1765819284 {#6268 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819284 {#6269 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6271 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6277 -id: 81 -name: "松本産業株式会社" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1765819279 {#6275 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819279 {#6276 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6281 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6284 -id: 80 -name: "太平洋セメント" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1765819273 {#6282 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819273 {#6283 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6285 …} -Children: Doctrine\ORM\PersistentCollection {#6288 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } ] |
[ Eccube\Entity\Category {#4437 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1764516845 {#4675 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4615 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4562 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4563 -id: 19 -name: "セメント" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1765763858 {#4632 date: 2025-12-15 10:57:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4633 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4577 …} -Children: Doctrine\ORM\PersistentCollection {#4586 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4369 -id: 20 -name: "白セメント(ホワイトセメント)" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1765763871 {#5215 date: 2025-12-15 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#5214 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4341 -id: 21 -name: "プレミックスモルタル" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1765763875 {#4343 date: 2025-12-15 10:57:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4342 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4320 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4296 -id: 22 -name: "カチオン系モルタル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1765763878 {#4310 date: 2025-12-15 10:57:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4309 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4295 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4255 -id: 23 -name: "特殊モルタル(速乾・防水・高強度)" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1765763881 {#4273 date: 2025-12-15 10:58:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4272 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4254 …} -Children: Doctrine\ORM\PersistentCollection {#4216 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4201 -id: 14 -name: "モルタル補助材(混和材・プライマー)" -hierarchy: 1 -sort_no: 143 -create_date: DateTime @1764516865 {#4587 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4600 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4179 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4178 -id: 24 -name: "下地強化材" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1765763973 {#4215 date: 2025-12-15 10:59:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4202 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4161 …} -Children: Doctrine\ORM\PersistentCollection {#4142 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4106 -id: 25 -name: "接着剤(ボンド・プライマー)" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1765763976 {#4108 date: 2025-12-15 10:59:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4107 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4099 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4082 -id: 26 -name: "防水剤・防凍剤" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1765763979 {#4088 date: 2025-12-15 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4398 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4083 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5189 -id: 27 -name: "急結剤・硬化促進剤" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1765763981 {#5175 date: 2025-12-15 10:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5191 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4066 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5359 -id: 28 -name: "作業性向上剤(流動化剤・遅延剤)" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1765763983 {#5358 date: 2025-12-15 10:59:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5360 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5367 -id: 29 -name: "ひび割れ防止剤" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1765763985 {#5365 date: 2025-12-15 10:59:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5366 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5374 -id: 30 -name: "白華除去剤" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1765763988 {#5372 date: 2025-12-15 10:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5373 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5381 -id: 8 -name: "塗り壁・下地材" -hierarchy: 1 -sort_no: 142 -create_date: DateTime @1764516836 {#4122 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4121 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5386 -id: 32 -name: "しっくい(漆喰)" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1765764220 {#5379 date: 2025-12-15 11:03:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5380 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5395 -id: 33 -name: "珪藻土" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1765764223 {#5393 date: 2025-12-15 11:03:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5394 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5402 -id: 34 -name: "聚楽壁・砂壁・繊維壁" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1765764226 {#5400 date: 2025-12-15 11:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5401 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5409 -id: 35 -name: "ジョリパット・外装美装材" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1765764228 {#5407 date: 2025-12-15 11:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5408 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5416 -id: 36 -name: "寒水石・ゼオライトなど天然素材" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1765764230 {#5414 date: 2025-12-15 11:03:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5415 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5423 -id: 37 -name: "下地調整材(シーラー・下地強化材)" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1765764232 {#5421 date: 2025-12-15 11:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5422 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5430 -id: 38 -name: "塗り壁補助剤(汚れ防止剤・補填材)" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1765764235 {#5428 date: 2025-12-15 11:03:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5429 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5437 -id: 12 -name: "骨材" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1764516854 {#5391 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5392 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5442 -id: 148 -name: "寒水石" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1768154649 {#5435 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768154649 {#5436 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5443 …} -Children: Doctrine\ORM\PersistentCollection {#5446 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5451 -id: 39 -name: "珪砂" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1765764263 {#5449 date: 2025-12-15 11:04:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5450 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5458 -id: 40 -name: "砕石・砂利" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1765764265 {#5456 date: 2025-12-15 11:04:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5457 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5465 -id: 41 -name: "パーライト・軽量骨材" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1765764268 {#5463 date: 2025-12-15 11:04:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5464 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5472 -id: 42 -name: "骨材ミックス・下地骨材" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1765764270 {#5470 date: 2025-12-15 11:04:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5471 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5479 -id: 11 -name: "タイル関連材" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1764516847 {#5447 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5448 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5480 …} -Children: Doctrine\ORM\PersistentCollection {#5483 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5484 -id: 149 -name: "ツール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1768155016 {#5477 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155016 {#5478 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5488 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5493 -id: 43 -name: "タイル接着剤" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1765764285 {#5491 date: 2025-12-15 11:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5492 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5500 -id: 44 -name: "目地材" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1765764288 {#5498 date: 2025-12-15 11:04:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5499 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5507 -id: 45 -name: "下地調整材" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1765764290 {#5505 date: 2025-12-15 11:04:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5506 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5514 -id: 46 -name: "防水下地材" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1765764292 {#5512 date: 2025-12-15 11:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5513 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5521 -id: 47 -name: "屋内壁タイル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1765764295 {#5519 date: 2025-12-15 11:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5520 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5528 -id: 48 -name: "屋内床タイル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1765764297 {#5526 date: 2025-12-15 11:04:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5527 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5529 …} -Children: Doctrine\ORM\PersistentCollection {#5532 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5535 -id: 49 -name: "外装タイル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1765764299 {#5533 date: 2025-12-15 11:04:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5534 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5542 -id: 9 -name: "左官道具・副資材" -hierarchy: 1 -sort_no: 125 -create_date: DateTime @1764516841 {#5490 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5489 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5547 -id: 152 -name: "その他" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1768286398 {#5540 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286398 {#5541 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5556 -id: 50 -name: "鏝(こて)" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1765764316 {#5554 date: 2025-12-15 11:05:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5555 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5563 -id: 51 -name: "左官定規・トンボ・フレスノ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1765764318 {#5561 date: 2025-12-15 11:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5562 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5570 -id: 52 -name: "刷毛・ブラシ・ローラー" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1765764321 {#5568 date: 2025-12-15 11:05:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5569 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5577 -id: 53 -name: "作業工具(カッター・バケツ・混練具)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1765764324 {#5575 date: 2025-12-15 11:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5576 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5584 -id: 54 -name: "ダイヤモンドカッター・研磨材" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1765764326 {#5582 date: 2025-12-15 11:05:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5583 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5591 -id: 55 -name: "養生資材(テープ・マスカー・シート)" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1765764328 {#5589 date: 2025-12-15 11:05:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5590 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5598 -id: 56 -name: "エアタッカー・釘・ビス類" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1765764330 {#5596 date: 2025-12-15 11:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5597 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5605 -id: 57 -name: "左官スリッパ・安全用品" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1765764333 {#5603 date: 2025-12-15 11:05:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5604 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5612 -id: 31 -name: "DIY・リペア用品" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1765764190 {#5552 date: 2025-12-15 11:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5553 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5617 -id: 58 -name: "DIYキット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1765764349 {#5610 date: 2025-12-15 11:05:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5611 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5618 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5626 -id: 59 -name: "リフォーム材" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1765764351 {#5624 date: 2025-12-15 11:05:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5625 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5633 -id: 60 -name: "汚れ防止剤・仕上げ剤" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1765764354 {#5631 date: 2025-12-15 11:05:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5632 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5640 -id: 61 -name: "顔料・色粉" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1765764356 {#5638 date: 2025-12-15 11:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5639 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5647 -id: 62 -name: "プライマー・専用攪拌液" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1765764358 {#5645 date: 2025-12-15 11:05:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5646 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5654 -id: 63 -name: "粉状製品(2N類・基材粉)" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1765764361 {#5652 date: 2025-12-15 11:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5653 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5661 -id: 64 -name: "まとめセット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1765764365 {#5659 date: 2025-12-15 11:06:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5660 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5668 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 102 -create_date: DateTime @1764516830 {#5622 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5623 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5673 -id: 151 -name: "セット" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1768220154 {#5666 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768220154 {#5667 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5682 -id: 65 -name: "モールテックス本体" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1765764382 {#5680 date: 2025-12-15 11:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5681 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5689 -id: 66 -name: "専用プライマー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1765764386 {#5687 date: 2025-12-15 11:06:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5688 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5696 -id: 67 -name: "専用顔料・専用粉体" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1765764388 {#5694 date: 2025-12-15 11:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5695 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5703 -id: 68 -name: "専用補助剤(遅延剤・流動化剤など)" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1765764390 {#5701 date: 2025-12-15 11:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5702 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5710 -id: 69 -name: "仕上げ剤・保護剤(汚れ防止)" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1765764393 {#5708 date: 2025-12-15 11:06:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5709 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5717 -id: 70 -name: "施工ツール(鏝・スパチュラなど)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1765764395 {#5715 date: 2025-12-15 11:06:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5716 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5724 -id: 15 -name: "レンガ・ブロック材" -hierarchy: 1 -sort_no: 93 -create_date: DateTime @1764516873 {#5678 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5679 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5729 -id: 71 -name: "赤レンガ" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1765764408 {#5722 date: 2025-12-15 11:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5723 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5738 -id: 72 -name: "耐火レンガ" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1765764410 {#5736 date: 2025-12-15 11:06:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5737 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5745 -id: 73 -name: "モルタルレンガ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1765764414 {#5743 date: 2025-12-15 11:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5744 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5752 -id: 74 -name: "ブロック材" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1765764417 {#5750 date: 2025-12-15 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5751 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5759 -id: 75 -name: "レンガ用モルタル・接着剤" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1765764419 {#5757 date: 2025-12-15 11:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5758 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5766 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1764516876 {#5734 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5735 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5771 -id: 76 -name: "汎用補修材" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1765764430 {#5764 date: 2025-12-15 11:07:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5765 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5780 -id: 77 -name: "共通副資材" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1765764433 {#5778 date: 2025-12-15 11:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5779 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5785 -id: 79 -name: "アウトレット" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1765764466 {#5777 date: 2025-12-15 11:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5776 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5794 -id: 17 -name: "メーカー" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1764587137 {#5790 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1766208239 {#5791 date: 2025-12-20 14:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5799 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1764587166 {#5792 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#5793 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5808 -id: 153 -name: "土牛" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1768286906 {#5806 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286906 {#5807 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5815 -id: 150 -name: "ヤブ原" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1768155375 {#5813 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155375 {#5814 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5822 -id: 147 -name: "ダイヤテックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1768029639 {#5820 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768029639 {#5821 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5829 -id: 146 -name: "ノーブランド" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1765819536 {#5827 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819536 {#5828 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5836 -id: 145 -name: "BEAL社" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1765819527 {#5834 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819527 {#5835 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5843 -id: 144 -name: "五百蔵製作所" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1765819520 {#5841 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819520 {#5842 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5850 -id: 143 -name: "アローライン工業" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1765819509 {#5848 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819509 {#5849 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5857 -id: 142 -name: "ニッタイ工業" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1765819506 {#5855 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819506 {#5856 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5864 -id: 141 -name: "T-CHIC" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1765819503 {#5862 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819503 {#5863 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5871 -id: 140 -name: "ツボ万" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1765819501 {#5869 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819501 {#5870 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5878 -id: 139 -name: "ヤヨイ化学" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1765819497 {#5876 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819497 {#5877 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5885 -id: 138 -name: "戸田研磨工業" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1765819495 {#5883 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819495 {#5884 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5892 -id: 137 -name: "大塚刷毛" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1765819491 {#5890 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819491 {#5891 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5899 -id: 136 -name: "金鹿工具" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1765819488 {#5897 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819488 {#5898 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5906 -id: 135 -name: "エヌシキ" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1765819486 {#5904 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819486 {#5905 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5913 -id: 133 -name: "三木技研" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1765819479 {#5911 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819479 {#5912 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5920 -id: 132 -name: "オルファ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1765819477 {#5918 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819477 {#5919 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5927 -id: 131 -name: "リス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1765819474 {#5925 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819474 {#5926 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5934 -id: 130 -name: "八ツ矢工業" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1765819469 {#5932 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819469 {#5933 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5941 -id: 129 -name: "石黒産業" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1765819466 {#5939 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819466 {#5940 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5948 -id: 128 -name: "アマテイ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1765819463 {#5946 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819463 {#5947 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5955 -id: 127 -name: "日東電工株式会社" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1765819459 {#5953 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819459 {#5954 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5962 -id: 126 -name: "株式会社イトー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1765819456 {#5960 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819456 {#5961 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5969 -id: 125 -name: "SPG" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1765819453 {#5967 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819453 {#5968 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5976 -id: 124 -name: "友定建機" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1765819450 {#5974 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819450 {#5975 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5983 -id: 123 -name: "石井超硬工具" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1765819447 {#5981 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819447 {#5982 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5990 -id: 122 -name: "ABC商会" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1765819444 {#5988 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819444 {#5989 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5997 -id: 121 -name: "墨運堂" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1765819441 {#5995 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819441 {#5996 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6004 -id: 120 -name: "カネハマ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1765819439 {#6002 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819439 {#6003 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6011 -id: 119 -name: "テクノクリーン" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1765819436 {#6009 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819436 {#6010 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6018 -id: 118 -name: "東レ・アムテックス" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1765819433 {#6016 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819433 {#6017 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6025 -id: 117 -name: "信越化学工業" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1765819430 {#6023 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819430 {#6024 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6032 -id: 116 -name: "アオキ産業" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1765819427 {#6030 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819427 {#6031 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6039 -id: 115 -name: "昭和電工建材" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1765819424 {#6037 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819424 {#6038 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6046 -id: 114 -name: "マノール" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1765819421 {#6044 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819421 {#6045 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6053 -id: 113 -name: "関西パテ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1765819415 {#6051 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819415 {#6052 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6060 -id: 112 -name: "日硝産業" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1765819412 {#6058 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819412 {#6059 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6067 -id: 111 -name: "成瀬化学" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1765819409 {#6065 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819409 {#6066 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6074 -id: 110 -name: "KYタイル" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1765819406 {#6072 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819406 {#6073 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6081 -id: 109 -name: "日藻工材" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1765819403 {#6079 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819403 {#6080 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6088 -id: 108 -name: "ヤブ原産業" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1765819400 {#6086 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819400 {#6087 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6095 -id: 107 -name: "MUマテックス" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1765819398 {#6093 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819398 {#6094 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6102 -id: 106 -name: "タイルメント" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1765819394 {#6100 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819394 {#6101 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6109 -id: 105 -name: "三共製粉" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1765819392 {#6107 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819392 {#6108 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6116 -id: 104 -name: "アイカ工業" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1765819389 {#6114 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819389 {#6115 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6123 -id: 103 -name: "四国化成" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1765819386 {#6121 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819386 {#6122 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6130 -id: 102 -name: "フジワラ化学" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1765819382 {#6128 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819382 {#6129 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6137 -id: 101 -name: "MAX" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1765819380 {#6135 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819380 {#6136 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6144 -id: 100 -name: "リンレイテープ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1765819377 {#6142 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819377 {#6143 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6151 -id: 99 -name: "3M" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1765819374 {#6149 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819374 {#6150 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6158 -id: 98 -name: "ニチバン" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1765819370 {#6156 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819370 {#6157 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6165 -id: 97 -name: "コンドーテック" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1765819367 {#6163 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819367 {#6164 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6172 -id: 96 -name: "セーレン" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1765819364 {#6170 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819364 {#6171 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6173 …} -Children: Doctrine\ORM\PersistentCollection {#6176 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6179 -id: 95 -name: "フクビ化学工業" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1765819361 {#6177 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819361 {#6178 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6180 …} -Children: Doctrine\ORM\PersistentCollection {#6183 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6186 -id: 94 -name: "秩父コンクリート工業" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1765819358 {#6184 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819358 {#6185 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6193 -id: 93 -name: "LIXIL" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1765819355 {#6191 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819355 {#6192 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6194 …} -Children: Doctrine\ORM\PersistentCollection {#6197 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6200 -id: 92 -name: "DANTO" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1765819353 {#6198 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819353 {#6199 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6201 …} -Children: Doctrine\ORM\PersistentCollection {#6204 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6207 -id: 91 -name: "ハネダ化学" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1765819350 {#6205 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819350 {#6206 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6208 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6214 -id: 90 -name: "菊水化学工業" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1765819347 {#6212 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819347 {#6213 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6215 …} -Children: Doctrine\ORM\PersistentCollection {#6218 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6221 -id: 89 -name: "トーヨーマテラン" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1765819344 {#6219 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819344 {#6220 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6222 …} -Children: Doctrine\ORM\PersistentCollection {#6225 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6228 -id: 88 -name: "村樫石灰工業株式会社" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1765819341 {#6226 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819341 {#6227 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6229 …} -Children: Doctrine\ORM\PersistentCollection {#6232 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6235 -id: 87 -name: "田川産業" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1765819338 {#6233 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819338 {#6234 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6236 …} -Children: Doctrine\ORM\PersistentCollection {#6239 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6242 -id: 86 -name: "近畿壁材" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1765819335 {#6240 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819335 {#6241 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6243 …} -Children: Doctrine\ORM\PersistentCollection {#6246 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6249 -id: 85 -name: "畑中産業" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1765819332 {#6247 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819332 {#6248 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6250 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6256 -id: 84 -name: "吉野石膏" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1765819326 {#6254 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819326 {#6255 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6257 …} -Children: Doctrine\ORM\PersistentCollection {#6260 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6263 -id: 83 -name: "日本化成" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1765819293 {#6261 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819293 {#6262 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6264 …} -Children: Doctrine\ORM\PersistentCollection {#6267 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6270 -id: 82 -name: "豊運" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1765819284 {#6268 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819284 {#6269 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6271 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6277 -id: 81 -name: "松本産業株式会社" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1765819279 {#6275 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819279 {#6276 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6281 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6284 -id: 80 -name: "太平洋セメント" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1765819273 {#6282 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819273 {#6283 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6285 …} -Children: Doctrine\ORM\PersistentCollection {#6288 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } ] |
| 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 {#4750 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4760 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4749 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5147 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#4437 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1764516845 {#4675 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4615 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4562 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4563 -id: 19 -name: "セメント" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1765763858 {#4632 date: 2025-12-15 10:57:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4633 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4577 …} -Children: Doctrine\ORM\PersistentCollection {#4586 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4369 -id: 20 -name: "白セメント(ホワイトセメント)" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1765763871 {#5215 date: 2025-12-15 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#5214 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4341 -id: 21 -name: "プレミックスモルタル" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1765763875 {#4343 date: 2025-12-15 10:57:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4342 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4320 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4296 -id: 22 -name: "カチオン系モルタル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1765763878 {#4310 date: 2025-12-15 10:57:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4309 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4295 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4255 -id: 23 -name: "特殊モルタル(速乾・防水・高強度)" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1765763881 {#4273 date: 2025-12-15 10:58:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4272 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4254 …} -Children: Doctrine\ORM\PersistentCollection {#4216 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4201 -id: 14 -name: "モルタル補助材(混和材・プライマー)" -hierarchy: 1 -sort_no: 143 -create_date: DateTime @1764516865 {#4587 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4600 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4179 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4178 -id: 24 -name: "下地強化材" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1765763973 {#4215 date: 2025-12-15 10:59:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4202 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4161 …} -Children: Doctrine\ORM\PersistentCollection {#4142 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4106 -id: 25 -name: "接着剤(ボンド・プライマー)" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1765763976 {#4108 date: 2025-12-15 10:59:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4107 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4099 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#4082 -id: 26 -name: "防水剤・防凍剤" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1765763979 {#4088 date: 2025-12-15 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4398 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4083 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5189 -id: 27 -name: "急結剤・硬化促進剤" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1765763981 {#5175 date: 2025-12-15 10:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5191 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4066 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5359 -id: 28 -name: "作業性向上剤(流動化剤・遅延剤)" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1765763983 {#5358 date: 2025-12-15 10:59:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5360 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5367 -id: 29 -name: "ひび割れ防止剤" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1765763985 {#5365 date: 2025-12-15 10:59:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5366 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5374 -id: 30 -name: "白華除去剤" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1765763988 {#5372 date: 2025-12-15 10:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5373 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5381 -id: 8 -name: "塗り壁・下地材" -hierarchy: 1 -sort_no: 142 -create_date: DateTime @1764516836 {#4122 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4121 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5386 -id: 32 -name: "しっくい(漆喰)" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1765764220 {#5379 date: 2025-12-15 11:03:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5380 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5395 -id: 33 -name: "珪藻土" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1765764223 {#5393 date: 2025-12-15 11:03:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5394 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5402 -id: 34 -name: "聚楽壁・砂壁・繊維壁" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1765764226 {#5400 date: 2025-12-15 11:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5401 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5409 -id: 35 -name: "ジョリパット・外装美装材" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1765764228 {#5407 date: 2025-12-15 11:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5408 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5416 -id: 36 -name: "寒水石・ゼオライトなど天然素材" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1765764230 {#5414 date: 2025-12-15 11:03:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5415 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5423 -id: 37 -name: "下地調整材(シーラー・下地強化材)" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1765764232 {#5421 date: 2025-12-15 11:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5422 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5430 -id: 38 -name: "塗り壁補助剤(汚れ防止剤・補填材)" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1765764235 {#5428 date: 2025-12-15 11:03:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5429 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5437 -id: 12 -name: "骨材" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1764516854 {#5391 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5392 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5442 -id: 148 -name: "寒水石" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1768154649 {#5435 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768154649 {#5436 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5443 …} -Children: Doctrine\ORM\PersistentCollection {#5446 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5451 -id: 39 -name: "珪砂" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1765764263 {#5449 date: 2025-12-15 11:04:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5450 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5458 -id: 40 -name: "砕石・砂利" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1765764265 {#5456 date: 2025-12-15 11:04:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5457 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5465 -id: 41 -name: "パーライト・軽量骨材" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1765764268 {#5463 date: 2025-12-15 11:04:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5464 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5472 -id: 42 -name: "骨材ミックス・下地骨材" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1765764270 {#5470 date: 2025-12-15 11:04:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5471 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5479 -id: 11 -name: "タイル関連材" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1764516847 {#5447 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5448 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5480 …} -Children: Doctrine\ORM\PersistentCollection {#5483 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5484 -id: 149 -name: "ツール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1768155016 {#5477 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155016 {#5478 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5488 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5493 -id: 43 -name: "タイル接着剤" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1765764285 {#5491 date: 2025-12-15 11:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5492 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5500 -id: 44 -name: "目地材" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1765764288 {#5498 date: 2025-12-15 11:04:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5499 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5507 -id: 45 -name: "下地調整材" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1765764290 {#5505 date: 2025-12-15 11:04:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5506 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5514 -id: 46 -name: "防水下地材" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1765764292 {#5512 date: 2025-12-15 11:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5513 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5521 -id: 47 -name: "屋内壁タイル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1765764295 {#5519 date: 2025-12-15 11:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5520 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5528 -id: 48 -name: "屋内床タイル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1765764297 {#5526 date: 2025-12-15 11:04:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5527 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5529 …} -Children: Doctrine\ORM\PersistentCollection {#5532 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5535 -id: 49 -name: "外装タイル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1765764299 {#5533 date: 2025-12-15 11:04:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5534 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5542 -id: 9 -name: "左官道具・副資材" -hierarchy: 1 -sort_no: 125 -create_date: DateTime @1764516841 {#5490 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5489 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5547 -id: 152 -name: "その他" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1768286398 {#5540 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286398 {#5541 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5556 -id: 50 -name: "鏝(こて)" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1765764316 {#5554 date: 2025-12-15 11:05:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5555 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5563 -id: 51 -name: "左官定規・トンボ・フレスノ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1765764318 {#5561 date: 2025-12-15 11:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5562 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5570 -id: 52 -name: "刷毛・ブラシ・ローラー" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1765764321 {#5568 date: 2025-12-15 11:05:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5569 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5577 -id: 53 -name: "作業工具(カッター・バケツ・混練具)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1765764324 {#5575 date: 2025-12-15 11:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5576 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5584 -id: 54 -name: "ダイヤモンドカッター・研磨材" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1765764326 {#5582 date: 2025-12-15 11:05:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5583 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5591 -id: 55 -name: "養生資材(テープ・マスカー・シート)" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1765764328 {#5589 date: 2025-12-15 11:05:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5590 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5598 -id: 56 -name: "エアタッカー・釘・ビス類" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1765764330 {#5596 date: 2025-12-15 11:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5597 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5605 -id: 57 -name: "左官スリッパ・安全用品" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1765764333 {#5603 date: 2025-12-15 11:05:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5604 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5612 -id: 31 -name: "DIY・リペア用品" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1765764190 {#5552 date: 2025-12-15 11:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5553 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5617 -id: 58 -name: "DIYキット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1765764349 {#5610 date: 2025-12-15 11:05:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5611 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5618 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5626 -id: 59 -name: "リフォーム材" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1765764351 {#5624 date: 2025-12-15 11:05:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5625 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5633 -id: 60 -name: "汚れ防止剤・仕上げ剤" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1765764354 {#5631 date: 2025-12-15 11:05:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5632 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5640 -id: 61 -name: "顔料・色粉" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1765764356 {#5638 date: 2025-12-15 11:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5639 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5647 -id: 62 -name: "プライマー・専用攪拌液" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1765764358 {#5645 date: 2025-12-15 11:05:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5646 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5654 -id: 63 -name: "粉状製品(2N類・基材粉)" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1765764361 {#5652 date: 2025-12-15 11:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5653 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5661 -id: 64 -name: "まとめセット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1765764365 {#5659 date: 2025-12-15 11:06:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5660 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5668 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 102 -create_date: DateTime @1764516830 {#5622 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5623 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5673 -id: 151 -name: "セット" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1768220154 {#5666 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768220154 {#5667 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5682 -id: 65 -name: "モールテックス本体" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1765764382 {#5680 date: 2025-12-15 11:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5681 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5689 -id: 66 -name: "専用プライマー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1765764386 {#5687 date: 2025-12-15 11:06:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5688 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5696 -id: 67 -name: "専用顔料・専用粉体" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1765764388 {#5694 date: 2025-12-15 11:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5695 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5703 -id: 68 -name: "専用補助剤(遅延剤・流動化剤など)" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1765764390 {#5701 date: 2025-12-15 11:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5702 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5710 -id: 69 -name: "仕上げ剤・保護剤(汚れ防止)" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1765764393 {#5708 date: 2025-12-15 11:06:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5709 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5717 -id: 70 -name: "施工ツール(鏝・スパチュラなど)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1765764395 {#5715 date: 2025-12-15 11:06:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5716 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5724 -id: 15 -name: "レンガ・ブロック材" -hierarchy: 1 -sort_no: 93 -create_date: DateTime @1764516873 {#5678 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5679 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5729 -id: 71 -name: "赤レンガ" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1765764408 {#5722 date: 2025-12-15 11:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5723 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5738 -id: 72 -name: "耐火レンガ" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1765764410 {#5736 date: 2025-12-15 11:06:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5737 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5745 -id: 73 -name: "モルタルレンガ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1765764414 {#5743 date: 2025-12-15 11:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5744 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5752 -id: 74 -name: "ブロック材" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1765764417 {#5750 date: 2025-12-15 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5751 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5759 -id: 75 -name: "レンガ用モルタル・接着剤" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1765764419 {#5757 date: 2025-12-15 11:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5758 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5766 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1764516876 {#5734 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5735 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5771 -id: 76 -name: "汎用補修材" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1765764430 {#5764 date: 2025-12-15 11:07:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5765 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5780 -id: 77 -name: "共通副資材" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1765764433 {#5778 date: 2025-12-15 11:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5779 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5785 -id: 79 -name: "アウトレット" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1765764466 {#5777 date: 2025-12-15 11:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5776 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5794 -id: 17 -name: "メーカー" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1764587137 {#5790 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1766208239 {#5791 date: 2025-12-20 14:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5799 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1764587166 {#5792 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#5793 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5808 -id: 153 -name: "土牛" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1768286906 {#5806 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286906 {#5807 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5815 -id: 150 -name: "ヤブ原" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1768155375 {#5813 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155375 {#5814 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5822 -id: 147 -name: "ダイヤテックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1768029639 {#5820 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768029639 {#5821 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5829 -id: 146 -name: "ノーブランド" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1765819536 {#5827 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819536 {#5828 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5836 -id: 145 -name: "BEAL社" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1765819527 {#5834 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819527 {#5835 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5843 -id: 144 -name: "五百蔵製作所" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1765819520 {#5841 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819520 {#5842 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5850 -id: 143 -name: "アローライン工業" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1765819509 {#5848 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819509 {#5849 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5857 -id: 142 -name: "ニッタイ工業" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1765819506 {#5855 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819506 {#5856 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5864 -id: 141 -name: "T-CHIC" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1765819503 {#5862 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819503 {#5863 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5871 -id: 140 -name: "ツボ万" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1765819501 {#5869 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819501 {#5870 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5878 -id: 139 -name: "ヤヨイ化学" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1765819497 {#5876 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819497 {#5877 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5885 -id: 138 -name: "戸田研磨工業" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1765819495 {#5883 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819495 {#5884 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5892 -id: 137 -name: "大塚刷毛" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1765819491 {#5890 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819491 {#5891 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5899 -id: 136 -name: "金鹿工具" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1765819488 {#5897 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819488 {#5898 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5906 -id: 135 -name: "エヌシキ" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1765819486 {#5904 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819486 {#5905 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5913 -id: 133 -name: "三木技研" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1765819479 {#5911 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819479 {#5912 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5920 -id: 132 -name: "オルファ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1765819477 {#5918 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819477 {#5919 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5927 -id: 131 -name: "リス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1765819474 {#5925 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819474 {#5926 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5934 -id: 130 -name: "八ツ矢工業" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1765819469 {#5932 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819469 {#5933 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5941 -id: 129 -name: "石黒産業" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1765819466 {#5939 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819466 {#5940 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5948 -id: 128 -name: "アマテイ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1765819463 {#5946 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819463 {#5947 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5955 -id: 127 -name: "日東電工株式会社" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1765819459 {#5953 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819459 {#5954 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5962 -id: 126 -name: "株式会社イトー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1765819456 {#5960 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819456 {#5961 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5969 -id: 125 -name: "SPG" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1765819453 {#5967 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819453 {#5968 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5976 -id: 124 -name: "友定建機" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1765819450 {#5974 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819450 {#5975 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5983 -id: 123 -name: "石井超硬工具" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1765819447 {#5981 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819447 {#5982 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5990 -id: 122 -name: "ABC商会" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1765819444 {#5988 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819444 {#5989 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#5997 -id: 121 -name: "墨運堂" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1765819441 {#5995 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819441 {#5996 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6004 -id: 120 -name: "カネハマ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1765819439 {#6002 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819439 {#6003 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6011 -id: 119 -name: "テクノクリーン" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1765819436 {#6009 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819436 {#6010 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6018 -id: 118 -name: "東レ・アムテックス" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1765819433 {#6016 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819433 {#6017 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6025 -id: 117 -name: "信越化学工業" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1765819430 {#6023 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819430 {#6024 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6032 -id: 116 -name: "アオキ産業" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1765819427 {#6030 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819427 {#6031 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6039 -id: 115 -name: "昭和電工建材" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1765819424 {#6037 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819424 {#6038 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6046 -id: 114 -name: "マノール" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1765819421 {#6044 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819421 {#6045 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6053 -id: 113 -name: "関西パテ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1765819415 {#6051 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819415 {#6052 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6060 -id: 112 -name: "日硝産業" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1765819412 {#6058 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819412 {#6059 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6067 -id: 111 -name: "成瀬化学" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1765819409 {#6065 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819409 {#6066 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6074 -id: 110 -name: "KYタイル" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1765819406 {#6072 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819406 {#6073 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6081 -id: 109 -name: "日藻工材" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1765819403 {#6079 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819403 {#6080 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6088 -id: 108 -name: "ヤブ原産業" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1765819400 {#6086 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819400 {#6087 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6095 -id: 107 -name: "MUマテックス" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1765819398 {#6093 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819398 {#6094 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6102 -id: 106 -name: "タイルメント" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1765819394 {#6100 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819394 {#6101 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6109 -id: 105 -name: "三共製粉" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1765819392 {#6107 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819392 {#6108 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6116 -id: 104 -name: "アイカ工業" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1765819389 {#6114 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819389 {#6115 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6123 -id: 103 -name: "四国化成" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1765819386 {#6121 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819386 {#6122 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6130 -id: 102 -name: "フジワラ化学" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1765819382 {#6128 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819382 {#6129 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6137 -id: 101 -name: "MAX" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1765819380 {#6135 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819380 {#6136 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6144 -id: 100 -name: "リンレイテープ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1765819377 {#6142 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819377 {#6143 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6151 -id: 99 -name: "3M" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1765819374 {#6149 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819374 {#6150 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6158 -id: 98 -name: "ニチバン" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1765819370 {#6156 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819370 {#6157 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6165 -id: 97 -name: "コンドーテック" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1765819367 {#6163 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819367 {#6164 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6172 -id: 96 -name: "セーレン" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1765819364 {#6170 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819364 {#6171 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6173 …} -Children: Doctrine\ORM\PersistentCollection {#6176 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6179 -id: 95 -name: "フクビ化学工業" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1765819361 {#6177 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819361 {#6178 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6180 …} -Children: Doctrine\ORM\PersistentCollection {#6183 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6186 -id: 94 -name: "秩父コンクリート工業" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1765819358 {#6184 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819358 {#6185 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6193 -id: 93 -name: "LIXIL" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1765819355 {#6191 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819355 {#6192 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6194 …} -Children: Doctrine\ORM\PersistentCollection {#6197 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6200 -id: 92 -name: "DANTO" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1765819353 {#6198 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819353 {#6199 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6201 …} -Children: Doctrine\ORM\PersistentCollection {#6204 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6207 -id: 91 -name: "ハネダ化学" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1765819350 {#6205 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819350 {#6206 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6208 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6214 -id: 90 -name: "菊水化学工業" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1765819347 {#6212 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819347 {#6213 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6215 …} -Children: Doctrine\ORM\PersistentCollection {#6218 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6221 -id: 89 -name: "トーヨーマテラン" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1765819344 {#6219 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819344 {#6220 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6222 …} -Children: Doctrine\ORM\PersistentCollection {#6225 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6228 -id: 88 -name: "村樫石灰工業株式会社" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1765819341 {#6226 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819341 {#6227 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6229 …} -Children: Doctrine\ORM\PersistentCollection {#6232 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6235 -id: 87 -name: "田川産業" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1765819338 {#6233 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819338 {#6234 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6236 …} -Children: Doctrine\ORM\PersistentCollection {#6239 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6242 -id: 86 -name: "近畿壁材" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1765819335 {#6240 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819335 {#6241 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6243 …} -Children: Doctrine\ORM\PersistentCollection {#6246 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6249 -id: 85 -name: "畑中産業" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1765819332 {#6247 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819332 {#6248 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6250 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6256 -id: 84 -name: "吉野石膏" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1765819326 {#6254 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819326 {#6255 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6257 …} -Children: Doctrine\ORM\PersistentCollection {#6260 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6263 -id: 83 -name: "日本化成" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1765819293 {#6261 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819293 {#6262 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6264 …} -Children: Doctrine\ORM\PersistentCollection {#6267 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6270 -id: 82 -name: "豊運" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1765819284 {#6268 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819284 {#6269 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6271 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6277 -id: 81 -name: "松本産業株式会社" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1765819279 {#6275 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819279 {#6276 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6281 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } Eccube\Entity\Category {#6284 -id: 80 -name: "太平洋セメント" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1765819273 {#6282 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819273 {#6283 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6285 …} -Children: Doctrine\ORM\PersistentCollection {#6288 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } ] |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …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 {#4749 -om: ContainerRUue8hz\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#356 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5147 …} -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() {#4716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#4715 …} } } |
| 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 | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6318 +label: "モルタル・セメント" +value: "10" +data: Eccube\Entity\Category {#4437 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 144 -create_date: DateTime @1764516845 {#4675 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4615 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4438 …} -Children: Doctrine\ORM\PersistentCollection {#4562 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6319 +label: " セメント" +value: "19" +data: Eccube\Entity\Category {#4563 -id: 19 -name: "セメント" -hierarchy: 2 -sort_no: 116 -create_date: DateTime @1765763858 {#4632 date: 2025-12-15 10:57:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4633 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4577 …} -Children: Doctrine\ORM\PersistentCollection {#4586 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6320 +label: " 白セメント(ホワイトセメント)" +value: "20" +data: Eccube\Entity\Category {#4369 -id: 20 -name: "白セメント(ホワイトセメント)" -hierarchy: 2 -sort_no: 115 -create_date: DateTime @1765763871 {#5215 date: 2025-12-15 10:57:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#5214 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4368 …} -Children: Doctrine\ORM\PersistentCollection {#4356 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6321 +label: " プレミックスモルタル" +value: "21" +data: Eccube\Entity\Category {#4341 -id: 21 -name: "プレミックスモルタル" -hierarchy: 2 -sort_no: 114 -create_date: DateTime @1765763875 {#4343 date: 2025-12-15 10:57:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4342 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4334 …} -Children: Doctrine\ORM\PersistentCollection {#4320 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6322 +label: " カチオン系モルタル" +value: "22" +data: Eccube\Entity\Category {#4296 -id: 22 -name: "カチオン系モルタル" -hierarchy: 2 -sort_no: 113 -create_date: DateTime @1765763878 {#4310 date: 2025-12-15 10:57:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4309 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4295 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6323 +label: " 特殊モルタル(速乾・防水・高強度)" +value: "23" +data: Eccube\Entity\Category {#4255 -id: 23 -name: "特殊モルタル(速乾・防水・高強度)" -hierarchy: 2 -sort_no: 112 -create_date: DateTime @1765763881 {#4273 date: 2025-12-15 10:58:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763909 {#4272 date: 2025-12-15 10:58:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4254 …} -Children: Doctrine\ORM\PersistentCollection {#4216 …} -Parent: Eccube\Entity\Category {#4437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6324 +label: "モルタル補助材(混和材・プライマー)" +value: "14" +data: Eccube\Entity\Category {#4201 -id: 14 -name: "モルタル補助材(混和材・プライマー)" -hierarchy: 1 -sort_no: 143 -create_date: DateTime @1764516865 {#4587 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4600 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4200 …} -Children: Doctrine\ORM\PersistentCollection {#4179 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6325 +label: " 下地強化材" +value: "24" +data: Eccube\Entity\Category {#4178 -id: 24 -name: "下地強化材" -hierarchy: 2 -sort_no: 77 -create_date: DateTime @1765763973 {#4215 date: 2025-12-15 10:59:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4202 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4161 …} -Children: Doctrine\ORM\PersistentCollection {#4142 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6326 +label: " 接着剤(ボンド・プライマー)" +value: "25" +data: Eccube\Entity\Category {#4106 -id: 25 -name: "接着剤(ボンド・プライマー)" -hierarchy: 2 -sort_no: 76 -create_date: DateTime @1765763976 {#4108 date: 2025-12-15 10:59:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4107 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4099 …} -Children: Doctrine\ORM\PersistentCollection {#5208 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6327 +label: " 防水剤・防凍剤" +value: "26" +data: Eccube\Entity\Category {#4082 -id: 26 -name: "防水剤・防凍剤" -hierarchy: 2 -sort_no: 75 -create_date: DateTime @1765763979 {#4088 date: 2025-12-15 10:59:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#4398 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4080 …} -Children: Doctrine\ORM\PersistentCollection {#4083 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6328 +label: " 急結剤・硬化促進剤" +value: "27" +data: Eccube\Entity\Category {#5189 -id: 27 -name: "急結剤・硬化促進剤" -hierarchy: 2 -sort_no: 74 -create_date: DateTime @1765763981 {#5175 date: 2025-12-15 10:59:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5191 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4066 …} -Children: Doctrine\ORM\PersistentCollection {#5357 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6329 +label: " 作業性向上剤(流動化剤・遅延剤)" +value: "28" +data: Eccube\Entity\Category {#5359 -id: 28 -name: "作業性向上剤(流動化剤・遅延剤)" -hierarchy: 2 -sort_no: 73 -create_date: DateTime @1765763983 {#5358 date: 2025-12-15 10:59:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5360 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5362 …} -Children: Doctrine\ORM\PersistentCollection {#5364 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6330 +label: " ひび割れ防止剤" +value: "29" +data: Eccube\Entity\Category {#5367 -id: 29 -name: "ひび割れ防止剤" -hierarchy: 2 -sort_no: 72 -create_date: DateTime @1765763985 {#5365 date: 2025-12-15 10:59:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5366 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5368 …} -Children: Doctrine\ORM\PersistentCollection {#5371 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6331 +label: " 白華除去剤" +value: "30" +data: Eccube\Entity\Category {#5374 -id: 30 -name: "白華除去剤" -hierarchy: 2 -sort_no: 71 -create_date: DateTime @1765763988 {#5372 date: 2025-12-15 10:59:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765763997 {#5373 date: 2025-12-15 10:59:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5375 …} -Children: Doctrine\ORM\PersistentCollection {#5378 …} -Parent: Eccube\Entity\Category {#4201} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6332 +label: "塗り壁・下地材" +value: "8" +data: Eccube\Entity\Category {#5381 -id: 8 -name: "塗り壁・下地材" -hierarchy: 1 -sort_no: 142 -create_date: DateTime @1764516836 {#4122 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#4121 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5382 …} -Children: Doctrine\ORM\PersistentCollection {#5385 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6333 +label: " しっくい(漆喰)" +value: "32" +data: Eccube\Entity\Category {#5386 -id: 32 -name: "しっくい(漆喰)" -hierarchy: 2 -sort_no: 138 -create_date: DateTime @1765764220 {#5379 date: 2025-12-15 11:03:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5380 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5387 …} -Children: Doctrine\ORM\PersistentCollection {#5390 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6334 +label: " 珪藻土" +value: "33" +data: Eccube\Entity\Category {#5395 -id: 33 -name: "珪藻土" -hierarchy: 2 -sort_no: 137 -create_date: DateTime @1765764223 {#5393 date: 2025-12-15 11:03:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5394 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5396 …} -Children: Doctrine\ORM\PersistentCollection {#5399 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6335 +label: " 聚楽壁・砂壁・繊維壁" +value: "34" +data: Eccube\Entity\Category {#5402 -id: 34 -name: "聚楽壁・砂壁・繊維壁" -hierarchy: 2 -sort_no: 136 -create_date: DateTime @1765764226 {#5400 date: 2025-12-15 11:03:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5401 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5403 …} -Children: Doctrine\ORM\PersistentCollection {#5406 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6336 +label: " ジョリパット・外装美装材" +value: "35" +data: Eccube\Entity\Category {#5409 -id: 35 -name: "ジョリパット・外装美装材" -hierarchy: 2 -sort_no: 135 -create_date: DateTime @1765764228 {#5407 date: 2025-12-15 11:03:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5408 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5410 …} -Children: Doctrine\ORM\PersistentCollection {#5413 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6337 +label: " 寒水石・ゼオライトなど天然素材" +value: "36" +data: Eccube\Entity\Category {#5416 -id: 36 -name: "寒水石・ゼオライトなど天然素材" -hierarchy: 2 -sort_no: 134 -create_date: DateTime @1765764230 {#5414 date: 2025-12-15 11:03:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5415 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5417 …} -Children: Doctrine\ORM\PersistentCollection {#5420 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6338 +label: " 下地調整材(シーラー・下地強化材)" +value: "37" +data: Eccube\Entity\Category {#5423 -id: 37 -name: "下地調整材(シーラー・下地強化材)" -hierarchy: 2 -sort_no: 133 -create_date: DateTime @1765764232 {#5421 date: 2025-12-15 11:03:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5422 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5424 …} -Children: Doctrine\ORM\PersistentCollection {#5427 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6339 +label: " 塗り壁補助剤(汚れ防止剤・補填材)" +value: "38" +data: Eccube\Entity\Category {#5430 -id: 38 -name: "塗り壁補助剤(汚れ防止剤・補填材)" -hierarchy: 2 -sort_no: 132 -create_date: DateTime @1765764235 {#5428 date: 2025-12-15 11:03:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764250 {#5429 date: 2025-12-15 11:04:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5431 …} -Children: Doctrine\ORM\PersistentCollection {#5434 …} -Parent: Eccube\Entity\Category {#5381} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6340 +label: "骨材" +value: "12" +data: Eccube\Entity\Category {#5437 -id: 12 -name: "骨材" -hierarchy: 1 -sort_no: 140 -create_date: DateTime @1764516854 {#5391 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5392 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5438 …} -Children: Doctrine\ORM\PersistentCollection {#5441 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6341 +label: " 寒水石" +value: "148" +data: Eccube\Entity\Category {#5442 -id: 148 -name: "寒水石" -hierarchy: 2 -sort_no: 139 -create_date: DateTime @1768154649 {#5435 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768154649 {#5436 date: 2026-01-12 03:04:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5443 …} -Children: Doctrine\ORM\PersistentCollection {#5446 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6342 +label: " 珪砂" +value: "39" +data: Eccube\Entity\Category {#5451 -id: 39 -name: "珪砂" -hierarchy: 2 -sort_no: 129 -create_date: DateTime @1765764263 {#5449 date: 2025-12-15 11:04:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5450 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5452 …} -Children: Doctrine\ORM\PersistentCollection {#5455 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6343 +label: " 砕石・砂利" +value: "40" +data: Eccube\Entity\Category {#5458 -id: 40 -name: "砕石・砂利" -hierarchy: 2 -sort_no: 128 -create_date: DateTime @1765764265 {#5456 date: 2025-12-15 11:04:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5457 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5459 …} -Children: Doctrine\ORM\PersistentCollection {#5462 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6344 +label: " パーライト・軽量骨材" +value: "41" +data: Eccube\Entity\Category {#5465 -id: 41 -name: "パーライト・軽量骨材" -hierarchy: 2 -sort_no: 127 -create_date: DateTime @1765764268 {#5463 date: 2025-12-15 11:04:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5464 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5466 …} -Children: Doctrine\ORM\PersistentCollection {#5469 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6345 +label: " 骨材ミックス・下地骨材" +value: "42" +data: Eccube\Entity\Category {#5472 -id: 42 -name: "骨材ミックス・下地骨材" -hierarchy: 2 -sort_no: 126 -create_date: DateTime @1765764270 {#5470 date: 2025-12-15 11:04:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764274 {#5471 date: 2025-12-15 11:04:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5473 …} -Children: Doctrine\ORM\PersistentCollection {#5476 …} -Parent: Eccube\Entity\Category {#5437} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6346 +label: "タイル関連材" +value: "11" +data: Eccube\Entity\Category {#5479 -id: 11 -name: "タイル関連材" -hierarchy: 1 -sort_no: 131 -create_date: DateTime @1764516847 {#5447 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5448 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5480 …} -Children: Doctrine\ORM\PersistentCollection {#5483 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6347 +label: " ツール" +value: "149" +data: Eccube\Entity\Category {#5484 -id: 149 -name: "ツール" -hierarchy: 2 -sort_no: 130 -create_date: DateTime @1768155016 {#5477 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155016 {#5478 date: 2026-01-12 03:10:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5485 …} -Children: Doctrine\ORM\PersistentCollection {#5488 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6348 +label: " タイル接着剤" +value: "43" +data: Eccube\Entity\Category {#5493 -id: 43 -name: "タイル接着剤" -hierarchy: 2 -sort_no: 123 -create_date: DateTime @1765764285 {#5491 date: 2025-12-15 11:04:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5492 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5494 …} -Children: Doctrine\ORM\PersistentCollection {#5497 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6349 +label: " 目地材" +value: "44" +data: Eccube\Entity\Category {#5500 -id: 44 -name: "目地材" -hierarchy: 2 -sort_no: 122 -create_date: DateTime @1765764288 {#5498 date: 2025-12-15 11:04:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5499 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5501 …} -Children: Doctrine\ORM\PersistentCollection {#5504 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6350 +label: " 下地調整材" +value: "45" +data: Eccube\Entity\Category {#5507 -id: 45 -name: "下地調整材" -hierarchy: 2 -sort_no: 121 -create_date: DateTime @1765764290 {#5505 date: 2025-12-15 11:04:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5506 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5508 …} -Children: Doctrine\ORM\PersistentCollection {#5511 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6351 +label: " 防水下地材" +value: "46" +data: Eccube\Entity\Category {#5514 -id: 46 -name: "防水下地材" -hierarchy: 2 -sort_no: 120 -create_date: DateTime @1765764292 {#5512 date: 2025-12-15 11:04:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5513 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5515 …} -Children: Doctrine\ORM\PersistentCollection {#5518 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6352 +label: " 屋内壁タイル" +value: "47" +data: Eccube\Entity\Category {#5521 -id: 47 -name: "屋内壁タイル" -hierarchy: 2 -sort_no: 119 -create_date: DateTime @1765764295 {#5519 date: 2025-12-15 11:04:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5520 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5522 …} -Children: Doctrine\ORM\PersistentCollection {#5525 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6353 +label: " 屋内床タイル" +value: "48" +data: Eccube\Entity\Category {#5528 -id: 48 -name: "屋内床タイル" -hierarchy: 2 -sort_no: 118 -create_date: DateTime @1765764297 {#5526 date: 2025-12-15 11:04:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5527 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5529 …} -Children: Doctrine\ORM\PersistentCollection {#5532 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6354 +label: " 外装タイル" +value: "49" +data: Eccube\Entity\Category {#5535 -id: 49 -name: "外装タイル" -hierarchy: 2 -sort_no: 117 -create_date: DateTime @1765764299 {#5533 date: 2025-12-15 11:04:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764308 {#5534 date: 2025-12-15 11:05:08.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5536 …} -Children: Doctrine\ORM\PersistentCollection {#5539 …} -Parent: Eccube\Entity\Category {#5479} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6355 +label: "左官道具・副資材" +value: "9" +data: Eccube\Entity\Category {#5542 -id: 9 -name: "左官道具・副資材" -hierarchy: 1 -sort_no: 125 -create_date: DateTime @1764516841 {#5490 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5489 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5543 …} -Children: Doctrine\ORM\PersistentCollection {#5546 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6356 +label: " その他" +value: "152" +data: Eccube\Entity\Category {#5547 -id: 152 -name: "その他" -hierarchy: 2 -sort_no: 124 -create_date: DateTime @1768286398 {#5540 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286398 {#5541 date: 2026-01-13 15:39:58.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5548 …} -Children: Doctrine\ORM\PersistentCollection {#5551 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6357 +label: " 鏝(こて)" +value: "50" +data: Eccube\Entity\Category {#5556 -id: 50 -name: "鏝(こて)" -hierarchy: 2 -sort_no: 110 -create_date: DateTime @1765764316 {#5554 date: 2025-12-15 11:05:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5555 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5557 …} -Children: Doctrine\ORM\PersistentCollection {#5560 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6358 +label: " 左官定規・トンボ・フレスノ" +value: "51" +data: Eccube\Entity\Category {#5563 -id: 51 -name: "左官定規・トンボ・フレスノ" -hierarchy: 2 -sort_no: 109 -create_date: DateTime @1765764318 {#5561 date: 2025-12-15 11:05:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5562 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5564 …} -Children: Doctrine\ORM\PersistentCollection {#5567 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6359 +label: " 刷毛・ブラシ・ローラー" +value: "52" +data: Eccube\Entity\Category {#5570 -id: 52 -name: "刷毛・ブラシ・ローラー" -hierarchy: 2 -sort_no: 108 -create_date: DateTime @1765764321 {#5568 date: 2025-12-15 11:05:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5569 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5571 …} -Children: Doctrine\ORM\PersistentCollection {#5574 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6360 +label: " 作業工具(カッター・バケツ・混練具)" +value: "53" +data: Eccube\Entity\Category {#5577 -id: 53 -name: "作業工具(カッター・バケツ・混練具)" -hierarchy: 2 -sort_no: 107 -create_date: DateTime @1765764324 {#5575 date: 2025-12-15 11:05:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5576 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5578 …} -Children: Doctrine\ORM\PersistentCollection {#5581 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6361 +label: " ダイヤモンドカッター・研磨材" +value: "54" +data: Eccube\Entity\Category {#5584 -id: 54 -name: "ダイヤモンドカッター・研磨材" -hierarchy: 2 -sort_no: 106 -create_date: DateTime @1765764326 {#5582 date: 2025-12-15 11:05:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5583 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5585 …} -Children: Doctrine\ORM\PersistentCollection {#5588 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6362 +label: " 養生資材(テープ・マスカー・シート)" +value: "55" +data: Eccube\Entity\Category {#5591 -id: 55 -name: "養生資材(テープ・マスカー・シート)" -hierarchy: 2 -sort_no: 105 -create_date: DateTime @1765764328 {#5589 date: 2025-12-15 11:05:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5590 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5592 …} -Children: Doctrine\ORM\PersistentCollection {#5595 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6363 +label: " エアタッカー・釘・ビス類" +value: "56" +data: Eccube\Entity\Category {#5598 -id: 56 -name: "エアタッカー・釘・ビス類" -hierarchy: 2 -sort_no: 104 -create_date: DateTime @1765764330 {#5596 date: 2025-12-15 11:05:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5597 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5599 …} -Children: Doctrine\ORM\PersistentCollection {#5602 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6364 +label: " 左官スリッパ・安全用品" +value: "57" +data: Eccube\Entity\Category {#5605 -id: 57 -name: "左官スリッパ・安全用品" -hierarchy: 2 -sort_no: 103 -create_date: DateTime @1765764333 {#5603 date: 2025-12-15 11:05:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764343 {#5604 date: 2025-12-15 11:05:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5606 …} -Children: Doctrine\ORM\PersistentCollection {#5609 …} -Parent: Eccube\Entity\Category {#5542} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6365 +label: "DIY・リペア用品" +value: "31" +data: Eccube\Entity\Category {#5612 -id: 31 -name: "DIY・リペア用品" -hierarchy: 1 -sort_no: 111 -create_date: DateTime @1765764190 {#5552 date: 2025-12-15 11:03:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5553 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5613 …} -Children: Doctrine\ORM\PersistentCollection {#5616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6366 +label: " DIYキット" +value: "58" +data: Eccube\Entity\Category {#5617 -id: 58 -name: "DIYキット" -hierarchy: 2 -sort_no: 100 -create_date: DateTime @1765764349 {#5610 date: 2025-12-15 11:05:49.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5611 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5618 …} -Children: Doctrine\ORM\PersistentCollection {#5621 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6367 +label: " リフォーム材" +value: "59" +data: Eccube\Entity\Category {#5626 -id: 59 -name: "リフォーム材" -hierarchy: 2 -sort_no: 99 -create_date: DateTime @1765764351 {#5624 date: 2025-12-15 11:05:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5625 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5627 …} -Children: Doctrine\ORM\PersistentCollection {#5630 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6368 +label: " 汚れ防止剤・仕上げ剤" +value: "60" +data: Eccube\Entity\Category {#5633 -id: 60 -name: "汚れ防止剤・仕上げ剤" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1765764354 {#5631 date: 2025-12-15 11:05:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5632 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5634 …} -Children: Doctrine\ORM\PersistentCollection {#5637 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6369 +label: " 顔料・色粉" +value: "61" +data: Eccube\Entity\Category {#5640 -id: 61 -name: "顔料・色粉" -hierarchy: 2 -sort_no: 97 -create_date: DateTime @1765764356 {#5638 date: 2025-12-15 11:05:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5639 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5641 …} -Children: Doctrine\ORM\PersistentCollection {#5644 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6370 +label: " プライマー・専用攪拌液" +value: "62" +data: Eccube\Entity\Category {#5647 -id: 62 -name: "プライマー・専用攪拌液" -hierarchy: 2 -sort_no: 96 -create_date: DateTime @1765764358 {#5645 date: 2025-12-15 11:05:58.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5646 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5648 …} -Children: Doctrine\ORM\PersistentCollection {#5651 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6371 +label: " 粉状製品(2N類・基材粉)" +value: "63" +data: Eccube\Entity\Category {#5654 -id: 63 -name: "粉状製品(2N類・基材粉)" -hierarchy: 2 -sort_no: 95 -create_date: DateTime @1765764361 {#5652 date: 2025-12-15 11:06:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5653 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5655 …} -Children: Doctrine\ORM\PersistentCollection {#5658 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6372 +label: " まとめセット" +value: "64" +data: Eccube\Entity\Category {#5661 -id: 64 -name: "まとめセット" -hierarchy: 2 -sort_no: 94 -create_date: DateTime @1765764365 {#5659 date: 2025-12-15 11:06:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764376 {#5660 date: 2025-12-15 11:06:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5662 …} -Children: Doctrine\ORM\PersistentCollection {#5665 …} -Parent: Eccube\Entity\Category {#5612} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6373 +label: "モールテックス" +value: "7" +data: Eccube\Entity\Category {#5668 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 102 -create_date: DateTime @1764516830 {#5622 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5623 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5669 …} -Children: Doctrine\ORM\PersistentCollection {#5672 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6374 +label: " セット" +value: "151" +data: Eccube\Entity\Category {#5673 -id: 151 -name: "セット" -hierarchy: 2 -sort_no: 101 -create_date: DateTime @1768220154 {#5666 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768220154 {#5667 date: 2026-01-12 21:15:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5674 …} -Children: Doctrine\ORM\PersistentCollection {#5677 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6375 +label: " モールテックス本体" +value: "65" +data: Eccube\Entity\Category {#5682 -id: 65 -name: "モールテックス本体" -hierarchy: 2 -sort_no: 92 -create_date: DateTime @1765764382 {#5680 date: 2025-12-15 11:06:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5681 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5683 …} -Children: Doctrine\ORM\PersistentCollection {#5686 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6376 +label: " 専用プライマー" +value: "66" +data: Eccube\Entity\Category {#5689 -id: 66 -name: "専用プライマー" -hierarchy: 2 -sort_no: 91 -create_date: DateTime @1765764386 {#5687 date: 2025-12-15 11:06:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5688 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5690 …} -Children: Doctrine\ORM\PersistentCollection {#5693 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6377 +label: " 専用顔料・専用粉体" +value: "67" +data: Eccube\Entity\Category {#5696 -id: 67 -name: "専用顔料・専用粉体" -hierarchy: 2 -sort_no: 90 -create_date: DateTime @1765764388 {#5694 date: 2025-12-15 11:06:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5695 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5697 …} -Children: Doctrine\ORM\PersistentCollection {#5700 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6378 +label: " 専用補助剤(遅延剤・流動化剤など)" +value: "68" +data: Eccube\Entity\Category {#5703 -id: 68 -name: "専用補助剤(遅延剤・流動化剤など)" -hierarchy: 2 -sort_no: 89 -create_date: DateTime @1765764390 {#5701 date: 2025-12-15 11:06:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5702 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5704 …} -Children: Doctrine\ORM\PersistentCollection {#5707 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6379 +label: " 仕上げ剤・保護剤(汚れ防止)" +value: "69" +data: Eccube\Entity\Category {#5710 -id: 69 -name: "仕上げ剤・保護剤(汚れ防止)" -hierarchy: 2 -sort_no: 88 -create_date: DateTime @1765764393 {#5708 date: 2025-12-15 11:06:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5709 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5711 …} -Children: Doctrine\ORM\PersistentCollection {#5714 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6380 +label: " 施工ツール(鏝・スパチュラなど)" +value: "70" +data: Eccube\Entity\Category {#5717 -id: 70 -name: "施工ツール(鏝・スパチュラなど)" -hierarchy: 2 -sort_no: 87 -create_date: DateTime @1765764395 {#5715 date: 2025-12-15 11:06:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764402 {#5716 date: 2025-12-15 11:06:42.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5721 …} -Parent: Eccube\Entity\Category {#5668} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6381 +label: "レンガ・ブロック材" +value: "15" +data: Eccube\Entity\Category {#5724 -id: 15 -name: "レンガ・ブロック材" -hierarchy: 1 -sort_no: 93 -create_date: DateTime @1764516873 {#5678 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5679 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5725 …} -Children: Doctrine\ORM\PersistentCollection {#5728 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6382 +label: " 赤レンガ" +value: "71" +data: Eccube\Entity\Category {#5729 -id: 71 -name: "赤レンガ" -hierarchy: 2 -sort_no: 85 -create_date: DateTime @1765764408 {#5722 date: 2025-12-15 11:06:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5723 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5730 …} -Children: Doctrine\ORM\PersistentCollection {#5733 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6383 +label: " 耐火レンガ" +value: "72" +data: Eccube\Entity\Category {#5738 -id: 72 -name: "耐火レンガ" -hierarchy: 2 -sort_no: 84 -create_date: DateTime @1765764410 {#5736 date: 2025-12-15 11:06:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5737 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5739 …} -Children: Doctrine\ORM\PersistentCollection {#5742 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6384 +label: " モルタルレンガ" +value: "73" +data: Eccube\Entity\Category {#5745 -id: 73 -name: "モルタルレンガ" -hierarchy: 2 -sort_no: 83 -create_date: DateTime @1765764414 {#5743 date: 2025-12-15 11:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5744 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5746 …} -Children: Doctrine\ORM\PersistentCollection {#5749 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6385 +label: " ブロック材" +value: "74" +data: Eccube\Entity\Category {#5752 -id: 74 -name: "ブロック材" -hierarchy: 2 -sort_no: 82 -create_date: DateTime @1765764417 {#5750 date: 2025-12-15 11:06:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5751 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5753 …} -Children: Doctrine\ORM\PersistentCollection {#5756 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6386 +label: " レンガ用モルタル・接着剤" +value: "75" +data: Eccube\Entity\Category {#5759 -id: 75 -name: "レンガ用モルタル・接着剤" -hierarchy: 2 -sort_no: 81 -create_date: DateTime @1765764419 {#5757 date: 2025-12-15 11:06:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764425 {#5758 date: 2025-12-15 11:07:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5760 …} -Children: Doctrine\ORM\PersistentCollection {#5763 …} -Parent: Eccube\Entity\Category {#5724} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6387 +label: "その他" +value: "16" +data: Eccube\Entity\Category {#5766 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 86 -create_date: DateTime @1764516876 {#5734 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5735 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5767 …} -Children: Doctrine\ORM\PersistentCollection {#5770 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6388 +label: " 汎用補修材" +value: "76" +data: Eccube\Entity\Category {#5771 -id: 76 -name: "汎用補修材" -hierarchy: 2 -sort_no: 79 -create_date: DateTime @1765764430 {#5764 date: 2025-12-15 11:07:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5765 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5772 …} -Children: Doctrine\ORM\PersistentCollection {#5775 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6389 +label: " 共通副資材" +value: "77" +data: Eccube\Entity\Category {#5780 -id: 77 -name: "共通副資材" -hierarchy: 2 -sort_no: 78 -create_date: DateTime @1765764433 {#5778 date: 2025-12-15 11:07:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764438 {#5779 date: 2025-12-15 11:07:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5781 …} -Children: Doctrine\ORM\PersistentCollection {#5784 …} -Parent: Eccube\Entity\Category {#5766} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6390 +label: "アウトレット" +value: "79" +data: Eccube\Entity\Category {#5785 -id: 79 -name: "アウトレット" -hierarchy: 1 -sort_no: 80 -create_date: DateTime @1765764466 {#5777 date: 2025-12-15 11:07:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765764471 {#5776 date: 2025-12-15 11:07:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5786 …} -Children: Doctrine\ORM\PersistentCollection {#5789 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6391 +label: "メーカー" +value: "17" +data: Eccube\Entity\Category {#5794 -id: 17 -name: "メーカー" -hierarchy: 1 -sort_no: 70 -create_date: DateTime @1764587137 {#5790 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1766208239 {#5791 date: 2025-12-20 14:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5795 …} -Children: Doctrine\ORM\PersistentCollection {#5798 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6392 +label: " マキタ" +value: "18" +data: Eccube\Entity\Category {#5799 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 141 -create_date: DateTime @1764587166 {#5792 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#5793 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5800 …} -Children: Doctrine\ORM\PersistentCollection {#5803 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6393 +label: " 土牛" +value: "153" +data: Eccube\Entity\Category {#5808 -id: 153 -name: "土牛" -hierarchy: 2 -sort_no: 69 -create_date: DateTime @1768286906 {#5806 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768286906 {#5807 date: 2026-01-13 15:48:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5809 …} -Children: Doctrine\ORM\PersistentCollection {#5812 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6394 +label: " ヤブ原" +value: "150" +data: Eccube\Entity\Category {#5815 -id: 150 -name: "ヤブ原" -hierarchy: 2 -sort_no: 68 -create_date: DateTime @1768155375 {#5813 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768155375 {#5814 date: 2026-01-12 03:16:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5816 …} -Children: Doctrine\ORM\PersistentCollection {#5819 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6395 +label: " ダイヤテックス" +value: "147" +data: Eccube\Entity\Category {#5822 -id: 147 -name: "ダイヤテックス" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1768029639 {#5820 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1768029639 {#5821 date: 2026-01-10 16:20:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5823 …} -Children: Doctrine\ORM\PersistentCollection {#5826 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6396 +label: " ノーブランド" +value: "146" +data: Eccube\Entity\Category {#5829 -id: 146 -name: "ノーブランド" -hierarchy: 2 -sort_no: 66 -create_date: DateTime @1765819536 {#5827 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819536 {#5828 date: 2025-12-16 02:25:36.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5830 …} -Children: Doctrine\ORM\PersistentCollection {#5833 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6397 +label: " BEAL社" +value: "145" +data: Eccube\Entity\Category {#5836 -id: 145 -name: "BEAL社" -hierarchy: 2 -sort_no: 65 -create_date: DateTime @1765819527 {#5834 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819527 {#5835 date: 2025-12-16 02:25:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5837 …} -Children: Doctrine\ORM\PersistentCollection {#5840 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6398 +label: " 五百蔵製作所" +value: "144" +data: Eccube\Entity\Category {#5843 -id: 144 -name: "五百蔵製作所" -hierarchy: 2 -sort_no: 64 -create_date: DateTime @1765819520 {#5841 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819520 {#5842 date: 2025-12-16 02:25:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5844 …} -Children: Doctrine\ORM\PersistentCollection {#5847 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6399 +label: " アローライン工業" +value: "143" +data: Eccube\Entity\Category {#5850 -id: 143 -name: "アローライン工業" -hierarchy: 2 -sort_no: 63 -create_date: DateTime @1765819509 {#5848 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819509 {#5849 date: 2025-12-16 02:25:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5851 …} -Children: Doctrine\ORM\PersistentCollection {#5854 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6400 +label: " ニッタイ工業" +value: "142" +data: Eccube\Entity\Category {#5857 -id: 142 -name: "ニッタイ工業" -hierarchy: 2 -sort_no: 62 -create_date: DateTime @1765819506 {#5855 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819506 {#5856 date: 2025-12-16 02:25:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5858 …} -Children: Doctrine\ORM\PersistentCollection {#5861 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6401 +label: " T-CHIC" +value: "141" +data: Eccube\Entity\Category {#5864 -id: 141 -name: "T-CHIC" -hierarchy: 2 -sort_no: 61 -create_date: DateTime @1765819503 {#5862 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819503 {#5863 date: 2025-12-16 02:25:03.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5865 …} -Children: Doctrine\ORM\PersistentCollection {#5868 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6402 +label: " ツボ万" +value: "140" +data: Eccube\Entity\Category {#5871 -id: 140 -name: "ツボ万" -hierarchy: 2 -sort_no: 60 -create_date: DateTime @1765819501 {#5869 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819501 {#5870 date: 2025-12-16 02:25:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5872 …} -Children: Doctrine\ORM\PersistentCollection {#5875 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6403 +label: " ヤヨイ化学" +value: "139" +data: Eccube\Entity\Category {#5878 -id: 139 -name: "ヤヨイ化学" -hierarchy: 2 -sort_no: 59 -create_date: DateTime @1765819497 {#5876 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819497 {#5877 date: 2025-12-16 02:24:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5879 …} -Children: Doctrine\ORM\PersistentCollection {#5882 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6404 +label: " 戸田研磨工業" +value: "138" +data: Eccube\Entity\Category {#5885 -id: 138 -name: "戸田研磨工業" -hierarchy: 2 -sort_no: 58 -create_date: DateTime @1765819495 {#5883 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819495 {#5884 date: 2025-12-16 02:24:55.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5886 …} -Children: Doctrine\ORM\PersistentCollection {#5889 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6405 +label: " 大塚刷毛" +value: "137" +data: Eccube\Entity\Category {#5892 -id: 137 -name: "大塚刷毛" -hierarchy: 2 -sort_no: 57 -create_date: DateTime @1765819491 {#5890 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819491 {#5891 date: 2025-12-16 02:24:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5893 …} -Children: Doctrine\ORM\PersistentCollection {#5896 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6406 +label: " 金鹿工具" +value: "136" +data: Eccube\Entity\Category {#5899 -id: 136 -name: "金鹿工具" -hierarchy: 2 -sort_no: 56 -create_date: DateTime @1765819488 {#5897 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819488 {#5898 date: 2025-12-16 02:24:48.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5900 …} -Children: Doctrine\ORM\PersistentCollection {#5903 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6407 +label: " エヌシキ" +value: "135" +data: Eccube\Entity\Category {#5906 -id: 135 -name: "エヌシキ" -hierarchy: 2 -sort_no: 55 -create_date: DateTime @1765819486 {#5904 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819486 {#5905 date: 2025-12-16 02:24:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5907 …} -Children: Doctrine\ORM\PersistentCollection {#5910 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6408 +label: " 三木技研" +value: "133" +data: Eccube\Entity\Category {#5913 -id: 133 -name: "三木技研" -hierarchy: 2 -sort_no: 54 -create_date: DateTime @1765819479 {#5911 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819479 {#5912 date: 2025-12-16 02:24:39.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5914 …} -Children: Doctrine\ORM\PersistentCollection {#5917 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6409 +label: " オルファ" +value: "132" +data: Eccube\Entity\Category {#5920 -id: 132 -name: "オルファ" -hierarchy: 2 -sort_no: 53 -create_date: DateTime @1765819477 {#5918 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819477 {#5919 date: 2025-12-16 02:24:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5921 …} -Children: Doctrine\ORM\PersistentCollection {#5924 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6410 +label: " リス" +value: "131" +data: Eccube\Entity\Category {#5927 -id: 131 -name: "リス" -hierarchy: 2 -sort_no: 52 -create_date: DateTime @1765819474 {#5925 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819474 {#5926 date: 2025-12-16 02:24:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5928 …} -Children: Doctrine\ORM\PersistentCollection {#5931 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6411 +label: " 八ツ矢工業" +value: "130" +data: Eccube\Entity\Category {#5934 -id: 130 -name: "八ツ矢工業" -hierarchy: 2 -sort_no: 51 -create_date: DateTime @1765819469 {#5932 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819469 {#5933 date: 2025-12-16 02:24:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5935 …} -Children: Doctrine\ORM\PersistentCollection {#5938 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6412 +label: " 石黒産業" +value: "129" +data: Eccube\Entity\Category {#5941 -id: 129 -name: "石黒産業" -hierarchy: 2 -sort_no: 50 -create_date: DateTime @1765819466 {#5939 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819466 {#5940 date: 2025-12-16 02:24:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5942 …} -Children: Doctrine\ORM\PersistentCollection {#5945 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6413 +label: " アマテイ" +value: "128" +data: Eccube\Entity\Category {#5948 -id: 128 -name: "アマテイ" -hierarchy: 2 -sort_no: 49 -create_date: DateTime @1765819463 {#5946 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819463 {#5947 date: 2025-12-16 02:24:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5949 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6414 +label: " 日東電工株式会社" +value: "127" +data: Eccube\Entity\Category {#5955 -id: 127 -name: "日東電工株式会社" -hierarchy: 2 -sort_no: 48 -create_date: DateTime @1765819459 {#5953 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819459 {#5954 date: 2025-12-16 02:24:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5956 …} -Children: Doctrine\ORM\PersistentCollection {#5959 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6415 +label: " 株式会社イトー" +value: "126" +data: Eccube\Entity\Category {#5962 -id: 126 -name: "株式会社イトー" -hierarchy: 2 -sort_no: 47 -create_date: DateTime @1765819456 {#5960 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819456 {#5961 date: 2025-12-16 02:24:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5963 …} -Children: Doctrine\ORM\PersistentCollection {#5966 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6416 +label: " SPG" +value: "125" +data: Eccube\Entity\Category {#5969 -id: 125 -name: "SPG" -hierarchy: 2 -sort_no: 46 -create_date: DateTime @1765819453 {#5967 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819453 {#5968 date: 2025-12-16 02:24:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5970 …} -Children: Doctrine\ORM\PersistentCollection {#5973 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6417 +label: " 友定建機" +value: "124" +data: Eccube\Entity\Category {#5976 -id: 124 -name: "友定建機" -hierarchy: 2 -sort_no: 45 -create_date: DateTime @1765819450 {#5974 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819450 {#5975 date: 2025-12-16 02:24:10.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5977 …} -Children: Doctrine\ORM\PersistentCollection {#5980 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6418 +label: " 石井超硬工具" +value: "123" +data: Eccube\Entity\Category {#5983 -id: 123 -name: "石井超硬工具" -hierarchy: 2 -sort_no: 44 -create_date: DateTime @1765819447 {#5981 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819447 {#5982 date: 2025-12-16 02:24:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5984 …} -Children: Doctrine\ORM\PersistentCollection {#5987 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6419 +label: " ABC商会" +value: "122" +data: Eccube\Entity\Category {#5990 -id: 122 -name: "ABC商会" -hierarchy: 2 -sort_no: 43 -create_date: DateTime @1765819444 {#5988 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819444 {#5989 date: 2025-12-16 02:24:04.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5991 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6420 +label: " 墨運堂" +value: "121" +data: Eccube\Entity\Category {#5997 -id: 121 -name: "墨運堂" -hierarchy: 2 -sort_no: 42 -create_date: DateTime @1765819441 {#5995 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819441 {#5996 date: 2025-12-16 02:24:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5998 …} -Children: Doctrine\ORM\PersistentCollection {#6001 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6421 +label: " カネハマ" +value: "120" +data: Eccube\Entity\Category {#6004 -id: 120 -name: "カネハマ" -hierarchy: 2 -sort_no: 41 -create_date: DateTime @1765819439 {#6002 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819439 {#6003 date: 2025-12-16 02:23:59.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6005 …} -Children: Doctrine\ORM\PersistentCollection {#6008 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6422 +label: " テクノクリーン" +value: "119" +data: Eccube\Entity\Category {#6011 -id: 119 -name: "テクノクリーン" -hierarchy: 2 -sort_no: 40 -create_date: DateTime @1765819436 {#6009 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819436 {#6010 date: 2025-12-16 02:23:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6012 …} -Children: Doctrine\ORM\PersistentCollection {#6015 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6423 +label: " 東レ・アムテックス" +value: "118" +data: Eccube\Entity\Category {#6018 -id: 118 -name: "東レ・アムテックス" -hierarchy: 2 -sort_no: 39 -create_date: DateTime @1765819433 {#6016 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819433 {#6017 date: 2025-12-16 02:23:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6019 …} -Children: Doctrine\ORM\PersistentCollection {#6022 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6424 +label: " 信越化学工業" +value: "117" +data: Eccube\Entity\Category {#6025 -id: 117 -name: "信越化学工業" -hierarchy: 2 -sort_no: 38 -create_date: DateTime @1765819430 {#6023 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819430 {#6024 date: 2025-12-16 02:23:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6026 …} -Children: Doctrine\ORM\PersistentCollection {#6029 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6425 +label: " アオキ産業" +value: "116" +data: Eccube\Entity\Category {#6032 -id: 116 -name: "アオキ産業" -hierarchy: 2 -sort_no: 37 -create_date: DateTime @1765819427 {#6030 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819427 {#6031 date: 2025-12-16 02:23:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6033 …} -Children: Doctrine\ORM\PersistentCollection {#6036 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6426 +label: " 昭和電工建材" +value: "115" +data: Eccube\Entity\Category {#6039 -id: 115 -name: "昭和電工建材" -hierarchy: 2 -sort_no: 36 -create_date: DateTime @1765819424 {#6037 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819424 {#6038 date: 2025-12-16 02:23:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6040 …} -Children: Doctrine\ORM\PersistentCollection {#6043 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6427 +label: " マノール" +value: "114" +data: Eccube\Entity\Category {#6046 -id: 114 -name: "マノール" -hierarchy: 2 -sort_no: 35 -create_date: DateTime @1765819421 {#6044 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819421 {#6045 date: 2025-12-16 02:23:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6047 …} -Children: Doctrine\ORM\PersistentCollection {#6050 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6428 +label: " 関西パテ" +value: "113" +data: Eccube\Entity\Category {#6053 -id: 113 -name: "関西パテ" -hierarchy: 2 -sort_no: 34 -create_date: DateTime @1765819415 {#6051 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819415 {#6052 date: 2025-12-16 02:23:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6054 …} -Children: Doctrine\ORM\PersistentCollection {#6057 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6429 +label: " 日硝産業" +value: "112" +data: Eccube\Entity\Category {#6060 -id: 112 -name: "日硝産業" -hierarchy: 2 -sort_no: 33 -create_date: DateTime @1765819412 {#6058 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819412 {#6059 date: 2025-12-16 02:23:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6061 …} -Children: Doctrine\ORM\PersistentCollection {#6064 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6430 +label: " 成瀬化学" +value: "111" +data: Eccube\Entity\Category {#6067 -id: 111 -name: "成瀬化学" -hierarchy: 2 -sort_no: 32 -create_date: DateTime @1765819409 {#6065 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819409 {#6066 date: 2025-12-16 02:23:29.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6068 …} -Children: Doctrine\ORM\PersistentCollection {#6071 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6431 +label: " KYタイル" +value: "110" +data: Eccube\Entity\Category {#6074 -id: 110 -name: "KYタイル" -hierarchy: 2 -sort_no: 31 -create_date: DateTime @1765819406 {#6072 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819406 {#6073 date: 2025-12-16 02:23:26.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6075 …} -Children: Doctrine\ORM\PersistentCollection {#6078 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6432 +label: " 日藻工材" +value: "109" +data: Eccube\Entity\Category {#6081 -id: 109 -name: "日藻工材" -hierarchy: 2 -sort_no: 30 -create_date: DateTime @1765819403 {#6079 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819403 {#6080 date: 2025-12-16 02:23:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6082 …} -Children: Doctrine\ORM\PersistentCollection {#6085 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6433 +label: " ヤブ原産業" +value: "108" +data: Eccube\Entity\Category {#6088 -id: 108 -name: "ヤブ原産業" -hierarchy: 2 -sort_no: 29 -create_date: DateTime @1765819400 {#6086 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819400 {#6087 date: 2025-12-16 02:23:20.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6089 …} -Children: Doctrine\ORM\PersistentCollection {#6092 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6434 +label: " MUマテックス" +value: "107" +data: Eccube\Entity\Category {#6095 -id: 107 -name: "MUマテックス" -hierarchy: 2 -sort_no: 28 -create_date: DateTime @1765819398 {#6093 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819398 {#6094 date: 2025-12-16 02:23:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6096 …} -Children: Doctrine\ORM\PersistentCollection {#6099 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6435 +label: " タイルメント" +value: "106" +data: Eccube\Entity\Category {#6102 -id: 106 -name: "タイルメント" -hierarchy: 2 -sort_no: 27 -create_date: DateTime @1765819394 {#6100 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819394 {#6101 date: 2025-12-16 02:23:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6103 …} -Children: Doctrine\ORM\PersistentCollection {#6106 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6436 +label: " 三共製粉" +value: "105" +data: Eccube\Entity\Category {#6109 -id: 105 -name: "三共製粉" -hierarchy: 2 -sort_no: 26 -create_date: DateTime @1765819392 {#6107 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819392 {#6108 date: 2025-12-16 02:23:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6110 …} -Children: Doctrine\ORM\PersistentCollection {#6113 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6437 +label: " アイカ工業" +value: "104" +data: Eccube\Entity\Category {#6116 -id: 104 -name: "アイカ工業" -hierarchy: 2 -sort_no: 25 -create_date: DateTime @1765819389 {#6114 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819389 {#6115 date: 2025-12-16 02:23:09.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6117 …} -Children: Doctrine\ORM\PersistentCollection {#6120 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6438 +label: " 四国化成" +value: "103" +data: Eccube\Entity\Category {#6123 -id: 103 -name: "四国化成" -hierarchy: 2 -sort_no: 24 -create_date: DateTime @1765819386 {#6121 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819386 {#6122 date: 2025-12-16 02:23:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6124 …} -Children: Doctrine\ORM\PersistentCollection {#6127 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6439 +label: " フジワラ化学" +value: "102" +data: Eccube\Entity\Category {#6130 -id: 102 -name: "フジワラ化学" -hierarchy: 2 -sort_no: 23 -create_date: DateTime @1765819382 {#6128 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819382 {#6129 date: 2025-12-16 02:23:02.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6131 …} -Children: Doctrine\ORM\PersistentCollection {#6134 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6440 +label: " MAX" +value: "101" +data: Eccube\Entity\Category {#6137 -id: 101 -name: "MAX" -hierarchy: 2 -sort_no: 22 -create_date: DateTime @1765819380 {#6135 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819380 {#6136 date: 2025-12-16 02:23:00.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6138 …} -Children: Doctrine\ORM\PersistentCollection {#6141 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6441 +label: " リンレイテープ" +value: "100" +data: Eccube\Entity\Category {#6144 -id: 100 -name: "リンレイテープ" -hierarchy: 2 -sort_no: 21 -create_date: DateTime @1765819377 {#6142 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819377 {#6143 date: 2025-12-16 02:22:57.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6145 …} -Children: Doctrine\ORM\PersistentCollection {#6148 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6442 +label: " 3M" +value: "99" +data: Eccube\Entity\Category {#6151 -id: 99 -name: "3M" -hierarchy: 2 -sort_no: 20 -create_date: DateTime @1765819374 {#6149 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819374 {#6150 date: 2025-12-16 02:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6152 …} -Children: Doctrine\ORM\PersistentCollection {#6155 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6443 +label: " ニチバン" +value: "98" +data: Eccube\Entity\Category {#6158 -id: 98 -name: "ニチバン" -hierarchy: 2 -sort_no: 19 -create_date: DateTime @1765819370 {#6156 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819370 {#6157 date: 2025-12-16 02:22:50.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6159 …} -Children: Doctrine\ORM\PersistentCollection {#6162 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6444 +label: " コンドーテック" +value: "97" +data: Eccube\Entity\Category {#6165 -id: 97 -name: "コンドーテック" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1765819367 {#6163 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819367 {#6164 date: 2025-12-16 02:22:47.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6166 …} -Children: Doctrine\ORM\PersistentCollection {#6169 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6445 +label: " セーレン" +value: "96" +data: Eccube\Entity\Category {#6172 -id: 96 -name: "セーレン" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1765819364 {#6170 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819364 {#6171 date: 2025-12-16 02:22:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6173 …} -Children: Doctrine\ORM\PersistentCollection {#6176 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6446 +label: " フクビ化学工業" +value: "95" +data: Eccube\Entity\Category {#6179 -id: 95 -name: "フクビ化学工業" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1765819361 {#6177 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819361 {#6178 date: 2025-12-16 02:22:41.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6180 …} -Children: Doctrine\ORM\PersistentCollection {#6183 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6447 +label: " 秩父コンクリート工業" +value: "94" +data: Eccube\Entity\Category {#6186 -id: 94 -name: "秩父コンクリート工業" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1765819358 {#6184 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819358 {#6185 date: 2025-12-16 02:22:38.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6187 …} -Children: Doctrine\ORM\PersistentCollection {#6190 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6448 +label: " LIXIL" +value: "93" +data: Eccube\Entity\Category {#6193 -id: 93 -name: "LIXIL" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1765819355 {#6191 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819355 {#6192 date: 2025-12-16 02:22:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6194 …} -Children: Doctrine\ORM\PersistentCollection {#6197 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6449 +label: " DANTO" +value: "92" +data: Eccube\Entity\Category {#6200 -id: 92 -name: "DANTO" -hierarchy: 2 -sort_no: 13 -create_date: DateTime @1765819353 {#6198 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819353 {#6199 date: 2025-12-16 02:22:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6201 …} -Children: Doctrine\ORM\PersistentCollection {#6204 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6450 +label: " ハネダ化学" +value: "91" +data: Eccube\Entity\Category {#6207 -id: 91 -name: "ハネダ化学" -hierarchy: 2 -sort_no: 12 -create_date: DateTime @1765819350 {#6205 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819350 {#6206 date: 2025-12-16 02:22:30.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6208 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6451 +label: " 菊水化学工業" +value: "90" +data: Eccube\Entity\Category {#6214 -id: 90 -name: "菊水化学工業" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1765819347 {#6212 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819347 {#6213 date: 2025-12-16 02:22:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6215 …} -Children: Doctrine\ORM\PersistentCollection {#6218 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6452 +label: " トーヨーマテラン" +value: "89" +data: Eccube\Entity\Category {#6221 -id: 89 -name: "トーヨーマテラン" -hierarchy: 2 -sort_no: 10 -create_date: DateTime @1765819344 {#6219 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819344 {#6220 date: 2025-12-16 02:22:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6222 …} -Children: Doctrine\ORM\PersistentCollection {#6225 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6453 +label: " 村樫石灰工業株式会社" +value: "88" +data: Eccube\Entity\Category {#6228 -id: 88 -name: "村樫石灰工業株式会社" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1765819341 {#6226 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819341 {#6227 date: 2025-12-16 02:22:21.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6229 …} -Children: Doctrine\ORM\PersistentCollection {#6232 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6454 +label: " 田川産業" +value: "87" +data: Eccube\Entity\Category {#6235 -id: 87 -name: "田川産業" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1765819338 {#6233 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819338 {#6234 date: 2025-12-16 02:22:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6236 …} -Children: Doctrine\ORM\PersistentCollection {#6239 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6455 +label: " 近畿壁材" +value: "86" +data: Eccube\Entity\Category {#6242 -id: 86 -name: "近畿壁材" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1765819335 {#6240 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819335 {#6241 date: 2025-12-16 02:22:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6243 …} -Children: Doctrine\ORM\PersistentCollection {#6246 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6456 +label: " 畑中産業" +value: "85" +data: Eccube\Entity\Category {#6249 -id: 85 -name: "畑中産業" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1765819332 {#6247 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819332 {#6248 date: 2025-12-16 02:22:12.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6250 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6457 +label: " 吉野石膏" +value: "84" +data: Eccube\Entity\Category {#6256 -id: 84 -name: "吉野石膏" -hierarchy: 2 -sort_no: 5 -create_date: DateTime @1765819326 {#6254 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819326 {#6255 date: 2025-12-16 02:22:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6257 …} -Children: Doctrine\ORM\PersistentCollection {#6260 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6458 +label: " 日本化成" +value: "83" +data: Eccube\Entity\Category {#6263 -id: 83 -name: "日本化成" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1765819293 {#6261 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819293 {#6262 date: 2025-12-16 02:21:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6264 …} -Children: Doctrine\ORM\PersistentCollection {#6267 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6459 +label: " 豊運" +value: "82" +data: Eccube\Entity\Category {#6270 -id: 82 -name: "豊運" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1765819284 {#6268 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819284 {#6269 date: 2025-12-16 02:21:24.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6271 …} -Children: Doctrine\ORM\PersistentCollection {#6274 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6460 +label: " 松本産業株式会社" +value: "81" +data: Eccube\Entity\Category {#6277 -id: 81 -name: "松本産業株式会社" -hierarchy: 2 -sort_no: 2 -create_date: DateTime @1765819279 {#6275 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819279 {#6276 date: 2025-12-16 02:21:19.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6278 …} -Children: Doctrine\ORM\PersistentCollection {#6281 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6461 +label: " 太平洋セメント" +value: "80" +data: Eccube\Entity\Category {#6284 -id: 80 -name: "太平洋セメント" -hierarchy: 2 -sort_no: 1 -create_date: DateTime @1765819273 {#6282 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1765819273 {#6283 date: 2025-12-16 02:21:13.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6285 …} -Children: Doctrine\ORM\PersistentCollection {#6288 …} -Parent: Eccube\Entity\Category {#5794} -Creator: Proxies\__CG__\Eccube\Entity\Member {#4551 …} } +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 {#6310 -form: Symfony\Component\Form\Form {#6297 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6309 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#6316 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1505 …} } |
| 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 {#342 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#343 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#344 …} -namespace: Closure() {#346 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1252 …} } |
| 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() {#4676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1269 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#4614 …} } } |
| 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 {#6462 -form: Symfony\Component\Form\Form {#6300 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6315 …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 | "" |