Forms
booking
"App\Form\BookingType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Booking {#191 -id: null -nom: null -prix: null -destinationId: 1 -destnationName: null -nbOfSeats: 1 -total: 0.0 -status: 0 -showBooking: 0 -dateBooking: null -mail: null -phone: 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 {#191 -id: null -nom: null -prix: null -destinationId: 1 -destnationName: null -nbOfSeats: 1 -total: 0.0 -status: 0 -showBooking: 0 -dateBooking: null -mail: null -phone: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
data | App\Entity\Booking {#191 -id: null -nom: null -prix: null -destinationId: 1 -destnationName: null -nbOfSeats: 1 -total: 0.0 -status: 0 -showBooking: 0 -dateBooking: null -mail: null -phone: null } |
data_class | "App\Entity\Booking" |
disabled | false |
empty_data | Closure(FormInterface $form) {#354 : "Symfony\Component\Form\Extension\Core\Type\FormType" : Symfony\Component\Form\Extension\Core\Type\FormType {#198 …} : { : "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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#353 : "Symfony\Component\Form\Extension\Core\Type\FormType" : Symfony\Component\Form\Extension\Core\Type\FormType {#198 …} : { : Symfony\Component\OptionsResolver\OptionsResolver {#355 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "booking" "_booking" ] |
cache_key | "_booking_booking" |
compound | true |
data | App\Entity\Booking {#191 -id: null -nom: null -prix: null -destinationId: 1 -destnationName: null -nbOfSeats: 1 -total: 0.0 -status: 0 -showBooking: 0 -dateBooking: null -mail: null -phone: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#553 -form: Symfony\Component\Form\Form {#541 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#352 …5} |
full_name | "booking" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "booking" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "booking" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_booking" |
valid | true |
value | App\Entity\Booking {#191 -id: null -nom: null -prix: null -destinationId: 1 -destnationName: null -nbOfSeats: 1 -total: 0.0 -status: 0 -showBooking: 0 -dateBooking: null -mail: null -phone: null } |