- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 33
- 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 {#2967 -id: null -utilisateur: null -client: null -date: DateTime @1778370591 {#2968 date: 2026-05-10 01:49:51.718264 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 {#2967 -id: null -utilisateur: null -client: null -date: DateTime @1778370591 {#2968 date: 2026-05-10 01:49:51.718264 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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data | App\Entity\Clients\HistoriqueClient {#2967 -id: null -utilisateur: null -client: null -date: DateTime @1778370591 {#2968 date: 2026-05-10 01:49:51.718264 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) {#3272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} 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() {#3274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3273 …} } } |
| 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 {#2967 -id: null -utilisateur: null -client: null -date: DateTime @1778370591 {#2968 date: 2026-05-10 01:49:51.718264 Europe/Berlin (+02:00) } -dateSuppression: null -message: null -titre: null -type: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3382 -form: Symfony\Component\Form\Form {#3391 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3275 …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 {#2967 -id: null -utilisateur: null -client: null -date: DateTime @1778370591 {#2968 date: 2026-05-10 01:49:51.718264 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 {#3280 +payload: null +message: "Veuillez saisir un message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3280 +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 {#3280 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3298 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3299 …} } } |
| 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 {#3343 -form: Symfony\Component\Form\Form {#3394 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3352 …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 {#3281 +payload: null +message: "Veuillez saisir une référence client" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3281 +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 {#3281 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3307 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3308 …} } } |
| 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 {#3331 -form: Symfony\Component\Form\Form {#3397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3310 …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 {#3282 +payload: null +message: "Veuillez sélectionner un sujet" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3282 +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 {#3282 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| 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() {#3329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3328 …} } } |
| 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 {#3421 +label: "Demande d'information" +value: "demande_information" +data: "demande_information" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +label: "Support technique" +value: "support_technique" +data: "support_technique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +label: "Partenariat" +value: "partenariat" +data: "partenariat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +label: "Autre" +value: "autre" +data: "autre" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3301 -form: Symfony\Component\Form\Form {#3400 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3419 …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) {#3444 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3315 …} } |
| 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 {#3283 +payload: null +message: "Veuillez saisir un prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3283 +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 {#3283 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3340 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3341 …} } } |
| 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 {#3445 -form: Symfony\Component\Form\Form {#3403 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3446 …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 {#3284 +payload: null +message: "Veuillez saisir un nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3284 +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 {#3284 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3350 …} } } |
| 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 {#3406 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3448 …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 {#3285 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3286 +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 {#3285 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3286 +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 {#3285 +payload: null +message: "Veuillez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3286 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3359 …} } } |
| 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 {#3449 -form: Symfony\Component\Form\Form {#3409 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3450 …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 {#3287 +payload: null +message: "Veuillez saisir une adresse email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3287 +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 {#3287 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3367 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3368 …} } } |
| 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 {#3451 -form: Symfony\Component\Form\Form {#3412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3452 …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 {#3288 +payload: null +message: "Vous devez accepter que vos données soient utilisées." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#3288 +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 {#3288 +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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3379 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3375 …} } |
| 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 {#3381 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() {#3385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3383 …} } } |
| 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 {#3453 -form: Symfony\Component\Form\Form {#3415 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3454 …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 | "fc65e0682.iMgAPqlAvCM_-vuxWWheLlno85VkPksa_6NqHAYL4eM.6rtYdPkr2WBQton2AS8LYRadueIVXS1ure4obVBP0tPArHhd3grYVXeCww" |
| 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 | "fc65e0682.iMgAPqlAvCM_-vuxWWheLlno85VkPksa_6NqHAYL4eM.6rtYdPkr2WBQton2AS8LYRadueIVXS1ure4obVBP0tPArHhd3grYVXeCww" |
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 {#3249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3251 …} -namespace: Closure() {#3253 …} } |
| data | "fc65e0682.iMgAPqlAvCM_-vuxWWheLlno85VkPksa_6NqHAYL4eM.6rtYdPkr2WBQton2AS8LYRadueIVXS1ure4obVBP0tPArHhd3grYVXeCww" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3459 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2986 …} } |
| 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() {#3461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2898 …} $translationDomain: "validators" $message: Closure() {#3458 …} } } |
| 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 | "fc65e0682.iMgAPqlAvCM_-vuxWWheLlno85VkPksa_6NqHAYL4eM.6rtYdPkr2WBQton2AS8LYRadueIVXS1ure4obVBP0tPArHhd3grYVXeCww" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3471 -form: Symfony\Component\Form\Form {#3467 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3462 …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 | "fc65e0682.iMgAPqlAvCM_-vuxWWheLlno85VkPksa_6NqHAYL4eM.6rtYdPkr2WBQton2AS8LYRadueIVXS1ure4obVBP0tPArHhd3grYVXeCww" |