- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- 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
reserve
"App\Form\App\ReserveType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Reserve {#501 -id: null -firstName: null -lastName: null -tel: null -mail: null -carModel: "blank" -startDate: DateTimeImmutable @1731556759 {#500 date: 2024-11-14 12:59:19.117558 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1731556759 {#500} -endDate: DateTimeImmutable @1731556759 {#500} -endTime: DateTimeImmutable @1731556759 {#500} -remarks: null -status: 0 -createdAt: null -updatedAt: null -deletedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Reserve {#501 -id: null -firstName: null -lastName: null -tel: null -mail: null -carModel: "blank" -startDate: DateTimeImmutable @1731556759 {#500 date: 2024-11-14 12:59:19.117558 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1731556759 {#500} -endDate: DateTimeImmutable @1731556759 {#500} -endTime: DateTimeImmutable @1731556759 {#500} -remarks: null -status: 0 -createdAt: null -updatedAt: null -deletedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data | App\Entity\Reserve {#501 -id: null -firstName: null -lastName: null -tel: null -mail: null -carModel: "blank" -startDate: DateTimeImmutable @1731556759 {#500 date: 2024-11-14 12:59:19.117558 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1731556759 {#500} -endDate: DateTimeImmutable @1731556759 {#500} -endTime: DateTimeImmutable @1731556759 {#500} -remarks: null -status: 0 -createdAt: null -updatedAt: null -deletedAt: null } |
data_class | "App\Entity\Reserve" |
disabled | false |
empty_data | Closure(FormInterface $form) {#626 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $class: "App\Entity\Reserve" } } |
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() {#627 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#625 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "reserve" "_reserve" ] |
cache_key | "_reserve_reserve" |
compound | true |
data | App\Entity\Reserve {#501 -id: null -firstName: null -lastName: null -tel: null -mail: null -carModel: "blank" -startDate: DateTimeImmutable @1731556759 {#500 date: 2024-11-14 12:59:19.117558 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1731556759 {#500} -endDate: DateTimeImmutable @1731556759 {#500} -endTime: DateTimeImmutable @1731556759 {#500} -remarks: null -status: 0 -createdAt: null -updatedAt: null -deletedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#670 -form: Symfony\Component\Form\Form {#702 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#682 …5} |
full_name | "reserve" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reserve" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve" |
valid | true |
value | App\Entity\Reserve {#501 -id: null -firstName: null -lastName: null -tel: null -mail: null -carModel: "blank" -startDate: DateTimeImmutable @1731556759 {#500 date: 2024-11-14 12:59:19.117558 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1731556759 {#500} -endDate: DateTimeImmutable @1731556759 {#500} -endTime: DateTimeImmutable @1731556759 {#500} -remarks: null -status: 0 -createdAt: null -updatedAt: null -deletedAt: null } |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "姓" ] |
[ "placeholder" => "姓" ] |
error_bubbling | true |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "姓" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | false |
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() {#640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#638 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "姓" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reserve_lastName" ] |
cache_key | "_reserve_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#724 -form: Symfony\Component\Form\Form {#705 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#641 …5} |
full_name | "reserve[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_lastName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_lastName" |
valid | true |
value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "名" ] |
[ "placeholder" => "名" ] |
error_bubbling | true |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "名" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#647 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | false |
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() {#648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#646 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "名" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reserve_firstName" ] |
cache_key | "_reserve_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#726 -form: Symfony\Component\Form\Form {#708 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#727 …5} |
full_name | "reserve[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_firstName" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_firstName" |
valid | true |
value | "" |
tel
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "電話番号" ] |
[ "placeholder" => "電話番号" ] |
error_bubbling | true |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "電話番号" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | false |
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() {#656 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#654 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "電話番号" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reserve_tel" ] |
cache_key | "_reserve_tel_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#728 -form: Symfony\Component\Form\Form {#711 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#729 …5} |
full_name | "reserve[tel]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_tel" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tel" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_tel" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "メールアドレス" ] |
[ "placeholder" => "メールアドレス" ] |
error_bubbling | true |
same as passed value |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "メールアドレス" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#668 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | false |
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() {#667 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#669 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "メールアドレス" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_reserve_mail" ] |
cache_key | "_reserve_mail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#751 -form: Symfony\Component\Form\Form {#714 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#753 …5} |
full_name | "reserve[mail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_mail" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mail" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_mail" |
valid | true |
value | "" |
remarks
"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 | [ "placeholder" => "お問合せ・ご相談内容をご記入下さい。" ] |
[ "placeholder" => "お問合せ・ご相談内容をご記入下さい。" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "お問合せ・ご相談内容をご記入下さい。" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#680 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | false |
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() {#681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#679 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "お問合せ・ご相談内容をご記入下さい。" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_reserve_remarks" ] |
cache_key | "_reserve_remarks_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#754 -form: Symfony\Component\Form\Form {#717 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#755 …5} |
full_name | "reserve[remarks]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_remarks" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "remarks" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_remarks" |
valid | true |
value | "" |
agreeTerms
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#633 +message: "利用規約に同意して下さい" +payload: null } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#633 +message: "利用規約に同意して下さい" +payload: null } ] |
error_bubbling | true |
same as passed value |
label | false |
false
|
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 | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#633 +message: "利用規約に同意して下さい" +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#687 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#693 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | false |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#695 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#696 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_reserve_agreeTerms" ] |
cache_key | "_reserve_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#756 -form: Symfony\Component\Form\Form {#720 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#757 …5} |
full_name | "reserve[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve_agreeTerms" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reserve_agreeTerms" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "3ac2062e7e0526452ca9cb238c062.nDVBie5XaVe9xbBtbOEgA0VuTr038s_OvlGjYhubpzA.rn4T8ZkmRCHkgsIdQY9yTSceOtVOy4a-2yPLGHf8l3esZHDlrTMkMf-C9Q" |
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 | "3ac2062e7e0526452ca9cb238c062.nDVBie5XaVe9xbBtbOEgA0VuTr038s_OvlGjYhubpzA.rn4T8ZkmRCHkgsIdQY9yTSceOtVOy4a-2yPLGHf8l3esZHDlrTMkMf-C9Q" |
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 {#605 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#606 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#607 …} -namespace: Closure() {#609 …} } |
data | "3ac2062e7e0526452ca9cb238c062.nDVBie5XaVe9xbBtbOEgA0VuTr038s_OvlGjYhubpzA.rn4T8ZkmRCHkgsIdQY9yTSceOtVOy4a-2yPLGHf8l3esZHDlrTMkMf-C9Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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() {#773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#775 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_reserve__token" ] |
cache_key | "_reserve__token_hidden" |
compound | false |
data | "3ac2062e7e0526452ca9cb238c062.nDVBie5XaVe9xbBtbOEgA0VuTr038s_OvlGjYhubpzA.rn4T8ZkmRCHkgsIdQY9yTSceOtVOy4a-2yPLGHf8l3esZHDlrTMkMf-C9Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#785 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#776 …5} |
full_name | "reserve[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reserve__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 | "_reserve__token" |
valid | true |
value | "3ac2062e7e0526452ca9cb238c062.nDVBie5XaVe9xbBtbOEgA0VuTr038s_OvlGjYhubpzA.rn4T8ZkmRCHkgsIdQY9yTSceOtVOy4a-2yPLGHf8l3esZHDlrTMkMf-C9Q" |