- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- Messages
- JMS Serializer 0 + 0
- 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
-
-
-
transactionId
-
transactionAmount
-
msisdn
-
firstName
-
middleName
-
lastName
-
createdAt
-
-
branch
-
_token
-
mpesa_manual
"App\Form\MpesaManualType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\MpesaManual {#678 -id: null -mpesaTransaction: App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } -createdBy: null -createdAt: DateTime @1781180506 {#679 date: 2026-06-11 12:21:46.052476 UTC (+00:00) } -branch: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\MpesaManual {#678 -id: null -mpesaTransaction: App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } -createdBy: null -createdAt: DateTime @1781180506 {#679 date: 2026-06-11 12:21:46.052476 UTC (+00:00) } -branch: null } |
same as passed value |
| validation_groups | [
"Default"
] |
[
"Default"
]
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data | App\Entity\MpesaManual {#678 -id: null -mpesaTransaction: App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } -createdBy: null -createdAt: DateTime @1781180506 {#679 date: 2026-06-11 12:21:46.052476 UTC (+00:00) } -branch: null } |
| data_class | "App\Entity\MpesaManual" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $class: "App\Entity\MpesaManual" } } |
| 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 | Closure() {#810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#808 …} } } |
| validation_groups | [
"Default"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "mpesa_manual" "_mpesa_manual" ] |
| cache_key | "_mpesa_manual_mpesa_manual" |
| compound | true |
| data | App\Entity\MpesaManual {#678 -id: null -mpesaTransaction: App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } -createdBy: null -createdAt: DateTime @1781180506 {#679 date: 2026-06-11 12:21:46.052476 UTC (+00:00) } -branch: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#874 -form: Symfony\Component\Form\Form {#876 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#811 …5} |
| full_name | "mpesa_manual" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mpesa_manual" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual" |
| valid | true |
| value | App\Entity\MpesaManual {#678 -id: null -mpesaTransaction: App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } -createdBy: null -createdAt: DateTime @1781180506 {#679 date: 2026-06-11 12:21:46.052476 UTC (+00:00) } -branch: null } |
MpesaTransaction
"App\Form\MpesaTransactionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | "App\Entity\MpesaTransaction" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $class: "App\Entity\MpesaTransaction" } } |
| 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 | Closure() {#823 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#821 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "mpesa_transaction" "_mpesa_manual_MpesaTransaction" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_mpesa_transaction" |
| compound | true |
| data | App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#912 -form: Symfony\Component\Form\Form {#1247 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1224 …5} |
| full_name | "mpesa_manual[MpesaTransaction]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "MpesaTransaction" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction" |
| valid | true |
| value | App\Entity\MpesaTransaction {#674 -id: null -transactionType: "NA" -transactionId: null -transactionTime: DateTime @1781180506 {#677 date: 2026-06-11 12:21:46.052449 UTC (+00:00) } -transactionAmount: null -shortCode: null -billReferenceNumber: "" -invoiceNumber: null -accountBalance: 0.0 -thirdPartyTransactionId: null -msisdn: null -firstName: null -middleName: null -lastName: null -isComplete: true -createdAt: null -isUsed: false -isSeen: false -readAt: null -usedAt: null -completedAt: null -seenFromIp: null -mpesaFromIp: null -completedMpesaFromIp: null -isValidated: false -createdBy: Doctrine\Common\Collections\ArrayCollection {#675 …} -mpesaManuals: Doctrine\Common\Collections\ArrayCollection {#676 …} } |
transactionId
"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 | [ "maxlength" => 12 ] |
[ "maxlength" => 12 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 12 ] |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1076 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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() {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1216 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 12 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mpesa_manual_MpesaTransaction_transactionId" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_transactionId_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1210 -form: Symfony\Component\Form\Form {#1250 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1199 …5} |
| full_name | "mpesa_manual[MpesaTransaction][transactionId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_transactionId" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "transactionId" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_transactionId" |
| valid | true |
| value | "" |
transactionAmount
"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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1203 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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() {#1200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1202 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_mpesa_manual_MpesaTransaction_transactionAmount" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_transactionAmount_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1275 -form: Symfony\Component\Form\Form {#1253 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1277 …5} |
| full_name | "mpesa_manual[MpesaTransaction][transactionAmount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_transactionAmount" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "transactionAmount" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_transactionAmount" |
| valid | true |
| value | "" |
msisdn
"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 | [ "maxlength" => 20 ] |
[ "maxlength" => 20 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 20 ] |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1077 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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() {#929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1193 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 20 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mpesa_manual_MpesaTransaction_msisdn" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_msisdn_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1278 -form: Symfony\Component\Form\Form {#1256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1279 …5} |
| full_name | "mpesa_manual[MpesaTransaction][msisdn]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_msisdn" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "msisdn" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_msisdn" |
| valid | true |
| value | "" |
firstName
"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 | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1078 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mpesa_manual_MpesaTransaction_firstName" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1280 -form: Symfony\Component\Form\Form {#1259 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1288 …5} |
| full_name | "mpesa_manual[MpesaTransaction][firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_firstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_firstName" |
| valid | true |
| value | "" |
middleName
"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 | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#914 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#913 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#923 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mpesa_manual_MpesaTransaction_middleName" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_middleName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1317 -form: Symfony\Component\Form\Form {#1262 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1319 …5} |
| full_name | "mpesa_manual[MpesaTransaction][middleName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_middleName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "middleName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_middleName" |
| valid | true |
| value | "" |
lastName
"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 | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1223 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#915 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mpesa_manual_MpesaTransaction_lastName" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1320 -form: Symfony\Component\Form\Form {#1265 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1321 …5} |
| full_name | "mpesa_manual[MpesaTransaction][lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_lastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_lastName" |
| valid | true |
| value | "" |
createdAt
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
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 | [ "data-options" => "formatter:dateFormatter,parser:dateParser" "class" => "easyui-datebox" ] |
[ "data-options" => "formatter:dateFormatter,parser:dateParser" "class" => "easyui-datebox" ] |
| format | "yyyy-MM-dd" |
same as passed value |
| html5 | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-options" => "formatter:dateFormatter,parser:dateParser" "class" => "easyui-datebox" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| 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 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d 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" |
| model_timezone | 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1239 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-options" => "formatter:dateFormatter,parser:dateParser" "class" => "easyui-datebox" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_mpesa_manual_MpesaTransaction_createdAt" ] |
| cache_key | "_mpesa_manual_MpesaTransaction_createdAt_datetime" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1322 -form: Symfony\Component\Form\Form {#1268 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1323 …5} |
| full_name | "mpesa_manual[MpesaTransaction][createdAt]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_MpesaTransaction_createdAt" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "createdAt" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_MpesaTransaction_createdAt" |
| valid | true |
| value | "" |
| widget | "single_text" |
branch
"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 |
|---|---|---|
| class | "App\Entity\Branch" |
same as passed value |
| placeholder | "SELECT BRANCH" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#816 class: "App\Form\MpesaManualType" this: App\Form\MpesaManualType {#696 …} } |
Doctrine\ORM\QueryBuilder {#863 -em: Doctrine\ORM\EntityManager {#229 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#868 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#869 #from: "App\Entity\Branch" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Branch i" -parameters: Doctrine\Common\Collections\ArrayCollection {#867 …} -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 | [] |
| 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 {#852 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#890 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#871 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#870 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#872 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#881 -om: Doctrine\ORM\EntityManager {#229 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#477 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Branch" |
| 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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#229 …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 {#881 -om: Doctrine\ORM\EntityManager {#229 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#477 …} -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 BRANCH" |
| 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 {#863 -em: Doctrine\ORM\EntityManager {#229 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#868 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "i" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#869 #from: "App\Entity\Branch" #alias: "i" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT i FROM App\Entity\Branch i" -parameters: Doctrine\Common\Collections\ArrayCollection {#867 …} -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() {#853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#850 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_mpesa_manual_branch" ] |
| cache_key | "_mpesa_manual_branch_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1325 +label: "EMBU" +value: "1" +data: Proxies\__CG__\App\Entity\Branch {#612 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +label: "NAKURU " +value: "2" +data: App\Entity\Branch {#1341 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1328 +label: "NYERI " +value: "3" +data: App\Entity\Branch {#1344 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1331 +label: "CHUKA " +value: "4" +data: App\Entity\Branch {#1346 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1330 +label: "NKUBU " +value: "5" +data: App\Entity\Branch {#1348 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1324 +label: "MERU " +value: "6" +data: App\Entity\Branch {#1350 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "MAUA " +value: "7" +data: App\Entity\Branch {#1352 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1334 +label: "NANYUKI " +value: "8" +data: App\Entity\Branch {#1354 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1332 +label: "THIKA " +value: "9" +data: App\Entity\Branch {#1356 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1327 +label: "MWINGI " +value: "10" +data: App\Entity\Branch {#1358 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "KITUI " +value: "11" +data: App\Entity\Branch {#1360 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1389 +label: "MACHAKOS " +value: "12" +data: App\Entity\Branch {#1362 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1390 +label: "KERUGOYA " +value: "13" +data: App\Entity\Branch {#1364 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1391 +label: "NAIROBI" +value: "15" +data: App\Entity\Branch {#1366 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1392 +label: "NAIVASHA" +value: "17" +data: App\Entity\Branch {#1368 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "MATUU" +value: "18" +data: App\Entity\Branch {#1370 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1394 +label: "KARATINA" +value: "19" +data: App\Entity\Branch {#1372 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "MURANGA" +value: "20" +data: App\Entity\Branch {#1374 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1396 +label: "NYAHURURU" +value: "26" +data: App\Entity\Branch {#1376 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1397 +label: "MWEA" +value: "27" +data: App\Entity\Branch {#1378 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1398 +label: "CHUKA UNIVERSAL" +value: "37" +data: App\Entity\Branch {#1380 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1399 +label: "NANYUKI UNIVERSAL" +value: "42" +data: App\Entity\Branch {#1382 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1400 +label: "MATUU UNIVERSAL" +value: "43" +data: App\Entity\Branch {#1384 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1401 +label: "EMBU UNIVERSAL" +value: "45" +data: App\Entity\Branch {#1386 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1402 +label: "NAIROBI - KIMATHI" +value: "46" +data: App\Entity\Branch {#1388 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#1271 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#928 …5} |
| full_name | "mpesa_manual[branch]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual_branch" |
| is_selected | Closure($choice, $value) {#1404 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#830 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "branch" |
| placeholder | "SELECT BRANCH" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mpesa_manual_branch" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "10da5368ceb1cf3b.r54bBVn-SsoD018a9BC-4t-r7S8CnrOOS1O0Xr_HToU.2KpLPRzOJpVz4jprjFbk0rbEoWxRx9TfCCbZDOilL8De-XdiDLYalXKkDg" |
| 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 | "10da5368ceb1cf3b.r54bBVn-SsoD018a9BC-4t-r7S8CnrOOS1O0Xr_HToU.2KpLPRzOJpVz4jprjFbk0rbEoWxRx9TfCCbZDOilL8De-XdiDLYalXKkDg" |
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 {#263 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#264 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#265 …} -namespace: Closure() {#267 …} } |
| data | "10da5368ceb1cf3b.r54bBVn-SsoD018a9BC-4t-r7S8CnrOOS1O0Xr_HToU.2KpLPRzOJpVz4jprjFbk0rbEoWxRx9TfCCbZDOilL8De-XdiDLYalXKkDg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1409 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
| 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() {#1408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1410 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_mpesa_manual__token" ] |
| cache_key | "_mpesa_manual__token_hidden" |
| compound | false |
| data | "10da5368ceb1cf3b.r54bBVn-SsoD018a9BC-4t-r7S8CnrOOS1O0Xr_HToU.2KpLPRzOJpVz4jprjFbk0rbEoWxRx9TfCCbZDOilL8De-XdiDLYalXKkDg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1420 -form: Symfony\Component\Form\Form {#1416 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1411 …5} |
| full_name | "mpesa_manual[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mpesa_manual__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 | "_mpesa_manual__token" |
| valid | true |
| value | "10da5368ceb1cf3b.r54bBVn-SsoD018a9BC-4t-r7S8CnrOOS1O0Xr_HToU.2KpLPRzOJpVz4jprjFbk0rbEoWxRx9TfCCbZDOilL8De-XdiDLYalXKkDg" |