- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 10
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- 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
data
"App\Form\Contact\DataType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact\Data {#509 -name: null -kana: null -phone: null -message: null #deletedAt: null -id: null -email: null -ip: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact\Data {#509 -name: null -kana: null -phone: null -message: null #deletedAt: null -id: null -email: null -ip: 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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data | App\Entity\Contact\Data {#509 -name: null -kana: null -phone: null -message: null #deletedAt: null -id: null -email: null -ip: null } |
data_class | "App\Entity\Contact\Data" |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} use: { $class: "App\Entity\Contact\Data" } } |
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 | [] |
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() {#665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#664 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "data" "_data" ] |
cache_key | "_data_data" |
compound | true |
data | App\Entity\Contact\Data {#509 -name: null -kana: null -phone: null -message: null #deletedAt: null -id: null -email: null -ip: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#808 -form: Symfony\Component\Form\Form {#756 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#807 …5} |
full_name | "data" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "data" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data" |
valid | true |
value | App\Entity\Contact\Data {#509 -name: null -kana: null -phone: null -message: null #deletedAt: null -id: null -email: null -ip: null } |
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#672 +payload: null +message: "形式違反です" +mode: "html5" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#672 +payload: null +message: "形式違反です" +mode: "html5" +normalizer: null } ] |
label | "メールアドレス" |
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 | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#671 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#672 +payload: null +message: "形式違反です" +mode: "html5" +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
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 {#512 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "メールアドレス" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#681 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_data_email" ] |
cache_key | "_data_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#812 -form: Symfony\Component\Form\Form {#759 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#811 …5} |
full_name | "data[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_email" |
label | "メールアドレス" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_email" |
valid | true |
value | "" |
agreement
"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\NotBlank {#688 +payload: null +message: "ご同意をお願いします" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#688 +payload: null +message: "ご同意をお願いします" +allowNull: false +normalizer: null } ] |
label | "プライバシーポリシーの内容を確認し同意します。" |
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 | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#688 +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#700 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#697 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#699 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "プライバシーポリシーの内容を確認し同意します。" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#706 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_data_agreement" ] |
cache_key | "_data_agreement_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#813 -form: Symfony\Component\Form\Form {#762 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#814 …5} |
full_name | "data[agreement]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_agreement" |
label | "プライバシーポリシーの内容を確認し同意します。" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreement" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_agreement" |
valid | true |
value | "1" |
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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#687 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#686 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#687 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#686 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +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 | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#687 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#686 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#714 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} } |
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 | [] |
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() {#712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#713 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_data_name" ] |
cache_key | "_data_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#815 -form: Symfony\Component\Form\Form {#765 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#816 …5} |
full_name | "data[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_name" |
label | "お名前" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_name" |
valid | true |
value | "" |
kana
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#695 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#695 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +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 | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#695 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} } |
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 | [] |
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() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#723 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_data_kana" ] |
cache_key | "_data_kana_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#817 -form: Symfony\Component\Form\Form {#768 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#818 …5} |
full_name | "data[kana]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_kana" |
label | "ふりがな" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "kana" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_kana" |
valid | true |
value | "" |
phone
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#693 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#693 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null } ] |
label | "電話番号" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#693 +payload: null +maxMessage: "文字数オーバーです" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#732 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} } |
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 | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "電話番号" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#731 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_data_phone" ] |
cache_key | "_data_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#819 -form: Symfony\Component\Form\Form {#771 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#820 …5} |
full_name | "data[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_phone" |
label | "電話番号" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_phone" |
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 | [] |
[] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#692 +payload: null +message: "未入力です" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#692 +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 | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#692 +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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} } |
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 | [] |
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() {#750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#744 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_data_message" ] |
cache_key | "_data_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#821 -form: Symfony\Component\Form\Form {#774 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#822 …5} |
full_name | "data[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data_message" |
label | "お問合せ内容" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_data_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9444423d.5wKQDc6_xIu3wD4r7HeUQ5O54lVWJ1Lv7SVMHgUwxxw.tFvZT4b5_dmB8EtAoUfGF-OMqh0UfWuN3hM_Lmh6pHSiOvJFi9qA2-GzCg" |
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 | "9444423d.5wKQDc6_xIu3wD4r7HeUQ5O54lVWJ1Lv7SVMHgUwxxw.tFvZT4b5_dmB8EtAoUfGF-OMqh0UfWuN3hM_Lmh6pHSiOvJFi9qA2-GzCg" |
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 {#641 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#642 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#643 …} -namespace: Closure() {#645 …} } |
data | "9444423d.5wKQDc6_xIu3wD4r7HeUQ5O54lVWJ1Lv7SVMHgUwxxw.tFvZT4b5_dmB8EtAoUfGF-OMqh0UfWuN3hM_Lmh6pHSiOvJFi9qA2-GzCg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#512 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#647 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#827 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_data__token" ] |
cache_key | "_data__token_hidden" |
compound | false |
data | "9444423d.5wKQDc6_xIu3wD4r7HeUQ5O54lVWJ1Lv7SVMHgUwxxw.tFvZT4b5_dmB8EtAoUfGF-OMqh0UfWuN3hM_Lmh6pHSiOvJFi9qA2-GzCg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#838 -form: Symfony\Component\Form\Form {#834 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#829 …5} |
full_name | "data[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "data__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 | "_data__token" |
valid | true |
value | "9444423d.5wKQDc6_xIu3wD4r7HeUQ5O54lVWJ1Lv7SVMHgUwxxw.tFvZT4b5_dmB8EtAoUfGF-OMqh0UfWuN3hM_Lmh6pHSiOvJFi9qA2-GzCg" |