- 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
factura_filter
"App\Form\FacturaFilterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "fecha" => [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
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 @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
[ "fecha" => [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
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 @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1256 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() {#1257 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1255 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "#titulo" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "factura_filter" "_factura_filter" ] |
cache_key | "_factura_filter_factura_filter" |
compound | true |
data | [ "fecha" => [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1654 -form: Symfony\Component\Form\Form {#1461 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1620 …5} |
full_name | "factura_filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "factura_filter" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter" |
valid | true |
value | [ "fecha" => [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] "tipo" => 1 ] |
fecha
"App\Form\Type\DesdeHastaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 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) {#1267 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() {#1268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1266 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "desde_hasta" "_factura_filter_fecha" ] |
cache_key | "_factura_filter_fecha_desde_hasta" |
compound | true |
data | [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1558 -form: Symfony\Component\Form\Form {#1496 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1643 …5} |
full_name | "factura_filter[fecha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_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 | "_factura_filter_fecha" |
valid | true |
value | [ "desde" => DateTime @1754006400 {#1128 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756659696 {#1127 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } ] |
desde
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1754006400 {#1535 date: 2025-08-01 00:00:00.0 UTC (+00:00) } |
View Format |
"01-08-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() {#1481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1478 …} } } |
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" "_factura_filter_fecha_desde" ] |
cache_key | "_factura_filter_fecha_desde_fecha" |
compound | false |
data | DateTime @1754006400 {#1535 date: 2025-08-01 00:00:00.0 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1772 -form: Symfony\Component\Form\Form {#1499 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1771 …5} |
full_name | "factura_filter[fecha][desde]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_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 | "_factura_filter_fecha_desde" |
valid | true |
value | "01-08-2025" |
widget | "single_text" |
hasta
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1756659696 {#1539 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } |
View Format |
"31-08-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() {#1489 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1488 …} } } |
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" "_factura_filter_fecha_hasta" ] |
cache_key | "_factura_filter_fecha_hasta_fecha" |
compound | false |
data | DateTime @1756659696 {#1539 date: 2025-08-31 17:01:36.813985 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1773 -form: Symfony\Component\Form\Form {#1502 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1774 …5} |
full_name | "factura_filter[fecha][hasta]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_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 | "_factura_filter_fecha_hasta" |
valid | true |
value | "31-08-2025" |
widget | "single_text" |
contacto
"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\Contacto" |
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 {#1297 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1385 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1300 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1384 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1383 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1301 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1302 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Contacto" |
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 {#189 …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 {#1301 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1302 …} -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() {#1298 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1295 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_factura_filter_contacto" ] |
cache_key | "_factura_filter_contacto_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1776 +label: "Eduardo Dr. Zarba" +value: "1" +data: App\Entity\Contacto {#1795 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1777 +label: " Dr. Pons" +value: "2" +data: App\Entity\Contacto {#1799 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1788 +label: "María Eugenia Dra. Capelli" +value: "3" +data: App\Entity\Contacto {#1804 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: " Dra. Ragone" +value: "4" +data: App\Entity\Contacto {#1809 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1797 +label: "Ana Dra. Stok" +value: "5" +data: App\Entity\Contacto {#1814 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1775 +label: "Alejandro Dr. Bulacio" +value: "6" +data: App\Entity\Contacto {#1819 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1782 +label: "Jose Dr. Arredondo" +value: "7" +data: App\Entity\Contacto {#1824 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1791 +label: "Don Giuseppe Zapateria" +value: "8" +data: App\Entity\Contacto {#1829 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1779 +label: " ServiMoto" +value: "9" +data: App\Entity\Contacto {#1834 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1778 +label: "Barrio Norte Mensajeria" +value: "10" +data: App\Entity\Contacto {#1839 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1786 +label: "Marcelo Plomero" +value: "11" +data: App\Entity\Contacto {#1844 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1991 +label: "Marcos Cadete" +value: "12" +data: App\Entity\Contacto {#1849 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1992 +label: " Dr. pera" +value: "13" +data: App\Entity\Contacto {#1854 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1993 +label: "Almacen de Maria Almacen" +value: "14" +data: App\Entity\Contacto {#1859 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1994 +label: "Auditoria Medica Asunt" +value: "15" +data: App\Entity\Contacto {#1864 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1995 +label: "Roberto Ramon Dr. Manso" +value: "16" +data: App\Entity\Contacto {#1869 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1996 +label: "Diego Dr. Abdala" +value: "18" +data: App\Entity\Contacto {#1874 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1997 +label: "Fabian Dr. Landa" +value: "19" +data: App\Entity\Contacto {#1879 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1998 +label: " Prudencia Compañoa Argentina de Seguros Generales S.A." +value: "20" +data: App\Entity\Contacto {#1884 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1999 +label: " Seguros Galicia - Ex Sura" +value: "21" +data: App\Entity\Contacto {#1889 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2000 +label: " Federacion Patronal Seguros S.A.U." +value: "22" +data: App\Entity\Contacto {#1894 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2001 +label: " Estudio Beccar Varela" +value: "23" +data: App\Entity\Contacto {#1900 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2002 +label: " Oro Plata Sociedad Anonima" +value: "24" +data: App\Entity\Contacto {#1905 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2003 +label: " Provincia Aseguradora de Riesgo del Trabajo" +value: "25" +data: Proxies\__CG__\App\Entity\Contacto {#1729 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2004 +label: " Telefono de Claro" +value: "26" +data: App\Entity\Contacto {#1914 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2005 +label: " Compañia de Seguros La Mercantil Andina S.A." +value: "27" +data: App\Entity\Contacto {#1919 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2006 +label: " Satus Ager S.A." +value: "28" +data: App\Entity\Contacto {#1924 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2007 +label: "Roberto Dr. Manson" +value: "29" +data: App\Entity\Contacto {#1929 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +label: " JUNCAL" +value: "30" +data: App\Entity\Contacto {#1934 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2009 +label: " Aceitera General Deheza S.A." +value: "31" +data: App\Entity\Contacto {#1940 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2010 +label: " Dr. Heredia" +value: "32" +data: App\Entity\Contacto {#1945 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2011 +label: " Provincia Seguros S.A." +value: "33" +data: Proxies\__CG__\App\Entity\Contacto {#1715 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2012 +label: " Unilever Argentina S.A" +value: "34" +data: App\Entity\Contacto {#1954 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2013 +label: " Arca - EX AFIP" +value: "35" +data: App\Entity\Contacto {#1959 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2014 +label: " Simplot Argentina S.R.L." +value: "36" +data: App\Entity\Contacto {#1964 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: " Galicias Seguros SAU" +value: "37" +data: App\Entity\Contacto {#1969 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +label: " Linea de Personal" +value: "38" +data: App\Entity\Contacto {#1974 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +label: " Seguros Galicia S.A." +value: "39" +data: Proxies\__CG__\App\Entity\Contacto {#1736 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: " Origenes Seguros de Retiro S.A." +value: "40" +data: App\Entity\Contacto {#1984 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +label: " Massalin Particulares S.R.L." +value: "41" +data: Proxies\__CG__\App\Entity\Contacto {#1743 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1625 -form: Symfony\Component\Form\Form {#1505 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1770 …5} |
full_name | "factura_filter[contacto]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_contacto" |
is_selected | Closure($choice, $value) {#2021 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1275 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "contacto" |
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 | "_factura_filter_contacto" |
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 {#1297 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1421 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1373 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1422 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1423 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1372 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1304 …} -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 {#189 …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 {#1372 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1304 …} -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() {#1374 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1375 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_factura_filter_caja" ] |
cache_key | "_factura_filter_caja_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +label: "caja de efectivo" +value: "1" +data: App\Entity\Caja {#2039 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2026 +label: "tranferencia" +value: "2" +data: App\Entity\Caja {#2049 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2022 -form: Symfony\Component\Form\Form {#1508 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2023 …5} |
full_name | "factura_filter[caja]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_caja" |
is_selected | Closure($choice, $value) {#2038 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1275 …} } |
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 | "_factura_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) {#1365 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() {#1412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1436 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_factura_filter_detalle" ] |
cache_key | "_factura_filter_detalle_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2046 -form: Symfony\Component\Form\Form {#1511 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2025 …5} |
full_name | "factura_filter[detalle]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_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 | "_factura_filter_detalle" |
valid | true |
value | "" |
estado
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
[ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
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 | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1442 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1441 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_factura_filter_estado" ] |
cache_key | "_factura_filter_estado_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +label: "TODAS" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2027 +label: "ACTIVAS" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "CANCELADAS" +value: "2" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2031 -form: Symfony\Component\Form\Form {#1514 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2040 …5} |
full_name | "factura_filter[estado]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_estado" |
is_selected | Closure($choice, $value) {#2053 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1275 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "estado" |
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 | "_factura_filter_estado" |
valid | true |
value | "0" |
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" "_factura_filter_Filtrar" ] |
cache_key | "_factura_filter_Filtrar_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2055 …5} |
full_name | "factura_filter[Filtrar]" |
id | "factura_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 | "_factura_filter_Filtrar" |
value | null |