Forms
-
booking_dish
-
firstName
-
lastName
-
email
-
mobilePhone
-
nbChild
-
nbAdult
-
dish
-
captcha
-
_token
-
booking_dish
Form type:
"App\Form\BookingDishType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\DishBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -dish: null -isPaid: null -city: null -user: null -created_at: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\DishBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -dish: null -isPaid: null -city: null -user: null -created_at: 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data | App\Entity\DishBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -dish: null -isPaid: null -city: null -user: null -created_at: null } |
| data_class | "App\Entity\DishBooking" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#817 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\DishBooking" } } |
| 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 | [] |
| 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() {#819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#818 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "booking_dish" "_booking_dish" ] |
| cache_key | "_booking_dish_booking_dish" |
| compound | true |
| data | App\Entity\DishBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -dish: null -isPaid: null -city: null -user: null -created_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1211 -form: Symfony\Component\Form\Form {#1029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1194 …5} |
| full_name | "booking_dish" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "booking_dish" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish" |
| valid | true |
| value | App\Entity\DishBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -dish: null -isPaid: null -city: null -user: null -created_at: null } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Votre prénom*" ] |
[ "placeholder" => "Votre prénom*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre prénom*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#885 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre prénom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_dish_firstName" ] |
| cache_key | "_booking_dish_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1210 -form: Symfony\Component\Form\Form {#1032 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1196 …5} |
| full_name | "booking_dish[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_firstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_firstName" |
| valid | true |
| value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Votre nom*" ] |
[ "placeholder" => "Votre nom*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre nom*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#893 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#894 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre nom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_dish_lastName" ] |
| cache_key | "_booking_dish_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1212 -form: Symfony\Component\Form\Form {#1035 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1213 …5} |
| full_name | "booking_dish[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_lastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_lastName" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 | [ "placeholder" => "Votre e-mail*" ] |
[ "placeholder" => "Votre e-mail*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre e-mail*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#930 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre e-mail*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_booking_dish_email" ] |
| cache_key | "_booking_dish_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1214 -form: Symfony\Component\Form\Form {#1038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1215 …5} |
| full_name | "booking_dish[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_email" |
| valid | true |
| value | "" |
mobilePhone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
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 | [ "placeholder" => "Votre numéro de téléphone mobile*" ] |
[ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#943 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_booking_dish_mobilePhone" ] |
| cache_key | "_booking_dish_mobilePhone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1216 -form: Symfony\Component\Form\Form {#1041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1217 …5} |
| full_name | "booking_dish[mobilePhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_mobilePhone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mobilePhone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_mobilePhone" |
| valid | true |
| value | "" |
nbChild
Errors
This form has no errors.
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 | [ "placeholder" => "Nombre d'enfant(s)*" ] |
[ "placeholder" => "Nombre d'enfant(s)*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre d'enfant(s)*" ] |
| 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#956 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "Please enter a number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#957 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre d'enfant(s)*" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_booking_dish_nbChild" ] |
| cache_key | "_booking_dish_nbChild_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1218 -form: Symfony\Component\Form\Form {#1044 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1219 …5} |
| full_name | "booking_dish[nbChild]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_nbChild" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nbChild" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_nbChild" |
| valid | true |
| value | "" |
nbAdult
Errors
This form has no errors.
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 | [ "placeholder" => "Nombre d'adulte(s)*" ] |
[ "placeholder" => "Nombre d'adulte(s)*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre d'adulte(s)*" ] |
| 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#966 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "Please enter a number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#967 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre d'adulte(s)*" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_booking_dish_nbAdult" ] |
| cache_key | "_booking_dish_nbAdult_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1220 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1221 …5} |
| full_name | "booking_dish[nbAdult]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_nbAdult" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nbAdult" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_nbAdult" |
| valid | true |
| value | "" |
dish
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
|---|---|---|
| choices | [ App\Entity\Dish {#872 -id: Symfony\Component\Uid\UuidV4 {#863 …} -libelle: "Barquette à emporter (couscous) + dessert (prévoir un contenant)" -scheduleDish: DateTime @1764442800 {#846 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#909 …} } App\Entity\Dish {#912 -id: Symfony\Component\Uid\UuidV4 {#907 …} -libelle: "Repas musical (Couscous + dessert)" -scheduleDish: DateTime @1764442800 {#910 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#914 …} } ] |
[ App\Entity\Dish {#872 -id: Symfony\Component\Uid\UuidV4 {#863 …} -libelle: "Barquette à emporter (couscous) + dessert (prévoir un contenant)" -scheduleDish: DateTime @1764442800 {#846 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#909 …} } App\Entity\Dish {#912 -id: Symfony\Component\Uid\UuidV4 {#907 …} -libelle: "Repas musical (Couscous + dessert)" -scheduleDish: DateTime @1764442800 {#910 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#914 …} } ] |
| class | "App\Entity\Dish" |
same as passed value |
| placeholder | "Sélectionnez votre formule" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#997 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#998 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1003 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1005 …} } |
| choices | [ App\Entity\Dish {#872 -id: Symfony\Component\Uid\UuidV4 {#863 …} -libelle: "Barquette à emporter (couscous) + dessert (prévoir un contenant)" -scheduleDish: DateTime @1764442800 {#846 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#909 …} } App\Entity\Dish {#912 -id: Symfony\Component\Uid\UuidV4 {#907 …} -libelle: "Repas musical (Couscous + dessert)" -scheduleDish: DateTime @1764442800 {#910 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#914 …} } ] |
| class | "App\Entity\Dish" |
| 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} |
| 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 {#1002 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#825 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez votre formule" |
| placeholder_attr | [] |
| 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() {#1001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#999 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_booking_dish_dish" ] |
| cache_key | "_booking_dish_dish_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "Barquette à emporter (couscous) + dessert (prévoir un contenant) à Beuvry la Forêt le 29/11/2025 à partir de 19h" +value: "12047ef9-487d-4f8c-a15d-f7bed11f47d5" +data: App\Entity\Dish {#872 -id: Symfony\Component\Uid\UuidV4 {#863 …} -libelle: "Barquette à emporter (couscous) + dessert (prévoir un contenant)" -scheduleDish: DateTime @1764442800 {#846 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#909 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "Repas musical (Couscous + dessert) à Beuvry la Forêt le 29/11/2025 à partir de 19h" +value: "d1a5d440-b31e-4b27-9bfb-bbfd3b17ea97" +data: App\Entity\Dish {#912 -id: Symfony\Component\Uid\UuidV4 {#907 …} -libelle: "Repas musical (Couscous + dessert)" -scheduleDish: DateTime @1764442800 {#910 date: 2025-11-29 19:00:00.0 UTC (+00:00) } -isActive: true -city: Proxies\__CG__\App\Entity\City {#919 …} -dishBookings: Doctrine\ORM\PersistentCollection {#914 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1222 -form: Symfony\Component\Form\Form {#1050 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1223 …5} |
| full_name | "booking_dish[dish]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish_dish" |
| is_selected | Closure($choice, $value) {#1227 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "dish" |
| placeholder | "Sélectionnez votre formule" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_dish" |
| valid | true |
| value | "" |
captcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
Errors
This form has no errors.
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 | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#862 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#862 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| 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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#862 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } ] |
| 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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1021 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| host | null |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1023 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1022 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_booking_dish_captcha" ] |
| cache_key | "_booking_dish_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1228 -form: Symfony\Component\Form\Form {#1053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1229 …5} |
| full_name | "booking_dish[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "booking_dish_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LfsjlgqAAAAAIUZWRbSty8kZ_fdLN-_PHz2es4B" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e98abf5.Bg5MUcqt8ivCHaogrCfTzPxOB51yicFhmXj7SRsK4J4.MFkGP4fno0-0MPVqmhWAmat-cPYfwqo-7jacG3dE0dpifi48juCKH5Ry6w" |
| 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 | "e98abf5.Bg5MUcqt8ivCHaogrCfTzPxOB51yicFhmXj7SRsK4J4.MFkGP4fno0-0MPVqmhWAmat-cPYfwqo-7jacG3dE0dpifi48juCKH5Ry6w" |
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 {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#795 …} -namespace: Closure() {#797 …} } |
| data | "e98abf5.Bg5MUcqt8ivCHaogrCfTzPxOB51yicFhmXj7SRsK4J4.MFkGP4fno0-0MPVqmhWAmat-cPYfwqo-7jacG3dE0dpifi48juCKH5Ry6w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1243 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_booking_dish__token" ] |
| cache_key | "_booking_dish__token_hidden" |
| compound | false |
| data | "e98abf5.Bg5MUcqt8ivCHaogrCfTzPxOB51yicFhmXj7SRsK4J4.MFkGP4fno0-0MPVqmhWAmat-cPYfwqo-7jacG3dE0dpifi48juCKH5Ry6w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1254 -form: Symfony\Component\Form\Form {#1250 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1245 …5} |
| full_name | "booking_dish[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_dish__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_dish__token" |
| valid | true |
| value | "e98abf5.Bg5MUcqt8ivCHaogrCfTzPxOB51yicFhmXj7SRsK4J4.MFkGP4fno0-0MPVqmhWAmat-cPYfwqo-7jacG3dE0dpifi48juCKH5Ry6w" |