- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 583
- Events
- Routing
- Cache
- Translation 15
- 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
-
-
insentive
-
-
0
-
-
name
-
zipcode
-
address
-
tel
-
email
-
-
0
-
1
-
2
-
-
-
0
-
-
-
0
-
1
-
2
-
3
-
-
bank
-
-
0
-
-
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) {#4732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4733 …} } } |
| 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 {#4996 -form: Symfony\Component\Form\Form {#5071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4735 …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 | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
insentive
"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 {#4749 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4749 +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 {#4749 +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() {#4796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4795 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_insentive" ] |
| cache_key | "_form_insentive_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5138 +label: "成果報酬型を希望" +value: "成果報酬型を希望" +data: "成果報酬型を希望" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5128 +label: "物品提供を希望" +value: "物品提供を希望" +data: "物品提供を希望" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5118 +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 {#4941 -form: Symfony\Component\Form\Form {#5065 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4967 …5} |
| full_name | "form[insentive]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_insentive" |
| is_selected | Closure($choice, $value) {#4923 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| label | "インセンティブプラン" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "insentive" |
| 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_insentive" |
| valid | true |
| value | "" |
question_1
"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 | [ "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" => "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" ] |
[ "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" => "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +minMessage: "最低1つ選択してください" +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: 1 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +minMessage: "最低1つ選択してください" +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: 1 +max: null +divisibleBy: null +payload: null } ] |
| expanded | true |
same as passed value |
| help | "情報に未記載があった場合インセンティブプランは「いずれも必要なし」と判断されます。" |
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 | [ "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" => "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +minMessage: "最低1つ選択してください" +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: 1 +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 | "情報に未記載があった場合インセンティブプランは「いずれも必要なし」と判断されます。" |
| 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() {#4809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4808 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_question_1" ] |
| cache_key | "_form_question_1_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4823 +label: "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" +value: "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" +data: "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" +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 {#5092 -form: Symfony\Component\Form\Form {#5020 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4903 …5} |
| full_name | "form[question_1]" |
| help | "情報に未記載があった場合インセンティブプランは「いずれも必要なし」と判断されます。" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_1" |
| is_selected | Closure($choice, array $values) {#5073 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| label | "確認事項" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "question_1" |
| 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_question_1" |
| 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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5029 …} } } |
| validation_groups | null |
| value | "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_question_1_entry" ] |
| cache_key | "_form_question_1_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 {#4877 -form: Symfony\Component\Form\Form {#5017 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4893 …5} |
| full_name | "form[question_1][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_1_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_question_1_entry" |
| valid | true |
| value | "以下の情報はいずれも成果報酬、物品提供に使用されます。いずれも必要ない方は氏名、電話番号のみでも大丈夫です。" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| 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" ] |
| 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) {#4836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4837 …} } } |
| 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 {#5045 -form: Symfony\Component\Form\Form {#5014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5055 …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 | "" |
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\Regex {#4774 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4774 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| 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 | [ Symfony\Component\Validator\Constraints\Regex {#4774 +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) {#4847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4848 …} } } |
| 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 {#4850 -form: Symfony\Component\Form\Form {#5011 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4861 …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 | false |
| 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" ] |
[ "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) {#4858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4859 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| 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 {#4839 -form: Symfony\Component\Form\Form {#5008 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4810 …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 | false |
| 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 {#4775 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +message: "有効な電話番号を入力してください" +pattern: "/^[0-9\-\+\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4775 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +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 {#4775 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4776 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +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) {#4874 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4873 …} } } |
| 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 {#5030 -form: Symfony\Component\Form\Form {#5035 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4798 …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 | "" |
"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 {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4779 +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 {#4780 +message: "有効なメールアドレスを入力してください。" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4779 +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 {#4780 +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 {#4778 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4779 +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 {#4780 +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) {#4890 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4889 …} } } |
| 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 {#5215 -form: Symfony\Component\Form\Form {#5039 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5214 …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 | "" |
question_2
"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 | [ "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" => "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" "●成果報酬の場合、報酬金額の交渉が可能です。" => "●成果報酬の場合、報酬金額の交渉が可能です。" "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" => "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" ] |
[ "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" => "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" "●成果報酬の場合、報酬金額の交渉が可能です。" => "●成果報酬の場合、報酬金額の交渉が可能です。" "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" => "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4782 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4768 +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: 3 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4782 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4768 +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: 3 +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 | [ "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" => "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" "●成果報酬の場合、報酬金額の交渉が可能です。" => "●成果報酬の場合、報酬金額の交渉が可能です。" "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" => "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4782 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4768 +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: 3 +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() {#4902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4901 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_question_2" ] |
| cache_key | "_form_question_2_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4911 +label: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +value: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +data: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4912 +label: "●成果報酬の場合、報酬金額の交渉が可能です。" +value: "●成果報酬の場合、報酬金額の交渉が可能です。" +data: "●成果報酬の場合、報酬金額の交渉が可能です。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4913 +label: "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" +value: "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" +data: "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" +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 {#5213 -form: Symfony\Component\Form\Form {#5077 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5212 …5} |
| full_name | "form[question_2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_2" |
| is_selected | Closure($choice, array $values) {#5211 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| label | "報酬制度について" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "question_2" |
| 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_question_2" |
| 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 | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
| 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() {#5044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5043 …} } } |
| validation_groups | null |
| value | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_question_2_entry" ] |
| cache_key | "_form_question_2_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 {#5233 -form: Symfony\Component\Form\Form {#5080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5224 …5} |
| full_name | "form[question_2][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_2_0" |
| label | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
| 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_question_2_entry" |
| valid | true |
| value | "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" |
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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5053 …} } } |
| validation_groups | null |
| value | "●成果報酬の場合、報酬金額の交渉が可能です。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_question_2_entry" ] |
| cache_key | "_form_question_2_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 {#5234 -form: Symfony\Component\Form\Form {#5083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5235 …5} |
| full_name | "form[question_2][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_2_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_question_2_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 | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
| 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() {#5069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5068 …} } } |
| validation_groups | null |
| value | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_question_2_entry" ] |
| cache_key | "_form_question_2_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 {#5236 -form: Symfony\Component\Form\Form {#5086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5239 …5} |
| full_name | "form[question_2][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_2_2" |
| label | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
| 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_question_2_entry" |
| valid | true |
| value | "●物品提供の場合、実績に応じて当店よりPCパーツやその他商品を受け取れます。(いくつかの選択肢からお選びいただきます)" |
question_3
"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 | [ "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" => "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" ] |
[ "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" => "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4771 +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: 1 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4771 +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: 1 +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 | [ "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" => "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4771 +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: 1 +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() {#4922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4921 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_question_3" ] |
| cache_key | "_form_question_3_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4931 +label: "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" +value: "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" +data: "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" +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 {#5223 -form: Symfony\Component\Form\Form {#5099 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5210 …5} |
| full_name | "form[question_3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_3" |
| is_selected | Closure($choice, array $values) {#5241 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| label | "クーポンについて" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "question_3" |
| 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_question_3" |
| 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 | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
| 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() {#5091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5090 …} } } |
| validation_groups | null |
| value | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_question_3_entry" ] |
| cache_key | "_form_question_3_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 {#5244 -form: Symfony\Component\Form\Form {#5102 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5243 …5} |
| full_name | "form[question_3][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_question_3_0" |
| label | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
| 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_question_3_entry" |
| valid | true |
| value | "お客様向けにクーポンが発行されます。このフォーム申込後に担当者よりクーポンコードを発行させていただきますので、PCご購入希望があるお客様に共有してください。" |
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 | [ "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" => "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" => "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" => "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" => "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" ] |
[ "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" => "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" => "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" => "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" => "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4772 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4769 +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: 4 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4772 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4769 +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: 4 +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 | [ "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" => "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" => "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" => "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" => "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4772 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4769 +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: 4 +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() {#4940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4939 …} } } |
| 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 {#4949 +label: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +value: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +data: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4950 +label: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +value: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +data: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4951 +label: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +value: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +data: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4952 +label: "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" +value: "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" +data: "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" +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 {#5242 -form: Symfony\Component\Form\Form {#5145 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5240 …5} |
| full_name | "form[confirm]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm" |
| is_selected | Closure($choice, array $values) {#5246 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| 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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5106 …} } } |
| 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 {#5249 -form: Symfony\Component\Form\Form {#5148 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5248 …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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5116 …} } } |
| 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 {#5250 -form: Symfony\Component\Form\Form {#5151 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5251 …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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5126 …} } } |
| 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 {#5252 -form: Symfony\Component\Form\Form {#5154 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5253 …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 | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
| 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() {#5137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5136 …} } } |
| validation_groups | null |
| value | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
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 {#5254 -form: Symfony\Component\Form\Form {#5157 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5255 …5} |
| full_name | "form[confirm][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm_3" |
| label | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
| 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 | "●パートナーシップ契約の内容を第三者およびSNS等に発信することを禁止します。" |
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) {#4964 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#4966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4965 …} } } |
| 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 {#5247 -form: Symfony\Component\Form\Form {#5160 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5245 …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 | "" |
personal
"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 | [ "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" => "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" ] |
[ "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" => "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4783 +minMessage: "最低1つ選択してください" +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: 1 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4783 +minMessage: "最低1つ選択してください" +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: 1 +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 | [ "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" => "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4781 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4783 +minMessage: "最低1つ選択してください" +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: 1 +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() {#4976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4975 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_personal" ] |
| cache_key | "_form_personal_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4985 +label: "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" +value: "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" +data: "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" +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 {#5257 -form: Symfony\Component\Form\Form {#5173 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5256 …5} |
| full_name | "form[personal]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_personal" |
| is_selected | Closure($choice, array $values) {#5258 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| label | "個人情報の利用目的" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "personal" |
| 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_personal" |
| 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) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5062 …} } |
| 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 {#5031 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() {#5165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5164 …} } } |
| validation_groups | null |
| value | "当店は、申込者からご提供いただいた個人情報を、本来の利用目的にのみ使用することとし、第三者等に開示することはありません。" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_personal_entry" ] |
| cache_key | "_form_personal_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 {#5262 -form: Symfony\Component\Form\Form {#5176 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5261 …5} |
| full_name | "form[personal][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_personal_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_personal_entry" |
| 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 {#5259 …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 | "6833762e8842054a278e9288ef08.28TqTlibfBaKSKemLWot9mx4PGCopi3WUiv95smFv6g.no-mJgvuPVDBIMP1aS1lriMfdA6F92mJf2Gl04XayvnqjK0HMuooTLsOzA" |
| 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 | "6833762e8842054a278e9288ef08.28TqTlibfBaKSKemLWot9mx4PGCopi3WUiv95smFv6g.no-mJgvuPVDBIMP1aS1lriMfdA6F92mJf2Gl04XayvnqjK0HMuooTLsOzA" |
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 | "6833762e8842054a278e9288ef08.28TqTlibfBaKSKemLWot9mx4PGCopi3WUiv95smFv6g.no-mJgvuPVDBIMP1aS1lriMfdA6F92mJf2Gl04XayvnqjK0HMuooTLsOzA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5266 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#5268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5265 …} } } |
| 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 | "6833762e8842054a278e9288ef08.28TqTlibfBaKSKemLWot9mx4PGCopi3WUiv95smFv6g.no-mJgvuPVDBIMP1aS1lriMfdA6F92mJf2Gl04XayvnqjK0HMuooTLsOzA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5280 -form: Symfony\Component\Form\Form {#5275 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5269 …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 | "6833762e8842054a278e9288ef08.28TqTlibfBaKSKemLWot9mx4PGCopi3WUiv95smFv6g.no-mJgvuPVDBIMP1aS1lriMfdA6F92mJf2Gl04XayvnqjK0HMuooTLsOzA" |
(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) {#10313 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#10315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#10314 …} } } |
| 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 {#10360 -form: Symfony\Component\Form\Form {#10348 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10361 …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 {#5698 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5730 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5993 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5726 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5983 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5985 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5984 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5976 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5978 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5977 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5975 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5969 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5971 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5970 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5725 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5964 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5719 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5954 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5987 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5986 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5961 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5959 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5960 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6003 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5998 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6000 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6008 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6001 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6002 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6017 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6015 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6016 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6024 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6014 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6013 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6029 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6022 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6023 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6038 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6036 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6037 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6043 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6035 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6034 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6052 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6048 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6049 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6057 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6050 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6051 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6066 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6064 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6065 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6071 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6063 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6062 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6078 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6076 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6077 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } ] |
[ Eccube\Entity\Category {#5698 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5730 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5993 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5726 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5983 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5985 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5984 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5976 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5978 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5977 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5975 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5969 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5971 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5970 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5725 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5964 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5719 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5954 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5987 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5986 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5961 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5959 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5960 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6003 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5998 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6000 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6008 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6001 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6002 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6017 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6015 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6016 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6024 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6014 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6013 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6029 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6022 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6023 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6038 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6036 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6037 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6043 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6035 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6034 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6052 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6048 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6049 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6057 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6050 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6051 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6066 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6064 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6065 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6071 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6063 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6062 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6078 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6076 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6077 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } ] |
| 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 {#10329 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#10334 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5697 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5369 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5698 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5730 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5993 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5726 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5983 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5985 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5984 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5976 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5978 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5977 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5975 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5969 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5971 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5970 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5725 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5964 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5719 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } Eccube\Entity\Category {#5954 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5987 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5986 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#5961 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5959 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5960 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6003 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5998 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6000 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6008 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6001 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6002 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6017 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6015 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6016 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6024 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6014 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6013 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6029 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6022 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6023 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6038 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6036 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6037 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6043 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6035 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6034 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6052 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6048 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6049 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6057 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6050 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6051 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6066 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6064 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6065 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6071 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6063 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6062 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } Eccube\Entity\Category {#6078 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6076 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6077 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } ] |
| 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 {#5697 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5369 …} -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() {#10330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#10331 …} } } |
| 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 {#10372 +label: "ゲーム別おすすめPC" +value: "46" +data: Eccube\Entity\Category {#5698 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5730 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5745 …} -Children: Doctrine\ORM\PersistentCollection {#5994 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10373 +label: " モンハン MH Wilds" +value: "51" +data: Eccube\Entity\Category {#5993 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5726 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5992 …} -Children: Doctrine\ORM\PersistentCollection {#5988 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10374 +label: " ARC Raiders" +value: "47" +data: Eccube\Entity\Category {#5983 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5985 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5984 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5982 …} -Children: Doctrine\ORM\PersistentCollection {#5979 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10375 +label: " APEX LEGENDS" +value: "48" +data: Eccube\Entity\Category {#5976 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5978 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5977 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5975 …} -Children: Doctrine\ORM\PersistentCollection {#5972 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10376 +label: " Valorant" +value: "49" +data: Eccube\Entity\Category {#5969 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5971 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5970 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5968 …} -Children: Doctrine\ORM\PersistentCollection {#5965 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10377 +label: " 原神" +value: "50" +data: Eccube\Entity\Category {#5725 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5964 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5719 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5720 …} -Children: Doctrine\ORM\PersistentCollection {#5952 …} -Parent: Eccube\Entity\Category {#5698} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5990 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10378 +label: "フルオーダーメイドPC" +value: "21" +data: Eccube\Entity\Category {#5954 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5987 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5986 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5955 …} -Children: Doctrine\ORM\PersistentCollection {#5958 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10379 +label: "おすすめゲーミングPC" +value: "22" +data: Eccube\Entity\Category {#5961 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5959 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5960 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5962 …} -Children: Doctrine\ORM\PersistentCollection {#5997 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10380 +label: "コラボPC" +value: "23" +data: Eccube\Entity\Category {#6003 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5998 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6000 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6004 …} -Children: Doctrine\ORM\PersistentCollection {#6007 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10381 +label: " すず音" +value: "45" +data: Eccube\Entity\Category {#6008 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#6001 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6002 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6009 …} -Children: Doctrine\ORM\PersistentCollection {#6012 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10382 +label: " 眠田イナ" +value: "31" +data: Eccube\Entity\Category {#6017 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6015 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6016 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6018 …} -Children: Doctrine\ORM\PersistentCollection {#6021 …} -Parent: Eccube\Entity\Category {#6003} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10383 +label: "周辺機器" +value: "41" +data: Eccube\Entity\Category {#6024 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6014 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6013 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6025 …} -Children: Doctrine\ORM\PersistentCollection {#6028 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10384 +label: " デバイス" +value: "43" +data: Eccube\Entity\Category {#6029 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6022 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6023 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6030 …} -Children: Doctrine\ORM\PersistentCollection {#6033 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10385 +label: " モニター" +value: "42" +data: Eccube\Entity\Category {#6038 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6036 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6037 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6039 …} -Children: Doctrine\ORM\PersistentCollection {#6042 …} -Parent: Eccube\Entity\Category {#6024} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10386 +label: "中古PC売買" +value: "24" +data: Eccube\Entity\Category {#6043 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6035 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6034 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6044 …} -Children: Doctrine\ORM\PersistentCollection {#6047 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10387 +label: "お買い得品/パーツ" +value: "25" +data: Eccube\Entity\Category {#6052 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6048 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6049 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6053 …} -Children: Doctrine\ORM\PersistentCollection {#6056 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10388 +label: " 新品/新古品" +value: "34" +data: Eccube\Entity\Category {#6057 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6050 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6051 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6058 …} -Children: Doctrine\ORM\PersistentCollection {#6061 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10389 +label: " 中古品" +value: "35" +data: Eccube\Entity\Category {#6066 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6064 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6065 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6067 …} -Children: Doctrine\ORM\PersistentCollection {#6070 …} -Parent: Eccube\Entity\Category {#6052} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10390 +label: "サービス" +value: "26" +data: Eccube\Entity\Category {#6071 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6063 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6062 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6072 …} -Children: Doctrine\ORM\PersistentCollection {#6075 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10391 +label: "過去の販売実績" +value: "27" +data: Eccube\Entity\Category {#6078 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6076 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6077 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6079 …} -Children: Doctrine\ORM\PersistentCollection {#6082 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5996 …} } +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 {#10365 -form: Symfony\Component\Form\Form {#10352 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10364 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#10371 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4754 …} } |
| 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) {#10341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4533 …} } |
| 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() {#10337 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4718 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#10342 …} } } |
| 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 {#10392 -form: Symfony\Component\Form\Form {#10355 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10370 …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 | "" |