Forms
-
contact_message_form
-
title
-
email
-
type
-
content
-
googleReCaptcha
-
_token
-
contact_message_form
Form type:
"App\Form\ContactMessageFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ContactMessage {#495 -id: null -title: null -content: null -email: ? ?string -type: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\ContactMessage {#495 -id: null -title: null -content: null -email: ? ?string -type: 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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data | App\Entity\ContactMessage {#495 -id: null -title: null -content: null -email: ? ?string -type: null } |
data_class | "App\Entity\ContactMessage" |
disabled | false |
empty_data | Closure(FormInterface $form) {#833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ContactMessage" } } |
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() {#835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#834 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_message_form" "_contact_message_form" ] |
cache_key | "_contact_message_form_contact_message_form" |
compound | true |
data | App\Entity\ContactMessage {#495 -id: null -title: null -content: null -email: ? ?string -type: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#955 -errors: [] -form: Symfony\Component\Form\Form {#960 …} } |
form | Symfony\Component\Form\FormView {#836 …5} |
full_name | "contact_message_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_message_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form" |
valid | true |
value | App\Entity\ContactMessage {#495 -id: null -title: null -content: null -email: ? ?string -type: null } |
title
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input input-bordered w-full" ] |
[ "class" => "input input-bordered w-full" ] |
label | "Tytuł wiadomości" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input input-bordered w-full" ] |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Tytuł wiadomości" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#848 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input input-bordered w-full" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_message_form_title" ] |
cache_key | "_contact_message_form_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#850 -errors: [] -form: Symfony\Component\Form\Form {#963 …} } |
form | Symfony\Component\Form\FormView {#863 …5} |
full_name | "contact_message_form[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_form_title" |
label | "Tytuł wiadomości" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form_title" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input input-bordered w-full" ] |
[ "class" => "input input-bordered w-full" ] |
label | "E-mail" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input input-bordered w-full" ] |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#860 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "E-mail" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#862 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#861 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input input-bordered w-full" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_message_form_email" ] |
cache_key | "_contact_message_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -errors: [] -form: Symfony\Component\Form\Form {#966 …} } |
form | Symfony\Component\Form\FormView {#981 …5} |
full_name | "contact_message_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_form_email" |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form_email" |
valid | true |
value | "" |
type
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select select-bordered w-full" ] |
[ "class" => "select select-bordered w-full" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\ContactMessageType" |
same as passed value |
label | "Typ wiadomości" |
same as passed value |
placeholder | "Wybierz typ wiadomości" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select select-bordered w-full" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#918 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#895 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#919 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#920 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#922 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#921 …} } |
choices | null |
class | "App\Entity\ContactMessageType" |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerLOhvocm\EntityManagerGhost614a58f {#564 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#898 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerLOhvocm\EntityManagerGhost614a58f {#564 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#897 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Typ wiadomości" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Wybierz typ wiadomości" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#892 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select select-bordered w-full" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_contact_message_form_type" ] |
cache_key | "_contact_message_form_type_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#982 -errors: [] -form: Symfony\Component\Form\Form {#969 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#983 …5} |
full_name | "contact_message_form[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_form_type" |
is_selected | Closure($choice, $value) {#998 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Typ wiadomości" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | "Wybierz typ wiadomości" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form_type" |
valid | true |
value | "" |
content
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "textarea textarea-bordered w-full" ] |
[ "class" => "textarea textarea-bordered w-full" ] |
label | "Treść wiadomości" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "textarea textarea-bordered w-full" ] |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#935 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Treść wiadomości" |
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 | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#936 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "textarea textarea-bordered w-full" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message_form_content" ] |
cache_key | "_contact_message_form_content_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1004 -errors: [] -form: Symfony\Component\Form\Form {#972 …} } |
form | Symfony\Component\Form\FormView {#984 …5} |
full_name | "contact_message_form[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_form_content" |
label | "Treść wiadomości" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form_content" |
valid | true |
value | "" |
googleReCaptcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "homepage" |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#952 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
host | null |
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 | [] |
locale | "en" |
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 | [] |
script_nonce_csp | "" |
setter | null |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#953 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "homepage" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_message_form_googleReCaptcha" ] |
cache_key | "_contact_message_form_googleReCaptcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1006 -errors: [] -form: Symfony\Component\Form\Form {#975 …} } |
form | Symfony\Component\Form\FormView {#1094 …5} |
full_name | "contact_message_form[googleReCaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_message_form_googleReCaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "en" |
method | "POST" |
multipart | false |
name | "googleReCaptcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6Lfem0opAAAAAKNan19tFItD1-rv8a1qf5-324Go" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form_googleReCaptcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "3eaaaf02a1b824.Td_SS5TE0IyBSB_xwcZPLs_xDlTydlDujOCosyWq3Tw.KYiUeaLygdntF1ui7KcKY6yhOCO2FzSK2ZPn0GjM6lk6mbQ5-qKGz_UtJw" |
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 | "3eaaaf02a1b824.Td_SS5TE0IyBSB_xwcZPLs_xDlTydlDujOCosyWq3Tw.KYiUeaLygdntF1ui7KcKY6yhOCO2FzSK2ZPn0GjM6lk6mbQ5-qKGz_UtJw" |
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 {#237 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#239 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#238 …} -namespace: Closure() {#235 …} } |
data | "3eaaaf02a1b824.Td_SS5TE0IyBSB_xwcZPLs_xDlTydlDujOCosyWq3Tw.KYiUeaLygdntF1ui7KcKY6yhOCO2FzSK2ZPn0GjM6lk6mbQ5-qKGz_UtJw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1103 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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() {#1005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#426 …} $message: Closure() {#1095 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_message_form__token" ] |
cache_key | "_contact_message_form__token_hidden" |
compound | false |
data | "3eaaaf02a1b824.Td_SS5TE0IyBSB_xwcZPLs_xDlTydlDujOCosyWq3Tw.KYiUeaLygdntF1ui7KcKY6yhOCO2FzSK2ZPn0GjM6lk6mbQ5-qKGz_UtJw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1106 -errors: [] -form: Symfony\Component\Form\Form {#1099 …} } |
form | Symfony\Component\Form\FormView {#1096 …5} |
full_name | "contact_message_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message_form__token" |
valid | true |
value | "3eaaaf02a1b824.Td_SS5TE0IyBSB_xwcZPLs_xDlTydlDujOCosyWq3Tw.KYiUeaLygdntF1ui7KcKY6yhOCO2FzSK2ZPn0GjM6lk6mbQ5-qKGz_UtJw" |