- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | App\Entity\Prospect {#388 #id: null #nom: null #tel: null #dpt: null #email: null #code: null #date: null } | 
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | App\Entity\Prospect {#388 #id: null #nom: null #tel: null #dpt: null #email: null #code: null #date: 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data | App\Entity\Prospect {#388 #id: null #nom: null #tel: null #dpt: null #email: null #code: null #date: null } | 
| data_class | "App\Entity\Prospect" | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#552 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} use: { $class: "App\Entity\Prospect" } } | 
| error_bubbling | true | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | null | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | true | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#551 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "_form" ] | 
| cache_key | "_form_form" | 
| compound | true | 
| data | App\Entity\Prospect {#388 #id: null #nom: null #tel: null #dpt: null #email: null #code: null #date: null } | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#641 -form: Symfony\Component\Form\Form {#595 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#549 …5} | 
| full_name | "form" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form" | 
| label | null | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "form" | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form" | 
| valid | true | 
| value | App\Entity\Prospect {#388 #id: null #nom: null #tel: null #dpt: null #email: null #code: null #date: null } | 
nom
"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 / Prénom" | same as passed value | 
| required | true | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#567 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Nom / Prénom" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | true | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#604 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_nom" ] | 
| cache_key | "_form_nom_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#653 -form: Symfony\Component\Form\Form {#640 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#654 …5} | 
| full_name | "form[nom]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_nom" | 
| label | "Nom / Prénom" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "nom" | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_nom" | 
| valid | true | 
| value | "" | 
tel
"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 | "Tél." | same as passed value | 
| required | true | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#535 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Tél." | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | true | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#521 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#522 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_tel" ] | 
| cache_key | "_form_tel_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#652 -form: Symfony\Component\Form\Form {#642 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#651 …5} | 
| full_name | "form[tel]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_tel" | 
| label | "Tél." | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "tel" | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_tel" | 
| valid | true | 
| value | "" | 
dpt
"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 | "Code Postal" | same as passed value | 
| required | true | same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#540 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Code Postal" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | true | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#541 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_dpt" ] | 
| cache_key | "_form_dpt_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#650 -form: Symfony\Component\Form\Form {#645 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#648 …5} | 
| full_name | "form[dpt]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_dpt" | 
| label | "Code Postal" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "dpt" | 
| required | true | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_dpt" | 
| valid | true | 
| value | "" | 
date
"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 | "Ville" | same as passed value | 
| required | false | false | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Ville" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | false | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#569 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_date" ] | 
| cache_key | "_form_date_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#590 -form: Symfony\Component\Form\Form {#600 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#581 …5} | 
| full_name | "form[date]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_date" | 
| label | "Ville" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "date" | 
| required | false | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_date" | 
| valid | true | 
| value | "" | 
code
"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 | "Adresse" | same as passed value | 
| required | false | false | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#578 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Adresse" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | false | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#580 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#579 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_code" ] | 
| cache_key | "_form_code_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#572 -form: Symfony\Component\Form\Form {#606 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#543 …5} | 
| full_name | "form[code]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_code" | 
| label | "Adresse" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "code" | 
| required | false | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_code" | 
| valid | true | 
| value | "" | 
"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 | "Email" | same as passed value | 
| required | false | false | 
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| attr | [] | 
| attr_translation_parameters | [] | 
| auto_initialize | true | 
| block_name | null | 
| block_prefix | null | 
| by_reference | true | 
| compound | false | 
| constraints | [] | 
| 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#587 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | false | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | "Email" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | true | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | false | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#588 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "text" "_form_email" ] | 
| cache_key | "_form_email_text" | 
| compound | false | 
| data | null | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#520 -form: Symfony\Component\Form\Form {#611 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#566 …5} | 
| full_name | "form[email]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form_email" | 
| label | "Email" | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "email" | 
| required | false | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form_email" | 
| valid | true | 
| value | "" | 
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "QVspyHWFnSaWyxvrGwArW4lHkhRfN43b_lykrFQlM_o" | 
| 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 | "QVspyHWFnSaWyxvrGwArW4lHkhRfN43b_lykrFQlM_o" | 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 {#502 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#512 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#513 …} -namespace: Closure() {#528 …} } | 
| data | "QVspyHWFnSaWyxvrGwArW4lHkhRfN43b_lykrFQlM_o" | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure(FormInterface $form) {#618 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#404 …} } | 
| error_bubbling | true | 
| error_mapping | [] | 
| extra_fields_message | "This form should not contain extra fields." | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| inherit_data | false | 
| invalid_message | "This value is not valid." | 
| invalid_message_parameters | [] | 
| label | null | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| mapped | false | 
| method | "POST" | 
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
| property_path | null | 
| required | false | 
| row_attr | [] | 
| translation_domain | null | 
| trim | true | 
| upload_max_size_message | Closure() {#656 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#483 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#282 …} $translationDomain: "validators" $message: Closure() {#617 …} } } | 
| validation_groups | null | 
View Variables
| Variable | Value | 
|---|---|
| action | "" | 
| attr | [] | 
| attr_translation_parameters | [] | 
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] | 
| cache_key | "_form__token_hidden" | 
| compound | false | 
| data | "QVspyHWFnSaWyxvrGwArW4lHkhRfN43b_lykrFQlM_o" | 
| disabled | false | 
| errors | Symfony\Component\Form\FormErrorIterator {#667 -form: Symfony\Component\Form\Form {#663 …} -errors: [] } | 
| form | Symfony\Component\Form\FormView {#658 …5} | 
| full_name | "form[_token]" | 
| help | null | 
| help_attr | [] | 
| help_html | false | 
| help_translation_parameters | [] | 
| id | "form__token" | 
| label | null | 
| label_attr | [] | 
| label_format | null | 
| label_translation_parameters | [] | 
| method | "POST" | 
| multipart | false | 
| name | "_token" | 
| required | false | 
| row_attr | [] | 
| size | null | 
| submitted | false | 
| translation_domain | null | 
| unique_block_prefix | "_form__token" | 
| valid | true | 
| value | "QVspyHWFnSaWyxvrGwArW4lHkhRfN43b_lykrFQlM_o" |