- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 35
- 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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data | Eccube\Entity\Customer {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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) {#1273 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} 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() {#1275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1274 …} } } |
| 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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1994 -form: Symfony\Component\Form\Form {#1609 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1984 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1296 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 {#1293 +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 {#1294 +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 {#1291 +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 {#1292 +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() {#1298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1297 …} } } |
| 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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1998 -form: Symfony\Component\Form\Form {#1636 …} -errors: [] } |
| firstname_name | "name02" |
| form | Symfony\Component\Form\FormView {#1997 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1305 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1291 +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 {#1292 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1305 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1291 +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 {#1292 +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 {#1305 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1291 +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 {#1292 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1616 …} } } |
| 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 {#2093 -form: Symfony\Component\Form\Form {#1639 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2092 …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 {#1306 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1293 +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 {#1294 +payload: null +message: "form_error.not_contain_spaces" +pattern: "/^[^\s ]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1306 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1293 +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 {#1294 +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 {#1306 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1293 +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 {#1294 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1626 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1628 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1627 …} } } |
| 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 {#2094 -form: Symfony\Component\Form\Form {#1642 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2095 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1316 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 {#1313 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1314 +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 {#1311 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1312 +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() {#1318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1317 …} } } |
| 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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#2090 -form: Symfony\Component\Form\Form {#1667 …} -errors: [] } |
| firstname_name | "kana02" |
| form | Symfony\Component\Form\FormView {#2091 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1325 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1311 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1312 +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 {#1325 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1311 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1312 +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 {#1325 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1311 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1312 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1646 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1648 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1647 …} } } |
| 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 {#2099 -form: Symfony\Component\Form\Form {#1670 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2098 …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 {#1326 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1313 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1314 +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 {#1326 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1313 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1314 +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 {#1326 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1313 +payload: null +message: "form_error.kana_only" +pattern: "/^[ァ-ヶヲ-゚ー]+$/u" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1314 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1657 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1658 …} } } |
| 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 {#2100 -form: Symfony\Component\Form\Form {#1673 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2101 …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 {#1282 +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 {#1282 +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 {#1282 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1340 …} } } |
| 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 {#2097 -form: Symfony\Component\Form\Form {#1676 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2096 …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 {#1363 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1364 +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 {#1365 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1360 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1361 …} } } |
| 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 {#2103 -form: Symfony\Component\Form\Form {#1679 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2102 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1379 +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 {#1380 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1382 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1383 …} } } |
| 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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#2104 -form: Symfony\Component\Form\Form {#1737 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2105 …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 {#1232 -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 {#1234 …} -CustomerAddresses: Doctrine\Common\Collections\ArrayCollection {#1233 …} -Orders: Doctrine\Common\Collections\ArrayCollection {#1221 …} -Status: Eccube\Entity\Master\CustomerStatus {#1237 …} -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 {#1391 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1391 +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 {#1518 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1718 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1702 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1701 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1704 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1706 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#961 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "Eccube\Entity\Master\Pref" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1391 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …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 {#1706 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#961 …} -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 {#1690 -_em: Doctrine\ORM\EntityManager {#384 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1698 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1699 #from: "Eccube\Entity\Master\Pref" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1700 #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 {#1697 …} -_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() {#1688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1687 …} } } |
| 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 {#2110 +label: "北海道" +value: "1" +data: Eccube\Entity\Master\Pref {#2123 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "青森県" +value: "2" +data: Eccube\Entity\Master\Pref {#2124 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "岩手県" +value: "3" +data: Eccube\Entity\Master\Pref {#2125 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "宮城県" +value: "4" +data: Eccube\Entity\Master\Pref {#2126 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "秋田県" +value: "5" +data: Eccube\Entity\Master\Pref {#2127 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "山形県" +value: "6" +data: Eccube\Entity\Master\Pref {#2128 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "福島県" +value: "7" +data: Eccube\Entity\Master\Pref {#2129 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "茨城県" +value: "8" +data: Eccube\Entity\Master\Pref {#2130 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "栃木県" +value: "9" +data: Eccube\Entity\Master\Pref {#2131 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "群馬県" +value: "10" +data: Eccube\Entity\Master\Pref {#2132 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "埼玉県" +value: "11" +data: Eccube\Entity\Master\Pref {#2133 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +label: "千葉県" +value: "12" +data: Eccube\Entity\Master\Pref {#2134 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "東京都" +value: "13" +data: Eccube\Entity\Master\Pref {#2135 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "神奈川県" +value: "14" +data: Eccube\Entity\Master\Pref {#2136 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "新潟県" +value: "15" +data: Eccube\Entity\Master\Pref {#2137 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "富山県" +value: "16" +data: Eccube\Entity\Master\Pref {#2138 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +label: "石川県" +value: "17" +data: Eccube\Entity\Master\Pref {#2139 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +label: "福井県" +value: "18" +data: Proxies\__CG__\Eccube\Entity\Master\Pref {#987 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +label: "山梨県" +value: "19" +data: Eccube\Entity\Master\Pref {#2140 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +label: "長野県" +value: "20" +data: Eccube\Entity\Master\Pref {#2141 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +label: "岐阜県" +value: "21" +data: Eccube\Entity\Master\Pref {#2142 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +label: "静岡県" +value: "22" +data: Eccube\Entity\Master\Pref {#2143 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +label: "愛知県" +value: "23" +data: Eccube\Entity\Master\Pref {#2144 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "三重県" +value: "24" +data: Eccube\Entity\Master\Pref {#2145 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "滋賀県" +value: "25" +data: Eccube\Entity\Master\Pref {#2146 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +label: "京都府" +value: "26" +data: Eccube\Entity\Master\Pref {#2147 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +label: "大阪府" +value: "27" +data: Eccube\Entity\Master\Pref {#2148 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +label: "兵庫県" +value: "28" +data: Eccube\Entity\Master\Pref {#2149 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +label: "奈良県" +value: "29" +data: Eccube\Entity\Master\Pref {#2150 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +label: "和歌山県" +value: "30" +data: Eccube\Entity\Master\Pref {#2151 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +label: "鳥取県" +value: "31" +data: Eccube\Entity\Master\Pref {#2152 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +label: "島根県" +value: "32" +data: Eccube\Entity\Master\Pref {#2153 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +label: "岡山県" +value: "33" +data: Eccube\Entity\Master\Pref {#2154 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +label: "広島県" +value: "34" +data: Eccube\Entity\Master\Pref {#2155 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +label: "山口県" +value: "35" +data: Eccube\Entity\Master\Pref {#2156 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "徳島県" +value: "36" +data: Eccube\Entity\Master\Pref {#2157 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +label: "香川県" +value: "37" +data: Eccube\Entity\Master\Pref {#2158 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +label: "愛媛県" +value: "38" +data: Eccube\Entity\Master\Pref {#2159 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +label: "高知県" +value: "39" +data: Eccube\Entity\Master\Pref {#2160 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +label: "福岡県" +value: "40" +data: Eccube\Entity\Master\Pref {#2161 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +label: "佐賀県" +value: "41" +data: Eccube\Entity\Master\Pref {#2162 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +label: "長崎県" +value: "42" +data: Eccube\Entity\Master\Pref {#2163 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +label: "熊本県" +value: "43" +data: Eccube\Entity\Master\Pref {#2164 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +label: "大分県" +value: "44" +data: Eccube\Entity\Master\Pref {#2165 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +label: "宮崎県" +value: "45" +data: Eccube\Entity\Master\Pref {#2166 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +label: "鹿児島県" +value: "46" +data: Eccube\Entity\Master\Pref {#2167 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +label: "沖縄県" +value: "47" +data: Eccube\Entity\Master\Pref {#2168 …} +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 {#2109 -form: Symfony\Component\Form\Form {#1740 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2108 …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) {#2206 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#1392 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1379 +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 {#1392 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1379 +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 {#1392 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1379 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1712 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1711 …} } } |
| 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 {#2207 -form: Symfony\Component\Form\Form {#1743 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2208 …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 {#1393 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1380 +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 {#1393 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1380 +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 {#1393 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1380 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1727 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1729 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1728 …} } } |
| 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 {#2209 -form: Symfony\Component\Form\Form {#1746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2210 …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 {#1403 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1404 +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 {#1405 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1401 …} } } |
| 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 {#2106 -form: Symfony\Component\Form\Form {#1749 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2107 …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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1432 …} } } |
| 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 {#2212 -form: Symfony\Component\Form\Form {#1774 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2211 …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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1753 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1754 …} } } |
| 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 {#2216 -form: Symfony\Component\Form\Form {#1777 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2215 …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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#1425 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Eccube\Form\Validator\Email {#1427 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1428 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1764 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1765 …} } } |
| 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 {#2217 -form: Symfony\Component\Form\Form {#1780 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2218 …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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1450 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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 {#1445 +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 {#1446 +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 {#1448 +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() {#1452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1451 …} } } |
| 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 {#2213 -form: Symfony\Component\Form\Form {#1805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2214 …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 {#1445 +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 {#1446 +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 {#1445 +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 {#1446 +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 {#1445 +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 {#1446 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1785 …} } } |
| 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 {#2222 -form: Symfony\Component\Form\Form {#1808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2221 …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 {#1448 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1448 +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 {#1448 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#1795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#1797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1796 …} } } |
| 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 {#2223 -form: Symfony\Component\Form\Form {#1811 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2224 …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 {#1283 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2025-12-05" +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\LessThanOrEqual {#1283 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2025-12-05" +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 | [ 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 1915 ] |
[ 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 1915 ] |
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 {#1283 +payload: null +message: "form_error.select_is_future_or_now_date" +value: "2025-12-05" +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| 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() {#1477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1478 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "choice" |
| years | [ 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 1915 ] |
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 {#2220 -form: Symfony\Component\Form\Form {#1850 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2219 …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 | [ 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 1915 => 1915 ] |
[ 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 1915 => 1915 ] |
| 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 | [ 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 1915 => 1915 ] |
| 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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| 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() {#1816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1815 …} } } |
| 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 {#2229 +label: "2025" +value: "2025" +data: 2025 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +label: "2024" +value: "2024" +data: 2024 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "2023" +value: "2023" +data: 2023 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "2022" +value: "2022" +data: 2022 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "2021" +value: "2021" +data: 2021 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "2020" +value: "2020" +data: 2020 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "2019" +value: "2019" +data: 2019 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "2018" +value: "2018" +data: 2018 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "2017" +value: "2017" +data: 2017 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "2016" +value: "2016" +data: 2016 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "2015" +value: "2015" +data: 2015 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "2014" +value: "2014" +data: 2014 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "2013" +value: "2013" +data: 2013 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "2012" +value: "2012" +data: 2012 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "2011" +value: "2011" +data: 2011 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "2010" +value: "2010" +data: 2010 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "2009" +value: "2009" +data: 2009 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "2008" +value: "2008" +data: 2008 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "2007" +value: "2007" +data: 2007 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "2006" +value: "2006" +data: 2006 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "2005" +value: "2005" +data: 2005 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "2004" +value: "2004" +data: 2004 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "2003" +value: "2003" +data: 2003 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "2002" +value: "2002" +data: 2002 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "2001" +value: "2001" +data: 2001 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "2000" +value: "2000" +data: 2000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "1999" +value: "1999" +data: 1999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "1998" +value: "1998" +data: 1998 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "1997" +value: "1997" +data: 1997 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "1996" +value: "1996" +data: 1996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "1995" +value: "1995" +data: 1995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "1994" +value: "1994" +data: 1994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "1993" +value: "1993" +data: 1993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "1992" +value: "1992" +data: 1992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "1991" +value: "1991" +data: 1991 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "1990" +value: "1990" +data: 1990 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "1989" +value: "1989" +data: 1989 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "1988" +value: "1988" +data: 1988 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "1987" +value: "1987" +data: 1987 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "1986" +value: "1986" +data: 1986 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "1985" +value: "1985" +data: 1985 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "1984" +value: "1984" +data: 1984 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "1983" +value: "1983" +data: 1983 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "1982" +value: "1982" +data: 1982 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "1981" +value: "1981" +data: 1981 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "1980" +value: "1980" +data: 1980 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "1979" +value: "1979" +data: 1979 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "1978" +value: "1978" +data: 1978 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "1977" +value: "1977" +data: 1977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "1976" +value: "1976" +data: 1976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "1975" +value: "1975" +data: 1975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "1974" +value: "1974" +data: 1974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "1973" +value: "1973" +data: 1973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "1972" +value: "1972" +data: 1972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "1971" +value: "1971" +data: 1971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "1970" +value: "1970" +data: 1970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "1969" +value: "1969" +data: 1969 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "1968" +value: "1968" +data: 1968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "1967" +value: "1967" +data: 1967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "1966" +value: "1966" +data: 1966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "1965" +value: "1965" +data: 1965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "1964" +value: "1964" +data: 1964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "1963" +value: "1963" +data: 1963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "1962" +value: "1962" +data: 1962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "1961" +value: "1961" +data: 1961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "1960" +value: "1960" +data: 1960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "1959" +value: "1959" +data: 1959 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "1958" +value: "1958" +data: 1958 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "1957" +value: "1957" +data: 1957 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "1956" +value: "1956" +data: 1956 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "1955" +value: "1955" +data: 1955 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "1954" +value: "1954" +data: 1954 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "1953" +value: "1953" +data: 1953 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "1952" +value: "1952" +data: 1952 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "1951" +value: "1951" +data: 1951 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "1950" +value: "1950" +data: 1950 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "1949" +value: "1949" +data: 1949 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "1948" +value: "1948" +data: 1948 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "1947" +value: "1947" +data: 1947 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "1946" +value: "1946" +data: 1946 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "1945" +value: "1945" +data: 1945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "1944" +value: "1944" +data: 1944 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "1943" +value: "1943" +data: 1943 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "1942" +value: "1942" +data: 1942 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "1941" +value: "1941" +data: 1941 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "1940" +value: "1940" +data: 1940 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "1939" +value: "1939" +data: 1939 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "1938" +value: "1938" +data: 1938 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "1937" +value: "1937" +data: 1937 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "1936" +value: "1936" +data: 1936 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "1935" +value: "1935" +data: 1935 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "1934" +value: "1934" +data: 1934 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "1933" +value: "1933" +data: 1933 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "1932" +value: "1932" +data: 1932 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "1931" +value: "1931" +data: 1931 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "1930" +value: "1930" +data: 1930 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "1929" +value: "1929" +data: 1929 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "1928" +value: "1928" +data: 1928 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "1927" +value: "1927" +data: 1927 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "1926" +value: "1926" +data: 1926 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "1925" +value: "1925" +data: 1925 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "1924" +value: "1924" +data: 1924 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "1923" +value: "1923" +data: 1923 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "1922" +value: "1922" +data: 1922 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "1921" +value: "1921" +data: 1921 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "1920" +value: "1920" +data: 1920 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "1919" +value: "1919" +data: 1919 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "1918" +value: "1918" +data: 1918 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "1917" +value: "1917" +data: 1917 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "1916" +value: "1916" +data: 1916 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "1915" +value: "1915" +data: 1915 +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 {#2228 -form: Symfony\Component\Form\Form {#1853 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2227 …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) {#2341 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| 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() {#1828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1827 …} } } |
| 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 {#2344 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +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 {#2342 -form: Symfony\Component\Form\Form {#1856 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2343 …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) {#2357 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| 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() {#1840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1839 …} } } |
| 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 {#2360 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +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 {#2358 -form: Symfony\Component\Form\Form {#1859 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2359 …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) {#2392 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#1518 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1561 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1545 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1544 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1547 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1549 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1525 …} -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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …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 {#1549 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1525 …} -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 {#1539 -_em: Doctrine\ORM\EntityManager {#384 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1541 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1542 #from: "Eccube\Entity\Master\Sex" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1543 #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 {#1540 …} -_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() {#1524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1521 …} } } |
| 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 {#1558 +label: "男性" +value: "1" +data: Eccube\Entity\Master\Sex {#1570 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1555 +label: "女性" +value: "2" +data: Eccube\Entity\Master\Sex {#1571 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1562 +label: "その他" +value: "3" +data: Eccube\Entity\Master\Sex {#1572 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +label: "回答しない" +value: "4" +data: Eccube\Entity\Master\Sex {#1573 …} +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 {#2226 -form: Symfony\Component\Form\Form {#1914 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2225 …5} |
| full_name | "entry[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_sex" |
| is_selected | Closure($choice, $value) {#2394 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1863 …} } |
| 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 {#1871 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() {#1875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1872 …} } } |
| 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 {#2397 -form: Symfony\Component\Form\Form {#1917 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2396 …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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1863 …} } |
| 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 {#1871 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() {#1886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1885 …} } } |
| 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 {#2398 -form: Symfony\Component\Form\Form {#1920 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2399 …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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1863 …} } |
| 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 {#1871 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() {#1896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1895 …} } } |
| 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 {#2400 -form: Symfony\Component\Form\Form {#1923 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2401 …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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1863 …} } |
| 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 {#1871 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() {#1906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1905 …} } } |
| 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 {#2402 -form: Symfony\Component\Form\Form {#1926 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2403 …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 {#1518 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1614 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1598 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1597 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1600 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1602 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1578 …} -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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …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 {#1602 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1578 …} -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 {#1592 -_em: Doctrine\ORM\EntityManager {#384 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1594 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1595 #from: "Eccube\Entity\Master\Job" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1596 #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 {#1593 …} -_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() {#1577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1576 …} } } |
| 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 {#2405 +label: "公務員" +value: "1" +data: Eccube\Entity\Master\Job {#2417 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "コンサルタント" +value: "2" +data: Eccube\Entity\Master\Job {#2418 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "コンピューター関連技術職" +value: "3" +data: Eccube\Entity\Master\Job {#2419 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "コンピューター関連以外の技術職" +value: "4" +data: Eccube\Entity\Master\Job {#2420 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "金融関係" +value: "5" +data: Eccube\Entity\Master\Job {#2421 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "医師" +value: "6" +data: Eccube\Entity\Master\Job {#2422 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "弁護士" +value: "7" +data: Eccube\Entity\Master\Job {#2423 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "総務・人事・事務" +value: "8" +data: Eccube\Entity\Master\Job {#2424 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "営業・販売" +value: "9" +data: Eccube\Entity\Master\Job {#2425 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "研究・開発" +value: "10" +data: Eccube\Entity\Master\Job {#2426 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "広報・宣伝" +value: "11" +data: Eccube\Entity\Master\Job {#2427 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "企画・マーケティング" +value: "12" +data: Eccube\Entity\Master\Job {#2428 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "デザイン関係" +value: "13" +data: Eccube\Entity\Master\Job {#2429 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "会社経営・役員" +value: "14" +data: Eccube\Entity\Master\Job {#2430 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "出版・マスコミ関係" +value: "15" +data: Eccube\Entity\Master\Job {#2431 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "学生・フリーター" +value: "16" +data: Eccube\Entity\Master\Job {#2432 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "主婦" +value: "17" +data: Eccube\Entity\Master\Job {#2433 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "その他" +value: "18" +data: Eccube\Entity\Master\Job {#2434 …} +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 {#2395 -form: Symfony\Component\Form\Form {#1929 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2393 …5} |
| full_name | "entry[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "entry_job" |
| is_selected | Closure($choice, $value) {#2443 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#1934 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1934 +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 {#1934 +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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#1869 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1863 …} } |
| 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 {#1871 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() {#1983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#1982 …} } } |
| 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 {#2444 -form: Symfony\Component\Form\Form {#1991 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2445 …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 | "040af3d1ce62735ee60e842d.N4--IT6HzqVIooTG8XCaglVxfv9wQn-P8Ny1GSkJns4.XMjkcFLqosllyMy_xDmpux9EIZwFBAzYwZncIU5f5KEB-Yl2duaM7QzX9w" |
| 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 | "040af3d1ce62735ee60e842d.N4--IT6HzqVIooTG8XCaglVxfv9wQn-P8Ny1GSkJns4.XMjkcFLqosllyMy_xDmpux9EIZwFBAzYwZncIU5f5KEB-Yl2duaM7QzX9w" |
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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data | "040af3d1ce62735ee60e842d.N4--IT6HzqVIooTG8XCaglVxfv9wQn-P8Ny1GSkJns4.XMjkcFLqosllyMy_xDmpux9EIZwFBAzYwZncIU5f5KEB-Yl2duaM7QzX9w" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2450 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#2452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#2449 …} } } |
| 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 | "040af3d1ce62735ee60e842d.N4--IT6HzqVIooTG8XCaglVxfv9wQn-P8Ny1GSkJns4.XMjkcFLqosllyMy_xDmpux9EIZwFBAzYwZncIU5f5KEB-Yl2duaM7QzX9w" |
| 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 {#2459 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2453 …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 | "040af3d1ce62735ee60e842d.N4--IT6HzqVIooTG8XCaglVxfv9wQn-P8Ny1GSkJns4.XMjkcFLqosllyMy_xDmpux9EIZwFBAzYwZncIU5f5KEB-Yl2duaM7QzX9w" |
(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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2510 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#2512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} 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" "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 {#2733 -form: Symfony\Component\Form\Form {#2722 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2734 …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 {#2542 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1764516830 {#2537 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2544 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2577 …} -Children: Doctrine\ORM\PersistentCollection {#2556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2553 -id: 8 -name: "漆喰(しっくい)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1764516836 {#2555 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2554 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2552 …} -Children: Doctrine\ORM\PersistentCollection {#2549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2605 -id: 9 -name: "工具・用品" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1764516841 {#2548 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2547 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2606 …} -Children: Doctrine\ORM\PersistentCollection {#2609 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2612 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1764516845 {#2610 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2611 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2613 …} -Children: Doctrine\ORM\PersistentCollection {#2616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2619 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1764516876 {#2617 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2618 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2620 …} -Children: Doctrine\ORM\PersistentCollection {#2623 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2626 -id: 11 -name: "タイル" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1764516847 {#2624 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2625 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2627 …} -Children: Doctrine\ORM\PersistentCollection {#2630 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2633 -id: 12 -name: "美装剤・珪藻土" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1764516854 {#2631 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2632 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2634 …} -Children: Doctrine\ORM\PersistentCollection {#2637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2640 -id: 13 -name: "接着剤・シーラー類" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1764516860 {#2638 date: 2025-12-01 00:34:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2639 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2641 …} -Children: Doctrine\ORM\PersistentCollection {#2644 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2647 -id: 14 -name: "モルタル防水材・強化材・混和材" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1764516865 {#2645 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2646 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2648 …} -Children: Doctrine\ORM\PersistentCollection {#2651 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2654 -id: 15 -name: "ブロック・レンガ" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1764516873 {#2652 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2653 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2655 …} -Children: Doctrine\ORM\PersistentCollection {#2658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2663 -id: 17 -name: "ブランド" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1764587137 {#2659 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2660 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2664 …} -Children: Doctrine\ORM\PersistentCollection {#2667 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2668 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1764587166 {#2661 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#2662 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2669 …} -Children: Doctrine\ORM\PersistentCollection {#2672 …} -Parent: Eccube\Entity\Category {#2663} -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2675 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#2673 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2674 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2676 …} -Children: Doctrine\ORM\PersistentCollection {#2679 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2686 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#2680 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2681 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2687 …} -Children: Doctrine\ORM\PersistentCollection {#2690 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2691 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#2682 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2683 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2692 …} -Children: Doctrine\ORM\PersistentCollection {#2695 …} -Parent: Eccube\Entity\Category {#2686} -Creator: null } Eccube\Entity\Category {#2696 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#2684 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2685 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2697 …} -Children: Doctrine\ORM\PersistentCollection {#2700 …} -Parent: Eccube\Entity\Category {#2691} -Creator: null } Eccube\Entity\Category {#2705 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#2701 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2702 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2706 …} -Children: Doctrine\ORM\PersistentCollection {#2709 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2710 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#2703 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2704 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2711 …} -Children: Doctrine\ORM\PersistentCollection {#2714 …} -Parent: Eccube\Entity\Category {#2705} -Creator: null } ] |
[ Eccube\Entity\Category {#2542 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1764516830 {#2537 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2544 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2577 …} -Children: Doctrine\ORM\PersistentCollection {#2556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2553 -id: 8 -name: "漆喰(しっくい)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1764516836 {#2555 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2554 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2552 …} -Children: Doctrine\ORM\PersistentCollection {#2549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2605 -id: 9 -name: "工具・用品" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1764516841 {#2548 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2547 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2606 …} -Children: Doctrine\ORM\PersistentCollection {#2609 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2612 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1764516845 {#2610 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2611 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2613 …} -Children: Doctrine\ORM\PersistentCollection {#2616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2619 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1764516876 {#2617 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2618 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2620 …} -Children: Doctrine\ORM\PersistentCollection {#2623 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2626 -id: 11 -name: "タイル" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1764516847 {#2624 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2625 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2627 …} -Children: Doctrine\ORM\PersistentCollection {#2630 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2633 -id: 12 -name: "美装剤・珪藻土" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1764516854 {#2631 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2632 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2634 …} -Children: Doctrine\ORM\PersistentCollection {#2637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2640 -id: 13 -name: "接着剤・シーラー類" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1764516860 {#2638 date: 2025-12-01 00:34:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2639 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2641 …} -Children: Doctrine\ORM\PersistentCollection {#2644 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2647 -id: 14 -name: "モルタル防水材・強化材・混和材" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1764516865 {#2645 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2646 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2648 …} -Children: Doctrine\ORM\PersistentCollection {#2651 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2654 -id: 15 -name: "ブロック・レンガ" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1764516873 {#2652 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2653 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2655 …} -Children: Doctrine\ORM\PersistentCollection {#2658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2663 -id: 17 -name: "ブランド" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1764587137 {#2659 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2660 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2664 …} -Children: Doctrine\ORM\PersistentCollection {#2667 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2668 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1764587166 {#2661 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#2662 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2669 …} -Children: Doctrine\ORM\PersistentCollection {#2672 …} -Parent: Eccube\Entity\Category {#2663} -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2675 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#2673 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2674 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2676 …} -Children: Doctrine\ORM\PersistentCollection {#2679 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2686 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#2680 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2681 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2687 …} -Children: Doctrine\ORM\PersistentCollection {#2690 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2691 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#2682 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2683 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2692 …} -Children: Doctrine\ORM\PersistentCollection {#2695 …} -Parent: Eccube\Entity\Category {#2686} -Creator: null } Eccube\Entity\Category {#2696 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#2684 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2685 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2697 …} -Children: Doctrine\ORM\PersistentCollection {#2700 …} -Parent: Eccube\Entity\Category {#2691} -Creator: null } Eccube\Entity\Category {#2705 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#2701 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2702 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2706 …} -Children: Doctrine\ORM\PersistentCollection {#2709 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2710 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#2703 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2704 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2711 …} -Children: Doctrine\ORM\PersistentCollection {#2714 …} -Parent: Eccube\Entity\Category {#2705} -Creator: null } ] |
| 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 {#2527 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2526 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2528 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2483 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#2542 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1764516830 {#2537 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2544 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2577 …} -Children: Doctrine\ORM\PersistentCollection {#2556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2553 -id: 8 -name: "漆喰(しっくい)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1764516836 {#2555 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2554 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2552 …} -Children: Doctrine\ORM\PersistentCollection {#2549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2605 -id: 9 -name: "工具・用品" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1764516841 {#2548 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2547 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2606 …} -Children: Doctrine\ORM\PersistentCollection {#2609 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2612 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1764516845 {#2610 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2611 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2613 …} -Children: Doctrine\ORM\PersistentCollection {#2616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2619 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1764516876 {#2617 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2618 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2620 …} -Children: Doctrine\ORM\PersistentCollection {#2623 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2626 -id: 11 -name: "タイル" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1764516847 {#2624 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2625 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2627 …} -Children: Doctrine\ORM\PersistentCollection {#2630 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2633 -id: 12 -name: "美装剤・珪藻土" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1764516854 {#2631 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2632 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2634 …} -Children: Doctrine\ORM\PersistentCollection {#2637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2640 -id: 13 -name: "接着剤・シーラー類" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1764516860 {#2638 date: 2025-12-01 00:34:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2639 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2641 …} -Children: Doctrine\ORM\PersistentCollection {#2644 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2647 -id: 14 -name: "モルタル防水材・強化材・混和材" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1764516865 {#2645 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2646 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2648 …} -Children: Doctrine\ORM\PersistentCollection {#2651 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2654 -id: 15 -name: "ブロック・レンガ" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1764516873 {#2652 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2653 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2655 …} -Children: Doctrine\ORM\PersistentCollection {#2658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2663 -id: 17 -name: "ブランド" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1764587137 {#2659 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2660 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2664 …} -Children: Doctrine\ORM\PersistentCollection {#2667 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2668 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1764587166 {#2661 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#2662 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2669 …} -Children: Doctrine\ORM\PersistentCollection {#2672 …} -Parent: Eccube\Entity\Category {#2663} -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2675 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#2673 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2674 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2676 …} -Children: Doctrine\ORM\PersistentCollection {#2679 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2686 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#2680 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2681 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2687 …} -Children: Doctrine\ORM\PersistentCollection {#2690 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2691 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#2682 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2683 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2692 …} -Children: Doctrine\ORM\PersistentCollection {#2695 …} -Parent: Eccube\Entity\Category {#2686} -Creator: null } Eccube\Entity\Category {#2696 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#2684 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2685 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2697 …} -Children: Doctrine\ORM\PersistentCollection {#2700 …} -Parent: Eccube\Entity\Category {#2691} -Creator: null } Eccube\Entity\Category {#2705 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#2701 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2702 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2706 …} -Children: Doctrine\ORM\PersistentCollection {#2709 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } Eccube\Entity\Category {#2710 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#2703 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2704 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2711 …} -Children: Doctrine\ORM\PersistentCollection {#2714 …} -Parent: Eccube\Entity\Category {#2705} -Creator: null } ] |
| class | "Eccube\Entity\Category" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …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 {#2528 -om: ContainerP8qoLHZ\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#355 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2483 …} -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() {#2529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#2530 …} } } |
| 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 | [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "モールテックス" +value: "7" +data: Eccube\Entity\Category {#2542 -id: 7 -name: "モールテックス" -hierarchy: 1 -sort_no: 18 -create_date: DateTime @1764516830 {#2537 date: 2025-12-01 00:33:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2544 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2577 …} -Children: Doctrine\ORM\PersistentCollection {#2556 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "漆喰(しっくい)" +value: "8" +data: Eccube\Entity\Category {#2553 -id: 8 -name: "漆喰(しっくい)" -hierarchy: 1 -sort_no: 16 -create_date: DateTime @1764516836 {#2555 date: 2025-12-01 00:33:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2554 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2552 …} -Children: Doctrine\ORM\PersistentCollection {#2549 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "工具・用品" +value: "9" +data: Eccube\Entity\Category {#2605 -id: 9 -name: "工具・用品" -hierarchy: 1 -sort_no: 15 -create_date: DateTime @1764516841 {#2548 date: 2025-12-01 00:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2547 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2606 …} -Children: Doctrine\ORM\PersistentCollection {#2609 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "モルタル・セメント" +value: "10" +data: Eccube\Entity\Category {#2612 -id: 10 -name: "モルタル・セメント" -hierarchy: 1 -sort_no: 14 -create_date: DateTime @1764516845 {#2610 date: 2025-12-01 00:34:05.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2611 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2613 …} -Children: Doctrine\ORM\PersistentCollection {#2616 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "その他" +value: "16" +data: Eccube\Entity\Category {#2619 -id: 16 -name: "その他" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1764516876 {#2617 date: 2025-12-01 00:34:36.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2618 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2620 …} -Children: Doctrine\ORM\PersistentCollection {#2623 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "タイル" +value: "11" +data: Eccube\Entity\Category {#2626 -id: 11 -name: "タイル" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1764516847 {#2624 date: 2025-12-01 00:34:07.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2625 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2627 …} -Children: Doctrine\ORM\PersistentCollection {#2630 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "美装剤・珪藻土" +value: "12" +data: Eccube\Entity\Category {#2633 -id: 12 -name: "美装剤・珪藻土" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1764516854 {#2631 date: 2025-12-01 00:34:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2632 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2634 …} -Children: Doctrine\ORM\PersistentCollection {#2637 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "接着剤・シーラー類" +value: "13" +data: Eccube\Entity\Category {#2640 -id: 13 -name: "接着剤・シーラー類" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1764516860 {#2638 date: 2025-12-01 00:34:20.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2639 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2641 …} -Children: Doctrine\ORM\PersistentCollection {#2644 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "モルタル防水材・強化材・混和材" +value: "14" +data: Eccube\Entity\Category {#2647 -id: 14 -name: "モルタル防水材・強化材・混和材" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1764516865 {#2645 date: 2025-12-01 00:34:25.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2646 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2648 …} -Children: Doctrine\ORM\PersistentCollection {#2651 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "ブロック・レンガ" +value: "15" +data: Eccube\Entity\Category {#2654 -id: 15 -name: "ブロック・レンガ" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1764516873 {#2652 date: 2025-12-01 00:34:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2653 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2655 …} -Children: Doctrine\ORM\PersistentCollection {#2658 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "ブランド" +value: "17" +data: Eccube\Entity\Category {#2663 -id: 17 -name: "ブランド" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1764587137 {#2659 date: 2025-12-01 20:05:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2660 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2664 …} -Children: Doctrine\ORM\PersistentCollection {#2667 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: " マキタ" +value: "18" +data: Eccube\Entity\Category {#2668 -id: 18 -name: "マキタ" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1764587166 {#2661 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764587166 {#2662 date: 2025-12-01 20:06:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2669 …} -Children: Doctrine\ORM\PersistentCollection {#2672 …} -Parent: Eccube\Entity\Category {#2663} -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "新入荷" +value: "2" +data: Eccube\Entity\Category {#2675 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1488881692 {#2673 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2674 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2676 …} -Children: Doctrine\ORM\PersistentCollection {#2679 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "ジェラート" +value: "1" +data: Eccube\Entity\Category {#2686 -id: 1 -name: "ジェラート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1488881692 {#2680 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2681 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2687 …} -Children: Doctrine\ORM\PersistentCollection {#2690 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: " 彩のデザート" +value: "3" +data: Eccube\Entity\Category {#2691 -id: 3 -name: "彩のデザート" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1488881692 {#2682 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2683 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2692 …} -Children: Doctrine\ORM\PersistentCollection {#2695 …} -Parent: Eccube\Entity\Category {#2686} -Creator: null } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: " CUBE" +value: "4" +data: Eccube\Entity\Category {#2696 -id: 4 -name: "CUBE" -hierarchy: 3 -sort_no: 2 -create_date: DateTime @1488881692 {#2684 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2685 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2697 …} -Children: Doctrine\ORM\PersistentCollection {#2700 …} -Parent: Eccube\Entity\Category {#2691} -Creator: null } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "アイスサンド" +value: "5" +data: Eccube\Entity\Category {#2705 -id: 5 -name: "アイスサンド" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1488881692 {#2701 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1764609965 {#2702 date: 2025-12-02 02:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2706 …} -Children: Doctrine\ORM\PersistentCollection {#2709 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#2558 …} } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: " フルーツ" +value: "6" +data: Eccube\Entity\Category {#2710 -id: 6 -name: "フルーツ" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1488881692 {#2703 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1488881692 {#2704 date: 2017-03-07 19:14:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#2711 …} -Children: Doctrine\ORM\PersistentCollection {#2714 …} -Parent: Eccube\Entity\Category {#2705} -Creator: null } +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 {#2738 -form: Symfony\Component\Form\Form {#2725 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2737 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#2744 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| 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 {#341 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#342 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#343 …} -namespace: Closure() {#345 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#2546 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1239 …} } |
| 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() {#2536 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1256 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#37 …} $translationDomain: "validators" $message: Closure() {#2545 …} } } |
| 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 {#2764 -form: Symfony\Component\Form\Form {#2728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2743 …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 | "" |