- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 31
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Twig Components
- HTTP Client
- Doctrine 2
- 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
app_bundle_way_bill_expense
"App\Form\WayBillExpense"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\TransactionExpense {#1886 -id: null -amount: null -transaction: null -expenseType: null -createdAt: null -createdBy: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\TransactionExpense {#1886 -id: null -amount: null -transaction: null -expenseType: null -createdAt: null -createdBy: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| 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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data | App\Entity\TransactionExpense {#1886 -id: null -amount: null -transaction: null -expenseType: null -createdAt: null -createdBy: null } |
| data_class | "App\Entity\TransactionExpense" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2114 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} use: { $class: "App\Entity\TransactionExpense" } } |
| 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() {#2112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2113 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "app_bundle_way_bill_expense" "_app_bundle_way_bill_expense" ] |
| cache_key | "_app_bundle_way_bill_expense_app_bundle_way_bill_expense" |
| compound | true |
| data | App\Entity\TransactionExpense {#1886 -id: null -amount: null -transaction: null -expenseType: null -createdAt: null -createdBy: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2153 -form: Symfony\Component\Form\Form {#2168 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2111 …5} |
| full_name | "app_bundle_way_bill_expense" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_bundle_way_bill_expense" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "app_bundle_way_bill_expense" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_bundle_way_bill_expense" |
| valid | true |
| value | App\Entity\TransactionExpense {#1886 -id: null -amount: null -transaction: null -expenseType: null -createdAt: null -createdBy: null } |
amount
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2100 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_app_bundle_way_bill_expense_amount" ] |
| cache_key | "_app_bundle_way_bill_expense_amount_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2189 -form: Symfony\Component\Form\Form {#2165 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2155 …5} |
| full_name | "app_bundle_way_bill_expense[amount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_bundle_way_bill_expense_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 | "_app_bundle_way_bill_expense_amount" |
| valid | true |
| value | "" |
expenseType
"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\ExpenseType" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2106 class: "App\Form\WayBillExpense" this: App\Form\WayBillExpense {#2129 …} } |
Doctrine\ORM\QueryBuilder {#2144 -em: Doctrine\ORM\EntityManager {#52 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2146 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2147 #from: "App\Entity\ExpenseType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2148 #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: [ "e.isAutomatic = false" "e.isWayBill = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\ExpenseType e WHERE e.isAutomatic = false AND e.isWayBill = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#2142 …} -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 {#2067 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2195 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2150 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2149 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2151 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2172 -om: Doctrine\ORM\EntityManager {#52 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2063 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\ExpenseType" |
| 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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#52 …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 {#2172 -om: Doctrine\ORM\EntityManager {#52 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2063 …} -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 | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2144 -em: Doctrine\ORM\EntityManager {#52 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2146 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2147 #from: "App\Entity\ExpenseType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2148 #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: [ "e.isAutomatic = false" "e.isWayBill = true" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\ExpenseType e WHERE e.isAutomatic = false AND e.isWayBill = true" -parameters: Doctrine\Common\Collections\ArrayCollection {#2142 …} -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() {#2064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2066 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_app_bundle_way_bill_expense_expenseType" ] |
| cache_key | "_app_bundle_way_bill_expense_expenseType_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2183 -form: Symfony\Component\Form\Form {#2162 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2174 …5} |
| full_name | "app_bundle_way_bill_expense[expenseType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_bundle_way_bill_expense_expenseType" |
| is_selected | Closure($choice, $value) {#2185 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2089 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "expenseType" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_bundle_way_bill_expense_expenseType" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ec01cb5e0b42516c7ed6c2df6eef4.HApTxam9nW44U0j1QjLawqEYdaKBxJF5iPOaG2zVGEA.Zl8S9p3Iq1x6YX24NGe5u-U1Bc3Yvd4854HRUQa0bgtTSzSJ2oTnHWgicA" |
| 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 | "ec01cb5e0b42516c7ed6c2df6eef4.HApTxam9nW44U0j1QjLawqEYdaKBxJF5iPOaG2zVGEA.Zl8S9p3Iq1x6YX24NGe5u-U1Bc3Yvd4854HRUQa0bgtTSzSJ2oTnHWgicA" |
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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data | "ec01cb5e0b42516c7ed6c2df6eef4.HApTxam9nW44U0j1QjLawqEYdaKBxJF5iPOaG2zVGEA.Zl8S9p3Iq1x6YX24NGe5u-U1Bc3Yvd4854HRUQa0bgtTSzSJ2oTnHWgicA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2255 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| 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() {#2251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2184 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_app_bundle_way_bill_expense__token" ] |
| cache_key | "_app_bundle_way_bill_expense__token_hidden" |
| compound | false |
| data | "ec01cb5e0b42516c7ed6c2df6eef4.HApTxam9nW44U0j1QjLawqEYdaKBxJF5iPOaG2zVGEA.Zl8S9p3Iq1x6YX24NGe5u-U1Bc3Yvd4854HRUQa0bgtTSzSJ2oTnHWgicA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2263 -form: Symfony\Component\Form\Form {#2259 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2182 …5} |
| full_name | "app_bundle_way_bill_expense[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_bundle_way_bill_expense__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 | "_app_bundle_way_bill_expense__token" |
| valid | true |
| value | "ec01cb5e0b42516c7ed6c2df6eef4.HApTxam9nW44U0j1QjLawqEYdaKBxJF5iPOaG2zVGEA.Zl8S9p3Iq1x6YX24NGe5u-U1Bc3Yvd4854HRUQa0bgtTSzSJ2oTnHWgicA" |
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| 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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| 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() {#2003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2002 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/fos/way_bill/1302735" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2265 -form: Symfony\Component\Form\Form {#2138 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2266 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "38b0d247eb12ce95a.0IOl5wMN_bt4s8ht9AOtO6ifas0dYS6mRNvdGlN3dl8.trD9k01rk-gbh64AvE7uXsn-OrlbE12QdeyRXR8DPmng9Ja_V2aw60Hdpw" |
| 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 | "38b0d247eb12ce95a.0IOl5wMN_bt4s8ht9AOtO6ifas0dYS6mRNvdGlN3dl8.trD9k01rk-gbh64AvE7uXsn-OrlbE12QdeyRXR8DPmng9Ja_V2aw60Hdpw" |
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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data | "38b0d247eb12ce95a.0IOl5wMN_bt4s8ht9AOtO6ifas0dYS6mRNvdGlN3dl8.trD9k01rk-gbh64AvE7uXsn-OrlbE12QdeyRXR8DPmng9Ja_V2aw60Hdpw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2267 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| 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() {#2270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2269 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "38b0d247eb12ce95a.0IOl5wMN_bt4s8ht9AOtO6ifas0dYS6mRNvdGlN3dl8.trD9k01rk-gbh64AvE7uXsn-OrlbE12QdeyRXR8DPmng9Ja_V2aw60Hdpw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2280 -form: Symfony\Component\Form\Form {#2276 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2271 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "38b0d247eb12ce95a.0IOl5wMN_bt4s8ht9AOtO6ifas0dYS6mRNvdGlN3dl8.trD9k01rk-gbh64AvE7uXsn-OrlbE12QdeyRXR8DPmng9Ja_V2aw60Hdpw" |
cash_payment_mode
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| 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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| 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() {#2130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/fos/way_bill/1302735" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_cash_payment_mode" ] |
| cache_key | "_cash_payment_mode_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2282 -form: Symfony\Component\Form\Form {#2123 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2283 …5} |
| full_name | "cash_payment_mode" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cash_payment_mode" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cash_payment_mode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_cash_payment_mode" |
| valid | true |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "46a.4gF1kGmsolYiaTPSe0RnpNLdssQNhZNgeaPGSR3YTmo.l2ofwgvv6jtDNn2-DDM0zr2q2PRhyvc2CsGSAVqXeiOqaEH1X-fsN1MhBw" |
| 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 | "46a.4gF1kGmsolYiaTPSe0RnpNLdssQNhZNgeaPGSR3YTmo.l2ofwgvv6jtDNn2-DDM0zr2q2PRhyvc2CsGSAVqXeiOqaEH1X-fsN1MhBw" |
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 {#65 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#66 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#67 …} -namespace: Closure() {#69 …} } |
| data | "46a.4gF1kGmsolYiaTPSe0RnpNLdssQNhZNgeaPGSR3YTmo.l2ofwgvv6jtDNn2-DDM0zr2q2PRhyvc2CsGSAVqXeiOqaEH1X-fsN1MhBw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2284 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1909 …} } |
| 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() {#2287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#691 …} $translationDomain: "validators" $message: Closure() {#2286 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_cash_payment_mode__token" ] |
| cache_key | "_cash_payment_mode__token_hidden" |
| compound | false |
| data | "46a.4gF1kGmsolYiaTPSe0RnpNLdssQNhZNgeaPGSR3YTmo.l2ofwgvv6jtDNn2-DDM0zr2q2PRhyvc2CsGSAVqXeiOqaEH1X-fsN1MhBw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2297 -form: Symfony\Component\Form\Form {#2293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2288 …5} |
| full_name | "cash_payment_mode[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "cash_payment_mode__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 | "_cash_payment_mode__token" |
| valid | true |
| value | "46a.4gF1kGmsolYiaTPSe0RnpNLdssQNhZNgeaPGSR3YTmo.l2ofwgvv6jtDNn2-DDM0zr2q2PRhyvc2CsGSAVqXeiOqaEH1X-fsN1MhBw" |