- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 32
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Twig Components
- HTTP Client
- Doctrine 3
- 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
booking
"App\Form\Bus\BookingType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Bus\BookingSeat {#1569 -id: null -passenger: null -phone: null -seat: App\Entity\Bus\Seat {#1206 …} -amount: null -paidVia: null -createdBy: App\Entity\User {#642 …} -createdAt: DateTime @1778330595 {#1577 date: 2026-05-09 15:43:15.369076 Africa/Nairobi (+03:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/bus/trip/38217/seat/4" |
same as passed value |
| data | App\Entity\Bus\BookingSeat {#1569 -id: null -passenger: null -phone: null -seat: App\Entity\Bus\Seat {#1206 …} -amount: null -paidVia: null -createdBy: App\Entity\User {#642 …} -createdAt: DateTime @1778330595 {#1577 date: 2026-05-09 15:43:15.369076 Africa/Nairobi (+03:00) } } |
same as passed value |
| shortCode | "726614" |
same as passed value |
| trip | App\Entity\Bus\Trip {#1056 -id: 38217 -route: Proxies\__CG__\App\Entity\Bus\Route {#1088 …} -createdAt: DateTime @1777888918 {#1049 date: 2026-05-04 13:01:58.0 Africa/Nairobi (+03:00) } -tripDate: DateTime @1778274000 {#1046 date: 2026-05-09 00:00:00.0 Africa/Nairobi (+03:00) } -departureTime: DateTime @1777899600 {#1048 date: 2026-05-04 16:00:00.0 Africa/Nairobi (+03:00) } -eta: DateTime @1777953600 {#1054 date: 2026-05-05 07:00:00.0 Africa/Nairobi (+03:00) } -seats: Doctrine\ORM\PersistentCollection {#1118 …} -origin: Proxies\__CG__\App\Entity\Station {#1145 …} -destination: Proxies\__CG__\App\Entity\Station {#1144 …} -fare: 2000 -tripIndex: 1 -createdBy: Proxies\__CG__\App\Entity\User {#1140 …} -vehicle: Proxies\__CG__\App\Entity\Vehicle {#1160 …} -vehicleIsApproved: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| 0 | "" |
| action | "/bus/trip/38217/seat/4" |
| 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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data | App\Entity\Bus\BookingSeat {#1569 -id: null -passenger: null -phone: null -seat: App\Entity\Bus\Seat {#1206 …} -amount: null -paidVia: null -createdBy: App\Entity\User {#642 …} -createdAt: DateTime @1778330595 {#1577 date: 2026-05-09 15:43:15.369076 Africa/Nairobi (+03:00) } } |
| data_class | "App\Entity\Bus\BookingSeat" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1589 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1690 …} use: { $class: "App\Entity\Bus\BookingSeat" } } |
| 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 |
| shortCode | "726614" |
| translation_domain | null |
| trim | true |
| trip | App\Entity\Bus\Trip {#1056 -id: 38217 -route: Proxies\__CG__\App\Entity\Bus\Route {#1088 …} -createdAt: DateTime @1777888918 {#1049 date: 2026-05-04 13:01:58.0 Africa/Nairobi (+03:00) } -tripDate: DateTime @1778274000 {#1046 date: 2026-05-09 00:00:00.0 Africa/Nairobi (+03:00) } -departureTime: DateTime @1777899600 {#1048 date: 2026-05-04 16:00:00.0 Africa/Nairobi (+03:00) } -eta: DateTime @1777953600 {#1054 date: 2026-05-05 07:00:00.0 Africa/Nairobi (+03:00) } -seats: Doctrine\ORM\PersistentCollection {#1118 …} -origin: Proxies\__CG__\App\Entity\Station {#1145 …} -destination: Proxies\__CG__\App\Entity\Station {#1144 …} -fare: 2000 -tripIndex: 1 -createdBy: Proxies\__CG__\App\Entity\User {#1140 …} -vehicle: Proxies\__CG__\App\Entity\Vehicle {#1160 …} -vehicleIsApproved: null } |
| upload_max_size_message | Closure() {#1587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1588 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/bus/trip/38217/seat/4" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "booking" "_booking" ] |
| cache_key | "_booking_booking" |
| compound | true |
| data | App\Entity\Bus\BookingSeat {#1569 -id: null -passenger: null -phone: null -seat: App\Entity\Bus\Seat {#1206 …} -amount: null -paidVia: null -createdBy: App\Entity\User {#642 …} -createdAt: DateTime @1778330595 {#1577 date: 2026-05-09 15:43:15.369076 Africa/Nairobi (+03:00) } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1724 -form: Symfony\Component\Form\Form {#1826 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1586 …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\Bus\BookingSeat {#1569 -id: null -passenger: null -phone: null -seat: App\Entity\Bus\Seat {#1206 …} -amount: null -paidVia: null -createdBy: App\Entity\User {#642 …} -createdAt: DateTime @1778330595 {#1577 date: 2026-05-09 15:43:15.369076 Africa/Nairobi (+03:00) } } |
passenger
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1690 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1739 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_passenger" ] |
| cache_key | "_booking_passenger_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1750 -form: Symfony\Component\Form\Form {#1832 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1780 …5} |
| full_name | "booking[passenger]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_passenger" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "passenger" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_passenger" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1690 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1748 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_phone" ] |
| cache_key | "_booking_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1741 -form: Symfony\Component\Form\Form {#1836 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1853 …5} |
| full_name | "booking[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_phone" |
| valid | true |
| value | "" |
origin
"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\Bus\Stop" |
same as passed value |
| placeholder | "Select From" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1580 class: "App\Form\Bus\BookingType" this: App\Form\Bus\BookingType {#1691 …} use: { $trip: App\Entity\Bus\Trip {#1056 -id: 38217 -route: Proxies\__CG__\App\Entity\Bus\Route {#1088 …} -createdAt: DateTime @1777888918 {#1049 date: 2026-05-04 13:01:58.0 Africa/Nairobi (+03:00) } -tripDate: DateTime @1778274000 {#1046 date: 2026-05-09 00:00:00.0 Africa/Nairobi (+03:00) } -departureTime: DateTime @1777899600 {#1048 date: 2026-05-04 16:00:00.0 Africa/Nairobi (+03:00) } -eta: DateTime @1777953600 {#1054 date: 2026-05-05 07:00:00.0 Africa/Nairobi (+03:00) } -seats: Doctrine\ORM\PersistentCollection {#1118 …} -origin: Proxies\__CG__\App\Entity\Station {#1145 …} -destination: Proxies\__CG__\App\Entity\Station {#1144 …} -fare: 2000 -tripIndex: 1 -createdBy: Proxies\__CG__\App\Entity\User {#1140 …} -vehicle: Proxies\__CG__\App\Entity\Vehicle {#1160 …} -vehicleIsApproved: null } } } |
Doctrine\ORM\QueryBuilder {#1771 -em: Doctrine\ORM\EntityManager {#53 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1772 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1773 #from: "App\Entity\Bus\Stop" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1774 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "i.route = :route" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Bus\Stop i WHERE i.route = :route" -parameters: Doctrine\Common\Collections\ArrayCollection {#1770 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 {#1765 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1809 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1777 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1775 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1778 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1793 -om: Doctrine\ORM\EntityManager {#53 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1310 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Bus\Stop" |
| 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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#53 …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 {#1793 -om: Doctrine\ORM\EntityManager {#53 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1310 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select From" |
| 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 | Doctrine\ORM\QueryBuilder {#1771 -em: Doctrine\ORM\EntityManager {#53 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1772 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1773 #from: "App\Entity\Bus\Stop" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1774 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "i.route = :route" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Bus\Stop i WHERE i.route = :route" -parameters: Doctrine\Common\Collections\ArrayCollection {#1770 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1766 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_booking_origin" ] |
| cache_key | "_booking_origin_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "MERU" +value: "57" +data: App\Entity\Bus\Stop {#1899 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "NKUBU" +value: "58" +data: App\Entity\Bus\Stop {#1905 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "CHUKA" +value: "59" +data: App\Entity\Bus\Stop {#1910 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "KATHAGERI" +value: "60" +data: App\Entity\Bus\Stop {#1915 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "KYENI" +value: "61" +data: App\Entity\Bus\Stop {#1920 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +label: "RUNYENJES" +value: "62" +data: App\Entity\Bus\Stop {#1925 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2075 +label: "EMBU" +value: "63" +data: App\Entity\Bus\Stop {#1930 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2079 +label: "KIRITIRI" +value: "64" +data: App\Entity\Bus\Stop {#1934 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "KIVAA" +value: "65" +data: App\Entity\Bus\Stop {#1939 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "KAEWA" +value: "66" +data: App\Entity\Bus\Stop {#1944 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "KANYONYO" +value: "67" +data: App\Entity\Bus\Stop {#1949 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "KABATI" +value: "68" +data: App\Entity\Bus\Stop {#1954 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "KITUI" +value: "69" +data: App\Entity\Bus\Stop {#1959 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "kisasi" +value: "70" +data: App\Entity\Bus\Stop {#1964 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "KIBWEZI" +value: "71" +data: App\Entity\Bus\Stop {#1969 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "VOI" +value: "72" +data: App\Entity\Bus\Stop {#1974 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "CHANGAMWE" +value: "73" +data: App\Entity\Bus\Stop {#1979 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "MOMBASA" +value: "74" +data: App\Entity\Bus\Stop {#1984 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "MTWAPA" +value: "75" +data: App\Entity\Bus\Stop {#1989 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1855 -form: Symfony\Component\Form\Form {#1831 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1856 …5} |
| full_name | "booking[origin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_origin" |
| is_selected | Closure($choice, $value) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1708 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "origin" |
| placeholder | "Select From" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_origin" |
| valid | true |
| value | "" |
destination
"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\Bus\Stop" |
same as passed value |
| placeholder | "Select Destination" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1581 class: "App\Form\Bus\BookingType" this: App\Form\Bus\BookingType {#1691 …} use: { $trip: App\Entity\Bus\Trip {#1056 -id: 38217 -route: Proxies\__CG__\App\Entity\Bus\Route {#1088 …} -createdAt: DateTime @1777888918 {#1049 date: 2026-05-04 13:01:58.0 Africa/Nairobi (+03:00) } -tripDate: DateTime @1778274000 {#1046 date: 2026-05-09 00:00:00.0 Africa/Nairobi (+03:00) } -departureTime: DateTime @1777899600 {#1048 date: 2026-05-04 16:00:00.0 Africa/Nairobi (+03:00) } -eta: DateTime @1777953600 {#1054 date: 2026-05-05 07:00:00.0 Africa/Nairobi (+03:00) } -seats: Doctrine\ORM\PersistentCollection {#1118 …} -origin: Proxies\__CG__\App\Entity\Station {#1145 …} -destination: Proxies\__CG__\App\Entity\Station {#1144 …} -fare: 2000 -tripIndex: 1 -createdBy: Proxies\__CG__\App\Entity\User {#1140 …} -vehicle: Proxies\__CG__\App\Entity\Vehicle {#1160 …} -vehicleIsApproved: null } } } |
Doctrine\ORM\QueryBuilder {#1785 -em: Doctrine\ORM\EntityManager {#53 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1783 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1782 #from: "App\Entity\Bus\Stop" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1804 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "i.route = :route" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1795 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "i.id DESC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Bus\Stop i WHERE i.route = :route ORDER BY i.id DESC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1784 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 {#1765 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1825 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1807 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1843 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1802 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1793 -om: Doctrine\ORM\EntityManager {#53 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1310 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Bus\Stop" |
| 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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#53 …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 {#1793 -om: Doctrine\ORM\EntityManager {#53 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1310 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select Destination" |
| 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 | Doctrine\ORM\QueryBuilder {#1785 -em: Doctrine\ORM\EntityManager {#53 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1783 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1782 #from: "App\Entity\Bus\Stop" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1804 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "i.route = :route" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1795 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "i.id DESC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Bus\Stop i WHERE i.route = :route ORDER BY i.id DESC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1784 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1788 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_booking_destination" ] |
| cache_key | "_booking_destination_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "MTWAPA" +value: "75" +data: App\Entity\Bus\Stop {#1989 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "MOMBASA" +value: "74" +data: App\Entity\Bus\Stop {#1984 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2131 +label: "CHANGAMWE" +value: "73" +data: App\Entity\Bus\Stop {#1979 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2134 +label: "VOI" +value: "72" +data: App\Entity\Bus\Stop {#1974 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2133 +label: "KIBWEZI" +value: "71" +data: App\Entity\Bus\Stop {#1969 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "kisasi" +value: "70" +data: App\Entity\Bus\Stop {#1964 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "KITUI" +value: "69" +data: App\Entity\Bus\Stop {#1959 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +label: "KABATI" +value: "68" +data: App\Entity\Bus\Stop {#1954 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2138 +label: "KANYONYO" +value: "67" +data: App\Entity\Bus\Stop {#1949 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "KAEWA" +value: "66" +data: App\Entity\Bus\Stop {#1944 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2135 +label: "KIVAA" +value: "65" +data: App\Entity\Bus\Stop {#1939 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2136 +label: "KIRITIRI" +value: "64" +data: App\Entity\Bus\Stop {#1934 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2140 +label: "EMBU" +value: "63" +data: App\Entity\Bus\Stop {#1930 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2137 +label: "RUNYENJES" +value: "62" +data: App\Entity\Bus\Stop {#1925 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2139 +label: "KYENI" +value: "61" +data: App\Entity\Bus\Stop {#1920 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "KATHAGERI" +value: "60" +data: App\Entity\Bus\Stop {#1915 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "CHUKA" +value: "59" +data: App\Entity\Bus\Stop {#1910 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "NKUBU" +value: "58" +data: App\Entity\Bus\Stop {#1905 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "MERU" +value: "57" +data: App\Entity\Bus\Stop {#1899 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2035 -form: Symfony\Component\Form\Form {#1828 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2121 …5} |
| full_name | "booking[destination]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_destination" |
| is_selected | Closure($choice, $value) {#2150 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1708 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "destination" |
| placeholder | "Select Destination" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_destination" |
| valid | true |
| value | "" |
amount
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1690 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "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 | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1813 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_booking_amount" ] |
| cache_key | "_booking_amount_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2151 -form: Symfony\Component\Form\Form {#1846 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2152 …5} |
| full_name | "booking[amount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_amount" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "amount" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_amount" |
| valid | true |
| value | "" |
paidVia
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "CASH" => "CASH" "CASH_MPESA" => "CASH_MPESA" "MPESA" => "MPESA" ] |
[ "CASH" => "CASH" "CASH_MPESA" => "CASH_MPESA" "MPESA" => "MPESA" ] |
| placeholder | "PAYMENT METHOD" |
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 | [ "CASH" => "CASH" "CASH_MPESA" => "CASH_MPESA" "MPESA" => "MPESA" ] |
| 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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data_class | null |
| disabled | false |
| 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 | "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 | "PAYMENT METHOD" |
| 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() {#1722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#1721 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_booking_paidVia" ] |
| cache_key | "_booking_paidVia_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "CASH" +value: "CASH" +data: "CASH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "CASH_MPESA" +value: "CASH_MPESA" +data: "CASH_MPESA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "MPESA" +value: "MPESA" +data: "MPESA" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2153 -form: Symfony\Component\Form\Form {#1849 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2154 …5} |
| full_name | "booking[paidVia]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_paidVia" |
| is_selected | Closure($choice, $value) {#2159 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1708 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "paidVia" |
| placeholder | "PAYMENT METHOD" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_paidVia" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d441.48zSs4nWmUHj1b0ZnIqFFABbMRfMaBHRDnVnMEj0ukk.mpigyda40jXXsM9D7v_JLTksc2b5HEOiZzAUWwrZ0AOPm5bZ_eTKKoiX7A" |
| 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 | "d441.48zSs4nWmUHj1b0ZnIqFFABbMRfMaBHRDnVnMEj0ukk.mpigyda40jXXsM9D7v_JLTksc2b5HEOiZzAUWwrZ0AOPm5bZ_eTKKoiX7A" |
same as passed value |
| mapped | false |
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 | "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 {#66 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#67 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#68 …} -namespace: Closure() {#70 …} } |
| data | "d441.48zSs4nWmUHj1b0ZnIqFFABbMRfMaBHRDnVnMEj0ukk.mpigyda40jXXsM9D7v_JLTksc2b5HEOiZzAUWwrZ0AOPm5bZ_eTKKoiX7A" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2164 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1690 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2166 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1606 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#681 …} $translationDomain: "validators" $message: Closure() {#2163 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_booking__token" ] |
| cache_key | "_booking__token_hidden" |
| compound | false |
| data | "d441.48zSs4nWmUHj1b0ZnIqFFABbMRfMaBHRDnVnMEj0ukk.mpigyda40jXXsM9D7v_JLTksc2b5HEOiZzAUWwrZ0AOPm5bZ_eTKKoiX7A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2176 -form: Symfony\Component\Form\Form {#2172 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2167 …5} |
| full_name | "booking[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking__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 | "_booking__token" |
| valid | true |
| value | "d441.48zSs4nWmUHj1b0ZnIqFFABbMRfMaBHRDnVnMEj0ukk.mpigyda40jXXsM9D7v_JLTksc2b5HEOiZzAUWwrZ0AOPm5bZ_eTKKoiX7A" |