- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3903
- Events
- Routing
- Cache
- Translation 73
- Security
- Twig
- Doctrine
- Migrations 12
- 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
-
-
keyword
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
-
category_19
-
class_name_1
-
-
0
-
1
-
2
-
-
class_name_3
-
-
0
-
1
-
-
class_name_5
-
price_min
-
price_max
-
(no name)
"Plugin\CustomProductSearch\Form\Type\SearchProductType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "category_id" => "19" "pageno" => "" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
false
|
data | [ "category_id" => "19" "pageno" => "" ] |
[ "category_id" => "19" "pageno" => "" ] |
method | "GET" |
same as passed value |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data | [ "category_id" => "19" "pageno" => "" ] |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#8950 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3689 …} } |
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 | "GET" |
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() {#8952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#8951 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | [ "category_id" => "19" "pageno" => "" ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#9099 -form: Symfony\Component\Form\Form {#9106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8953 …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 | [ "category_id" => "19" "pageno" => "" ] |
keyword
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "検索キーワードを入力" ] |
[ "placeholder" => "検索キーワードを入力" ] |
label | "キーワード" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#8959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3689 …} } |
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() {#8967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#8988 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "検索キーワードを入力" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_keyword" ] |
cache_key | "_keyword_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 {#9429 -form: Symfony\Component\Form\Form {#9109 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9065 …5} |
full_name | "keyword" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "keyword" |
label | "キーワード" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "keyword" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_keyword" |
valid | true |
value | "" |
category
"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 |
---|---|---|
choices | [ "ガズのわがままウクレレ" => 20 "ウスレレ" => 21 "たびレレ" => 22 "竹レレ" => 23 "THE CLASSIC" => 24 "コズモデル" => 25 "GM Vintage" => 26 "ガズモデル" => 27 "その他(グッズ)" => 28 ] |
[ "ガズのわがままウクレレ" => 20 "ウスレレ" => 21 "たびレレ" => 22 "竹レレ" => 23 "THE CLASSIC" => 24 "コズモデル" => 25 "GM Vintage" => 26 "ガズモデル" => 27 "その他(グッズ)" => 28 ] |
expanded | true |
same as passed value |
label | "カテゴリー" |
same as passed value |
multiple | true |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "ガズのわがままウクレレ" => 20 "ウスレレ" => 21 "たびレレ" => 22 "竹レレ" => 23 "THE CLASSIC" => 24 "コズモデル" => 25 "GM Vintage" => 26 "ガズモデル" => 27 "その他(グッズ)" => 28 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#8998 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_category" ] |
cache_key | "_category_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7960 +label: "ガズのわがままウクレレ" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7961 +label: "ウスレレ" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7962 +label: "たびレレ" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7963 +label: "竹レレ" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7964 +label: "THE CLASSIC" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7965 +label: "コズモデル" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7966 +label: "GM Vintage" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7967 +label: "ガズモデル" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7968 +label: "その他(グッズ)" +value: "28" +data: 28 +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 {#9419 -form: Symfony\Component\Form\Form {#9202 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9055 …5} |
full_name | "category" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category" |
is_selected | Closure($choice, array $values) {#9041 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "カテゴリー" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "category" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category" |
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 | "20" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9113 …} } } |
validation_groups | null |
value | "20" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9031 -form: Symfony\Component\Form\Form {#9205 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9374 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_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 | "_category_entry" |
valid | true |
value | "20" |
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 | "21" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9123 …} } } |
validation_groups | null |
value | "21" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9021 -form: Symfony\Component\Form\Form {#9208 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9007 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_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 | "_category_entry" |
valid | true |
value | "21" |
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 | "22" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9133 …} } } |
validation_groups | null |
value | "22" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9325 -form: Symfony\Component\Form\Form {#9211 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9315 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_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 | "_category_entry" |
valid | true |
value | "22" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "竹レレ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "23" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9143 …} } } |
validation_groups | null |
value | "23" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9305 -form: Symfony\Component\Form\Form {#9214 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9295 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_3" |
label | "竹レレ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "23" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "THE CLASSIC" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "24" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "THE CLASSIC" |
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() {#9154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9153 …} } } |
validation_groups | null |
value | "24" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9285 -form: Symfony\Component\Form\Form {#9217 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9275 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_4" |
label | "THE CLASSIC" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "24" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "コズモデル" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "25" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9163 …} } } |
validation_groups | null |
value | "25" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9265 -form: Symfony\Component\Form\Form {#9220 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9255 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_5" |
label | "コズモデル" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "25" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "GM Vintage" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "26" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "GM Vintage" |
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() {#9174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9173 …} } } |
validation_groups | null |
value | "26" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9245 -form: Symfony\Component\Form\Form {#9223 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9235 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_6" |
label | "GM Vintage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "26" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ガズモデル" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "27" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9183 …} } } |
validation_groups | null |
value | "27" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#8987 -form: Symfony\Component\Form\Form {#9226 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9195 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_7" |
label | "ガズモデル" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "27" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "その他(グッズ)" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "28" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9193 …} } } |
validation_groups | null |
value | "28" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_entry" ] |
cache_key | "_category_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 {#9185 -form: Symfony\Component\Form\Form {#9229 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9175 …5} |
full_name | "category[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_8" |
label | "その他(グッズ)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_entry" |
valid | true |
value | "28" |
category_17
"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 |
---|---|---|
choices | [ "自宅でリラックスして楽しむ" => 33 "ビジネスの合間に楽しむ" => 34 "アウトドアで楽しむ" => 35 "カフェでのひととき" => 36 "旅行へのお供に" => 37 "ライブ&パフォーマンスに" => 38 "友人や家族とセッション" => 39 "子供と一緒にに楽しむ" => 40 "作曲・クリエイティブ用途" => 41 "SNS・動画配信用" => 42 ] |
[ "自宅でリラックスして楽しむ" => 33 "ビジネスの合間に楽しむ" => 34 "アウトドアで楽しむ" => 35 "カフェでのひととき" => 36 "旅行へのお供に" => 37 "ライブ&パフォーマンスに" => 38 "友人や家族とセッション" => 39 "子供と一緒にに楽しむ" => 40 "作曲・クリエイティブ用途" => 41 "SNS・動画配信用" => 42 ] |
expanded | true |
same as passed value |
label | "ライフスタイル" |
same as passed value |
multiple | true |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "自宅でリラックスして楽しむ" => 33 "ビジネスの合間に楽しむ" => 34 "アウトドアで楽しむ" => 35 "カフェでのひととき" => 36 "旅行へのお供に" => 37 "ライブ&パフォーマンスに" => 38 "友人や家族とセッション" => 39 "子供と一緒にに楽しむ" => 40 "作曲・クリエイティブ用途" => 41 "SNS・動画配信用" => 42 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9005 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_category_17" ] |
cache_key | "_category_17_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7986 +label: "自宅でリラックスして楽しむ" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7987 +label: "ビジネスの合間に楽しむ" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7988 +label: "アウトドアで楽しむ" +value: "35" +data: 35 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7989 +label: "カフェでのひととき" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7990 +label: "旅行へのお供に" +value: "37" +data: 37 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7991 +label: "ライブ&パフォーマンスに" +value: "38" +data: 38 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7992 +label: "友人や家族とセッション" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7993 +label: "子供と一緒にに楽しむ" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7994 +label: "作曲・クリエイティブ用途" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7995 +label: "SNS・動画配信用" +value: "42" +data: 42 +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 {#9384 -form: Symfony\Component\Form\Form {#9332 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9394 …5} |
full_name | "category_17" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17" |
is_selected | Closure($choice, array $values) {#9155 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "ライフスタイル" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "category_17" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17" |
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 | "33" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9233 …} } } |
validation_groups | null |
value | "33" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9125 -form: Symfony\Component\Form\Form {#9335 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9135 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_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 | "_category_17_entry" |
valid | true |
value | "33" |
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 | "34" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9243 …} } } |
validation_groups | null |
value | "34" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9115 -form: Symfony\Component\Form\Form {#9338 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8973 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_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 | "_category_17_entry" |
valid | true |
value | "34" |
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 | "35" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9253 …} } } |
validation_groups | null |
value | "35" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9456 -form: Symfony\Component\Form\Form {#9341 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9457 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_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 | "_category_17_entry" |
valid | true |
value | "35" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "カフェでのひととき" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "36" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9263 …} } } |
validation_groups | null |
value | "36" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9458 -form: Symfony\Component\Form\Form {#9344 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9459 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_3" |
label | "カフェでのひととき" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "36" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "旅行へのお供に" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "37" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9273 …} } } |
validation_groups | null |
value | "37" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9460 -form: Symfony\Component\Form\Form {#9347 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9461 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_4" |
label | "旅行へのお供に" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "37" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ライブ&パフォーマンスに" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "38" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9283 …} } } |
validation_groups | null |
value | "38" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9543 -form: Symfony\Component\Form\Form {#9350 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9544 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_5" |
label | "ライブ&パフォーマンスに" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "38" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "友人や家族とセッション" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "39" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9293 …} } } |
validation_groups | null |
value | "39" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9545 -form: Symfony\Component\Form\Form {#9353 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9546 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_6" |
label | "友人や家族とセッション" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "39" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "子供と一緒にに楽しむ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "40" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9303 …} } } |
validation_groups | null |
value | "40" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9547 -form: Symfony\Component\Form\Form {#9356 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9548 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_7" |
label | "子供と一緒にに楽しむ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "40" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "作曲・クリエイティブ用途" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "41" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9314 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9313 …} } } |
validation_groups | null |
value | "41" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9549 -form: Symfony\Component\Form\Form {#9359 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9550 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_8" |
label | "作曲・クリエイティブ用途" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "41" |
9
"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 | "42" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9324 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9323 …} } } |
validation_groups | null |
value | "42" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_category_17_entry" ] |
cache_key | "_category_17_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 {#9551 -form: Symfony\Component\Form\Form {#9362 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9552 …5} |
full_name | "category_17[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_17_9" |
label | "SNS・動画配信用" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_17_entry" |
valid | true |
value | "42" |
category_19
"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 |
---|---|---|
choices | [ "在庫有り商品" => 29 "予約商品" => 30 "新着商品" => 31 "おすすめ商品" => 32 ] |
[ "在庫有り商品" => 29 "予約商品" => 30 "新着商品" => 31 "おすすめ商品" => 32 ] |
expanded | false |
false
|
label | "商品ステータス" |
same as passed value |
multiple | false |
false
|
placeholder | "カテゴリを選択してください" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "在庫有り商品" => 29 "予約商品" => 30 "新着商品" => 31 "おすすめ商品" => 32 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9019 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_category_19" ] |
cache_key | "_category_19_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8568 +label: "在庫有り商品" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8567 +label: "予約商品" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8569 +label: "新着商品" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8570 +label: "おすすめ商品" +value: "32" +data: 32 +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 {#9145 -form: Symfony\Component\Form\Form {#9365 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9165 …5} |
full_name | "category_19" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_19" |
is_selected | Closure($choice, $value) {#9554 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "商品ステータス" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category_19" |
placeholder | "カテゴリを選択してください" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category_19" |
valid | true |
value | "" |
class_name_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 |
---|---|---|
choices | [ "15フレット" => 1 "12フレット" => 2 ] |
[ "15フレット" => 1 "12フレット" => 2 ] |
expanded | false |
false
|
label | "フレット数" |
same as passed value |
multiple | false |
false
|
placeholder | "15フレット(標準)" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "15フレット" => 1 "12フレット" => 2 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | "15フレット(標準)" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9029 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_class_name_1" ] |
cache_key | "_class_name_1_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8575 +label: "15フレット" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8576 +label: "12フレット" +value: "2" +data: 2 +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 {#9553 -form: Symfony\Component\Form\Form {#9368 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9555 …5} |
full_name | "class_name_1" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_1" |
is_selected | Closure($choice, $value) {#9556 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "フレット数" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "class_name_1" |
placeholder | "15フレット(標準)" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_class_name_1" |
valid | true |
value | "" |
class_name_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 |
---|---|---|
choices | [ "ソプラノ" => 7 "コンサート" => 8 "テナー" => 9 ] |
[ "ソプラノ" => 7 "コンサート" => 8 "テナー" => 9 ] |
expanded | true |
same as passed value |
label | "サイズ" |
same as passed value |
multiple | true |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "ソプラノ" => 7 "コンサート" => 8 "テナー" => 9 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9040 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9039 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_class_name_2" ] |
cache_key | "_class_name_2_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8037 +label: "ソプラノ" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8038 +label: "コンサート" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8039 +label: "テナー" +value: "9" +data: 9 +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 {#9557 -form: Symfony\Component\Form\Form {#9401 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9558 …5} |
full_name | "class_name_2" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_2" |
is_selected | Closure($choice, array $values) {#9559 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "サイズ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "class_name_2" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_class_name_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 | "ソプラノ" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "7" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9373 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9372 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_class_name_2_entry" ] |
cache_key | "_class_name_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 {#9563 -form: Symfony\Component\Form\Form {#9404 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9562 …5} |
full_name | "class_name_2[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_2_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 | "_class_name_2_entry" |
valid | true |
value | "7" |
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 | "8" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9382 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_class_name_2_entry" ] |
cache_key | "_class_name_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 {#9564 -form: Symfony\Component\Form\Form {#9407 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9565 …5} |
full_name | "class_name_2[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_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 | "_class_name_2_entry" |
valid | true |
value | "8" |
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 | "9" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9392 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_class_name_2_entry" ] |
cache_key | "_class_name_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 {#9566 -form: Symfony\Component\Form\Form {#9410 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9567 …5} |
full_name | "class_name_2[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_2_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 | "_class_name_2_entry" |
valid | true |
value | "9" |
class_name_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 |
---|---|---|
choices | [ "薄ボディ(〇〇mm)" => 11 "ノーマル(標準〇〇mm)" => 10 ] |
[ "薄ボディ(〇〇mm)" => 11 "ノーマル(標準〇〇mm)" => 10 ] |
expanded | false |
false
|
label | "ボディタイプ" |
same as passed value |
multiple | false |
false
|
placeholder | "カテゴリを選択してください" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "薄ボディ(〇〇mm)" => 11 "ノーマル(標準〇〇mm)" => 10 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9053 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_class_name_3" ] |
cache_key | "_class_name_3_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8591 +label: "薄ボディ(〇〇mm)" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8590 +label: "ノーマル(標準〇〇mm)" +value: "10" +data: 10 +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 {#9561 -form: Symfony\Component\Form\Form {#9413 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9560 …5} |
full_name | "class_name_3" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_3" |
is_selected | Closure($choice, $value) {#9569 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "ボディタイプ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "class_name_3" |
placeholder | "カテゴリを選択してください" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_class_name_3" |
valid | true |
value | "" |
class_name_4
"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 |
---|---|---|
choices | [ "艶あり(グロス)" => 13 "艶なし(マット)" => 12 ] |
[ "艶あり(グロス)" => 13 "艶なし(マット)" => 12 ] |
expanded | true |
same as passed value |
label | "塗装" |
same as passed value |
multiple | true |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "艶あり(グロス)" => 13 "艶なし(マット)" => 12 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9063 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_class_name_4" ] |
cache_key | "_class_name_4_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8069 +label: "艶あり(グロス)" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8070 +label: "艶なし(マット)" +value: "12" +data: 12 +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 {#9568 -form: Symfony\Component\Form\Form {#9436 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#9570 …5} |
full_name | "class_name_4" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_4" |
is_selected | Closure($choice, array $values) {#9571 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "塗装" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "class_name_4" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_class_name_4" |
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 | "13" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9417 …} } } |
validation_groups | null |
value | "13" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_class_name_4_entry" ] |
cache_key | "_class_name_4_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 {#9575 -form: Symfony\Component\Form\Form {#9439 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9574 …5} |
full_name | "class_name_4[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_4_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 | "_class_name_4_entry" |
valid | true |
value | "13" |
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 | "12" |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form, $viewData) {#8123 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#8119 …} } |
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 {#8125 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() {#9428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9427 …} } } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_class_name_4_entry" ] |
cache_key | "_class_name_4_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 {#9576 -form: Symfony\Component\Form\Form {#9442 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9577 …5} |
full_name | "class_name_4[]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_4_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 | "_class_name_4_entry" |
valid | true |
value | "12" |
class_name_5
"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 |
---|---|---|
choices | [ "あり(+¥0,000)" => 15 "なし(標準)" => 14 ] |
[ "あり(+¥0,000)" => 15 "なし(標準)" => 14 ] |
expanded | false |
false
|
label | "ピックアップ" |
same as passed value |
multiple | false |
false
|
placeholder | "なし(標準)" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "あり(+¥0,000)" => 15 "なし(標準)" => 14 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9077 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_class_name_5" ] |
cache_key | "_class_name_5_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8604 +label: "あり(+¥0,000)" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8603 +label: "なし(標準)" +value: "14" +data: 14 +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 {#9573 -form: Symfony\Component\Form\Form {#9445 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9572 …5} |
full_name | "class_name_5" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "class_name_5" |
is_selected | Closure($choice, $value) {#9579 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "ピックアップ" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "class_name_5" |
placeholder | "なし(標準)" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_class_name_5" |
valid | true |
value | "" |
price_min
"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 |
---|---|---|
choices | [ 0 => "0" "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
[ 0 => "0" "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
expanded | false |
false
|
label | "Minimum Price" |
same as passed value |
multiple | false |
false
|
placeholder | "選択してください" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 0 => "0" "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | "Minimum Price" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "選択してください" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9088 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9087 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_price_min" ] |
cache_key | "_price_min_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8609 +label: "0" +value: "0" +data: "0" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8610 +label: "10,000" +value: "10000" +data: 10000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8611 +label: "20,000" +value: "20000" +data: 20000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8612 +label: "30,000" +value: "30000" +data: 30000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8613 +label: "40,000" +value: "40000" +data: 40000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8614 +label: "50,000" +value: "50000" +data: 50000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8615 +label: "60,000" +value: "60000" +data: 60000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8616 +label: "70,000" +value: "70000" +data: 70000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8617 +label: "80,000" +value: "80000" +data: 80000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8618 +label: "90,000" +value: "90000" +data: 90000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8619 +label: "100,000" +value: "100000" +data: 100000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8620 +label: "110,000" +value: "110000" +data: 110000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8621 +label: "120,000" +value: "120000" +data: 120000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8622 +label: "130,000" +value: "130000" +data: 130000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8623 +label: "140,000" +value: "140000" +data: 140000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8624 +label: "150,000" +value: "150000" +data: 150000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8625 +label: "160,000" +value: "160000" +data: 160000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8626 +label: "170,000" +value: "170000" +data: 170000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8627 +label: "180,000" +value: "180000" +data: 180000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8628 +label: "190,000" +value: "190000" +data: 190000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8629 +label: "200,000" +value: "200000" +data: 200000 +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 {#9578 -form: Symfony\Component\Form\Form {#9448 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9580 …5} |
full_name | "price_min" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "price_min" |
is_selected | Closure($choice, $value) {#9581 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "Minimum Price" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "price_min" |
placeholder | "選択してください" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_price_min" |
valid | true |
value | "" |
price_max
"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 |
---|---|---|
choices | [ "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
[ "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
expanded | false |
false
|
label | "Maximum Price" |
same as passed value |
multiple | false |
false
|
placeholder | "選択してください" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "10,000" => 10000 "20,000" => 20000 "30,000" => 30000 "40,000" => 40000 "50,000" => 50000 "60,000" => 60000 "70,000" => 70000 "80,000" => 80000 "90,000" => 90000 "100,000" => 100000 "110,000" => 110000 "120,000" => 120000 "130,000" => 130000 "140,000" => 140000 "150,000" => 150000 "160,000" => 160000 "170,000" => 170000 "180,000" => 180000 "190,000" => 190000 "200,000" => 200000 ] |
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 {#381 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#380 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#377 …} } |
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 | "Maximum Price" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "選択してください" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9098 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3774 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#9097 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_price_max" ] |
cache_key | "_price_max_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8634 +label: "10,000" +value: "10000" +data: 10000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8635 +label: "20,000" +value: "20000" +data: 20000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8636 +label: "30,000" +value: "30000" +data: 30000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8637 +label: "40,000" +value: "40000" +data: 40000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8638 +label: "50,000" +value: "50000" +data: 50000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8639 +label: "60,000" +value: "60000" +data: 60000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8640 +label: "70,000" +value: "70000" +data: 70000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8641 +label: "80,000" +value: "80000" +data: 80000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8642 +label: "90,000" +value: "90000" +data: 90000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8643 +label: "100,000" +value: "100000" +data: 100000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8644 +label: "110,000" +value: "110000" +data: 110000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8645 +label: "120,000" +value: "120000" +data: 120000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8646 +label: "130,000" +value: "130000" +data: 130000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8647 +label: "140,000" +value: "140000" +data: 140000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8648 +label: "150,000" +value: "150000" +data: 150000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8649 +label: "160,000" +value: "160000" +data: 160000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8650 +label: "170,000" +value: "170000" +data: 170000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8651 +label: "180,000" +value: "180000" +data: 180000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8652 +label: "190,000" +value: "190000" +data: 190000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8653 +label: "200,000" +value: "200000" +data: 200000 +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 {#9582 -form: Symfony\Component\Form\Form {#9451 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9583 …5} |
full_name | "price_max" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "price_max" |
is_selected | Closure($choice, $value) {#9584 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4261 …} } |
label | "Maximum Price" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "price_max" |
placeholder | "選択してください" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_price_max" |
valid | true |
value | "" |