Forms
-
booking_form
-
date
-
time
-
peopleNumber
-
purpose
-
details
-
_token
-
booking_form
Form type:
"App\Form\BookingFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Booking {#853 -id: null -user: null -bookingTable: null -code: null -status: "en attente" -date: null -time: null -peopleNumber: null -purpose: null -details: null -createdAt: null -updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Booking {#853 -id: null -user: null -bookingTable: null -code: null -status: "en attente" -date: null -time: null -peopleNumber: null -purpose: null -details: null -createdAt: null -updatedAt: null } |
same as passed value |
times | [ App\Entity\BookingTime {#883 -id: 8 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "20:00:00" -createdAt: DateTimeImmutable @1720017947 {#880 date: 2024-07-03 16:45:47.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060958 {#881 date: 2024-07-15 18:29:18.0 Europe/Paris (+02:00) } } App\Entity\BookingTime {#886 -id: 12 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "21:30:00" -createdAt: DateTimeImmutable @1721060968 {#884 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060968 {#885 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } } ] |
[ App\Entity\BookingTime {#883 -id: 8 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "20:00:00" -createdAt: DateTimeImmutable @1720017947 {#880 date: 2024-07-03 16:45:47.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060958 {#881 date: 2024-07-15 18:29:18.0 Europe/Paris (+02:00) } } App\Entity\BookingTime {#886 -id: 12 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "21:30:00" -createdAt: DateTimeImmutable @1721060968 {#884 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060968 {#885 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } } ] |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data | App\Entity\Booking {#853 -id: null -user: null -bookingTable: null -code: null -status: "en attente" -date: null -time: null -peopleNumber: null -purpose: null -details: null -createdAt: null -updatedAt: null } |
data_class | "App\Entity\Booking" |
disabled | false |
empty_data | Closure(FormInterface $form) {#961 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Booking" } } |
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 |
times | [ App\Entity\BookingTime {#883 -id: 8 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "20:00:00" -createdAt: DateTimeImmutable @1720017947 {#880 date: 2024-07-03 16:45:47.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060958 {#881 date: 2024-07-15 18:29:18.0 Europe/Paris (+02:00) } } App\Entity\BookingTime {#886 -id: 12 -user: Proxies\__CG__\App\Entity\User {#710 …} -time: "21:30:00" -createdAt: DateTimeImmutable @1721060968 {#884 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } -updatedAt: DateTimeImmutable @1721060968 {#885 date: 2024-07-15 18:29:28.0 Europe/Paris (+02:00) } } ] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#960 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "booking_form" "_booking_form" ] |
cache_key | "_booking_form_booking_form" |
compound | true |
data | App\Entity\Booking {#853 -id: null -user: null -bookingTable: null -code: null -status: "en attente" -date: null -time: null -peopleNumber: null -purpose: null -details: null -createdAt: null -updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1052 -form: Symfony\Component\Form\Form {#1034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#958 …5} |
full_name | "booking_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "booking_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking_form" |
valid | true |
value | App\Entity\Booking {#853 -id: null -user: null -bookingTable: null -code: null -status: "en attente" -date: null -time: null -peopleNumber: null -purpose: null -details: null -createdAt: null -updatedAt: null } |
date
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
---|---|---|
input | "datetime_immutable" |
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 | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => 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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
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" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime_immutable" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => 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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#933 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_booking_form_date" ] |
cache_key | "_booking_form_date_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1085 -form: Symfony\Component\Form\Form {#1072 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1087 …5} |
full_name | "booking_form[date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form_date" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "date" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_booking_form_date" |
valid | true |
value | "" |
widget | "single_text" |
time
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 | [ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] |
[ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#1004 +payload: null +groups: ? ?array +choices: [ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
[ Symfony\Component\Validator\Constraints\Choice {#1004 +payload: null +groups: ? ?array +choices: [ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
expanded | false |
false
|
multiple | false |
false
|
placeholder | "Choisissez l'heure" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#1004 +payload: null +groups: ? ?array +choices: [ "20:00:00" => "20:00:00" "21:30:00" => "21:30:00" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | "Choisissez l'heure" |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#977 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_booking_form_time" ] |
cache_key | "_booking_form_time_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +label: "20:00:00" +value: "20:00:00" +data: "20:00:00" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#936 +label: "21:30:00" +value: "21:30:00" +data: "21:30:00" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1084 -form: Symfony\Component\Form\Form {#1075 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1083 …5} |
full_name | "booking_form[time]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form_time" |
is_selected | Closure($choice, $value) {#1029 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 | "time" |
placeholder | "Choisissez l'heure" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking_form_time" |
valid | true |
value | "" |
peopleNumber
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 | [ 1 => 1 2 => 2 3 => 3 4 => 4 ] |
[ 1 => 1 2 => 2 3 => 3 4 => 4 ] |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#946 +payload: null +groups: ? ?array +choices: [ 1 => 1 2 => 2 3 => 3 4 => 4 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
[ Symfony\Component\Validator\Constraints\Choice {#946 +payload: null +groups: ? ?array +choices: [ 1 => 1 2 => 2 3 => 3 4 => 4 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
expanded | false |
false
|
multiple | false |
false
|
placeholder | "Choisissez le nombre de personnes" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#946 +payload: null +groups: ? ?array +choices: [ 1 => 1 2 => 2 3 => 3 4 => 4 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cet temps est invalide." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | "Choisissez le nombre de personnes" |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#985 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_booking_form_peopleNumber" ] |
cache_key | "_booking_form_peopleNumber_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +label: "1" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +label: "4" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#989 -form: Symfony\Component\Form\Form {#1078 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1002 …5} |
full_name | "booking_form[peopleNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form_peopleNumber" |
is_selected | Closure($choice, $value) {#1045 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 | "peopleNumber" |
placeholder | "Choisissez le nombre de personnes" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking_form_peopleNumber" |
valid | true |
value | "" |
purpose
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 | [ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] |
[ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#945 +payload: null +groups: ? ?array +choices: [ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cette occasion est inconnue." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
[ Symfony\Component\Validator\Constraints\Choice {#945 +payload: null +groups: ? ?array +choices: [ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cette occasion est inconnue." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
expanded | false |
false
|
multiple | false |
false
|
placeholder | "Choisissez une occasion" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#945 +payload: null +groups: ? ?array +choices: [ "Dîner en famille" => "Dîner en famille" "Réunion d'affaires" => "Réunion d'affaires" "Anniversaire" => "Anniversaire" "Réunion entre amis" => "Réunion entre amis" "Soirée romantique" => "Soirée romantique" "Dîner de travail" => "Dîner de travail" "Célébration de réussite" => "Célébration de réussite" "Dîner avant/après spectacle" => "Dîner avant/après spectacle" "autre" => "autre" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Cette occasion est inconnue." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | "Choisissez une occasion" |
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 |
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 {#271 …} $message: Closure() {#1000 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_booking_form_purpose" ] |
cache_key | "_booking_form_purpose_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Dîner en famille" +value: "Dîner en famille" +data: "Dîner en famille" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +label: "Réunion d'affaires" +value: "Réunion d'affaires" +data: "Réunion d'affaires" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "Anniversaire" +value: "Anniversaire" +data: "Anniversaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "Réunion entre amis" +value: "Réunion entre amis" +data: "Réunion entre amis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Soirée romantique" +value: "Soirée romantique" +data: "Soirée romantique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Dîner de travail" +value: "Dîner de travail" +data: "Dîner de travail" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Célébration de réussite" +value: "Célébration de réussite" +data: "Célébration de réussite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Dîner avant/après spectacle" +value: "Dîner avant/après spectacle" +data: "Dîner avant/après spectacle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "autre" +value: "autre" +data: "autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1047 -form: Symfony\Component\Form\Form {#1036 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1089 …5} |
full_name | "booking_form[purpose]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form_purpose" |
is_selected | Closure($choice, $value) {#1100 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 | "purpose" |
placeholder | "Choisissez une occasion" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking_form_purpose" |
valid | true |
value | "" |
details
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1022 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() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#1027 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_booking_form_details" ] |
cache_key | "_booking_form_details_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1101 -form: Symfony\Component\Form\Form {#1039 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1102 …5} |
full_name | "booking_form[details]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form_details" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "details" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking_form_details" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9a72f55.RmVjU8gMyj4zyqBGbIYgGfyfkCV-JxcSIqO8vh7fP3k.IjUKJ6J5m3lShNQjKNNqT5us-XMZXUB4bMWO5FmoVxpxAwUnnU2FD0ua-Q" |
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 | "9a72f55.RmVjU8gMyj4zyqBGbIYgGfyfkCV-JxcSIqO8vh7fP3k.IjUKJ6J5m3lShNQjKNNqT5us-XMZXUB4bMWO5FmoVxpxAwUnnU2FD0ua-Q" |
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 {#914 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#915 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#916 …} -namespace: Closure() {#918 …} } |
data | "9a72f55.RmVjU8gMyj4zyqBGbIYgGfyfkCV-JxcSIqO8vh7fP3k.IjUKJ6J5m3lShNQjKNNqT5us-XMZXUB4bMWO5FmoVxpxAwUnnU2FD0ua-Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1105 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() {#1109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#271 …} $message: Closure() {#1106 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_booking_form__token" ] |
cache_key | "_booking_form__token_hidden" |
compound | false |
data | "9a72f55.RmVjU8gMyj4zyqBGbIYgGfyfkCV-JxcSIqO8vh7fP3k.IjUKJ6J5m3lShNQjKNNqT5us-XMZXUB4bMWO5FmoVxpxAwUnnU2FD0ua-Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1119 -form: Symfony\Component\Form\Form {#1115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1110 …5} |
full_name | "booking_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking_form__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_form__token" |
valid | true |
value | "9a72f55.RmVjU8gMyj4zyqBGbIYgGfyfkCV-JxcSIqO8vh7fP3k.IjUKJ6J5m3lShNQjKNNqT5us-XMZXUB4bMWO5FmoVxpxAwUnnU2FD0ua-Q" |