- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 583
- Events
- Routing
- Cache
- Translation 20
- Security
- Twig
- Doctrine
- Migrations 13
- 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
-
-
name
-
kana
-
sex
-
old
-
-
year
-
month
-
day
-
-
zipcode
-
address
-
tel
-
work
-
bank
-
item
-
amount
-
file1
-
file2
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
-
email
-
submit
-
_token
-
-
-
category_id
-
name
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| 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() {#4732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4731 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5046 -form: Symfony\Component\Form\Form {#5119 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4733 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "氏名" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "氏名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4799 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name" ] |
| cache_key | "_form_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 {#5221 -form: Symfony\Component\Form\Form {#5113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5231 …5} |
| full_name | "form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_name" |
| label | "氏名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name" |
| valid | true |
| value | "" |
kana
"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" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "カナ" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "カナ" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4810 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_kana" ] |
| cache_key | "_form_kana_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 {#5211 -form: Symfony\Component\Form\Form {#5110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5201 …5} |
| full_name | "form[kana]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_kana" |
| label | "カナ" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "kana" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_kana" |
| valid | true |
| value | "" |
sex
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "男" => "男" "女" => "女" "その他" => "その他" ] |
[ "男" => "男" "女" => "女" "その他" => "その他" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| expanded | false |
false
|
| label | "性別" |
same as passed value |
| multiple | false |
false
|
| placeholder | "選択してください" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "男" => "男" "女" => "女" "その他" => "その他" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "性別" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4832 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_sex" ] |
| cache_key | "_form_sex_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5171 +label: "男" +value: "男" +data: "男" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5161 +label: "女" +value: "女" +data: "女" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5148 +label: "その他" +value: "その他" +data: "その他" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5191 -form: Symfony\Component\Form\Form {#5082 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5181 …5} |
| full_name | "form[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_sex" |
| is_selected | Closure($choice, $value) {#5007 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| label | "性別" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sex" |
| placeholder | "選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_sex" |
| valid | true |
| value | "" |
old
"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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4769 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4769 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "年齢" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4769 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "年齢" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4846 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_old" ] |
| cache_key | "_form_old_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 {#4963 -form: Symfony\Component\Form\Form {#5079 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4947 …5} |
| full_name | "form[old]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_old" |
| label | "年齢" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "old" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_old" |
| valid | true |
| value | "" |
birth
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "19910516" ] |
[ "class" => "form-control" "placeholder" => "19910516" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 ] |
[ 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 ] |
| format | "yyyy年MM月dd日" |
same as passed value |
| label | "生年月日" |
same as passed value |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
[ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "年" "month" => "月" "day" => "日" ] |
[ "year" => "年" "month" => "月" "day" => "日" ] |
| required | true |
same as passed value |
| widget | "choice" |
same as passed value |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 ] |
[ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "19910516" ] |
| 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\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| 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 | "yyyy年MM月dd日" |
| 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 | "生年月日" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4866 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "choice" |
| years | [ 2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967 1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952 1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937 1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "19910516" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_birth" ] |
| cache_key | "_form_birth_date" |
| 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 {#4936 -form: Symfony\Component\Form\Form {#5097 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4921 …5} |
| full_name | "form[birth]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_birth" |
| label | "生年月日" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "birth" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_birth" |
| valid | true |
| value | [ "year" => "" "month" => "" "day" => "" ] |
| widget | "choice" |
year
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 ] |
[ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 ] |
| 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 | true |
same as passed value |
| translation_domain | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 2026 => 2026 2025 => 2025 2024 => 2024 2023 => 2023 2022 => 2022 2021 => 2021 2020 => 2020 2019 => 2019 2018 => 2018 2017 => 2017 2016 => 2016 2015 => 2015 2014 => 2014 2013 => 2013 2012 => 2012 2011 => 2011 2010 => 2010 2009 => 2009 2008 => 2008 2007 => 2007 2006 => 2006 2005 => 2005 2004 => 2004 2003 => 2003 2002 => 2002 2001 => 2001 2000 => 2000 1999 => 1999 1998 => 1998 1997 => 1997 1996 => 1996 1995 => 1995 1994 => 1994 1993 => 1993 1992 => 1992 1991 => 1991 1990 => 1990 1989 => 1989 1988 => 1988 1987 => 1987 1986 => 1986 1985 => 1985 1984 => 1984 1983 => 1983 1982 => 1982 1981 => 1981 1980 => 1980 1979 => 1979 1978 => 1978 1977 => 1977 1976 => 1976 1975 => 1975 1974 => 1974 1973 => 1973 1972 => 1972 1971 => 1971 1970 => 1970 1969 => 1969 1968 => 1968 1967 => 1967 1966 => 1966 1965 => 1965 1964 => 1964 1963 => 1963 1962 => 1962 1961 => 1961 1960 => 1960 1959 => 1959 1958 => 1958 1957 => 1957 1956 => 1956 1955 => 1955 1954 => 1954 1953 => 1953 1952 => 1952 1951 => 1951 1950 => 1950 1949 => 1949 1948 => 1948 1947 => 1947 1946 => 1946 1945 => 1945 1944 => 1944 1943 => 1943 1942 => 1942 1941 => 1941 1940 => 1940 1939 => 1939 1938 => 1938 1937 => 1937 1936 => 1936 1935 => 1935 1934 => 1934 1933 => 1933 1932 => 1932 1931 => 1931 1930 => 1930 1929 => 1929 1928 => 1928 1927 => 1927 1926 => 1926 ] |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5075 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_birth_year" ] |
| cache_key | "_form_birth_year_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5088 +label: "2026" +value: "2026" +data: 2026 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5061 +label: "2025" +value: "2025" +data: 2025 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5073 +label: "2024" +value: "2024" +data: 2024 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +label: "2023" +value: "2023" +data: 2023 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4835 +label: "2022" +value: "2022" +data: 2022 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4812 +label: "2021" +value: "2021" +data: 2021 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4801 +label: "2020" +value: "2020" +data: 2020 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5307 +label: "2019" +value: "2019" +data: 2019 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5306 +label: "2018" +value: "2018" +data: 2018 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5305 +label: "2017" +value: "2017" +data: 2017 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5304 +label: "2016" +value: "2016" +data: 2016 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5303 +label: "2015" +value: "2015" +data: 2015 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5302 +label: "2014" +value: "2014" +data: 2014 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5321 +label: "2013" +value: "2013" +data: 2013 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5323 +label: "2012" +value: "2012" +data: 2012 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5324 +label: "2011" +value: "2011" +data: 2011 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5325 +label: "2010" +value: "2010" +data: 2010 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5344 +label: "2009" +value: "2009" +data: 2009 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5345 +label: "2008" +value: "2008" +data: 2008 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5346 +label: "2007" +value: "2007" +data: 2007 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5347 +label: "2006" +value: "2006" +data: 2006 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5348 +label: "2005" +value: "2005" +data: 2005 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5349 +label: "2004" +value: "2004" +data: 2004 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5350 +label: "2003" +value: "2003" +data: 2003 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5351 +label: "2002" +value: "2002" +data: 2002 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5352 +label: "2001" +value: "2001" +data: 2001 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5353 +label: "2000" +value: "2000" +data: 2000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5354 +label: "1999" +value: "1999" +data: 1999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5355 +label: "1998" +value: "1998" +data: 1998 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5356 +label: "1997" +value: "1997" +data: 1997 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5357 +label: "1996" +value: "1996" +data: 1996 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5358 +label: "1995" +value: "1995" +data: 1995 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5359 +label: "1994" +value: "1994" +data: 1994 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5360 +label: "1993" +value: "1993" +data: 1993 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5361 +label: "1992" +value: "1992" +data: 1992 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5362 +label: "1991" +value: "1991" +data: 1991 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5363 +label: "1990" +value: "1990" +data: 1990 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5364 +label: "1989" +value: "1989" +data: 1989 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5365 +label: "1988" +value: "1988" +data: 1988 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5366 +label: "1987" +value: "1987" +data: 1987 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5367 +label: "1986" +value: "1986" +data: 1986 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5368 +label: "1985" +value: "1985" +data: 1985 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5369 +label: "1984" +value: "1984" +data: 1984 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5370 +label: "1983" +value: "1983" +data: 1983 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5371 +label: "1982" +value: "1982" +data: 1982 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5372 +label: "1981" +value: "1981" +data: 1981 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5373 +label: "1980" +value: "1980" +data: 1980 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5374 +label: "1979" +value: "1979" +data: 1979 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5375 +label: "1978" +value: "1978" +data: 1978 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5376 +label: "1977" +value: "1977" +data: 1977 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5377 +label: "1976" +value: "1976" +data: 1976 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5378 +label: "1975" +value: "1975" +data: 1975 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5379 +label: "1974" +value: "1974" +data: 1974 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5380 +label: "1973" +value: "1973" +data: 1973 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5381 +label: "1972" +value: "1972" +data: 1972 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5382 +label: "1971" +value: "1971" +data: 1971 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5383 +label: "1970" +value: "1970" +data: 1970 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5384 +label: "1969" +value: "1969" +data: 1969 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5385 +label: "1968" +value: "1968" +data: 1968 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5386 +label: "1967" +value: "1967" +data: 1967 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5387 +label: "1966" +value: "1966" +data: 1966 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5388 +label: "1965" +value: "1965" +data: 1965 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5389 +label: "1964" +value: "1964" +data: 1964 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5390 +label: "1963" +value: "1963" +data: 1963 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5391 +label: "1962" +value: "1962" +data: 1962 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5392 +label: "1961" +value: "1961" +data: 1961 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5393 +label: "1960" +value: "1960" +data: 1960 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5394 +label: "1959" +value: "1959" +data: 1959 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5395 +label: "1958" +value: "1958" +data: 1958 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5396 +label: "1957" +value: "1957" +data: 1957 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5397 +label: "1956" +value: "1956" +data: 1956 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5398 +label: "1955" +value: "1955" +data: 1955 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5399 +label: "1954" +value: "1954" +data: 1954 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5400 +label: "1953" +value: "1953" +data: 1953 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5401 +label: "1952" +value: "1952" +data: 1952 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5402 +label: "1951" +value: "1951" +data: 1951 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5403 +label: "1950" +value: "1950" +data: 1950 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5404 +label: "1949" +value: "1949" +data: 1949 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5405 +label: "1948" +value: "1948" +data: 1948 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5406 +label: "1947" +value: "1947" +data: 1947 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5407 +label: "1946" +value: "1946" +data: 1946 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5408 +label: "1945" +value: "1945" +data: 1945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5409 +label: "1944" +value: "1944" +data: 1944 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5410 +label: "1943" +value: "1943" +data: 1943 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5411 +label: "1942" +value: "1942" +data: 1942 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5412 +label: "1941" +value: "1941" +data: 1941 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5413 +label: "1940" +value: "1940" +data: 1940 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5414 +label: "1939" +value: "1939" +data: 1939 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5415 +label: "1938" +value: "1938" +data: 1938 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5416 +label: "1937" +value: "1937" +data: 1937 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5417 +label: "1936" +value: "1936" +data: 1936 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5418 +label: "1935" +value: "1935" +data: 1935 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5419 +label: "1934" +value: "1934" +data: 1934 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5420 +label: "1933" +value: "1933" +data: 1933 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5421 +label: "1932" +value: "1932" +data: 1932 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5422 +label: "1931" +value: "1931" +data: 1931 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5423 +label: "1930" +value: "1930" +data: 1930 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5424 +label: "1929" +value: "1929" +data: 1929 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5425 +label: "1928" +value: "1928" +data: 1928 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5426 +label: "1927" +value: "1927" +data: 1927 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5427 +label: "1926" +value: "1926" +data: 1926 +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 {#4870 -form: Symfony\Component\Form\Form {#5100 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4883 …5} |
| full_name | "form[birth][year]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_birth_year" |
| is_selected | Closure($choice, $value) {#5429 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_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 | true |
same as passed value |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5063 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_birth_month" ] |
| cache_key | "_form_birth_month_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5432 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5433 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5434 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5435 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5436 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5437 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5438 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5439 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5440 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5441 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5442 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5443 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5430 -form: Symfony\Component\Form\Form {#5103 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5431 …5} |
| full_name | "form[birth][month]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_birth_month" |
| is_selected | Closure($choice, $value) {#5445 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_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 | true |
same as passed value |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5086 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_birth_day" ] |
| cache_key | "_form_birth_day_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5448 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5449 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5450 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5451 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5452 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5453 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5454 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5455 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5456 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5457 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5458 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5459 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5460 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5461 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5462 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5463 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5464 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5465 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5466 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5467 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5468 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5469 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5470 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5471 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5472 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5473 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5474 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5475 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5476 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5477 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5478 +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 {#5446 -form: Symfony\Component\Form\Form {#5106 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5447 …5} |
| full_name | "form[birth][day]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_birth_day" |
| is_selected | Closure($choice, $value) {#5480 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_birth_day" |
| valid | true |
| value | "" |
zipcode
"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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4771 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4771 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| label | "郵便番号" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4771 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "郵便番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4881 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_zipcode" ] |
| cache_key | "_form_zipcode_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 {#4910 -form: Symfony\Component\Form\Form {#5109 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4894 …5} |
| full_name | "form[zipcode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_zipcode" |
| label | "郵便番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipcode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_zipcode" |
| valid | true |
| value | "" |
address
"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" => "form-control" "placeholder" => "都道府県から" ] |
[ "class" => "form-control" "placeholder" => "都道府県から" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "住所" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "都道府県から" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "住所" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4892 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "都道府県から" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_address" ] |
| cache_key | "_form_address_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 {#5482 -form: Symfony\Component\Form\Form {#5117 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5481 …5} |
| full_name | "form[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_address" |
| label | "住所" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_address" |
| valid | true |
| value | "" |
tel
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4774 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "有効な電話番号を入力してください" +pattern: "/^[0-9\-\+\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4774 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "有効な電話番号を入力してください" +pattern: "/^[0-9\-\+\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| label | "電話番号" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4774 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "有効な電話番号を入力してください" +pattern: "/^[0-9\-\+\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4906 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_form_tel" ] |
| cache_key | "_form_tel_tel" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5483 -form: Symfony\Component\Form\Form {#5118 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5484 …5} |
| full_name | "form[tel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_tel" |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_tel" |
| valid | true |
| value | "" |
work
"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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4777 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4777 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "職業" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4777 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "職業" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4919 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_work" ] |
| cache_key | "_form_work_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 {#5485 -form: Symfony\Component\Form\Form {#5123 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5486 …5} |
| full_name | "form[work]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_work" |
| label | "職業" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "work" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_work" |
| valid | true |
| value | "" |
bank
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "form-control" "placeholder" => "銀行名 支店名 種別 口座番号 名義" ] |
[ "class" => "form-control" "placeholder" => "銀行名 支店名 種別 口座番号 名義" ] |
| label | "振込先" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "銀行名 支店名 種別 口座番号 名義" ] |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4933 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "振込先" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4934 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "銀行名 支店名 種別 口座番号 名義" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_bank" ] |
| cache_key | "_form_bank_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5487 -form: Symfony\Component\Form\Form {#5126 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5488 …5} |
| full_name | "form[bank]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_bank" |
| label | "振込先" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bank" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_bank" |
| valid | true |
| value | "" |
item
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
[ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "商品内容" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4944 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "商品内容" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4945 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_item" ] |
| cache_key | "_form_item_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5489 -form: Symfony\Component\Form\Form {#5129 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5490 …5} |
| full_name | "form[item]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_item" |
| label | "商品内容" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "item" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_item" |
| valid | true |
| value | "" |
amount
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
[ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| label | "買取金額" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "買取金額" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4958 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "わからない場合お問い合わせください" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_form_amount" ] |
| cache_key | "_form_amount_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 {#5491 -form: Symfony\Component\Form\Form {#5132 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5492 …5} |
| full_name | "form[amount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_amount" |
| label | "買取金額" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "amount" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_amount" |
| valid | true |
| value | "" |
file1
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "form-control-file" ] |
[ "class" => "form-control-file" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4782 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4782 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: null } ] |
| label | "身分証明書[表]" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "form-control-file" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4782 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "身分証明書[表]" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#5010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5009 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-file" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_form_file1" ] |
| cache_key | "_form_file1_file" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5493 -form: Symfony\Component\Form\Form {#5135 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5494 …5} |
| full_name | "form[file1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_file1" |
| label | "身分証明書[表]" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "file1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_form_file1" |
| valid | true |
| value | "" |
file2
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "form-control-file" ] |
[ "class" => "form-control-file" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4785 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4786 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4785 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4786 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: null } ] |
| label | "身分証明書[裏]" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "form-control-file" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4785 +message: "ファイルを選択してください。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\File {#4786 +binaryFormat: false +mimeTypes: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "ファイルサイズは 5MB 以下にしてください。" +mimeTypesMessage: "The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "身分証明書[裏]" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| 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() {#4998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4999 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-file" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_form_file2" ] |
| cache_key | "_form_file2_file" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5495 -form: Symfony\Component\Form\Form {#5138 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5496 …5} |
| full_name | "form[file2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_file2" |
| label | "身分証明書[裏]" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "file2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_form_file2" |
| valid | true |
| value | "" |
confirm
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| choices | [ "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" => "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" "●御社が査定した金額で売却することを了承します。" => "●御社が査定した金額で売却することを了承します。" "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" => "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" => "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" "●買取成立後、御社に商品の返却請求は行いません。" => "●買取成立後、御社に商品の返却請求は行いません。" "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" => "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" => "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" "●買取は古物営業法に則った店舗で行うことに異存ありません。" => "●買取は古物営業法に則った店舗で行うことに異存ありません。" "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" => "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" ] |
[ "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" => "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" "●御社が査定した金額で売却することを了承します。" => "●御社が査定した金額で売却することを了承します。" "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" => "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" => "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" "●買取成立後、御社に商品の返却請求は行いません。" => "●買取成立後、御社に商品の返却請求は行いません。" "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" => "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" => "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" "●買取は古物営業法に則った店舗で行うことに異存ありません。" => "●買取は古物営業法に則った店舗で行うことに異存ありません。" "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" => "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4787 +minMessage: "すべての項目を選択してください" +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 9 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4787 +minMessage: "すべての項目を選択してください" +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 9 +max: null +divisibleBy: null +payload: null } ] |
| expanded | true |
same as passed value |
| label | "【 ご確認事項 】" |
same as passed value |
| multiple | 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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" => "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" "●御社が査定した金額で売却することを了承します。" => "●御社が査定した金額で売却することを了承します。" "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" => "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" => "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" "●買取成立後、御社に商品の返却請求は行いません。" => "●買取成立後、御社に商品の返却請求は行いません。" "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" => "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" => "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" "●買取は古物営業法に則った店舗で行うことに異存ありません。" => "●買取は古物営業法に則った店舗で行うことに異存ありません。" "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" => "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4787 +minMessage: "すべての項目を選択してください" +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 9 +max: null +divisibleBy: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "【 ご確認事項 】" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4989 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_confirm" ] |
| cache_key | "_form_confirm_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +label: "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" +value: "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" +data: "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4979 +label: "●御社が査定した金額で売却することを了承します。" +value: "●御社が査定した金額で売却することを了承します。" +data: "●御社が査定した金額で売却することを了承します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4977 +label: "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" +value: "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" +data: "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4978 +label: "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" +value: "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" +data: "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4976 +label: "●買取成立後、御社に商品の返却請求は行いません。" +value: "●買取成立後、御社に商品の返却請求は行いません。" +data: "●買取成立後、御社に商品の返却請求は行いません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5013 +label: "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" +value: "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" +data: "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5015 +label: "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" +value: "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" +data: "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5016 +label: "●買取は古物営業法に則った店舗で行うことに異存ありません。" +value: "●買取は古物営業法に則った店舗で行うことに異存ありません。" +data: "●買取は古物営業法に則った店舗で行うことに異存ありません。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5017 +label: "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" +value: "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" +data: "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" +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 {#5497 -form: Symfony\Component\Form\Form {#5238 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5498 …5} |
| full_name | "form[confirm]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm" |
| is_selected | Closure($choice, array $values) {#5499 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| label | "【 ご確認事項 】" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "confirm" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm" |
| valid | true |
| value | [] |
0
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5149 …} } } |
| validation_groups | null |
| value | "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5503 -form: Symfony\Component\Form\Form {#5241 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5502 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_0" |
| label | "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取依頼品について、御社が査定に必要な作業を行うことに異存ありません。" |
1
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●御社が査定した金額で売却することを了承します。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●御社が査定した金額で売却することを了承します。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5159 …} } } |
| validation_groups | null |
| value | "●御社が査定した金額で売却することを了承します。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5504 -form: Symfony\Component\Form\Form {#5244 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5505 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_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 | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●御社が査定した金額で売却することを了承します。" |
2
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5169 …} } } |
| validation_groups | null |
| value | "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5506 -form: Symfony\Component\Form\Form {#5247 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5507 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_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 | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取依頼品は事前にデータの初期化、及び削除を行っていることに相違ありません。" |
3
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5179 …} } } |
| validation_groups | null |
| value | "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5508 -form: Symfony\Component\Form\Form {#5250 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5509 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_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 | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●万が一、内部データが残っていた場合、御社にはいかなる責も問われないことを了承します。" |
4
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取成立後、御社に商品の返却請求は行いません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取成立後、御社に商品の返却請求は行いません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5190 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5189 …} } } |
| validation_groups | null |
| value | "●買取成立後、御社に商品の返却請求は行いません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5510 -form: Symfony\Component\Form\Form {#5253 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5511 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_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 | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取成立後、御社に商品の返却請求は行いません。" |
5
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5200 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5199 …} } } |
| validation_groups | null |
| value | "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5512 -form: Symfony\Component\Form\Form {#5256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5513 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_5" |
| label | "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取依頼品は本申込者自身が選んだ店舗にて購入した商品に相違ありません。" |
6
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5209 …} } } |
| validation_groups | null |
| value | "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5514 -form: Symfony\Component\Form\Form {#5259 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5515 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_6" |
| label | "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取依頼品は盗難・詐欺行為・不正契約等で入手した商品ではなく合法的に売却する権限を有する商品であることに相違ありません。" |
7
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●買取は古物営業法に則った店舗で行うことに異存ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●買取は古物営業法に則った店舗で行うことに異存ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5219 …} } } |
| validation_groups | null |
| value | "●買取は古物営業法に則った店舗で行うことに異存ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5516 -form: Symfony\Component\Form\Form {#5262 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5517 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_7" |
| label | "●買取は古物営業法に則った店舗で行うことに異存ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●買取は古物営業法に則った店舗で行うことに異存ありません。" |
8
"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 |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form, $viewData) {#5145 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5141 …} } |
| 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 {#5147 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5229 …} } } |
| validation_groups | null |
| value | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_confirm_entry" ] |
| cache_key | "_form_confirm_entry_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 {#5518 -form: Symfony\Component\Form\Form {#5265 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5519 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_8" |
| label | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_confirm_entry" |
| valid | true |
| value | "●本申込者は18才以上(高校生を除く)であり、提供した身分証は本人のものに相違ありません。" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4783 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4797 +message: "有効なメールアドレスを入力してください" +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4795 +message: "有効なメールアドレスを入力してください。" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4783 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4797 +message: "有効なメールアドレスを入力してください" +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4795 +message: "有効なメールアドレスを入力してください。" +mode: null +normalizer: null +payload: null } ] |
| label | "メールアドレス" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4783 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4797 +message: "有効なメールアドレスを入力してください" +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4795 +message: "有効なメールアドレスを入力してください。" +mode: null +normalizer: null +payload: 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5030 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#5032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5029 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5501 -form: Symfony\Component\Form\Form {#5268 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5500 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "メールアドレス" |
| 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 | "_form_email" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary btn-lg w-100" ] |
[ "class" => "btn btn-primary btn-lg w-100" ] |
| label | "送信する" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary btn-lg w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "送信する" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary btn-lg w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_submit" ] |
| cache_key | "_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#5520 …5} |
| full_name | "form[submit]" |
| id | "form_submit" |
| label | "送信する" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "af4.QlLnv9RIfZVN8pTE5qiraO4qFxJJFB7DBKHgjCVzO1E.cmSMjp04CMoBusyvgOXzG79JSFUZQm_6VOzTuWM_bA4TM62ImXA0pwWBpA" |
| 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 | "af4.QlLnv9RIfZVN8pTE5qiraO4qFxJJFB7DBKHgjCVzO1E.cmSMjp04CMoBusyvgOXzG79JSFUZQm_6VOzTuWM_bA4TM62ImXA0pwWBpA" |
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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data | "af4.QlLnv9RIfZVN8pTE5qiraO4qFxJJFB7DBKHgjCVzO1E.cmSMjp04CMoBusyvgOXzG79JSFUZQm_6VOzTuWM_bA4TM62ImXA0pwWBpA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| 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() {#5527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5524 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "af4.QlLnv9RIfZVN8pTE5qiraO4qFxJJFB7DBKHgjCVzO1E.cmSMjp04CMoBusyvgOXzG79JSFUZQm_6VOzTuWM_bA4TM62ImXA0pwWBpA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5539 -form: Symfony\Component\Form\Form {#5534 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5528 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__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 | "_form__token" |
| valid | true |
| value | "af4.QlLnv9RIfZVN8pTE5qiraO4qFxJJFB7DBKHgjCVzO1E.cmSMjp04CMoBusyvgOXzG79JSFUZQm_6VOzTuWM_bA4TM62ImXA0pwWBpA" |
(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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9172 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| 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() {#9174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#9173 …} } } |
| 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 {#9219 -form: Symfony\Component\Form\Form {#9207 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9220 …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 {#5957 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5989 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5987 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6252 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5985 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5983 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6251 …} -Children: Doctrine\ORM\PersistentCollection {#6247 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6242 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#6244 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6243 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6235 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#6237 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6236 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6228 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#6230 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6229 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#5984 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#6223 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5978 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6213 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#6246 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6245 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6220 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#6218 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#6219 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6262 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#6257 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6259 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6267 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6260 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6261 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6268 …} -Children: Doctrine\ORM\PersistentCollection {#6271 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6276 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6274 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6275 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6283 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6273 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6272 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6288 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6281 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6282 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6289 …} -Children: Doctrine\ORM\PersistentCollection {#6292 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6297 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6295 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6296 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6302 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6294 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6293 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6303 …} -Children: Doctrine\ORM\PersistentCollection {#6306 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6311 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6307 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6308 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6316 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6309 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6310 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6317 …} -Children: Doctrine\ORM\PersistentCollection {#6320 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6325 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6323 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6324 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6330 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6322 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6321 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6331 …} -Children: Doctrine\ORM\PersistentCollection {#6334 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6337 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6335 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6336 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6338 …} -Children: Doctrine\ORM\PersistentCollection {#6341 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } ] |
[ Eccube\Entity\Category {#5957 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5989 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5987 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6252 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5985 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5983 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6251 …} -Children: Doctrine\ORM\PersistentCollection {#6247 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6242 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#6244 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6243 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6235 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#6237 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6236 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6228 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#6230 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6229 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#5984 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#6223 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5978 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6213 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#6246 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6245 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6220 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#6218 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#6219 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6262 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#6257 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6259 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6267 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6260 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6261 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6268 …} -Children: Doctrine\ORM\PersistentCollection {#6271 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6276 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6274 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6275 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6283 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6273 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6272 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6288 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6281 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6282 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6289 …} -Children: Doctrine\ORM\PersistentCollection {#6292 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6297 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6295 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6296 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6302 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6294 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6293 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6303 …} -Children: Doctrine\ORM\PersistentCollection {#6306 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6311 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6307 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6308 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6316 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6309 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6310 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6317 …} -Children: Doctrine\ORM\PersistentCollection {#6320 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6325 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6323 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6324 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6330 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6322 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6321 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6331 …} -Children: Doctrine\ORM\PersistentCollection {#6334 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6337 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6335 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6336 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6338 …} -Children: Doctrine\ORM\PersistentCollection {#6341 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } ] |
| 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 {#9188 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9193 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5956 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5628 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5957 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5989 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5987 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6252 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5985 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5983 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6251 …} -Children: Doctrine\ORM\PersistentCollection {#6247 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6242 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#6244 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6243 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6235 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#6237 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6236 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6228 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#6230 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6229 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#5984 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#6223 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5978 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } Eccube\Entity\Category {#6213 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#6246 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6245 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6220 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#6218 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#6219 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6262 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#6257 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6259 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6267 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6260 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6261 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6268 …} -Children: Doctrine\ORM\PersistentCollection {#6271 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6276 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6274 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6275 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6283 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6273 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6272 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6288 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6281 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6282 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6289 …} -Children: Doctrine\ORM\PersistentCollection {#6292 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6297 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6295 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6296 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6302 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6294 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6293 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6303 …} -Children: Doctrine\ORM\PersistentCollection {#6306 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6311 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6307 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6308 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6316 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6309 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6310 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6317 …} -Children: Doctrine\ORM\PersistentCollection {#6320 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6325 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6323 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6324 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6330 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6322 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6321 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6331 …} -Children: Doctrine\ORM\PersistentCollection {#6334 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } Eccube\Entity\Category {#6337 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6335 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6336 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6338 …} -Children: Doctrine\ORM\PersistentCollection {#6341 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } ] |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …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 {#5956 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5628 …} -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() {#9189 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#9190 …} } } |
| 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 | [ 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9231 +label: "ゲーム別おすすめPC" +value: "46" +data: Eccube\Entity\Category {#5957 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5989 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5987 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9232 +label: " モンハン MH Wilds" +value: "51" +data: Eccube\Entity\Category {#6252 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5985 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5983 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6251 …} -Children: Doctrine\ORM\PersistentCollection {#6247 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9233 +label: " ARC Raiders" +value: "47" +data: Eccube\Entity\Category {#6242 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#6244 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6243 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6241 …} -Children: Doctrine\ORM\PersistentCollection {#6238 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9234 +label: " APEX LEGENDS" +value: "48" +data: Eccube\Entity\Category {#6235 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#6237 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6236 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6234 …} -Children: Doctrine\ORM\PersistentCollection {#6231 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9235 +label: " Valorant" +value: "49" +data: Eccube\Entity\Category {#6228 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#6230 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#6229 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6227 …} -Children: Doctrine\ORM\PersistentCollection {#6224 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9236 +label: " 原神" +value: "50" +data: Eccube\Entity\Category {#5984 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#6223 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5978 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5979 …} -Children: Doctrine\ORM\PersistentCollection {#6211 …} -Parent: Eccube\Entity\Category {#5957} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6249 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9237 +label: "フルオーダーメイドPC" +value: "21" +data: Eccube\Entity\Category {#6213 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#6246 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6245 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6214 …} -Children: Doctrine\ORM\PersistentCollection {#6217 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9238 +label: "おすすめゲーミングPC" +value: "22" +data: Eccube\Entity\Category {#6220 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#6218 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#6219 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6221 …} -Children: Doctrine\ORM\PersistentCollection {#6256 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9239 +label: "コラボPC" +value: "23" +data: Eccube\Entity\Category {#6262 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#6257 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6259 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6263 …} -Children: Doctrine\ORM\PersistentCollection {#6266 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9240 +label: " すず音" +value: "45" +data: Eccube\Entity\Category {#6267 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6260 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6261 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6268 …} -Children: Doctrine\ORM\PersistentCollection {#6271 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9241 +label: " 眠田イナ" +value: "31" +data: Eccube\Entity\Category {#6276 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6274 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6275 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6277 …} -Children: Doctrine\ORM\PersistentCollection {#6280 …} -Parent: Eccube\Entity\Category {#6262} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9242 +label: "周辺機器" +value: "41" +data: Eccube\Entity\Category {#6283 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6273 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6272 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6284 …} -Children: Doctrine\ORM\PersistentCollection {#6287 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9243 +label: " デバイス" +value: "43" +data: Eccube\Entity\Category {#6288 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6281 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6282 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6289 …} -Children: Doctrine\ORM\PersistentCollection {#6292 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9244 +label: " モニター" +value: "42" +data: Eccube\Entity\Category {#6297 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6295 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6296 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6298 …} -Children: Doctrine\ORM\PersistentCollection {#6301 …} -Parent: Eccube\Entity\Category {#6283} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9245 +label: "中古PC売買" +value: "24" +data: Eccube\Entity\Category {#6302 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6294 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6293 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6303 …} -Children: Doctrine\ORM\PersistentCollection {#6306 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9246 +label: "お買い得品/パーツ" +value: "25" +data: Eccube\Entity\Category {#6311 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6307 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6308 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6312 …} -Children: Doctrine\ORM\PersistentCollection {#6315 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9247 +label: " 新品/新古品" +value: "34" +data: Eccube\Entity\Category {#6316 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6309 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6310 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6317 …} -Children: Doctrine\ORM\PersistentCollection {#6320 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9248 +label: " 中古品" +value: "35" +data: Eccube\Entity\Category {#6325 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6323 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6324 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6326 …} -Children: Doctrine\ORM\PersistentCollection {#6329 …} -Parent: Eccube\Entity\Category {#6311} -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9249 +label: "サービス" +value: "26" +data: Eccube\Entity\Category {#6330 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6322 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6321 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6331 …} -Children: Doctrine\ORM\PersistentCollection {#6334 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9250 +label: "過去の販売実績" +value: "27" +data: Eccube\Entity\Category {#6337 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6335 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6336 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6338 …} -Children: Doctrine\ORM\PersistentCollection {#6341 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#6255 …} } +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 {#9224 -form: Symfony\Component\Form\Form {#9211 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9223 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9230 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4819 …} } |
| 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 {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| 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() {#9196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#9201 …} } } |
| 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 {#9251 -form: Symfony\Component\Form\Form {#9214 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9229 …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 | "" |