- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- VichUploader
- 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
-
-
fullname
-
subject
-
email
-
phone
-
message
-
captcha
-
_token
-
-
-
fullname
-
email
-
message
-
siteUrl
-
_token
-
contact
"App\Form\ContactType"
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
No options were passed when constructing this form.
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1016 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1017 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1183 -form: Symfony\Component\Form\Form {#1106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1130 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | null |
fullname
"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 | "Nom et prénom" |
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 | [] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1030 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Nom et prénom" |
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() {#1032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1031 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_fullname" ] |
cache_key | "_contact_fullname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1205 -form: Symfony\Component\Form\Form {#1109 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1151 …5} |
full_name | "contact[fullname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_fullname" |
label | "Nom et prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_fullname" |
valid | true |
value | "" |
subject
"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 | "Sujet du message" |
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 | [] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1039 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Sujet du message" |
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() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1040 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_subject" ] |
cache_key | "_contact_subject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1207 -form: Symfony\Component\Form\Form {#1112 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1208 …5} |
full_name | "contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_subject" |
label | "Sujet du message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_subject" |
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 |
---|---|---|
label | "Adresse email" |
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 | [] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1053 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Adresse email" |
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() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1052 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1209 -form: Symfony\Component\Form\Form {#1115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1210 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "Adresse email" |
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 | "_contact_email" |
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 |
---|---|---|
label | "Téléphone" |
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 | [] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1067 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Téléphone" |
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() {#1069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1066 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_contact_phone" ] |
cache_key | "_contact_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1218 -form: Symfony\Component\Form\Form {#1118 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1220 …5} |
full_name | "contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_phone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_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 | [ "rows" => 5 ] |
[ "rows" => 5 ] |
label | "Votre message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 5 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Votre message" |
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() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1081 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 5 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
cache_key | "_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1221 -form: Symfony\Component\Form\Form {#1121 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1222 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | "Votre message" |
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 | "_contact_message" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
---|---|---|
action_name | "contact" |
same as passed value |
constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1024 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1024 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
locale | "fr" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | "contact" |
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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1024 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1096 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "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 |
locale | "fr" |
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() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1099 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_captcha" ] |
cache_key | "_contact_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1223 -form: Symfony\Component\Form\Form {#1124 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1224 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "contact_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
locale | "fr" |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LdHd4ApAAAAAProZD4GFc6818vCrz-rWZyaOTtX" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_captcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "66e34dc9582bd711416.0q2FZ-RF0OwArewMG07o5DoTPFEvYEFug64SJQGw4Lw.muvkBIIRo7No6pVcQj-xkE5DaxAdNBZYyZ9-bE_6kP-o4_wDqxSDwXfq2A" |
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 | "66e34dc9582bd711416.0q2FZ-RF0OwArewMG07o5DoTPFEvYEFug64SJQGw4Lw.muvkBIIRo7No6pVcQj-xkE5DaxAdNBZYyZ9-bE_6kP-o4_wDqxSDwXfq2A" |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data | "66e34dc9582bd711416.0q2FZ-RF0OwArewMG07o5DoTPFEvYEFug64SJQGw4Lw.muvkBIIRo7No6pVcQj-xkE5DaxAdNBZYyZ9-bE_6kP-o4_wDqxSDwXfq2A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1237 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "66e34dc9582bd711416.0q2FZ-RF0OwArewMG07o5DoTPFEvYEFug64SJQGw4Lw.muvkBIIRo7No6pVcQj-xkE5DaxAdNBZYyZ9-bE_6kP-o4_wDqxSDwXfq2A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1248 -form: Symfony\Component\Form\Form {#1244 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1239 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__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__token" |
valid | true |
value | "66e34dc9582bd711416.0q2FZ-RF0OwArewMG07o5DoTPFEvYEFug64SJQGw4Lw.muvkBIIRo7No6pVcQj-xkE5DaxAdNBZYyZ9-bE_6kP-o4_wDqxSDwXfq2A" |
testimonial
"App\Form\TestimonialType"
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
No options were passed when constructing this form.
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | "App\Entity\Testimonials" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1042 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} use: { $class: "App\Entity\Testimonials" } } |
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() {#1128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1033 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "testimonial" "_testimonial" ] |
cache_key | "_testimonial_testimonial" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1250 -form: Symfony\Component\Form\Form {#1189 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1251 …5} |
full_name | "testimonial" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "testimonial" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_testimonial" |
valid | true |
value | null |
fullname
"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" => "Nom complet" ] |
[ "placeholder" => "Nom complet" ] |
label | "Nom complet" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom complet" ] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Nom complet" |
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() {#1150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1149 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom complet" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_testimonial_fullname" ] |
cache_key | "_testimonial_fullname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1255 -form: Symfony\Component\Form\Form {#1192 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1254 …5} |
full_name | "testimonial[fullname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial_fullname" |
label | "Nom complet" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_testimonial_fullname" |
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" => "Adresse email" ] |
[ "placeholder" => "Adresse email" ] |
label | "Adresse email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse email" ] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Adresse email" |
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() {#1159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1158 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_testimonial_email" ] |
cache_key | "_testimonial_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1256 -form: Symfony\Component\Form\Form {#1195 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1257 …5} |
full_name | "testimonial[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial_email" |
label | "Adresse email" |
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 | "_testimonial_email" |
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 | [ "placeholder" => "Message" ] |
[ "placeholder" => "Message" ] |
label | "Message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Message" ] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1166 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Message" |
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() {#1168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1167 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_testimonial_message" ] |
cache_key | "_testimonial_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1258 -form: Symfony\Component\Form\Form {#1198 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1259 …5} |
full_name | "testimonial[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial_message" |
label | "Message" |
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 | "_testimonial_message" |
valid | true |
value | "" |
siteUrl
"Symfony\Component\Form\Extension\Core\Type\UrlType"
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" => "Site web" ] |
[ "placeholder" => "Site web" ] |
label | "Site web" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Site web" ] |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data_class | null |
default_protocol | "http" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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 | "Site web" |
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() {#1182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1179 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Site web" "inputmode" => "url" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "url" "_testimonial_siteUrl" ] |
cache_key | "_testimonial_siteUrl_url" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1260 -form: Symfony\Component\Form\Form {#1201 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1261 …5} |
full_name | "testimonial[siteUrl]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial_siteUrl" |
label | "Site web" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "siteUrl" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "text" |
unique_block_prefix | "_testimonial_siteUrl" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "66e89f7783c2323.ziavRJkp6LdfmR3lhCfMXm0BJclfSKeP4YXnu-MO6WA.l3bBBdphitsPz0KD0mSPGyVSYZgxMuLuj_yv_pF8pBqrQN8G-2K--A-0SA" |
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 | "66e89f7783c2323.ziavRJkp6LdfmR3lhCfMXm0BJclfSKeP4YXnu-MO6WA.l3bBBdphitsPz0KD0mSPGyVSYZgxMuLuj_yv_pF8pBqrQN8G-2K--A-0SA" |
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 {#196 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#198 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#199 …} -namespace: Closure() {#201 …} } |
data | "66e89f7783c2323.ziavRJkp6LdfmR3lhCfMXm0BJclfSKeP4YXnu-MO6WA.l3bBBdphitsPz0KD0mSPGyVSYZgxMuLuj_yv_pF8pBqrQN8G-2K--A-0SA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#954 …} } |
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() {#1262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#998 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1263 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_testimonial__token" ] |
cache_key | "_testimonial__token_hidden" |
compound | false |
data | "66e89f7783c2323.ziavRJkp6LdfmR3lhCfMXm0BJclfSKeP4YXnu-MO6WA.l3bBBdphitsPz0KD0mSPGyVSYZgxMuLuj_yv_pF8pBqrQN8G-2K--A-0SA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1273 -form: Symfony\Component\Form\Form {#1269 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1264 …5} |
full_name | "testimonial[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "testimonial__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 | "_testimonial__token" |
valid | true |
value | "66e89f7783c2323.ziavRJkp6LdfmR3lhCfMXm0BJclfSKeP4YXnu-MO6WA.l3bBBdphitsPz0KD0mSPGyVSYZgxMuLuj_yv_pF8pBqrQN8G-2K--A-0SA" |