- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 10
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
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 {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | "App\Model\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} use: { $class: "App\Model\Contact" } } |
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() {#617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#616 …} } } |
validation_groups | [
"Default"
] |
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 {#540 -form: Symfony\Component\Form\Form {#566 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#618 …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 |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#601 +message: "Votre prénom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#604 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#601 +message: "Votre prénom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#604 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
label | "form.contact.firstname" |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#601 +message: "Votre prénom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#604 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#564 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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 | "form.contact.firstname" |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#565 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_firstname" ] |
cache_key | "_contact_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#545 -form: Symfony\Component\Form\Form {#767 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#763 …5} |
full_name | "contact[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_firstname" |
label | "form.contact.firstname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_firstname" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#721 +message: "Votre nom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#729 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#721 +message: "Votre nom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#729 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
label | "form.contact.lastname" |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#721 +message: "Votre nom est obligatoire" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#729 +message: "Les chiffres et les caractères spéciaux ne sont pas autorisés" +pattern: "/^[a-zA-Z-ëêéèâàäôïîç ]*$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#719 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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 | "form.contact.lastname" |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#723 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_lastname" ] |
cache_key | "_contact_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#544 -form: Symfony\Component\Form\Form {#771 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#543 …5} |
full_name | "contact[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_lastname" |
label | "form.contact.lastname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_contact_lastname" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#726 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#560 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#726 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#560 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
label | "form.contact.email" |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#726 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#560 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#624 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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 | "form.contact.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 | "form" |
trim | true |
upload_max_size_message | Closure() {#599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#623 …} } } |
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 {#542 -form: Symfony\Component\Form\Form {#774 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#541 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "form.contact.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 | "form" |
unique_block_prefix | "_contact_email" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#742 +message: "L'objet de votre demande est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#742 +message: "L'objet de votre demande est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
label | "form.contact.subject" |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#742 +message: "L'objet de votre demande est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#591 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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 | "form.contact.subject" |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#590 …} } } |
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 {#575 -form: Symfony\Component\Form\Form {#557 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#588 …5} |
full_name | "contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_subject" |
label | "form.contact.subject" |
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 | "form" |
unique_block_prefix | "_contact_subject" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#725 +message: "Votre message est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#725 +message: "Votre message est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
label | "form.contact.message" |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#725 +message: "Votre message est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#581 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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 | "form.contact.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 | "form" |
trim | true |
upload_max_size_message | Closure() {#576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#582 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#597 -form: Symfony\Component\Form\Form {#554 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#628 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | "form.contact.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 | "form" |
unique_block_prefix | "_contact_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "aadaf75e34cdf459.Ty8HuXu_U6oun9tpNssACqY-YYg34LTdHFMz7UcOFLA.Dkllz0_2KsVf15cxDokzZeFMU99i1fqNLidGmilaUtghTFLrH-4-2XHFuA" |
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 | "aadaf75e34cdf459.Ty8HuXu_U6oun9tpNssACqY-YYg34LTdHFMz7UcOFLA.Dkllz0_2KsVf15cxDokzZeFMU99i1fqNLidGmilaUtghTFLrH-4-2XHFuA" |
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 {#49 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#77 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#78 …} -namespace: Closure() {#25 …} } |
data | "aadaf75e34cdf459.Ty8HuXu_U6oun9tpNssACqY-YYg34LTdHFMz7UcOFLA.Dkllz0_2KsVf15cxDokzZeFMU99i1fqNLidGmilaUtghTFLrH-4-2XHFuA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#779 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#303 …} } |
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() {#784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#759 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#375 …} $translationDomain: "validators" $message: Closure() {#673 …} } } |
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 | "aadaf75e34cdf459.Ty8HuXu_U6oun9tpNssACqY-YYg34LTdHFMz7UcOFLA.Dkllz0_2KsVf15cxDokzZeFMU99i1fqNLidGmilaUtghTFLrH-4-2XHFuA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#795 -form: Symfony\Component\Form\Form {#791 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#786 …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 | "aadaf75e34cdf459.Ty8HuXu_U6oun9tpNssACqY-YYg34LTdHFMz7UcOFLA.Dkllz0_2KsVf15cxDokzZeFMU99i1fqNLidGmilaUtghTFLrH-4-2XHFuA" |