- 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 {#616 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788126589 {#640 date: 2026-08-30 21:49:49.741150 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 {#616 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788126589 {#640 date: 2026-08-30 21:49:49.741150 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 {#616 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788126589 {#640 date: 2026-08-30 21:49:49.741150 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
| data_class | "App\Entity\Reservation" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#717 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} 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() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#716 …} } } |
| 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 {#616 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788126589 {#640 date: 2026-08-30 21:49:49.741150 Africa/Abidjan (+00:00) } -mailSended: false -observations: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#924 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#714 …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 {#616 -id: null -firstname: null -lastname: null -telephone: null -email: null -status: "EN_ATTENTE" -service: null -reservedAt: null -code: null -createdAt: DateTimeImmutable @1788126589 {#640 date: 2026-08-30 21:49:49.741150 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) {#706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#705 …} } } |
| 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 {#989 -form: Symfony\Component\Form\Form {#962 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#990 …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) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#736 …} } } |
| 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 {#988 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#987 …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) {#744 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#745 …} } } |
| 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 {#986 -form: Symfony\Component\Form\Form {#970 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#984 …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) {#753 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#754 …} } } |
| 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 {#957 -form: Symfony\Component\Form\Form {#945 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#692 …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 {#938 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#804 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#814 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#939 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#819 -om: Doctrine\ORM\EntityManager {#435 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#803 …} -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 {#819 -om: Doctrine\ORM\EntityManager {#435 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#803 …} -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() {#805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#810 …} } } |
| 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 {#701 +label: "Shoot Corporate" +value: "1" +data: App\Entity\Service {#1048 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "Shoot Prénatal" +value: "2" +data: App\Entity\Service {#1231 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#996 +label: "Shoot Famille" +value: "3" +data: App\Entity\Service {#1239 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#918 +label: "Shoot Artistes" +value: "4" +data: App\Entity\Service {#1247 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#997 +label: "Shoot Produits Publicitaires" +value: "5" +data: App\Entity\Service {#1255 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +label: "Shoot Anniversaire" +value: "6" +data: App\Entity\Service {#1263 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Shoot Couple" +value: "7" +data: App\Entity\Service {#1271 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "Notre studio podcast" +value: "8" +data: App\Entity\Service {#1279 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "Captation photo événement" +value: "9" +data: App\Entity\Service {#1287 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +label: "Réels" +value: "11" +data: App\Entity\Service {#1294 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "Podcasts" +value: "12" +data: App\Entity\Service {#1302 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "Projets Pub Photos" +value: "13" +data: App\Entity\Service {#1309 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "Shoot Pre-wedding" +value: "14" +data: App\Entity\Service {#1316 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "Mariage traditionnel" +value: "15" +data: App\Entity\Service {#1323 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "Mariage civil" +value: "16" +data: App\Entity\Service {#1330 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "Captation vidéo événement" +value: "17" +data: App\Entity\Service {#1337 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#947 -form: Symfony\Component\Form\Form {#942 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#756 …5} |
| full_name | "reservation[service]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_service" |
| is_selected | Closure($choice, $value) {#738 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#766 …} } |
| 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() {#693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#694 …} } } |
| 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 {#1350 -form: Symfony\Component\Form\Form {#937 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#747 …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) {#807 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#956 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#811 …} } } |
| 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 {#1352 -form: Symfony\Component\Form\Form {#932 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1351 …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 | "4ad5e99c40c2d51.zthTHSXjaAqNBDbuXvBUnSEVKsir86L6bwro3l2Wm1Q.vo1qWG3WKlq-dwScCqcO2hQnZ_DvkO6iXFigrRLn7Wyfnz8rf4sGUNhXWQ" |
| 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 | "4ad5e99c40c2d51.zthTHSXjaAqNBDbuXvBUnSEVKsir86L6bwro3l2Wm1Q.vo1qWG3WKlq-dwScCqcO2hQnZ_DvkO6iXFigrRLn7Wyfnz8rf4sGUNhXWQ" |
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 | "4ad5e99c40c2d51.zthTHSXjaAqNBDbuXvBUnSEVKsir86L6bwro3l2Wm1Q.vo1qWG3WKlq-dwScCqcO2hQnZ_DvkO6iXFigrRLn7Wyfnz8rf4sGUNhXWQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1367 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#620 …} } |
| 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() {#1371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#143 …} $translationDomain: "validators" $message: Closure() {#1366 …} } } |
| 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 | "4ad5e99c40c2d51.zthTHSXjaAqNBDbuXvBUnSEVKsir86L6bwro3l2Wm1Q.vo1qWG3WKlq-dwScCqcO2hQnZ_DvkO6iXFigrRLn7Wyfnz8rf4sGUNhXWQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1381 -form: Symfony\Component\Form\Form {#1377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1372 …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 | "4ad5e99c40c2d51.zthTHSXjaAqNBDbuXvBUnSEVKsir86L6bwro3l2Wm1Q.vo1qWG3WKlq-dwScCqcO2hQnZ_DvkO6iXFigrRLn7Wyfnz8rf4sGUNhXWQ" |