- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#516 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| 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() {#492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#515 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#833 -form: Symfony\Component\Form\Form {#813 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#485 …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 |
name
"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 | [ "class" => "input-form" "placeholder" => "Votre nom et prénom" ] |
[ "class" => "input-form" "placeholder" => "Votre nom et prénom" ] |
| label | "Nom et prénom *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Votre nom et prénom" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom et prénom *" |
| label_attr | [ "class" => "label-form" ] |
| 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() {#752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#751 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Votre nom et prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#862 -form: Symfony\Component\Form\Form {#850 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#863 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | "Nom et prénom *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
postalcode
"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 | [ "class" => "input-form" "placeholder" => "Votre code postal" "pattern" => "\d{2}[ ]?\d{3}" ] |
[ "class" => "input-form" "placeholder" => "Votre code postal" "pattern" => "\d{2}[ ]?\d{3}" ] |
| label | "Code postal *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Votre code postal" "pattern" => "\d{2}[ ]?\d{3}" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| 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 | "Code postal *" |
| label_attr | [ "class" => "label-form" ] |
| 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() {#544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#543 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Votre code postal" "pattern" => "\d{2}[ ]?\d{3}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_postalcode" ] |
| cache_key | "_contact_postalcode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#860 -form: Symfony\Component\Form\Form {#854 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#861 …5} |
| full_name | "contact[postalcode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_postalcode" |
| label | "Code postal *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postalcode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_postalcode" |
| 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 | [ "class" => "input-form" "placeholder" => "Votre adresse mail" ] |
[ "class" => "input-form" "placeholder" => "Votre adresse mail" ] |
| label | "Email *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Votre adresse mail" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#536 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| 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 | "Email *" |
| label_attr | [ "class" => "label-form" ] |
| 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() {#529 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#535 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Votre adresse mail" ] |
| 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 {#852 -form: Symfony\Component\Form\Form {#857 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#831 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "Email *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-form" "placeholder" => "Votre numéro de téléphone" "pattern" => "^(0|\+33)[1-9]([-. ]?[0-9]{2}){2,4}$" ] |
[ "class" => "input-form" "placeholder" => "Votre numéro de téléphone" "pattern" => "^(0|\+33)[1-9]([-. ]?[0-9]{2}){2,4}$" ] |
| label | "Numéro de téléphone *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Votre numéro de téléphone" "pattern" => "^(0|\+33)[1-9]([-. ]?[0-9]{2}){2,4}$" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| 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 | "Numéro de téléphone *" |
| label_attr | [ "class" => "label-form" ] |
| 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() {#722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#730 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Votre numéro de téléphone" "pattern" => "^(0|\+33)[1-9]([-. ]?[0-9]{2}){2,4}$" ] |
| 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 {#807 -form: Symfony\Component\Form\Form {#815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#792 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | "Numéro de téléphone *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
choice
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-form" "placeholder" => "Couverture, Isolation, Ravalement de façade,..." ] |
[ "class" => "input-form" "placeholder" => "Couverture, Isolation, Ravalement de façade,..." ] |
| choices | [ "Couverture" => "Couverture" "Isolation thermique extérieur" => "Isolation thermique extérieur" "Isolation des combles" => "Isolation des combles" "Ravalement de façade" => "Ravalement de façade" "Intérieur" => "Intérieur" ] |
[ "Couverture" => "Couverture" "Isolation thermique extérieur" => "Isolation thermique extérieur" "Isolation des combles" => "Isolation des combles" "Ravalement de façade" => "Ravalement de façade" "Intérieur" => "Intérieur" ] |
| expanded | false |
false
|
| label | "Prestation désirée *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Couverture, Isolation, Ravalement de façade,..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Couverture" => "Couverture" "Isolation thermique extérieur" => "Isolation thermique extérieur" "Isolation des combles" => "Isolation des combles" "Ravalement de façade" => "Ravalement de façade" "Intérieur" => "Intérieur" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prestation désirée *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#750 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Couverture, Isolation, Ravalement de façade,..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_choice" ] |
| cache_key | "_contact_choice_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#723 +label: "Couverture" +value: "Couverture" +data: "Couverture" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#527 +label: "Isolation thermique extérieur" +value: "Isolation thermique extérieur" +data: "Isolation thermique extérieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#546 +label: "Isolation des combles" +value: "Isolation des combles" +data: "Isolation des combles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#753 +label: "Ravalement de façade" +value: "Ravalement de façade" +data: "Ravalement de façade" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#832 +label: "Intérieur" +value: "Intérieur" +data: "Intérieur" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#780 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#757 …5} |
| full_name | "contact[choice]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_choice" |
| is_selected | Closure($choice, $value) {#865 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#732 …} } |
| label | "Prestation désirée *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "choice" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_choice" |
| 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 | [ "class" => "input-form" "placeholder" => "Description des travaux (pièce, surface, matériaux souhaité....)" "cols" => "30" "rows" => "10" ] |
[ "class" => "input-form" "placeholder" => "Description des travaux (pièce, surface, matériaux souhaité....)" "cols" => "30" "rows" => "10" ] |
| label | "Message *" |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-form" "placeholder" => "Description des travaux (pièce, surface, matériaux souhaité....)" "cols" => "30" "rows" => "10" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Message *" |
| label_attr | [ "class" => "label-form" ] |
| 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() {#779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#769 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-form" "placeholder" => "Description des travaux (pièce, surface, matériaux souhaité....)" "cols" => "30" "rows" => "10" ] |
| 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 {#838 -form: Symfony\Component\Form\Form {#821 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#867 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "Message *" |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
dataPolicy
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "checkbox-effect checkbox-effect-1" ] |
[ "class" => "checkbox-effect checkbox-effect-1" ] |
| label | "En soumettant ce formulaire, j'accepte que mes informations soient utilisées exclusivement dans le cadre de ma demande et de la relation commerciale éthique et personnalisée qui pourrait en découler." |
same as passed value |
| label_attr | [ "class" => "label-form" ] |
[ "class" => "label-form" ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "checkbox-effect checkbox-effect-1" ] |
| 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#788 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#785 …} } |
| 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 {#786 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "En soumettant ce formulaire, j'accepte que mes informations soient utilisées exclusivement dans le cadre de ma demande et de la relation commerciale éthique et personnalisée qui pourrait en découler." |
| label_attr | [ "class" => "label-form" ] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#793 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "checkbox-effect checkbox-effect-1" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_dataPolicy" ] |
| cache_key | "_contact_dataPolicy_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#868 -form: Symfony\Component\Form\Form {#824 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#869 …5} |
| full_name | "contact[dataPolicy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_dataPolicy" |
| label | "En soumettant ce formulaire, j'accepte que mes informations soient utilisées exclusivement dans le cadre de ma demande et de la relation commerciale éthique et personnalisée qui pourrait en découler." |
| label_attr | [ "class" => "label-form" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dataPolicy" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_dataPolicy" |
| valid | true |
| value | "1" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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" => "btn-devis" ] |
[ "class" => "btn-devis" ] |
| label | "FAIRE MA DEMANDE DE DEVIS" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-devis" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "FAIRE MA DEMANDE DE DEVIS" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-devis" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_submit" ] |
| cache_key | "_contact_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#871 …5} |
| full_name | "contact[submit]" |
| id | "contact_submit" |
| label | "FAIRE MA DEMANDE DE DEVIS" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "42b463332fcf2ddd07ba2daec11ad3.XfJBzYAN221k-4gd8dpvpRajU5at1gyJZwoFDjkM9Ng.PLc7qepgriAIw8BOsuoqw3n6ZaKflELFFUZxZ0FGgpIKyzeutTrqK1C_uA" |
| 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 | "42b463332fcf2ddd07ba2daec11ad3.XfJBzYAN221k-4gd8dpvpRajU5at1gyJZwoFDjkM9Ng.PLc7qepgriAIw8BOsuoqw3n6ZaKflELFFUZxZ0FGgpIKyzeutTrqK1C_uA" |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#188 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#191 …} } |
| data | "42b463332fcf2ddd07ba2daec11ad3.XfJBzYAN221k-4gd8dpvpRajU5at1gyJZwoFDjkM9Ng.PLc7qepgriAIw8BOsuoqw3n6ZaKflELFFUZxZ0FGgpIKyzeutTrqK1C_uA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#599 …} } |
| 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() {#889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#551 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#111 …} $translationDomain: "validators" $message: Closure() {#884 …} } } |
| 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 | "42b463332fcf2ddd07ba2daec11ad3.XfJBzYAN221k-4gd8dpvpRajU5at1gyJZwoFDjkM9Ng.PLc7qepgriAIw8BOsuoqw3n6ZaKflELFFUZxZ0FGgpIKyzeutTrqK1C_uA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#899 -form: Symfony\Component\Form\Form {#895 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#890 …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 | "42b463332fcf2ddd07ba2daec11ad3.XfJBzYAN221k-4gd8dpvpRajU5at1gyJZwoFDjkM9Ng.PLc7qepgriAIw8BOsuoqw3n6ZaKflELFFUZxZ0FGgpIKyzeutTrqK1C_uA" |