- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 123
- Events
- Routing
- Cache
- Translation 12
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
reservation_type2
"App\Form\ReservationType2"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Reservation {#479 -id: null -heure: null -date: null -effectif: null -ManyToOne: null -client: null -date_ajout: DateTime @1755970825 {#517 date: 2025-08-23 19:40:25.171680 Europe/Paris (+02:00) } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Reservation {#479 -id: null -heure: null -date: null -effectif: null -ManyToOne: null -client: null -date_ajout: DateTime @1755970825 {#517 date: 2025-08-23 19:40:25.171680 Europe/Paris (+02:00) } } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "custom-form-class" ] |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data | App\Entity\Reservation {#479 -id: null -heure: null -date: null -effectif: null -ManyToOne: null -client: null -date_ajout: DateTime @1755970825 {#517 date: 2025-08-23 19:40:25.171680 Europe/Paris (+02:00) } } |
data_class | "App\Entity\Reservation" |
disabled | false |
empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:156}(FormInterface $form) {#764 this: Symfony\Component\Form\Extension\Core\Type\FormType {#509 …} 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 | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#762 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#763 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "custom-form-class" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "reservation_type2" "_reservation_type2" ] |
cache_key | "_reservation_type2_reservation_type2" |
compound | true |
data | App\Entity\Reservation {#479 -id: null -heure: null -date: null -effectif: null -ManyToOne: null -client: null -date_ajout: DateTime @1755970825 {#517 date: 2025-08-23 19:40:25.171680 Europe/Paris (+02:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1267 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1279 …5} |
full_name | "reservation_type2" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reservation_type2" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2" |
valid | true |
value | App\Entity\Reservation {#479 -id: null -heure: null -date: null -effectif: null -ManyToOne: null -client: null -date_ajout: DateTime @1755970825 {#517 date: 2025-08-23 19:40:25.171680 Europe/Paris (+02:00) } } |
date
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | 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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
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" |
input_format | "Y-m-d" |
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" |
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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#740 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#738 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_reservation_type2_date" ] |
cache_key | "_reservation_type2_date_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1262 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1261 …5} |
full_name | "reservation_type2[date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_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 | [] |
size | null |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_reservation_type2_date" |
valid | true |
value | "" |
widget | "single_text" |
effectif
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#783 this: Symfony\Component\Form\Extension\Core\Type\FormType {#509 …} } |
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 | [] |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#788 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#755 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_reservation_type2_effectif" ] |
cache_key | "_reservation_type2_effectif_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1263 -form: Symfony\Component\Form\Form {#1017 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1264 …5} |
full_name | "reservation_type2[effectif]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_effectif" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "effectif" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_effectif" |
valid | true |
value | "" |
heure
"Symfony\Component\Form\Extension\Core\Type\TimeType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "hour" => "" "minute" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "Sélectionnez l'heure" ] |
[ "class" => "form-control" "placeholder" => "Sélectionnez l'heure" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Sélectionnez l'heure" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "hour" => false "minute" => false "second" => false ] |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data_class | null |
disabled | false |
empty_data | [] |
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 | [] |
hours | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "H:i:s" |
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" |
minutes | [ 0 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
model_timezone | null |
placeholder | [ "hour" => null "minute" => null "second" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
reference_date | null |
required | true |
row_attr | [] |
seconds | [ 0 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#817 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#815 …} } } |
validation_groups | null |
view_timezone | null |
widget | "choice" |
with_minutes | true |
with_seconds | false |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Sélectionnez l'heure" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "time" "_reservation_type2_heure" ] |
cache_key | "_reservation_type2_heure_time" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1265 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1266 …5} |
full_name | "reservation_type2[heure]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_heure" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "heure" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_heure" |
valid | true |
value | [ "hour" => "" "minute" => "" ] |
widget | "choice" |
with_minutes | true |
with_seconds | false |
hour
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_translation_domain | false |
false
|
choices | [ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 ] |
[ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 ] |
empty_data | "" |
same as passed value |
error_bubbling | true |
same as passed value |
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
placeholder | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 | false |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 ] |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | true |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#990 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1015 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reservation_type2_heure_hour" ] |
cache_key | "_reservation_type2_heure_hour_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "00" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1186 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1275 -form: Symfony\Component\Form\Form {#960 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1276 …5} |
full_name | "reservation_type2[heure][hour]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_heure_hour" |
is_selected | Symfony\Component\Form\Extension\Core\Type\ChoiceType::{closure:Symfony\Component\Form\Extension\Core\Type\ChoiceType::buildView():277}($choice, $value) {#1233 this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#835 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "hour" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_heure_hour" |
valid | true |
value | "" |
minute
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_translation_domain | false |
false
|
choices | [ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 32 => 32 33 => 33 34 => 34 35 => 35 36 => 36 37 => 37 38 => 38 39 => 39 40 => 40 41 => 41 42 => 42 43 => 43 44 => 44 45 => 45 46 => 46 47 => 47 48 => 48 49 => 49 50 => 50 51 => 51 52 => 52 53 => 53 54 => 54 55 => 55 56 => 56 57 => 57 58 => 58 59 => 59 ] |
[ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 32 => 32 33 => 33 34 => 34 35 => 35 36 => 36 37 => 37 38 => 38 39 => 39 40 => 40 41 => 41 42 => 42 43 => 43 44 => 44 45 => 45 46 => 46 47 => 47 48 => 48 49 => 49 50 => 50 51 => 51 52 => 52 53 => 53 54 => 54 55 => 55 56 => 56 57 => 57 58 => 58 59 => 59 ] |
empty_data | "" |
same as passed value |
error_bubbling | true |
same as passed value |
invalid_message | "This value is not valid." |
same as passed value |
invalid_message_parameters | [] |
[] |
placeholder | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 | false |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "00" => 0 "01" => 1 "02" => 2 "03" => 3 "04" => 4 "05" => 5 "06" => 6 "07" => 7 "08" => 8 "09" => 9 10 => 10 11 => 11 12 => 12 13 => 13 14 => 14 15 => 15 16 => 16 17 => 17 18 => 18 19 => 19 20 => 20 21 => 21 22 => 22 23 => 23 24 => 24 25 => 25 26 => 26 27 => 27 28 => 28 29 => 29 30 => 30 31 => 31 32 => 32 33 => 33 34 => 34 35 => 35 36 => 36 37 => 37 38 => 38 39 => 39 40 => 40 41 => 41 42 => 42 43 => 43 44 => 44 45 => 45 46 => 46 47 => 47 48 => 48 49 => 49 50 => 50 51 => 51 52 => 52 53 => 53 54 => 54 55 => 55 56 => 56 57 => 57 58 => 58 59 => 59 ] |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | true |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#975 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#973 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reservation_type2_heure_minute" ] |
cache_key | "_reservation_type2_heure_minute_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "00" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "01" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "02" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "03" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "04" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "05" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "06" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "07" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "08" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "09" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "11" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "12" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "13" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "14" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "15" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +label: "16" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "17" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +label: "19" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1286 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1287 +label: "21" +value: "21" +data: 21 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +label: "22" +value: "22" +data: 22 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +label: "23" +value: "23" +data: 23 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "24" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +label: "26" +value: "26" +data: 26 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +label: "28" +value: "28" +data: 28 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +label: "29" +value: "29" +data: 29 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +label: "30" +value: "30" +data: 30 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +label: "31" +value: "31" +data: 31 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +label: "32" +value: "32" +data: 32 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +label: "33" +value: "33" +data: 33 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +label: "34" +value: "34" +data: 34 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "35" +value: "35" +data: 35 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "36" +value: "36" +data: 36 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "37" +value: "37" +data: 37 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "38" +value: "38" +data: 38 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "39" +value: "39" +data: 39 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "40" +value: "40" +data: 40 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "41" +value: "41" +data: 41 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "42" +value: "42" +data: 42 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +label: "43" +value: "43" +data: 43 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1310 +label: "44" +value: "44" +data: 44 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "45" +value: "45" +data: 45 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1312 +label: "46" +value: "46" +data: 46 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +label: "47" +value: "47" +data: 47 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +label: "48" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +label: "49" +value: "49" +data: 49 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +label: "50" +value: "50" +data: 50 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "51" +value: "51" +data: 51 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "52" +value: "52" +data: 52 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +label: "53" +value: "53" +data: 53 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +label: "54" +value: "54" +data: 54 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "55" +value: "55" +data: 55 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1322 +label: "56" +value: "56" +data: 56 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1323 +label: "57" +value: "57" +data: 57 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1324 +label: "58" +value: "58" +data: 58 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1325 +label: "59" +value: "59" +data: 59 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1232 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1234 …5} |
full_name | "reservation_type2[heure][minute]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_heure_minute" |
is_selected | Symfony\Component\Form\Extension\Core\Type\ChoiceType::{closure:Symfony\Component\Form\Extension\Core\Type\ChoiceType::buildView():277}($choice, $value) {#1327 this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#835 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "minute" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_heure_minute" |
valid | true |
value | "" |
ManyToOne
"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-control" ] |
[ "class" => "form-control" ] |
class | "App\Entity\Emplacement" |
same as passed value |
label | "Emplacement" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#869 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1012 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#875 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1002 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1005 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#885 -om: Doctrine\ORM\EntityManager {#640 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#876 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Emplacement" |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#640 …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 {#885 -om: Doctrine\ORM\EntityManager {#640 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#876 …} -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 | "Emplacement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#879 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#884 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_reservation_type2_ManyToOne" ] |
cache_key | "_reservation_type2_ManyToOne_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1329 +label: "Intérieur" +value: "1" +data: App\Entity\Emplacement {#1369 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1330 +label: "Terrasse" +value: "2" +data: App\Entity\Emplacement {#1362 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1436 +label: "Bar" +value: "3" +data: App\Entity\Emplacement {#1440 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1278 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1277 …5} |
full_name | "reservation_type2[ManyToOne]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_ManyToOne" |
is_selected | Symfony\Component\Form\Extension\Core\Type\ChoiceType::{closure:Symfony\Component\Form\Extension\Core\Type\ChoiceType::buildView():277}($choice, $value) {#1355 this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#835 …} } |
label | "Emplacement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "ManyToOne" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_ManyToOne" |
valid | true |
value | "" |
client
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "custom-form-class" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "client" "_reservation_type2_client" ] |
cache_key | "_reservation_type2_client_client" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1328 -form: Symfony\Component\Form\Form {#1087 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1451 …5} |
full_name | "reservation_type2[client]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_client" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "client" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_client" |
valid | true |
value | null |
nom
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reservation_type2_client_nom" ] |
cache_key | "_reservation_type2_client_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1434 -form: Symfony\Component\Form\Form {#1090 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1331 …5} |
full_name | "reservation_type2[client][nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_client_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_client_nom" |
valid | true |
value | "" |
prenom
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reservation_type2_client_prenom" ] |
cache_key | "_reservation_type2_client_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1433 -form: Symfony\Component\Form\Form {#1093 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1372 …5} |
full_name | "reservation_type2[client][prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_client_prenom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_client_prenom" |
valid | true |
value | "" |
telephone
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reservation_type2_client_telephone" ] |
cache_key | "_reservation_type2_client_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1373 -form: Symfony\Component\Form\Form {#1096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1374 …5} |
full_name | "reservation_type2[client][telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_client_telephone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_client_telephone" |
valid | true |
value | "" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Entrez votre mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reservation_type2_client_mail" ] |
cache_key | "_reservation_type2_client_mail_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1375 -form: Symfony\Component\Form\Form {#1099 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1376 …5} |
full_name | "reservation_type2[client][mail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2_client_mail" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mail" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reservation_type2_client_mail" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "81b0326c31ac04c9e649bc6719f7902.fo7yUcN0QXKgU89HCzpYgVQd-FwFcVItQ7zAePJD1MQ.FLa4YZI-cTXHKv8IaW9t3mNsky9gF2RVAtWyLYJ34LQrwb0X-jgxHehmhg" |
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 | "81b0326c31ac04c9e649bc6719f7902.fo7yUcN0QXKgU89HCzpYgVQd-FwFcVItQ7zAePJD1MQ.FLa4YZI-cTXHKv8IaW9t3mNsky9gF2RVAtWyLYJ34LQrwb0X-jgxHehmhg" |
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 {#712 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#713 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Symfony\Component\Security\Csrf\CsrfTokenManager::{closure:Symfony\Component\Security\Csrf\CsrfTokenManager::__construct():52}() {#716 …} } |
data | "81b0326c31ac04c9e649bc6719f7902.fo7yUcN0QXKgU89HCzpYgVQd-FwFcVItQ7zAePJD1MQ.FLa4YZI-cTXHKv8IaW9t3mNsky9gF2RVAtWyLYJ34LQrwb0X-jgxHehmhg" |
data_class | null |
disabled | false |
empty_data | Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():152}:161}(FormInterface $form) {#1442 this: Symfony\Component\Form\Extension\Core\Type\FormType {#509 …} } |
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 | Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::{closure:{closure:Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension::configureOptions():42}:43}() {#1428 this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#507 …} $translationDomain: "validators" $message: Symfony\Component\Form\Extension\Core\Type\FormType::{closure:{closure:Symfony\Component\Form\Extension\Core\Type\FormType::configureOptions():167}:168}() {#1439 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_reservation_type2__token" ] |
cache_key | "_reservation_type2__token_hidden" |
compound | false |
data | "81b0326c31ac04c9e649bc6719f7902.fo7yUcN0QXKgU89HCzpYgVQd-FwFcVItQ7zAePJD1MQ.FLa4YZI-cTXHKv8IaW9t3mNsky9gF2RVAtWyLYJ34LQrwb0X-jgxHehmhg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1417 -form: Symfony\Component\Form\Form {#1421 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1426 …5} |
full_name | "reservation_type2[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reservation_type2__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_type2__token" |
valid | true |
value | "81b0326c31ac04c9e649bc6719f7902.fo7yUcN0QXKgU89HCzpYgVQd-FwFcVItQ7zAePJD1MQ.FLa4YZI-cTXHKv8IaW9t3mNsky9gF2RVAtWyLYJ34LQrwb0X-jgxHehmhg" |