- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 58
- Events
- Routing
- Cache
- Translation 14
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 12
- E-mails
- 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
dtc_formulaire_contact
"App\Form\Contact\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Clients\HistoriqueClient {#3002 -id: null -utilisateur: null -client: null -date: DateTime @1785845461 {#3018 date: 2026-08-04 14:11:01.377213 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Clients\HistoriqueClient {#3002 -id: null -utilisateur: null -client: null -date: DateTime @1785845461 {#3018 date: 2026-08-04 14:11:01.377213 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: 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 {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data | App\Entity\Clients\HistoriqueClient {#3002 -id: null -utilisateur: null -client: null -date: DateTime @1785845461 {#3018 date: 2026-08-04 14:11:01.377213 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: null } |
| data_class | "App\Entity\Clients\HistoriqueClient" |
| default_sujet | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3325 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} use: { $class: "App\Entity\Clients\HistoriqueClient" } } |
| 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() {#3323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3324 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "dtc_formulaire_contact" "_dtc_formulaire_contact" ] |
| cache_key | "_dtc_formulaire_contact_dtc_formulaire_contact" |
| compound | true |
| data | App\Entity\Clients\HistoriqueClient {#3002 -id: null -utilisateur: null -client: null -date: DateTime @1785845461 {#3018 date: 2026-08-04 14:11:01.377213 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3449 -form: Symfony\Component\Form\Form {#3430 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3322 …5} |
| full_name | "dtc_formulaire_contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dtc_formulaire_contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact" |
| valid | true |
| value | App\Entity\Clients\HistoriqueClient {#3002 -id: null -utilisateur: null -client: null -date: DateTime @1785845461 {#3018 date: 2026-08-04 14:11:01.377213 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: null } |
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" => "form_control" "rows" => 5 ] |
[ "class" => "form_control" "rows" => 5 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3375 +payload: null +message: "Veuillez saisir un message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3375 +payload: null +message: "Veuillez saisir un message" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form_control" "rows" => 5 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3375 +payload: null +message: "Veuillez saisir un message" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3299 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3302 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form_control" "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_dtc_formulaire_contact_message" ] |
| cache_key | "_dtc_formulaire_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3481 -form: Symfony\Component\Form\Form {#3463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3482 …5} |
| full_name | "dtc_formulaire_contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_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 | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_message" |
| valid | true |
| value | "" |
reference
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3377 +payload: null +message: "Veuillez saisir une référence client" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3377 +payload: null +message: "Veuillez saisir une référence client" +allowNull: false +normalizer: null } ] |
| mapped | false |
false
|
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3377 +payload: null +message: "Veuillez saisir une référence client" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3312 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | 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() {#3314 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_dtc_formulaire_contact_reference" ] |
| cache_key | "_dtc_formulaire_contact_reference_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3480 -form: Symfony\Component\Form\Form {#3467 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3479 …5} |
| full_name | "dtc_formulaire_contact[reference]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_reference" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reference" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_reference" |
| valid | true |
| value | "" |
sujet
"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" => "form_control" ] |
[ "class" => "form_control" ] |
| choices | [ "Demande d'information" => "demande_information" "Support technique" => "support_technique" "Partenariat" => "partenariat" "Autre" => "autre" ] |
[ "Demande d'information" => "demande_information" "Support technique" => "support_technique" "Partenariat" => "partenariat" "Autre" => "autre" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3371 +payload: null +message: "Veuillez sélectionner un sujet" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3371 +payload: null +message: "Veuillez sélectionner un sujet" +allowNull: false +normalizer: null } ] |
| data | null |
null
|
| mapped | false |
false
|
| placeholder | "Sélectionnez un sujet" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form_control" ] |
| 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 | [ "Demande d'information" => "demande_information" "Support technique" => "support_technique" "Partenariat" => "partenariat" "Autre" => "autre" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3371 +payload: null +message: "Veuillez sélectionner un sujet" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data | null |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez un sujet" |
| 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() {#3353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3352 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form_control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_dtc_formulaire_contact_sujet" ] |
| cache_key | "_dtc_formulaire_contact_sujet_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +label: "Demande d'information" +value: "demande_information" +data: "demande_information" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "Support technique" +value: "support_technique" +data: "support_technique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "Partenariat" +value: "partenariat" +data: "partenariat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "Autre" +value: "autre" +data: "autre" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3477 -form: Symfony\Component\Form\Form {#3470 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3448 …5} |
| full_name | "dtc_formulaire_contact[sujet]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_sujet" |
| is_selected | Closure($choice, $value) {#3315 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3320 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sujet" |
| placeholder | "Sélectionnez un sujet" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_sujet" |
| valid | true |
| value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3370 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3370 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
| mapped | false |
false
|
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3370 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3360 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | 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() {#3364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3363 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_dtc_formulaire_contact_prenom" ] |
| cache_key | "_dtc_formulaire_contact_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3355 -form: Symfony\Component\Form\Form {#3427 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3297 …5} |
| full_name | "dtc_formulaire_contact[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_prenom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_prenom" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3369 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3369 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| mapped | false |
false
|
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3369 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3384 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | 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() {#3386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3385 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_dtc_formulaire_contact_nom" ] |
| cache_key | "_dtc_formulaire_contact_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3447 -form: Symfony\Component\Form\Form {#3431 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3454 …5} |
| full_name | "dtc_formulaire_contact[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_nom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_nom" |
| valid | true |
| value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3368 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3342 +payload: null +message: "Le numéro de téléphone n’est pas valide" +pattern: "/^\+?\d{10,15}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3368 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3342 +payload: null +message: "Le numéro de téléphone n’est pas valide" +pattern: "/^\+?\d{10,15}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| mapped | false |
false
|
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3368 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3342 +payload: null +message: "Le numéro de téléphone n’est pas valide" +pattern: "/^\+?\d{10,15}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3393 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | 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() {#3395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3394 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_dtc_formulaire_contact_telephone" ] |
| cache_key | "_dtc_formulaire_contact_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3453 -form: Symfony\Component\Form\Form {#3434 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3484 …5} |
| full_name | "dtc_formulaire_contact[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_telephone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_telephone" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3295 +payload: null +message: "Veuillez saisir une adresse email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3295 +payload: null +message: "Veuillez saisir une adresse email" +allowNull: false +normalizer: null } ] |
| mapped | false |
false
|
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#3295 +payload: null +message: "Veuillez saisir une adresse email" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3402 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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 | 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() {#3404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3403 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_dtc_formulaire_contact_email" ] |
| cache_key | "_dtc_formulaire_contact_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3486 -form: Symfony\Component\Form\Form {#3437 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3487 …5} |
| full_name | "dtc_formulaire_contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_email" |
| valid | true |
| value | "" |
accept_cgu
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#3293 +payload: null +message: "Vous devez accepter que vos données soient utilisées." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#3293 +payload: null +message: "Vous devez accepter que vos données soient utilisées." } ] |
| label | "J'accepte que mes données soient utilisées pour me contacter (voir la politique de confidentialité)." |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#3293 +payload: null +message: "Vous devez accepter que vos données soient utilisées." } ] |
| 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 {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3413 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3410 …} } |
| 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 {#3411 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "J'accepte que mes données soient utilisées pour me contacter (voir la politique de confidentialité)." |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3418 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_dtc_formulaire_contact_accept_cgu" ] |
| cache_key | "_dtc_formulaire_contact_accept_cgu_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3488 -form: Symfony\Component\Form\Form {#3440 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3489 …5} |
| full_name | "dtc_formulaire_contact[accept_cgu]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_contact_accept_cgu" |
| label | "J'accepte que mes données soient utilisées pour me contacter (voir la politique de confidentialité)." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "accept_cgu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_dtc_formulaire_contact_accept_cgu" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "cc158f98.5y13GoYGRlJAipQ2NoelpN-6_9ApSgxavXKWueqoh8s.kEogdPVMAX8uz6QEG6rG5azDyOdNCFlo5CDg67PB6K2DHBwq2TZ-PRmz5w" |
| 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 | "cc158f98.5y13GoYGRlJAipQ2NoelpN-6_9ApSgxavXKWueqoh8s.kEogdPVMAX8uz6QEG6rG5azDyOdNCFlo5CDg67PB6K2DHBwq2TZ-PRmz5w" |
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 {#3284 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3285 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3286 …} -namespace: Closure() {#3288 …} } |
| data | "cc158f98.5y13GoYGRlJAipQ2NoelpN-6_9ApSgxavXKWueqoh8s.kEogdPVMAX8uz6QEG6rG5azDyOdNCFlo5CDg67PB6K2DHBwq2TZ-PRmz5w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3492 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3021 …} } |
| 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() {#3496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3294 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2933 …} $translationDomain: "validators" $message: Closure() {#3490 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_dtc_formulaire_contact__token" ] |
| cache_key | "_dtc_formulaire_contact__token_hidden" |
| compound | false |
| data | "cc158f98.5y13GoYGRlJAipQ2NoelpN-6_9ApSgxavXKWueqoh8s.kEogdPVMAX8uz6QEG6rG5azDyOdNCFlo5CDg67PB6K2DHBwq2TZ-PRmz5w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3506 -form: Symfony\Component\Form\Form {#3502 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3497 …5} |
| full_name | "dtc_formulaire_contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "dtc_formulaire_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 | "_dtc_formulaire_contact__token" |
| valid | true |
| value | "cc158f98.5y13GoYGRlJAipQ2NoelpN-6_9ApSgxavXKWueqoh8s.kEogdPVMAX8uz6QEG6rG5azDyOdNCFlo5CDg67PB6K2DHBwq2TZ-PRmz5w" |