- 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 @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 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 @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] "tipo" => 1 ] |
[ "fecha" => [ "desde" => DateTime @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 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 @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] "tipo" => 1 ] |
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" "factura_filter" "_factura_filter" ] |
cache_key | "_factura_filter_factura_filter" |
compound | true |
data | [ "fecha" => [ "desde" => DateTime @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] "tipo" => 1 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1836 -form: Symfony\Component\Form\Form {#1462 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1627 …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 @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] "tipo" => 1 ] |
fecha
"App\Form\Type\DesdeHastaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "desde" => DateTime @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 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" "_factura_filter_fecha" ] |
cache_key | "_factura_filter_fecha_desde_hasta" |
compound | true |
data | [ "desde" => DateTime @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1841 -form: Symfony\Component\Form\Form {#1487 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1842 …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 @1751328000 {#1128 date: 2025-07-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1753975305 {#1127 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } ] |
desde
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1751328000 {#1533 date: 2025-07-01 00:00:00.0 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() {#1472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1469 …} } } |
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 @1751328000 {#1533 date: 2025-07-01 00:00:00.0 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1837 -form: Symfony\Component\Form\Form {#1490 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1838 …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-07-2025" |
widget | "single_text" |
hasta
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1753975305 {#1539 date: 2025-07-31 15:21:45.456789 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() {#1483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1484 …} } } |
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 @1753975305 {#1539 date: 2025-07-31 15:21:45.456789 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1705 -form: Symfony\Component\Form\Form {#1493 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1617 …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-07-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 {#1271 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1417 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1296 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1411 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1418 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1273 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1292 …} -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 {#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 {#1273 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1292 …} -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" "_factura_filter_contacto" ] |
cache_key | "_factura_filter_contacto_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1735 +label: "Eduardo Dr. Zarba" +value: "1" +data: App\Entity\Contacto {#1856 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +label: " Dr. Pons" +value: "2" +data: App\Entity\Contacto {#1860 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1849 +label: "María Eugenia Dra. Capelli" +value: "3" +data: App\Entity\Contacto {#1865 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1850 +label: " Dra. Ragone" +value: "4" +data: App\Entity\Contacto {#1870 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +label: "Ana Dra. Stok" +value: "5" +data: App\Entity\Contacto {#1875 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1716 +label: "Alejandro Dr. Bulacio" +value: "6" +data: App\Entity\Contacto {#1880 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1834 +label: "Jose Dr. Arredondo" +value: "7" +data: App\Entity\Contacto {#1885 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1852 +label: "Don Giuseppe Zapateria" +value: "8" +data: App\Entity\Contacto {#1890 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1831 +label: " ServiMoto" +value: "9" +data: App\Entity\Contacto {#1895 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1625 +label: "Barrio Norte Mensajeria" +value: "10" +data: App\Entity\Contacto {#1900 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1847 +label: "Marcelo Plomero" +value: "11" +data: App\Entity\Contacto {#1905 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "Marcos Cadete" +value: "12" +data: App\Entity\Contacto {#1910 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: " Dr. pera" +value: "13" +data: App\Entity\Contacto {#1915 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "Almacen de Maria Almacen" +value: "14" +data: App\Entity\Contacto {#1920 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "Auditoria Medica Asunt" +value: "15" +data: App\Entity\Contacto {#1925 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "Roberto Ramon Dr. Manso" +value: "16" +data: App\Entity\Contacto {#1930 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "Diego Dr. Abdala" +value: "18" +data: App\Entity\Contacto {#1935 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "Fabian Dr. Landa" +value: "19" +data: App\Entity\Contacto {#1940 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: " Prudencia Compañoa Argentina de Seguros Generales S.A." +value: "20" +data: Proxies\__CG__\App\Entity\Contacto {#1816 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: " Seguros Galicia - Ex Sura" +value: "21" +data: Proxies\__CG__\App\Entity\Contacto {#1633 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: " Federacion Patronal Seguros S.A.U." +value: "22" +data: Proxies\__CG__\App\Entity\Contacto {#1640 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: " Estudio Beccar Varela" +value: "23" +data: Proxies\__CG__\App\Entity\Contacto {#1618 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: " Oro Plata Sociedad Anonima" +value: "24" +data: App\Entity\Contacto {#1962 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: " Provincia Aseguradora de Riesgo del Trabajo" +value: "25" +data: Proxies\__CG__\App\Entity\Contacto {#1802 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: " Telefono de Claro" +value: "26" +data: App\Entity\Contacto {#1971 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: " Compañia de Seguros La Mercantil Andina S.A." +value: "27" +data: Proxies\__CG__\App\Entity\Contacto {#1809 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: " Satus Ager S.A." +value: "28" +data: App\Entity\Contacto {#1980 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "Roberto Dr. Manson" +value: "29" +data: App\Entity\Contacto {#1985 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: " JUNCAL" +value: "30" +data: App\Entity\Contacto {#1990 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: " Aceitera General Deheza S.A." +value: "31" +data: App\Entity\Contacto {#1996 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +label: " Dr. Heredia" +value: "32" +data: App\Entity\Contacto {#2001 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: " Provincia Seguros S.A." +value: "33" +data: App\Entity\Contacto {#2006 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: " Unilever Argentina S.A" +value: "34" +data: App\Entity\Contacto {#2011 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: " Arca - EX AFIP" +value: "35" +data: App\Entity\Contacto {#2016 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: " Simplot Argentina S.R.L." +value: "36" +data: Proxies\__CG__\App\Entity\Contacto {#1647 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +label: " Galicias Seguros SAU" +value: "37" +data: Proxies\__CG__\App\Entity\Contacto {#1616 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: " Linea de Personal" +value: "38" +data: App\Entity\Contacto {#2029 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: " Seguros Galicia S.A." +value: "39" +data: App\Entity\Contacto {#2034 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: " Origenes Seguros de Retiro S.A." +value: "40" +data: Proxies\__CG__\App\Entity\Contacto {#1668 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1840 -form: Symfony\Component\Form\Form {#1496 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1839 …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) {#2072 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 | "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 {#1271 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1427 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1406 …} } |
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 {#1403 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1369 …} -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 {#1403 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1369 …} -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() {#1405 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1407 …} } } |
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 {#2074 +label: "caja de efectivo" +value: "1" +data: App\Entity\Caja {#2089 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "tranferencia" +value: "2" +data: App\Entity\Caja {#2099 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2071 -form: Symfony\Component\Form\Form {#1510 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2073 …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) {#2088 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 | "_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) {#1434 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() {#1435 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1146 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1437 …} } } |
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 {#2096 -form: Symfony\Component\Form\Form {#1512 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2075 …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 {#2078 +label: "TODAS" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2077 +label: "ACTIVAS" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "CANCELADAS" +value: "2" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2081 -form: Symfony\Component\Form\Form {#1515 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2090 …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) {#2103 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 | "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 {#2105 …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 |