- 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) {#4730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4731 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4994 -form: Symfony\Component\Form\Form {#5069 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4733 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | 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 {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4747 +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 {#4747 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | "" |
| 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() {#4794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4793 …} } } |
| 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 {#5136 +label: "成果報酬型を希望" +value: "成果報酬型を希望" +data: "成果報酬型を希望" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5126 +label: "物品提供を希望" +value: "物品提供を希望" +data: "物品提供を希望" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5116 +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 {#4939 -form: Symfony\Component\Form\Form {#5063 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4965 …5} |
| full_name | "form[insentive]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_insentive" |
| is_selected | Closure($choice, $value) {#4921 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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 {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4765 +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 {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4765 +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 {#4745 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4765 +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() {#4807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4806 …} } } |
| 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 {#4821 +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 {#5090 -form: Symfony\Component\Form\Form {#5018 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#4901 …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) {#5071 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5027 …} } } |
| 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 {#4875 -form: Symfony\Component\Form\Form {#5015 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4891 …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 {#4771 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4771 +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 {#4771 +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) {#4834 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "氏名" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4835 …} } } |
| 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 {#5043 -form: Symfony\Component\Form\Form {#5012 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5053 …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 {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| label | "郵便番号" |
same as passed value |
| required | 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 {#4772 +message: "郵便番号は7桁の数字で入力してください(例: 1234567)" +pattern: "/^\d{7}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#743 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#741 …} -namespace: Closure() {#739 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "郵便番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4846 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_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 {#4848 -form: Symfony\Component\Form\Form {#5009 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4859 …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) {#4856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "住所" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4857 …} } } |
| 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 {#4837 -form: Symfony\Component\Form\Form {#5006 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4808 …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 {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4774 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +message: "有効な電話番号を入力してください" +pattern: "/^[0-9\-\+\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4774 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +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 {#4773 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4774 +message: "電話番号は10桁または11桁の数字で入力してください(ハイフンなし)" +pattern: "/^\d{10,11}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4775 +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) {#4872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4871 …} } } |
| 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 {#5028 -form: Symfony\Component\Form\Form {#5033 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4796 …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 {#4776 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +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 {#4778 +message: "有効なメールアドレスを入力してください。" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4776 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +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 {#4778 +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 {#4776 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#4777 +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 {#4778 +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) {#4888 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4887 …} } } |
| 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 {#5213 -form: Symfony\Component\Form\Form {#5037 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5212 …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 {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4766 +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 {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4766 +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 {#4780 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4766 +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() {#4900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4899 …} } } |
| 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 {#4909 +label: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +value: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +data: "●成果報酬型の場合、基本は1台あたり5000円の報酬を受け取れます。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4910 +label: "●成果報酬の場合、報酬金額の交渉が可能です。" +value: "●成果報酬の場合、報酬金額の交渉が可能です。" +data: "●成果報酬の場合、報酬金額の交渉が可能です。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4911 +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 {#5211 -form: Symfony\Component\Form\Form {#5075 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5210 …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) {#5209 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5042 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5041 …} } } |
| 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 {#5231 -form: Symfony\Component\Form\Form {#5078 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5222 …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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5051 …} } } |
| 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 {#5232 -form: Symfony\Component\Form\Form {#5081 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5233 …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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5066 …} } } |
| 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 {#5234 -form: Symfony\Component\Form\Form {#5084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5237 …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 {#4768 +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: 1 +max: null +divisibleBy: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4768 +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: 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 {#4768 +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: 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() {#4920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4919 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| 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 {#4929 +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 {#5221 -form: Symfony\Component\Form\Form {#5097 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5208 …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) {#5239 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5089 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5088 …} } } |
| 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 {#5242 -form: Symfony\Component\Form\Form {#5100 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5241 …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 {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +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 {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +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 {#4770 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4767 +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() {#4938 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4937 …} } } |
| 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 {#4947 +label: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +value: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +data: "●当パートナーシップ契約は当店並びに申込者、お客様の利益のため実施されます。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4948 +label: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +value: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +data: "●当店のイメージを損なうような行動及び発信、お客様へのセールスの強要等、公序良俗に反する行為は禁止します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4949 +label: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +value: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +data: "●当店のパートナシップ契約を延長する形で第三者へ関与させることを禁止します。" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4950 +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 {#5240 -form: Symfony\Component\Form\Form {#5143 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5238 …5} |
| full_name | "form[confirm]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_confirm" |
| is_selected | Closure($choice, array $values) {#5244 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5105 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5104 …} } } |
| 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 {#5247 -form: Symfony\Component\Form\Form {#5146 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5246 …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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5114 …} } } |
| 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 {#5248 -form: Symfony\Component\Form\Form {#5149 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5249 …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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5125 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5124 …} } } |
| 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 {#5152 …} -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_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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5134 …} } } |
| 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 {#5252 -form: Symfony\Component\Form\Form {#5155 …} -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_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) {#4962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "振込先" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4963 …} } } |
| 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 {#5245 -form: Symfony\Component\Form\Form {#5158 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5243 …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 {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4781 +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 {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4781 +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 {#4779 +message: "この項目は必須です。" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Count {#4781 +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() {#4974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#4973 …} } } |
| 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 {#4983 +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 {#5255 -form: Symfony\Component\Form\Form {#5171 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#5254 …5} |
| full_name | "form[personal]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_personal" |
| is_selected | Closure($choice, array $values) {#5256 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#5031 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5060 …} } |
| 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 {#5029 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() {#5163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5162 …} } } |
| 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 {#5260 -form: Symfony\Component\Form\Form {#5174 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5259 …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 {#5257 …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 | "4ab0a7e02daa8f81d27dc27f31622a5.fmHcqXk1x_KPIPItOkqqHuqdhz84HXSqYJb-0M4R1DE.Fi2l0T9M9oXJRKRjT3nMeqjO8mpbSELbL7uaiPhw4QkRPpDtFlSGy_YXpw" |
| 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 | "4ab0a7e02daa8f81d27dc27f31622a5.fmHcqXk1x_KPIPItOkqqHuqdhz84HXSqYJb-0M4R1DE.Fi2l0T9M9oXJRKRjT3nMeqjO8mpbSELbL7uaiPhw4QkRPpDtFlSGy_YXpw" |
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 | "4ab0a7e02daa8f81d27dc27f31622a5.fmHcqXk1x_KPIPItOkqqHuqdhz84HXSqYJb-0M4R1DE.Fi2l0T9M9oXJRKRjT3nMeqjO8mpbSELbL7uaiPhw4QkRPpDtFlSGy_YXpw" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#5264 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5263 …} } } |
| 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 | "4ab0a7e02daa8f81d27dc27f31622a5.fmHcqXk1x_KPIPItOkqqHuqdhz84HXSqYJb-0M4R1DE.Fi2l0T9M9oXJRKRjT3nMeqjO8mpbSELbL7uaiPhw4QkRPpDtFlSGy_YXpw" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#5278 -form: Symfony\Component\Form\Form {#5273 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5267 …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 | "4ab0a7e02daa8f81d27dc27f31622a5.fmHcqXk1x_KPIPItOkqqHuqdhz84HXSqYJb-0M4R1DE.Fi2l0T9M9oXJRKRjT3nMeqjO8mpbSELbL7uaiPhw4QkRPpDtFlSGy_YXpw" |
(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) {#5615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5614 …} } } |
| 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 {#6112 -form: Symfony\Component\Form\Form {#6101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6113 …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 {#5696 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5726 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5991 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5722 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5981 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5983 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5982 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5974 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5976 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5975 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5967 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5969 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5968 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5723 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5962 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5717 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5952 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5985 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5984 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5959 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5957 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5958 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6001 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5996 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5998 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6002 …} -Children: Doctrine\ORM\PersistentCollection {#6005 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6006 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#5999 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6000 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6007 …} -Children: Doctrine\ORM\PersistentCollection {#6010 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6015 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6013 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6014 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6022 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6012 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6011 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6027 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6020 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6021 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6036 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6034 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6035 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6041 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6033 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6032 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6050 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6046 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6047 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6055 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6048 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6049 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6064 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6062 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6063 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6069 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6061 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6060 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6076 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6074 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6075 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6077 …} -Children: Doctrine\ORM\PersistentCollection {#6080 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } ] |
[ Eccube\Entity\Category {#5696 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5726 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5991 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5722 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5981 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5983 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5982 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5974 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5976 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5975 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5967 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5969 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5968 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5723 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5962 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5717 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5952 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5985 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5984 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5959 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5957 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5958 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6001 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5996 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5998 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6002 …} -Children: Doctrine\ORM\PersistentCollection {#6005 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6006 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#5999 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6000 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6007 …} -Children: Doctrine\ORM\PersistentCollection {#6010 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6015 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6013 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6014 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6022 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6012 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6011 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6027 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6020 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6021 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6036 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6034 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6035 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6041 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6033 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6032 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6050 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6046 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6047 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6055 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6048 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6049 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6064 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6062 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6063 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6069 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6061 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6060 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6076 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6074 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6075 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6077 …} -Children: Doctrine\ORM\PersistentCollection {#6080 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } ] |
| 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 {#5543 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5540 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5695 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5367 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#5696 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5726 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5991 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5722 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5981 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5983 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5982 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5974 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5976 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5975 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5967 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5969 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5968 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5723 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5962 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5717 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } Eccube\Entity\Category {#5952 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5985 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5984 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#5959 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5957 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5958 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6001 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5996 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5998 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6002 …} -Children: Doctrine\ORM\PersistentCollection {#6005 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6006 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#5999 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6000 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6007 …} -Children: Doctrine\ORM\PersistentCollection {#6010 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6015 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6013 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6014 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6022 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6012 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6011 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6027 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6020 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6021 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6036 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6034 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6035 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6041 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6033 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6032 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6050 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6046 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6047 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6055 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6048 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6049 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6064 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6062 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6063 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6069 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6061 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6060 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } Eccube\Entity\Category {#6076 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6074 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6075 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6077 …} -Children: Doctrine\ORM\PersistentCollection {#6080 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } ] |
| 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 {#5695 -om: ContainerCt1y3I9\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#729 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5367 …} -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() {#5734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#5694 …} } } |
| 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 {#6124 +label: "ゲーム別おすすめPC" +value: "46" +data: Eccube\Entity\Category {#5696 -id: 46 -name: "ゲーム別おすすめPC" -hierarchy: 1 -sort_no: 19 -create_date: DateTime @1763361191 {#5728 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1763361191 {#5726 date: 2025-11-17 15:33:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5743 …} -Children: Doctrine\ORM\PersistentCollection {#5992 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6126 +label: " モンハン MH Wilds" +value: "51" +data: Eccube\Entity\Category {#5991 -id: 51 -name: "モンハン MH Wilds" -hierarchy: 2 -sort_no: 18 -create_date: DateTime @1767970036 {#5724 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767970036 {#5722 date: 2026-01-09 23:47:16.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5990 …} -Children: Doctrine\ORM\PersistentCollection {#5986 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6125 +label: " ARC Raiders" +value: "47" +data: Eccube\Entity\Category {#5981 -id: 47 -name: "ARC Raiders" -hierarchy: 2 -sort_no: 17 -create_date: DateTime @1763361204 {#5983 date: 2025-11-17 15:33:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5982 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5980 …} -Children: Doctrine\ORM\PersistentCollection {#5977 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6128 +label: " APEX LEGENDS" +value: "48" +data: Eccube\Entity\Category {#5974 -id: 48 -name: "APEX LEGENDS" -hierarchy: 2 -sort_no: 16 -create_date: DateTime @1767620069 {#5976 date: 2026-01-05 22:34:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5975 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5973 …} -Children: Doctrine\ORM\PersistentCollection {#5970 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6129 +label: " Valorant" +value: "49" +data: Eccube\Entity\Category {#5967 -id: 49 -name: "Valorant" -hierarchy: 2 -sort_no: 15 -create_date: DateTime @1767620083 {#5969 date: 2026-01-05 22:34:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5968 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5966 …} -Children: Doctrine\ORM\PersistentCollection {#5963 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6130 +label: " 原神" +value: "50" +data: Eccube\Entity\Category {#5723 -id: 50 -name: "原神" -hierarchy: 2 -sort_no: 14 -create_date: DateTime @1767620090 {#5962 date: 2026-01-05 22:34:50.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1767620093 {#5717 date: 2026-01-05 22:34:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5718 …} -Children: Doctrine\ORM\PersistentCollection {#5950 …} -Parent: Eccube\Entity\Category {#5696} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5988 …} } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6131 +label: "フルオーダーメイドPC" +value: "21" +data: Eccube\Entity\Category {#5952 -id: 21 -name: "フルオーダーメイドPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281214 {#5985 date: 2023-08-17 23:06:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5984 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5953 …} -Children: Doctrine\ORM\PersistentCollection {#5956 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6132 +label: "おすすめゲーミングPC" +value: "22" +data: Eccube\Entity\Category {#5959 -id: 22 -name: "おすすめゲーミングPC" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1692281224 {#5957 date: 2023-08-17 23:07:04.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1761983298 {#5958 date: 2025-11-01 16:48:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5960 …} -Children: Doctrine\ORM\PersistentCollection {#5995 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6133 +label: "コラボPC" +value: "23" +data: Eccube\Entity\Category {#6001 -id: 23 -name: "コラボPC" -hierarchy: 1 -sort_no: 12 -create_date: DateTime @1692281229 {#5996 date: 2023-08-17 23:07:09.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#5998 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6002 …} -Children: Doctrine\ORM\PersistentCollection {#6005 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6134 +label: " すず音" +value: "45" +data: Eccube\Entity\Category {#6006 -id: 45 -name: "すず音" -hierarchy: 2 -sort_no: 11 -create_date: DateTime @1739434634 {#5999 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1739434634 {#6000 date: 2025-02-13 17:17:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6007 …} -Children: Doctrine\ORM\PersistentCollection {#6010 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6135 +label: " 眠田イナ" +value: "31" +data: Eccube\Entity\Category {#6015 -id: 31 -name: "眠田イナ" -hierarchy: 2 -sort_no: 7 -create_date: DateTime @1692281337 {#6013 date: 2023-08-17 23:08:57.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281365 {#6014 date: 2023-08-17 23:09:25.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6016 …} -Children: Doctrine\ORM\PersistentCollection {#6019 …} -Parent: Eccube\Entity\Category {#6001} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6136 +label: "周辺機器" +value: "41" +data: Eccube\Entity\Category {#6022 -id: 41 -name: "周辺機器" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1723954938 {#6012 date: 2024-08-18 13:22:18.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6011 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6023 …} -Children: Doctrine\ORM\PersistentCollection {#6026 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6137 +label: " デバイス" +value: "43" +data: Eccube\Entity\Category {#6027 -id: 43 -name: "デバイス" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1723954981 {#6020 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954981 {#6021 date: 2024-08-18 13:23:01.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6028 …} -Children: Doctrine\ORM\PersistentCollection {#6031 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6138 +label: " モニター" +value: "42" +data: Eccube\Entity\Category {#6036 -id: 42 -name: "モニター" -hierarchy: 2 -sort_no: 8 -create_date: DateTime @1723954974 {#6034 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954974 {#6035 date: 2024-08-18 13:22:54.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6037 …} -Children: Doctrine\ORM\PersistentCollection {#6040 …} -Parent: Eccube\Entity\Category {#6022} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6139 +label: "中古PC売買" +value: "24" +data: Eccube\Entity\Category {#6041 -id: 24 -name: "中古PC売買" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1692281237 {#6033 date: 2023-08-17 23:07:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6032 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6042 …} -Children: Doctrine\ORM\PersistentCollection {#6045 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6140 +label: "お買い得品/パーツ" +value: "25" +data: Eccube\Entity\Category {#6050 -id: 25 -name: "お買い得品/パーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1692281254 {#6046 date: 2023-08-17 23:07:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6047 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6051 …} -Children: Doctrine\ORM\PersistentCollection {#6054 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6141 +label: " 新品/新古品" +value: "34" +data: Eccube\Entity\Category {#6055 -id: 34 -name: "新品/新古品" -hierarchy: 2 -sort_no: 4 -create_date: DateTime @1692281387 {#6048 date: 2023-08-17 23:09:47.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6049 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6056 …} -Children: Doctrine\ORM\PersistentCollection {#6059 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6142 +label: " 中古品" +value: "35" +data: Eccube\Entity\Category {#6064 -id: 35 -name: "中古品" -hierarchy: 2 -sort_no: 3 -create_date: DateTime @1692281391 {#6062 date: 2023-08-17 23:09:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1692281392 {#6063 date: 2023-08-17 23:09:52.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6065 …} -Children: Doctrine\ORM\PersistentCollection {#6068 …} -Parent: Eccube\Entity\Category {#6050} -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6143 +label: "サービス" +value: "26" +data: Eccube\Entity\Category {#6069 -id: 26 -name: "サービス" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1692281260 {#6061 date: 2023-08-17 23:07:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6060 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6070 …} -Children: Doctrine\ORM\PersistentCollection {#6073 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6144 +label: "過去の販売実績" +value: "27" +data: Eccube\Entity\Category {#6076 -id: 27 -name: "過去の販売実績" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1692281265 {#6074 date: 2023-08-17 23:07:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1723954943 {#6075 date: 2024-08-18 13:22:23.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#6077 …} -Children: Doctrine\ORM\PersistentCollection {#6080 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5994 …} } +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 {#6117 -form: Symfony\Component\Form\Form {#6104 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6116 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#6123 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4752 …} } |
| 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) {#6091 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4531 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4716 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1090 …} $translationDomain: "validators" $message: Closure() {#6090 …} } } |
| 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 {#6145 -form: Symfony\Component\Form\Form {#6107 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6122 …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 | "" |