- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- 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
reservation
"App\Form\ReservationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Reservation {#606 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788191251 {#607 date: 2026-08-31 15:47:31.854726 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Reservation {#606 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788191251 {#607 date: 2026-08-31 15:47:31.854726 Africa/Abidjan (+00:00) } -mailSended: false -observations: 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 | "reservation_item" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data | App\Entity\Reservation {#606 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788191251 {#607 date: 2026-08-31 15:47:31.854726 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
| data_class | "App\Entity\Reservation" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} use: { $class: "App\Entity\Reservation" } } |
| 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 | [] |
| service | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#871 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "reservation" "_reservation" ] |
| cache_key | "_reservation_reservation" |
| compound | true |
| data | App\Entity\Reservation {#606 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788191251 {#607 date: 2026-08-31 15:47:31.854726 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#974 -form: Symfony\Component\Form\Form {#993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#869 …5} |
| full_name | "reservation" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reservation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation" |
| valid | true |
| value | App\Entity\Reservation {#606 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788191251 {#607 date: 2026-08-31 15:47:31.854726 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-input" ] |
[ "class" => "form-input" ] |
| label | "Nom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#861 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom" |
| 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() {#859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#860 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_reservation_firstname" ] |
| cache_key | "_reservation_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1047 -form: Symfony\Component\Form\Form {#1020 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1048 …5} |
| full_name | "reservation[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_firstname" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_firstname" |
| valid | true |
| value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-input" ] |
[ "class" => "form-input" ] |
| label | "Prenom(s)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#890 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| 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 | "Prenom(s)" |
| 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() {#892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#891 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_reservation_lastname" ] |
| cache_key | "_reservation_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1046 -form: Symfony\Component\Form\Form {#1021 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1045 …5} |
| full_name | "reservation[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_lastname" |
| label | "Prenom(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_lastname" |
| 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 |
|---|---|---|
| attr | [ "class" => "form-input" ] |
[ "class" => "form-input" ] |
| label | "No de Telephone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#899 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| 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 | "No de Telephone" |
| 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() {#901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#900 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_reservation_telephone" ] |
| cache_key | "_reservation_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1044 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1042 …5} |
| full_name | "reservation[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_telephone" |
| label | "No de Telephone" |
| 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 | "_reservation_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 |
|---|---|---|
| attr | [ "class" => "form-input" ] |
[ "class" => "form-input" ] |
| label | "Votre email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| 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 | "Votre email" |
| 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() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#909 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_reservation_email" ] |
| cache_key | "_reservation_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#998 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#847 …5} |
| full_name | "reservation[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_email" |
| label | "Votre email" |
| 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 | "_reservation_email" |
| valid | true |
| value | "" |
service
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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-input" ] |
[ "class" => "form-input" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\Service" |
same as passed value |
| data | null |
null
|
| placeholder | "Sélectionnez un service" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1016 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#959 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1010 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1017 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#952 -om: Doctrine\ORM\EntityManager {#435 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#608 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Service" |
| 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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data | null |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#435 …11} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#952 -om: Doctrine\ORM\EntityManager {#435 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#608 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| 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" |
| multiple | false |
| placeholder | "Sélectionnez un service" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#965 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_reservation_service" ] |
| cache_key | "_reservation_service_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#856 +label: "Shoot Corporate" +value: "1" +data: App\Entity\Service {#1166 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +label: "Shoot Prénatal" +value: "2" +data: App\Entity\Service {#1230 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +label: "Shoot Famille" +value: "3" +data: App\Entity\Service {#1238 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Shoot Artistes" +value: "4" +data: App\Entity\Service {#1246 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Shoot Produits Publicitaires" +value: "5" +data: App\Entity\Service {#1254 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1169 +label: "Shoot Anniversaire" +value: "6" +data: App\Entity\Service {#1262 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1152 +label: "Shoot Couple" +value: "7" +data: App\Entity\Service {#1270 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +label: "Notre studio podcast" +value: "8" +data: App\Entity\Service {#1278 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "Captation photo événement" +value: "9" +data: App\Entity\Service {#1286 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +label: "Réels" +value: "11" +data: App\Entity\Service {#1293 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "Podcasts" +value: "12" +data: App\Entity\Service {#1301 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "Projets Pub Photos" +value: "13" +data: App\Entity\Service {#1308 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "Shoot Pre-wedding" +value: "14" +data: App\Entity\Service {#1315 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "Mariage traditionnel" +value: "15" +data: App\Entity\Service {#1322 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "Mariage civil" +value: "16" +data: App\Entity\Service {#1329 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "Captation vidéo événement" +value: "17" +data: App\Entity\Service {#1336 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1015 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#911 …5} |
| full_name | "reservation[service]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_service" |
| is_selected | Closure($choice, $value) {#893 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#921 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "service" |
| placeholder | "Sélectionnez un service" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_service" |
| valid | true |
| value | "" |
reserved_at
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
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" => "js-datetimepicker form-input" "placeholder" => "Sélectionnez une date et une heure" ] |
[ "class" => "js-datetimepicker form-input" "placeholder" => "Sélectionnez une date et une heure" ] |
| label | "Date et heure de réservation" |
same as passed value |
| required | true |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-datetimepicker form-input" "placeholder" => "Sélectionnez une date et une heure" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd'T'HH:mm:ss" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Date et heure de réservation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#849 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-datetimepicker form-input" "placeholder" => "Sélectionnez une date et une heure" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_reservation_reserved_at" ] |
| cache_key | "_reservation_reserved_at_datetime" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1349 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#902 …5} |
| full_name | "reservation[reserved_at]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_reserved_at" |
| label | "Date et heure de réservation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reserved_at" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_reservation_reserved_at" |
| valid | true |
| value | "" |
| widget | "single_text" |
observations
"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-input" "placeholder" => "Dites-nous plus sur votre demande." ] |
[ "class" => "form-input" "placeholder" => "Dites-nous plus sur votre demande." ] |
| label | "Observation" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-input" "placeholder" => "Dites-nous plus sur votre demande." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1004 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| 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 | "Observation" |
| 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() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#1007 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-input" "placeholder" => "Dites-nous plus sur votre demande." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_reservation_observations" ] |
| cache_key | "_reservation_observations_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1351 -form: Symfony\Component\Form\Form {#982 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1350 …5} |
| full_name | "reservation[observations]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_observations" |
| label | "Observation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "observations" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_observations" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "858c469744481a642c5e.M5fzgOtwIt6cHgKBfMckizJbYw-sU_muDnopARel23A.VMia6L0qYLPdZljWRbFr5kM-M2D4HbffUUsaMnPmujVrpLX1vTRFj8hnaQ" |
| 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 | "858c469744481a642c5e.M5fzgOtwIt6cHgKBfMckizJbYw-sU_muDnopARel23A.VMia6L0qYLPdZljWRbFr5kM-M2D4HbffUUsaMnPmujVrpLX1vTRFj8hnaQ" |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#191 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#192 …} -namespace: Closure() {#194 …} } |
| data | "858c469744481a642c5e.M5fzgOtwIt6cHgKBfMckizJbYw-sU_muDnopARel23A.VMia6L0qYLPdZljWRbFr5kM-M2D4HbffUUsaMnPmujVrpLX1vTRFj8hnaQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#792 …} } |
| 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() {#1370 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#840 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#1365 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_reservation__token" ] |
| cache_key | "_reservation__token_hidden" |
| compound | false |
| data | "858c469744481a642c5e.M5fzgOtwIt6cHgKBfMckizJbYw-sU_muDnopARel23A.VMia6L0qYLPdZljWRbFr5kM-M2D4HbffUUsaMnPmujVrpLX1vTRFj8hnaQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1380 -form: Symfony\Component\Form\Form {#1376 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1371 …5} |
| full_name | "reservation[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation__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 | "_reservation__token" |
| valid | true |
| value | "858c469744481a642c5e.M5fzgOtwIt6cHgKBfMckizJbYw-sU_muDnopARel23A.VMia6L0qYLPdZljWRbFr5kM-M2D4HbffUUsaMnPmujVrpLX1vTRFj8hnaQ" |