Forms
(no name)
"CustomBundle\Form\RestaurantSearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| csrf_protection | false |
false
|
| features | [ "lunch" => "ランチ" "dinner" => "ディナー" "coupon" => "クーポン" ] |
[ "lunch" => "ランチ" "dinner" => "ディナー" "coupon" => "クーポン" ] |
| genres | [ "japanese_food" => "和食" "western_food" => "洋食" "chinese_food" => "中華" ] |
[ "japanese_food" => "和食" "western_food" => "洋食" "chinese_food" => "中華" ] |
| method | "GET" |
same as passed value |
| scenes | [ "family" => "家族・子供と" "friend" => "知人・友人と" "date" => "デート" ] |
[ "family" => "家族・子供と" "friend" => "知人・友人と" "date" => "デート" ] |
| time_by_cars | [ 20 => "お車20分圏内" 30 => "お車30分圏内" ] |
[ 20 => "お車20分圏内" 30 => "お車30分圏内" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#2664 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" line: "138 to 140" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| features | [ "lunch" => "ランチ" "dinner" => "ディナー" "coupon" => "クーポン" ] |
| genres | [ "japanese_food" => "和食" "western_food" => "洋食" "chinese_food" => "中華" ] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| scenes | [ "family" => "家族・子供と" "friend" => "知人・友人と" "date" => "デート" ] |
| time_by_cars | [ 20 => "お車20分圏内" 30 => "お車30分圏内" ] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2750 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#3091
-form: Form {#2836 …}
-errors: []
} |
| form | FormView {#3058 …5} |
| full_name | "" |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "GET" |
| multipart | false |
| name | "" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
genre
"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 | [ "和食" => "japanese_food" "洋食" => "western_food" "中華" => "chinese_food" ] |
[ "和食" => "japanese_food" "洋食" => "western_food" "中華" => "chinese_food" ] |
| constraints | [] |
[] |
| 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 | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| choice_attr | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_value | null |
| choices | [ "和食" => "japanese_food" "洋食" => "western_food" "中華" => "chinese_food" ] |
| choices_as_values | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| group_by | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "ジャンル" |
| label_attr | [] |
| label_format | null |
| 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 | [] |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure {#2766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2768 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "choice" "_genre" ] |
| cache_key | "_genre_choice" |
| choice_translation_domain | null |
| choices | [
ChoiceView {#2763
+label: "和食"
+value: "japanese_food"
+data: "japanese_food"
+attr: []
}
ChoiceView {#2727
+label: "洋食"
+value: "western_food"
+data: "western_food"
+attr: []
}
ChoiceView {#2739
+label: "中華"
+value: "chinese_food"
+data: "chinese_food"
+attr: []
}
] |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#3320
-form: Form {#2867 …}
-errors: []
} |
| expanded | true |
| form | FormView {#3319 …5} |
| full_name | "genre" |
| id | "genre" |
| is_selected | Closure {#3317 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#2806 …} parameters: { $choice: {} $values: { typeHint: "array" } } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
| label | "ジャンル" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "genre" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_genre" |
| 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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "japanese_food" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "和食" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2840 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "japanese_food" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_genre_entry" ] |
| cache_key | "_genre_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3024
-form: Form {#2870 …}
-errors: []
} |
| form | FormView {#3057 …5} |
| full_name | "genre[]" |
| id | "genre_0" |
| label | "和食" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "0" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_genre_entry" |
| valid | true |
| value | "japanese_food" |
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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "western_food" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "洋食" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2850 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "western_food" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_genre_entry" ] |
| cache_key | "_genre_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3025
-form: Form {#2877 …}
-errors: []
} |
| form | FormView {#3055 …5} |
| full_name | "genre[]" |
| id | "genre_1" |
| label | "洋食" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "1" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_genre_entry" |
| valid | true |
| value | "western_food" |
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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "chinese_food" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "中華" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2859 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "chinese_food" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_genre_entry" ] |
| cache_key | "_genre_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3056
-form: Form {#2880 …}
-errors: []
} |
| form | FormView {#3067 …5} |
| full_name | "genre[]" |
| id | "genre_2" |
| label | "中華" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "2" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_genre_entry" |
| valid | true |
| value | "chinese_food" |
time_by_car
"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分圏内" => 20 "お車30分圏内" => 30 ] |
[ "お車20分圏内" => 20 "お車30分圏内" => 30 ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| 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 | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| choice_attr | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_value | null |
| choices | [ "お車20分圏内" => 20 "お車30分圏内" => 30 ] |
| choices_as_values | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| group_by | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "車での距離" |
| label_attr | [] |
| label_format | null |
| 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 | [] |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure {#2780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2736 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "choice" "_time_by_car" ] |
| cache_key | "_time_by_car_choice" |
| choice_translation_domain | null |
| choices | [
ChoiceView {#2783
+label: "お車20分圏内"
+value: "20"
+data: 20
+attr: []
}
ChoiceView {#2790
+label: "お車30分圏内"
+value: "30"
+data: 30
+attr: []
}
] |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#3045
-form: Form {#2914 …}
-errors: []
} |
| expanded | true |
| form | FormView {#3027 …5} |
| full_name | "time_by_car" |
| id | "time_by_car" |
| is_selected | Closure {#606 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#2806 …} parameters: { $choice: {} $value: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
| label | "車での距離" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "time_by_car" |
| placeholder | "指定なし" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_time_by_car" |
| valid | true |
| value | "" |
placeholder
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"" |
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 |
| translation_domain | null |
null
|
| value | "" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "指定なし" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2885 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_time_by_car_entry" ] |
| cache_key | "_time_by_car_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | FormErrorIterator {#3313
-form: Form {#2917 …}
-errors: []
} |
| form | FormView {#3066 …5} |
| full_name | "time_by_car" |
| id | "time_by_car_placeholder" |
| label | "指定なし" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "placeholder" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_time_by_car_entry" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "お車20分圏内" |
same as passed value |
| translation_domain | null |
null
|
| value | "20" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "お車20分圏内" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2897 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "20" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_time_by_car_entry" ] |
| cache_key | "_time_by_car_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3312
-form: Form {#2920 …}
-errors: []
} |
| form | FormView {#3311 …5} |
| full_name | "time_by_car" |
| id | "time_by_car_0" |
| label | "お車20分圏内" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "0" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_time_by_car_entry" |
| valid | true |
| value | "20" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "お車30分圏内" |
same as passed value |
| translation_domain | null |
null
|
| value | "30" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "お車30分圏内" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2906 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "30" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_time_by_car_entry" ] |
| cache_key | "_time_by_car_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3310
-form: Form {#2923 …}
-errors: []
} |
| form | FormView {#3309 …5} |
| full_name | "time_by_car" |
| id | "time_by_car_1" |
| label | "お車30分圏内" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "1" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_time_by_car_entry" |
| valid | true |
| value | "30" |
scene
"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 | [ "家族・子供と" => "family" "知人・友人と" => "friend" "デート" => "date" ] |
[ "家族・子供と" => "family" "知人・友人と" => "friend" "デート" => "date" ] |
| constraints | [] |
[] |
| expanded | true |
same as passed value |
| 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 | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| choice_attr | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_value | null |
| choices | [ "家族・子供と" => "family" "知人・友人と" => "friend" "デート" => "date" ] |
| choices_as_values | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| group_by | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "利用シーン" |
| label_attr | [] |
| label_format | null |
| 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 | [] |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure {#2794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2795 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "choice" "_scene" ] |
| cache_key | "_scene_choice" |
| choice_translation_domain | null |
| choices | [
ChoiceView {#2799
+label: "家族・子供と"
+value: "family"
+data: "family"
+attr: []
}
ChoiceView {#2805
+label: "知人・友人と"
+value: "friend"
+data: "friend"
+attr: []
}
ChoiceView {#2809
+label: "デート"
+value: "date"
+data: "date"
+attr: []
}
] |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#3065
-form: Form {#2962 …}
-errors: []
} |
| expanded | true |
| form | FormView {#3052 …5} |
| full_name | "scene" |
| id | "scene" |
| is_selected | Closure {#3307 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#2806 …} parameters: { $choice: {} $value: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php" line: "206 to 208" } |
| label | "利用シーン" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "scene" |
| placeholder | "指定なし" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scene" |
| valid | true |
| value | "" |
placeholder
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"" |
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 |
| translation_domain | null |
null
|
| value | "" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "指定なし" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2927 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_scene_entry" ] |
| cache_key | "_scene_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | FormErrorIterator {#3304
-form: Form {#2965 …}
-errors: []
} |
| form | FormView {#3305 …5} |
| full_name | "scene" |
| id | "scene_placeholder" |
| label | "指定なし" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "placeholder" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scene_entry" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "家族・子供と" |
same as passed value |
| translation_domain | null |
null
|
| value | "family" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "家族・子供と" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2936 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "family" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_scene_entry" ] |
| cache_key | "_scene_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3303
-form: Form {#2968 …}
-errors: []
} |
| form | FormView {#3302 …5} |
| full_name | "scene" |
| id | "scene_0" |
| label | "家族・子供と" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "0" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scene_entry" |
| valid | true |
| value | "family" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "知人・友人と" |
same as passed value |
| translation_domain | null |
null
|
| value | "friend" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "知人・友人と" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2945 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "friend" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_scene_entry" ] |
| cache_key | "_scene_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3205
-form: Form {#2971 …}
-errors: []
} |
| form | FormView {#3084 …5} |
| full_name | "scene" |
| id | "scene_1" |
| label | "知人・友人と" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "1" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scene_entry" |
| valid | true |
| value | "friend" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "デート" |
same as passed value |
| translation_domain | null |
null
|
| value | "date" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "デート" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2954 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "date" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_scene_entry" ] |
| cache_key | "_scene_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3085
-form: Form {#2974 …}
-errors: []
} |
| form | FormView {#3086 …5} |
| full_name | "scene" |
| id | "scene_2" |
| label | "デート" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "2" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scene_entry" |
| valid | true |
| value | "date" |
feature
"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 | [ "ランチ" => "lunch" "ディナー" => "dinner" "クーポン" => "coupon" ] |
[ "ランチ" => "lunch" "ディナー" => "dinner" "クーポン" => "coupon" ] |
| constraints | [] |
[] |
| 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 | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| choice_attr | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_value | null |
| choices | [ "ランチ" => "lunch" "ディナー" => "dinner" "クーポン" => "coupon" ] |
| choices_as_values | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| group_by | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "特徴" |
| label_attr | [] |
| label_format | null |
| 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 | [] |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure {#2820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2819 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "choice" "_feature" ] |
| cache_key | "_feature_choice" |
| choice_translation_domain | null |
| choices | [
ChoiceView {#2823
+label: "ランチ"
+value: "lunch"
+data: "lunch"
+attr: []
}
ChoiceView {#2829
+label: "ディナー"
+value: "dinner"
+data: "dinner"
+attr: []
}
ChoiceView {#2830
+label: "クーポン"
+value: "coupon"
+data: "coupon"
+attr: []
}
] |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#3306
-form: Form {#3004 …}
-errors: []
} |
| expanded | true |
| form | FormView {#3308 …5} |
| full_name | "feature" |
| id | "feature" |
| is_selected | Closure {#3089 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: ChoiceType {#2806 …} parameters: { $choice: {} $values: { typeHint: "array" } } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php" line: "202 to 204" } |
| label | "特徴" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "feature" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| required | false |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_feature" |
| 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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "lunch" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "ランチ" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2978 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "lunch" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_feature_entry" ] |
| cache_key | "_feature_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3278
-form: Form {#3007 …}
-errors: []
} |
| form | FormView {#3204 …5} |
| full_name | "feature[]" |
| id | "feature_0" |
| label | "ランチ" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "0" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_feature_entry" |
| valid | true |
| value | "lunch" |
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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "dinner" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "ディナー" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2987 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "dinner" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_feature_entry" ] |
| cache_key | "_feature_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3279
-form: Form {#3010 …}
-errors: []
} |
| form | FormView {#3168 …5} |
| full_name | "feature[]" |
| id | "feature_1" |
| label | "ディナー" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "1" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_feature_entry" |
| valid | true |
| value | "dinner" |
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 |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "coupon" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | "entry" |
| 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 | CsrfTokenManager {#2732
-generator: UriSafeTokenGenerator {#2725 …}
-storage: SessionTokenStorage {#2728 …}
-namespace: Closure {#2733 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure {#2838 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: CheckboxType {#2841 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } $viewData: {} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php" line: "55 to 57" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "クーポン" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure {#2997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#2730 …} use: { $translator: DataCollectorTranslator {#560 …} $translationDomain: "validators" $message: Closure {#2996 …} } file: "/usr/home/hbw1003dss5t/html/admin/cms/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" line: "46 to 48" } |
| validation_groups | null |
| value | "coupon" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "checkbox" "_feature_entry" ] |
| cache_key | "_feature_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | FormErrorIterator {#3292
-form: Form {#3013 …}
-errors: []
} |
| form | FormView {#3289 …5} |
| full_name | "feature[]" |
| id | "feature_2" |
| label | "クーポン" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "2" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_feature_entry" |
| valid | true |
| value | "coupon" |