- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 365
- Events
- Routing
- Cache
- Translation 24
- Security
- Twig
- Doctrine 2
- Migrations 15
- 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
-
-
hope_date01
-
hope_time01
-
hope_date02
-
hope_time02
-
hope_date03
-
hope_time03
-
reservation_name
-
reservation_tel
-
reservation_email
-
visitor
-
visitor_detail
-
message
-
_token
-
pia_reservation
"Plugin\PiaReservation\Form\Type\PiaReservationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [] |
[] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6018 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6019 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "pia_reservation" "_pia_reservation" ] |
| cache_key | "_pia_reservation_pia_reservation" |
| compound | true |
| data | [] |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6166 -form: Symfony\Component\Form\Form {#6201 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6140 …5} |
| full_name | "pia_reservation" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "pia_reservation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation" |
| valid | true |
| value | [] |
hope_date01
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
[ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6027 +payload: null +message: "第1希望日を選択してください。" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6027 +payload: null +message: "第1希望日を選択してください。" +allowNull: false +normalizer: null } ] |
| label | "第1希望日" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6027 +payload: null +message: "第1希望日を選択してください。" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6043 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| 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 | "第1希望日" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6044 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_pia_reservation_hope_date01" ] |
| cache_key | "_pia_reservation_hope_date01_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 {#6103 -form: Symfony\Component\Form\Form {#6204 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6113 …5} |
| full_name | "pia_reservation[hope_date01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_date01" |
| label | "第1希望日" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hope_date01" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_date01" |
| valid | true |
| value | "" |
hope_time01
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
[ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| label | "第1希望時間" |
same as passed value |
| placeholder | "時間を選択してください" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| 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 | "第1希望時間" |
| 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() {#6067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6066 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_pia_reservation_hope_time01" ] |
| cache_key | "_pia_reservation_hope_time01_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6069 +label: "10:00" +value: "10:00" +data: "10:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6046 +label: "10:30" +value: "10:30" +data: "10:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6242 +label: "11:00" +value: "11:00" +data: "11:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6243 +label: "11:30" +value: "11:30" +data: "11:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6244 +label: "12:00" +value: "12:00" +data: "12:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6245 +label: "12:30" +value: "12:30" +data: "12:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6246 +label: "13:00" +value: "13:00" +data: "13:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6247 +label: "13:30" +value: "13:30" +data: "13:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6272 +label: "14:00" +value: "14:00" +data: "14:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6273 +label: "14:30" +value: "14:30" +data: "14:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6274 +label: "15:00" +value: "15:00" +data: "15:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6275 +label: "15:30" +value: "15:30" +data: "15:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6276 +label: "16:00" +value: "16:00" +data: "16:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6277 +label: "16:30" +value: "16:30" +data: "16:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6278 +label: "17:00" +value: "17:00" +data: "17:00" +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 {#6092 -form: Symfony\Component\Form\Form {#6207 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6082 …5} |
| full_name | "pia_reservation[hope_time01]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_time01" |
| is_selected | Closure($choice, $value) {#6280 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6053 …} } |
| label | "第1希望時間" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "hope_time01" |
| placeholder | "時間を選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_time01" |
| valid | true |
| value | "" |
hope_date02
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
[ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| label | "第2希望日" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6079 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| 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 | "第2希望日" |
| 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() {#6081 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6080 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_pia_reservation_hope_date02" ] |
| cache_key | "_pia_reservation_hope_date02_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 {#6281 -form: Symfony\Component\Form\Form {#6210 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6282 …5} |
| full_name | "pia_reservation[hope_date02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_date02" |
| label | "第2希望日" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hope_date02" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_date02" |
| valid | true |
| value | "" |
hope_time02
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
[ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| label | "第2希望時間" |
same as passed value |
| placeholder | "時間を選択してください" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| 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 | "第2希望時間" |
| 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() {#6091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6090 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_pia_reservation_hope_time02" ] |
| cache_key | "_pia_reservation_hope_time02_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6069 +label: "10:00" +value: "10:00" +data: "10:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6046 +label: "10:30" +value: "10:30" +data: "10:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6242 +label: "11:00" +value: "11:00" +data: "11:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6243 +label: "11:30" +value: "11:30" +data: "11:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6244 +label: "12:00" +value: "12:00" +data: "12:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6245 +label: "12:30" +value: "12:30" +data: "12:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6246 +label: "13:00" +value: "13:00" +data: "13:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6247 +label: "13:30" +value: "13:30" +data: "13:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6272 +label: "14:00" +value: "14:00" +data: "14:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6273 +label: "14:30" +value: "14:30" +data: "14:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6274 +label: "15:00" +value: "15:00" +data: "15:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6275 +label: "15:30" +value: "15:30" +data: "15:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6276 +label: "16:00" +value: "16:00" +data: "16:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6277 +label: "16:30" +value: "16:30" +data: "16:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6278 +label: "17:00" +value: "17:00" +data: "17:00" +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 {#6283 -form: Symfony\Component\Form\Form {#6213 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6284 …5} |
| full_name | "pia_reservation[hope_time02]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_time02" |
| is_selected | Closure($choice, $value) {#6285 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6053 …} } |
| label | "第2希望時間" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "hope_time02" |
| placeholder | "時間を選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_time02" |
| valid | true |
| value | "" |
hope_date03
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
[ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| label | "第3希望日" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6100 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| 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 | "第3希望日" |
| 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() {#6102 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6101 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "YYYY-MM-DD" "readonly" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_pia_reservation_hope_date03" ] |
| cache_key | "_pia_reservation_hope_date03_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 {#6286 -form: Symfony\Component\Form\Form {#6216 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6287 …5} |
| full_name | "pia_reservation[hope_date03]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_date03" |
| label | "第3希望日" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hope_date03" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_date03" |
| valid | true |
| value | "" |
hope_time03
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
[ "10:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| label | "第3希望時間" |
same as passed value |
| placeholder | "時間を選択してください" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| 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:00" => "10:00" "10:30" => "10:30" "11:00" => "11:00" "11:30" => "11:30" "12:00" => "12:00" "12:30" => "12:30" "13:00" => "13:00" "13:30" => "13:30" "14:00" => "14:00" "14:30" => "14:30" "15:00" => "15:00" "15:30" => "15:30" "16:00" => "16:00" "16:30" => "16:30" "17:00" => "17:00" ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| 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 | "第3希望時間" |
| 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() {#6112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6111 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_pia_reservation_hope_time03" ] |
| cache_key | "_pia_reservation_hope_time03_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6069 +label: "10:00" +value: "10:00" +data: "10:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6046 +label: "10:30" +value: "10:30" +data: "10:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6242 +label: "11:00" +value: "11:00" +data: "11:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6243 +label: "11:30" +value: "11:30" +data: "11:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6244 +label: "12:00" +value: "12:00" +data: "12:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6245 +label: "12:30" +value: "12:30" +data: "12:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6246 +label: "13:00" +value: "13:00" +data: "13:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6247 +label: "13:30" +value: "13:30" +data: "13:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6272 +label: "14:00" +value: "14:00" +data: "14:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6273 +label: "14:30" +value: "14:30" +data: "14:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6274 +label: "15:00" +value: "15:00" +data: "15:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6275 +label: "15:30" +value: "15:30" +data: "15:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6276 +label: "16:00" +value: "16:00" +data: "16:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6277 +label: "16:30" +value: "16:30" +data: "16:30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6278 +label: "17:00" +value: "17:00" +data: "17:00" +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 {#6288 -form: Symfony\Component\Form\Form {#6219 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6289 …5} |
| full_name | "pia_reservation[hope_time03]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_hope_time03" |
| is_selected | Closure($choice, $value) {#6290 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6053 …} } |
| label | "第3希望時間" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "hope_time03" |
| placeholder | "時間を選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_hope_time03" |
| valid | true |
| value | "" |
reservation_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6028 +payload: null +message: "お名前を入力してください。" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6028 +payload: null +message: "お名前を入力してください。" +allowNull: false +normalizer: null } ] |
| label | "お名前" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6028 +payload: null +message: "お名前を入力してください。" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "お名前" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6122 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_pia_reservation_reservation_name" ] |
| cache_key | "_pia_reservation_reservation_name_text" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6291 -form: Symfony\Component\Form\Form {#6222 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6292 …5} |
| full_name | "pia_reservation[reservation_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_reservation_name" |
| label | "お名前" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reservation_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_reservation_name" |
| valid | true |
| value | "" |
reservation_tel
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6029 +payload: null +message: "電話番号を入力してください。" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6029 +payload: null +message: "電話番号を入力してください。" +allowNull: false +normalizer: null } ] |
| label | "電話番号" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6029 +payload: null +message: "電話番号を入力してください。" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6137 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6136 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_pia_reservation_reservation_tel" ] |
| cache_key | "_pia_reservation_reservation_tel_tel" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6293 -form: Symfony\Component\Form\Form {#6225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6294 …5} |
| full_name | "pia_reservation[reservation_tel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_reservation_tel" |
| label | "電話番号" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reservation_tel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_reservation_tel" |
| valid | true |
| value | "" |
reservation_email
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6030 +payload: null +message: "メールアドレスを入力してください。" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6031 +payload: null +message: "正しいメールアドレスを入力してください。" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6030 +payload: null +message: "メールアドレスを入力してください。" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6031 +payload: null +message: "正しいメールアドレスを入力してください。" +mode: null +normalizer: null } ] |
| label | "メールアドレス" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6030 +payload: null +message: "メールアドレスを入力してください。" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#6031 +payload: null +message: "正しいメールアドレスを入力してください。" +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6153 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| purify_html | true |
| purify_html_profile | "default" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6155 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6152 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_pia_reservation_reservation_email" ] |
| cache_key | "_pia_reservation_reservation_email_email" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6295 -form: Symfony\Component\Form\Form {#6228 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6296 …5} |
| full_name | "pia_reservation[reservation_email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_reservation_email" |
| label | "メールアドレス" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reservation_email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_reservation_email" |
| valid | true |
| value | "" |
visitor
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "1名" => "1名" "2名" => "2名" "3名" => "3名" "4名" => "4名" "5名以上" => "5名以上" ] |
[ "1名" => "1名" "2名" => "2名" "3名" => "3名" "4名" => "4名" "5名以上" => "5名以上" ] |
| label | "来店人数" |
same as passed value |
| placeholder | "人数を選択してください" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "1名" => "1名" "2名" => "2名" "3名" => "3名" "4名" => "4名" "5名以上" => "5名以上" ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| 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() {#6165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6164 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_pia_reservation_visitor" ] |
| cache_key | "_pia_reservation_visitor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6299 +label: "1名" +value: "1名" +data: "1名" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6300 +label: "2名" +value: "2名" +data: "2名" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6301 +label: "3名" +value: "3名" +data: "3名" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6302 +label: "4名" +value: "4名" +data: "4名" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6303 +label: "5名以上" +value: "5名以上" +data: "5名以上" +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 {#6297 -form: Symfony\Component\Form\Form {#6231 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6298 …5} |
| full_name | "pia_reservation[visitor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_visitor" |
| is_selected | Closure($choice, $value) {#6305 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6053 …} } |
| label | "来店人数" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "visitor" |
| placeholder | "人数を選択してください" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_visitor" |
| valid | true |
| value | "" |
visitor_detail
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "rows" => 3 ] |
[ "class" => "form-control" "rows" => 3 ] |
| label | "来店者詳細" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "rows" => 3 ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| 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() {#6182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6181 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "rows" => 3 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_pia_reservation_visitor_detail" ] |
| cache_key | "_pia_reservation_visitor_detail_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6306 -form: Symfony\Component\Form\Form {#6234 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6307 …5} |
| full_name | "pia_reservation[visitor_detail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_visitor_detail" |
| label | "来店者詳細" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "visitor_detail" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_visitor_detail" |
| valid | true |
| value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "rows" => 5 ] |
[ "class" => "form-control" "rows" => 5 ] |
| label | "ご要望・ご質問" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "rows" => 5 ] |
| 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 {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| 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() {#6193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6192 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_pia_reservation_message" ] |
| cache_key | "_pia_reservation_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6308 -form: Symfony\Component\Form\Form {#6237 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6309 …5} |
| full_name | "pia_reservation[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation_message" |
| label | "ご要望・ご質問" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation_message" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "9021135648.aUp7UPUidP-jdIHYntRNOWxaJLVo60KRfu2pMfsrGkQ.IgAOPpFvHJjtTfHh1oYufBt3VMY-nCHyObibA6JYfgYPAwJgkxETqfMGuQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "9021135648.aUp7UPUidP-jdIHYntRNOWxaJLVo60KRfu2pMfsrGkQ.IgAOPpFvHJjtTfHh1oYufBt3VMY-nCHyObibA6JYfgYPAwJgkxETqfMGuQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1022 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1021 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1018 …} } |
| data | "9021135648.aUp7UPUidP-jdIHYntRNOWxaJLVo60KRfu2pMfsrGkQ.IgAOPpFvHJjtTfHh1oYufBt3VMY-nCHyObibA6JYfgYPAwJgkxETqfMGuQ" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#6314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5959 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6001 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1669 …} $translationDomain: "validators" $message: Closure() {#6313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_pia_reservation__token" ] |
| cache_key | "_pia_reservation__token_hidden" |
| compound | false |
| data | "9021135648.aUp7UPUidP-jdIHYntRNOWxaJLVo60KRfu2pMfsrGkQ.IgAOPpFvHJjtTfHh1oYufBt3VMY-nCHyObibA6JYfgYPAwJgkxETqfMGuQ" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#6328 -form: Symfony\Component\Form\Form {#6323 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6317 …5} |
| full_name | "pia_reservation[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pia_reservation__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pia_reservation__token" |
| valid | true |
| value | "9021135648.aUp7UPUidP-jdIHYntRNOWxaJLVo60KRfu2pMfsrGkQ.IgAOPpFvHJjtTfHh1oYufBt3VMY-nCHyObibA6JYfgYPAwJgkxETqfMGuQ" |