- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- Migrations
- 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
pago_filter
"App\Form\PagoFilterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "#titulo" |
same as passed value |
data | [ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
[ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
Resolved Options
Option | Value |
---|---|
action | "#titulo" |
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data | [ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} } |
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 | "get" |
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() {#1275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1277 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "#titulo" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "pago_filter" "_pago_filter" ] |
cache_key | "_pago_filter_pago_filter" |
compound | true |
data | [ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1835 -form: Symfony\Component\Form\Form {#1424 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1582 …5} |
full_name | "pago_filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "pago_filter" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter" |
valid | true |
value | [ "fecha" => [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] ] |
fecha
"App\Form\Type\DesdeHastaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "fecha " |
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 {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1318 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} } |
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 | "fecha " |
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() {#1317 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1319 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "desde_hasta" "_pago_filter_fecha" ] |
cache_key | "_pago_filter_fecha_desde_hasta" |
compound | true |
data | [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1840 -form: Symfony\Component\Form\Form {#1449 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1841 …5} |
full_name | "pago_filter[fecha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_fecha" |
label | "fecha " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fecha" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_fecha" |
valid | true |
value | [ "desde" => DateTime @1751394461 {#1128 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } "hasta" => DateTime @1753986461 {#1127 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } ] |
desde
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1751394461 {#1491 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } |
View Format |
"01-07-2025"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
[ "filtroOperacion" => ">=" "class" => "date" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd-MM-yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1434 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1431 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "fecha" "_pago_filter_fecha_desde" ] |
cache_key | "_pago_filter_fecha_desde_fecha" |
compound | false |
data | DateTime @1751394461 {#1491 date: 2025-07-01 18:27:41.859539 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1836 -form: Symfony\Component\Form\Form {#1452 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1837 …5} |
full_name | "pago_filter[fecha][desde]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_fecha_desde" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "desde" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_fecha_desde" |
valid | true |
value | "01-07-2025" |
widget | "single_text" |
hasta
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1753986461 {#1498 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } |
View Format |
"31-07-2025"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
[ "filtroOperacion" => "<=" "class" => "date" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd-MM-yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1446 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "fecha" "_pago_filter_fecha_hasta" ] |
cache_key | "_pago_filter_fecha_hasta_fecha" |
compound | false |
data | DateTime @1753986461 {#1498 date: 2025-07-31 18:27:41.859523 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1662 -form: Symfony\Component\Form\Form {#1455 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1571 …5} |
full_name | "pago_filter[fecha][hasta]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_fecha_hasta" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "hasta" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_fecha_hasta" |
valid | true |
value | "31-07-2025" |
widget | "single_text" |
categoria
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
class | "App\Entity\MovimientoCategoria" |
same as passed value |
empty_data | null |
null
|
placeholder | "TODOS" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2" ] |
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 {#1271 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1388 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1296 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1381 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1389 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1300 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1303 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\MovimientoCategoria" |
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 {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
disabled | false |
em | ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} |
empty_data | null |
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 {#1300 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1303 …} -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 | "TODOS" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1301 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1269 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_pago_filter_categoria" ] |
cache_key | "_pago_filter_categoria_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1673 +label: "Salud Publica" +value: "1" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1818 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1834 +label: "Asunt" +value: "2" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1827 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1848 +label: "Rentas Dominio AYM501" +value: "3" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1754 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1849 +label: "Rentas Padron 677700" +value: "4" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1770 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +label: "Rentas Padron 4776931" +value: "5" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1778 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1843 +label: "Rentas Padron 580371" +value: "6" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1762 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "Rentas Dominio AC233TT" +value: "7" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1575 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1851 +label: "Rentas Dominio AC733OZ" +value: "8" +data: App\Entity\MovimientoCategoria {#1881 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1832 +label: "Rentas Padron 201532" +value: "9" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1802 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1833 +label: "Rentas Padron 580373" +value: "10" +data: App\Entity\MovimientoCategoria {#1891 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1846 +label: "Rentas Padron 580372" +value: "11" +data: App\Entity\MovimientoCategoria {#1896 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +label: "Rentas Padron 580372" +value: "12" +data: App\Entity\MovimientoCategoria {#1901 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "Rentas Dominio AG294NS" +value: "13" +data: App\Entity\MovimientoCategoria {#1906 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +label: "Rentas Padron 580374" +value: "14" +data: App\Entity\MovimientoCategoria {#1911 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2020 +label: "Rentas Padron 201534" +value: "15" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1794 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2021 +label: "Rentas Padron 679078" +value: "16" +data: App\Entity\MovimientoCategoria {#1920 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2022 +label: "Rentas Padron 680089" +value: "17" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1786 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +label: "Rentas Padron 4775938" +value: "18" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1810 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +label: "Edet - La Ovejeria" +value: "19" +data: App\Entity\MovimientoCategoria {#1933 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2025 +label: "Gasnor - Country Golf" +value: "20" +data: App\Entity\MovimientoCategoria {#1938 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2026 +label: "Matricula Tucuman N° 2139" +value: "21" +data: App\Entity\MovimientoCategoria {#1943 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2027 +label: "Matricula La Rioja N° 1135" +value: "22" +data: App\Entity\MovimientoCategoria {#1948 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +label: "Matricula Concepcion- Tucuman N° 920" +value: "23" +data: App\Entity\MovimientoCategoria {#1953 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +label: "Matricula Santiago del Estero N° 4521" +value: "24" +data: App\Entity\MovimientoCategoria {#1958 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +label: "Matricula Catamarca N° 1518" +value: "25" +data: App\Entity\MovimientoCategoria {#1963 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2031 +label: "Matricula Jujuy N° 3493" +value: "26" +data: App\Entity\MovimientoCategoria {#1968 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "Matricula Salta N° 2183" +value: "27" +data: App\Entity\MovimientoCategoria {#1973 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +label: "Edet - Estudio" +value: "28" +data: App\Entity\MovimientoCategoria {#1978 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "Expensas - Estudio" +value: "29" +data: App\Entity\MovimientoCategoria {#1983 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "Simoca Net - Tafi del Valle" +value: "30" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1644 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "Edet - El Tipal" +value: "31" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1735 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +label: "Prudencia Compañia de Seguros Generales S.A:" +value: "32" +data: App\Entity\MovimientoCategoria {#1996 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "Rentas Dominio AG928RD" +value: "33" +data: App\Entity\MovimientoCategoria {#2001 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +label: "Rentas Dominio AH133ES" +value: "34" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1727 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +label: "Rentas Dominio AH059KR" +value: "35" +data: Proxies\__CG__\App\Entity\MovimientoCategoria {#1746 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "Consorcio El Tipal II" +value: "36" +data: App\Entity\MovimientoCategoria {#2014 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1839 -form: Symfony\Component\Form\Form {#1458 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1838 …5} |
full_name | "pago_filter[categoria]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_categoria" |
is_selected | Closure($choice, $value) {#2044 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1252 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "categoria" |
placeholder | "TODOS" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_categoria" |
valid | true |
value | "" |
caja
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
class | "App\Entity\Caja" |
same as passed value |
placeholder | "TODOS" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2" ] |
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 {#1271 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1360 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1321 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1359 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1357 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1326 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1354 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Caja" |
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 {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
disabled | false |
em | ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} |
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 {#1326 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1354 …} -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 | "TODOS" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1289 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1305 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_pago_filter_caja" ] |
cache_key | "_pago_filter_caja_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "caja de efectivo" +value: "1" +data: Proxies\__CG__\App\Entity\Caja {#1821 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "tranferencia" +value: "2" +data: Proxies\__CG__\App\Entity\Caja {#1741 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2043 -form: Symfony\Component\Form\Form {#1472 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2045 …5} |
full_name | "pago_filter[caja]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_caja" |
is_selected | Closure($choice, $value) {#2060 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1252 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "caja" |
placeholder | "TODOS" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_caja" |
valid | true |
value | "" |
detalle
"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 | [] |
[] |
required | 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 | 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 {#1235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1237 …} -namespace: Closure() {#1239 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1407 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} } |
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() {#1406 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1408 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_pago_filter_detalle" ] |
cache_key | "_pago_filter_detalle_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2068 -form: Symfony\Component\Form\Form {#1474 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2047 …5} |
full_name | "pago_filter[detalle]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pago_filter_detalle" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "detalle" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_pago_filter_detalle" |
valid | true |
value | "" |
Filtrar
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_pago_filter_Filtrar" ] |
cache_key | "_pago_filter_Filtrar_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2062 …5} |
full_name | "pago_filter[Filtrar]" |
id | "pago_filter_Filtrar" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "Filtrar" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_pago_filter_Filtrar" |
value | null |