- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- EasyAdmin
- 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
contact_us_form
"App\Form\ContactUsFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "action" => "/contact-us" "method" => "POST" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [ "action" => "/contact-us" "method" => "POST" ] |
[ "action" => "/contact-us" "method" => "POST" ] |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data | [ "action" => "/contact-us" "method" => "POST" ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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() {#612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#611 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_us_form" "_contact_us_form" ] |
cache_key | "_contact_us_form_contact_us_form" |
compound | true |
data | [ "action" => "/contact-us" "method" => "POST" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#681 -form: Symfony\Component\Form\Form {#682 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#613 …5} |
full_name | "contact_us_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_us_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form" |
valid | true |
value | [ "action" => "/contact-us" "method" => "POST" ] |
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 |
---|---|---|
label | "Jméno a příjmení" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [] |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#627 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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 | "Jméno a příjmení" |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#628 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_form_name" ] |
cache_key | "_contact_us_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#630 -form: Symfony\Component\Form\Form {#685 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#643 …5} |
full_name | "contact_us_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_name" |
label | "Jméno a příjmení" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_name" |
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 |
---|---|---|
constraints | [ App\Validator\Constraints\AtLeastOneNotNull {#618 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
[ App\Validator\Constraints\AtLeastOneNotNull {#618 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
label | "Emailová adresa" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ App\Validator\Constraints\AtLeastOneNotNull {#618 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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 | "Emailová adresa" |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#641 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_us_form_email" ] |
cache_key | "_contact_us_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#700 -form: Symfony\Component\Form\Form {#688 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#702 …5} |
full_name | "contact_us_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_email" |
label | "Emailová adresa" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_email" |
valid | true |
value | "" |
phone
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Regex {#619 +payload: null +message: "Vyplňte platné telefonní číslo" +pattern: "/^(\+?3[0-9]{1,2}\s?)?((\([0-9]{1,5}\))|[0-9]{1,5})\s?[0-9]{1,9}((\s|-)[0-9]{1,9})?$/" +htmlPattern: null +match: true +normalizer: null } App\Validator\Constraints\AtLeastOneNotNull {#620 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
[ Symfony\Component\Validator\Constraints\Regex {#619 +payload: null +message: "Vyplňte platné telefonní číslo" +pattern: "/^(\+?3[0-9]{1,2}\s?)?((\([0-9]{1,5}\))|[0-9]{1,5})\s?[0-9]{1,9}((\s|-)[0-9]{1,9})?$/" +htmlPattern: null +match: true +normalizer: null } App\Validator\Constraints\AtLeastOneNotNull {#620 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
label | "Telefonní číslo" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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\Regex {#619 +payload: null +message: "Vyplňte platné telefonní číslo" +pattern: "/^(\+?3[0-9]{1,2}\s?)?((\([0-9]{1,5}\))|[0-9]{1,5})\s?[0-9]{1,9}((\s|-)[0-9]{1,9})?$/" +htmlPattern: null +match: true +normalizer: null } App\Validator\Constraints\AtLeastOneNotNull {#620 +payload: null +groups: [ "fields" => [ "email" "phone" ] "message" => "Email nebo telefonní číslo musí být vyplněno." ] +message: "Alespoň jedno pole usí být vyplněné." } ] |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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 | "Telefonní číslo" |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#650 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_form_phone" ] |
cache_key | "_contact_us_form_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#703 -form: Symfony\Component\Form\Form {#691 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#704 …5} |
full_name | "contact_us_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_phone" |
label | "Telefonní číslo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_phone" |
valid | true |
value | "" |
message
"Eckinox\TinymceBundle\Form\Type\TinymceType"
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 | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
[ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
label | "Váš dotaz" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "Vyplňte text zprávy" +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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 | "Váš dotaz" |
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 | [ "class" => "form-floating mb-3" ] |
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 {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#664 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "tinymce" "_contact_us_form_message" ] |
cache_key | "_contact_us_form_message_tinymce" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#705 -form: Symfony\Component\Form\Form {#694 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#716 …5} |
full_name | "contact_us_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_message" |
label | "Váš dotaz" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_message" |
valid | true |
value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Odeslat zprávu" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Odeslat zprávu" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contact_us_form_save" ] |
cache_key | "_contact_us_form_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#719 …5} |
full_name | "contact_us_form[save]" |
id | "contact_us_form_save" |
label | "Odeslat zprávu" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contact_us_form_save" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "8a7e343014c2accbfbffb1712b7.2jVeZ7SsJ2T1bKGBXMssKBfzhEG0XOJD_b8bST-XQbU.rG0MXuH1YSq0J_axCbN1f0C81Wz9BI8JyvNpfEbZF_meRh1W9u1-U5cW1g" |
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 | "8a7e343014c2accbfbffb1712b7.2jVeZ7SsJ2T1bKGBXMssKBfzhEG0XOJD_b8bST-XQbU.rG0MXuH1YSq0J_axCbN1f0C81Wz9BI8JyvNpfEbZF_meRh1W9u1-U5cW1g" |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data | "8a7e343014c2accbfbffb1712b7.2jVeZ7SsJ2T1bKGBXMssKBfzhEG0XOJD_b8bST-XQbU.rG0MXuH1YSq0J_axCbN1f0C81Wz9BI8JyvNpfEbZF_meRh1W9u1-U5cW1g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#538 …} } |
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() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#736 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_us_form__token" ] |
cache_key | "_contact_us_form__token_hidden" |
compound | false |
data | "8a7e343014c2accbfbffb1712b7.2jVeZ7SsJ2T1bKGBXMssKBfzhEG0XOJD_b8bST-XQbU.rG0MXuH1YSq0J_axCbN1f0C81Wz9BI8JyvNpfEbZF_meRh1W9u1-U5cW1g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#747 -form: Symfony\Component\Form\Form {#743 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#738 …5} |
full_name | "contact_us_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form__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 | "_contact_us_form__token" |
valid | true |
value | "8a7e343014c2accbfbffb1712b7.2jVeZ7SsJ2T1bKGBXMssKBfzhEG0XOJD_b8bST-XQbU.rG0MXuH1YSq0J_axCbN1f0C81Wz9BI8JyvNpfEbZF_meRh1W9u1-U5cW1g" |