- Request / Response
 - Performance
 - Validator
 - Forms
 - Exception
 - Logs 3
 - Events
 - Routing
 - Cache
 - Translation 6
 - Security
 - Twig
 - HTTP Client
 - Doctrine
 - Migrations
 - Debug
 - Messages
 - E-mails
 - Notifications
 - 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 | App\Model\ContactDTO {#881 -firstname: null -lastname: null -email: null -phone: null -message: null -sign: null }  | 
                    
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | App\Model\ContactDTO {#881 -firstname: null -lastname: null -email: null -phone: null -message: null -sign: 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data | App\Model\ContactDTO {#881 -firstname: null -lastname: null -email: null -phone: null -message: null -sign: null }  | 
                
| data_class | "App\Model\ContactDTO" | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#1007 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} use: { $class: "App\Model\ContactDTO" } }  | 
                
| 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() {#1005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1006 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | []  | 
                
| attr_translation_parameters | []  | 
                
| block_prefixes | [ "form" "contact" "_contact" ]  | 
                
| cache_key | "_contact_contact" | 
                
| compound | true | 
                
| data | App\Model\ContactDTO {#881 -firstname: null -lastname: null -email: null -phone: null -message: null -sign: null }  | 
                
| disabled | false | 
                
| errors | Symfony\Component\Form\FormErrorIterator {#1127 -form: Symfony\Component\Form\Form {#1080 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1004 …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 | App\Model\ContactDTO {#881 -firstname: null -lastname: null -email: null -phone: null -message: null -sign: 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 | 
|---|---|---|
| attr | [ "placeholder" => "Prénom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                    
                                                                                                                            [ "placeholder" => "Prénom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "placeholder" => "Prénom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#1024 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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 | 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 | false | 
                
| row_attr | []  | 
                
| setter | null | 
                
| translation_domain | null | 
                
| trim | true | 
                
| upload_max_size_message | Closure() {#1051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1050 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "placeholder" => "Prénom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#1133 -form: Symfony\Component\Form\Form {#1113 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1134 …5}  | 
                
| full_name | "contact[firstname]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_firstname" | 
                
| label | null | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "firstname" | 
                
| priority | 0 | 
                
| required | false | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| 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 | 
|---|---|---|
| attr | [ "placeholder" => "Nom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                    
                                                                                                                            [ "placeholder" => "Nom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "placeholder" => "Nom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#984 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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 | 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 | false | 
                
| row_attr | []  | 
                
| setter | null | 
                
| translation_domain | null | 
                
| trim | true | 
                
| upload_max_size_message | Closure() {#982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#983 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "placeholder" => "Nom*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#1132 -form: Symfony\Component\Form\Form {#1117 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1131 …5}  | 
                
| full_name | "contact[lastname]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_lastname" | 
                
| label | null | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "lastname" | 
                
| priority | 0 | 
                
| required | false | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| unique_block_prefix | "_contact_lastname" | 
                
| 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 | 
|---|---|---|
| attr | [ "placeholder" => "Téléphone ou GSM*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                    
                                                                                                                            [ "placeholder" => "Téléphone ou GSM*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "placeholder" => "Téléphone ou GSM*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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 | 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 | false | 
                
| row_attr | []  | 
                
| setter | null | 
                
| translation_domain | null | 
                
| trim | true | 
                
| upload_max_size_message | Closure() {#997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#991 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "placeholder" => "Téléphone ou GSM*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#1130 -form: Symfony\Component\Form\Form {#1120 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1129 …5}  | 
                
| full_name | "contact[phone]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_phone" | 
                
| label | null | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "phone" | 
                
| priority | 0 | 
                
| required | false | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| unique_block_prefix | "_contact_phone" | 
                
| 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 mail*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                    
                                                                                                                            [ "placeholder" => "Adresse mail*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "placeholder" => "Adresse mail*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#1022 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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 | 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 | false | 
                
| row_attr | []  | 
                
| setter | null | 
                
| translation_domain | null | 
                
| trim | true | 
                
| upload_max_size_message | Closure() {#1030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1023 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "placeholder" => "Adresse mail*" "class" => "mb-2" "autocomplete" => "noo" ]  | 
                
| 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 {#1067 -form: Symfony\Component\Form\Form {#1077 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1044 …5}  | 
                
| full_name | "contact[email]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_email" | 
                
| label | null | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "email" | 
                
| priority | 0 | 
                
| required | false | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| unique_block_prefix | "_contact_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*" "class" => "mb-2" ]  | 
                    
                                                                                                                            [ "placeholder" => "Message*" "class" => "mb-2" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "placeholder" => "Message*" "class" => "mb-2" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#1038 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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 | 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 | false | 
                
| row_attr | []  | 
                
| setter | null | 
                
| translation_domain | null | 
                
| trim | true | 
                
| upload_max_size_message | Closure() {#1043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1037 …} } }  | 
                
| validation_groups | null | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "placeholder" => "Message*" "class" => "mb-2" ]  | 
                
| 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 {#1031 -form: Symfony\Component\Form\Form {#1081 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#998 …5}  | 
                
| full_name | "contact[message]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_message" | 
                
| label | null | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "message" | 
                
| pattern | null | 
                
| priority | 0 | 
                
| required | false | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| unique_block_prefix | "_contact_message" | 
                
| valid | true | 
                
| value | ""  | 
                
sign
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
                    
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "class" => "mb-2" ]  | 
                    
                                                                                                                            [ "class" => "mb-2" ]  | 
                
| label | "J’accepte que mes données personnelles soient utilisées dans le cadre d’une communication avec Floor." | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
                
| allow_extra_fields | false | 
                
| allow_file_upload | false | 
                
| attr | [ "class" => "mb-2" ]  | 
                
| 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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form, $viewData) {#1056 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1049 …} }  | 
                
| error_bubbling | false | 
                
| error_mapping | []  | 
                
| extra_fields_message | "This form should not contain extra fields." | 
                
| false_values | [
  null
] | 
                
| 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 | Closure($modelData): bool {#1054 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
                
| label | "J’accepte que mes données personnelles soient utilisées dans le cadre d’une communication avec Floor." | 
                
| 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() {#1070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1068 …} } }  | 
                
| validation_groups | null | 
                
| value | "1" | 
                
View Variables
| Variable | Value | 
|---|---|
| action | ""  | 
                
| attr | [ "class" => "mb-2" ]  | 
                
| attr_translation_parameters | []  | 
                
| block_prefixes | [ "form" "checkbox" "_contact_sign" ]  | 
                
| cache_key | "_contact_sign_checkbox" | 
                
| checked | false | 
                
| compound | false | 
                
| data | null | 
                
| disabled | false | 
                
| errors | Symfony\Component\Form\FormErrorIterator {#980 -form: Symfony\Component\Form\Form {#1084 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1052 …5}  | 
                
| full_name | "contact[sign]" | 
                
| help | null | 
                
| help_attr | []  | 
                
| help_html | false | 
                
| help_translation_parameters | []  | 
                
| id | "contact_sign" | 
                
| label | "J’accepte que mes données personnelles soient utilisées dans le cadre d’une communication avec Floor." | 
                
| label_attr | []  | 
                
| label_format | null | 
                
| label_html | false | 
                
| label_translation_parameters | []  | 
                
| method | "POST" | 
                
| multipart | false | 
                
| name | "sign" | 
                
| priority | 0 | 
                
| required | true | 
                
| row_attr | []  | 
                
| size | null | 
                
| submitted | false | 
                
| translation_domain | null | 
                
| unique_block_prefix | "_contact_sign" | 
                
| valid | true | 
                
| value | "1" | 
                
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
        
        
                Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "58ca2bc42986.S-egO40Lq9ot_21KKjtbufovGTjwjg5vMEXefZIO7cA.JbDzePc6-pVAthQTc1Js5pACamGn9FojeCa8H9B6i_Q-l8tV_VHs7GSxDg" | 
                    
| 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 | "58ca2bc42986.S-egO40Lq9ot_21KKjtbufovGTjwjg5vMEXefZIO7cA.JbDzePc6-pVAthQTc1Js5pACamGn9FojeCa8H9B6i_Q-l8tV_VHs7GSxDg" | 
                    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 {#959 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#958 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#970 …} -namespace: Closure() {#976 …} }  | 
                
| data | "58ca2bc42986.S-egO40Lq9ot_21KKjtbufovGTjwjg5vMEXefZIO7cA.JbDzePc6-pVAthQTc1Js5pACamGn9FojeCa8H9B6i_Q-l8tV_VHs7GSxDg" | 
                
| data_class | null | 
                
| disabled | false | 
                
| empty_data | Closure(FormInterface $form) {#1139 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#923 …} }  | 
                
| 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() {#1151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#975 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $translationDomain: "validators" $message: Closure() {#1144 …} } }  | 
                
| 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 | "58ca2bc42986.S-egO40Lq9ot_21KKjtbufovGTjwjg5vMEXefZIO7cA.JbDzePc6-pVAthQTc1Js5pACamGn9FojeCa8H9B6i_Q-l8tV_VHs7GSxDg" | 
                
| disabled | false | 
                
| errors | Symfony\Component\Form\FormErrorIterator {#1161 -form: Symfony\Component\Form\Form {#1157 …} -errors: [] }  | 
                
| form | Symfony\Component\Form\FormView {#1152 …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 | "58ca2bc42986.S-egO40Lq9ot_21KKjtbufovGTjwjg5vMEXefZIO7cA.JbDzePc6-pVAthQTc1Js5pACamGn9FojeCa8H9B6i_Q-l8tV_VHs7GSxDg" |