- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
tipo
-
pagada
-
estadoCompraFactura
-
fechaEmisionFrom
-
fechaEmisionTo
-
fechaLecturaFrom
-
fechaLecturaTo
-
fechaCobroFrom
-
fechaCobroTo
-
_token
-
filtrar_factura
"App\Form\FiltrarFacturaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "tipo" => "todas" "pagada" => null "estadoCompraFactura" => null "fechaEmisionFrom" => DateTime @1766707200 {#2472 date: 2025-12-26 00:00:00.0 UTC (+00:00) } "fechaEmisionTo" => null "fechaLecturaFrom" => null "fechaLecturaTo" => null "fechaCobroFrom" => null "fechaCobroTo" => null ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2248 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2134 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2250 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2249 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "filtrar_factura" "_filtrar_factura" ] |
| cache_key | "_filtrar_factura_filtrar_factura" |
| compound | true |
| data | [ "tipo" => "todas" "pagada" => null "estadoCompraFactura" => null "fechaEmisionFrom" => DateTime @1766707200 {#2472 date: 2025-12-26 00:00:00.0 UTC (+00:00) } "fechaEmisionTo" => null "fechaLecturaFrom" => null "fechaLecturaTo" => null "fechaCobroFrom" => null "fechaCobroTo" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2812 -form: Symfony\Component\Form\Form {#2418 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2533 …5} |
| full_name | "filtrar_factura" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "filtrar_factura" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filtrar_factura" |
| valid | true |
| value | [ "tipo" => "todas" "pagada" => null "estadoCompraFactura" => null "fechaEmisionFrom" => DateTime @1766707200 {#2472 date: 2025-12-26 00:00:00.0 UTC (+00:00) } "fechaEmisionTo" => null "fechaLecturaFrom" => null "fechaLecturaTo" => null "fechaCobroFrom" => null "fechaCobroTo" => null ] |
tipo
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "todas" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
[ "class" => "form-control custom-control-inline col-sm-8" ] |
| choices | [ "Todas" => "todas" "Suministro" => "suministro" "Otros conceptos" => "otros" ] |
[ "Todas" => "todas" "Suministro" => "suministro" "Otros conceptos" => "otros" ] |
| label | "Tipo de factura:" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| 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" => "todas" "Suministro" => "suministro" "Otros conceptos" => "otros" ] |
| 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "Tipo de factura:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2273 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_filtrar_factura_tipo" ] |
| cache_key | "_filtrar_factura_tipo_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +label: "Todas" +value: "todas" +data: "todas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +label: "Suministro" +value: "suministro" +data: "suministro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: "Otros conceptos" +value: "otros" +data: "otros" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "todas" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2515 -form: Symfony\Component\Form\Form {#2421 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2528 …5} |
| full_name | "filtrar_factura[tipo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_tipo" |
| is_selected | Closure($choice, $value) {#2811 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2260 …} } |
| label | "Tipo de factura:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "tipo" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filtrar_factura_tipo" |
| valid | true |
| value | "todas" |
pagada
"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
| Property | Value |
|---|---|
| View Format |
"0"
|
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
[ "class" => "form-control custom-control-inline col-sm-8" ] |
| choices | [ "Todo" => null "Pagadas" => true "Devueltas" => false ] |
[ "Todo" => null "Pagadas" => true "Devueltas" => false ] |
| label | "Estado:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| 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 | [ "Todo" => null "Pagadas" => true "Devueltas" => 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "Estado:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2285 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_filtrar_factura_pagada" ] |
| cache_key | "_filtrar_factura_pagada_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +label: "Todo" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +label: "Pagadas" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +label: "Devueltas" +value: "2" +data: false +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4430 -form: Symfony\Component\Form\Form {#2424 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4433 …5} |
| full_name | "filtrar_factura[pagada]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_pagada" |
| is_selected | Closure($choice, $value) {#4414 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2260 …} } |
| label | "Estado:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pagada" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filtrar_factura_pagada" |
| valid | true |
| value | "0" |
estadoCompraFactura
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
[ "class" => "form-control custom-control-inline col-sm-8" ] |
| choice_label | "nombre" |
same as passed value |
| class | "App\Entity\EstadoCompraFactura" |
same as passed value |
| label | "Estado compra:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nombre" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2342 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2308 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2343 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2344 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2309 -om: Doctrine\ORM\EntityManager {#380 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2313 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\EstadoCompraFactura" |
| 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#380 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2309 -om: Doctrine\ORM\EntityManager {#380 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2313 …} -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 | "Estado compra:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| 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() {#2307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2305 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control custom-control-inline col-sm-8" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_filtrar_factura_estadoCompraFactura" ] |
| cache_key | "_filtrar_factura_estadoCompraFactura_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +label: "Pendiente" +value: "1" +data: Proxies\__CG__\App\Entity\EstadoCompraFactura {#3127 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +label: "Pagada" +value: "2" +data: Proxies\__CG__\App\Entity\EstadoCompraFactura {#3118 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +label: "Devuelta" +value: "3" +data: App\Entity\EstadoCompraFactura {#4436 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4437 -form: Symfony\Component\Form\Form {#2427 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4429 …5} |
| full_name | "filtrar_factura[estadoCompraFactura]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_estadoCompraFactura" |
| is_selected | Closure($choice, $value) {#4428 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2260 …} } |
| label | "Estado compra:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "estadoCompraFactura" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_filtrar_factura_estadoCompraFactura" |
| valid | true |
| value | "" |
fechaEmisionFrom
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2025-12-26"
|
| Normalized Format | DateTime @1766707200 {#2472 date: 2025-12-26 00:00:00.0 UTC (+00:00) } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2256 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2257 date: 2025-12-26 13:28:02.362317 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2256 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2257 date: 2025-12-26 13:28:02.362317 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
| label | "Desde:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2256 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2257 date: 2025-12-26 13:28:02.362317 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
| 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Desde:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2363 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaEmisionFrom" ] |
| cache_key | "_filtrar_factura_fechaEmisionFrom_date" |
| compound | false |
| data | DateTime @1766707200 {#2472 date: 2025-12-26 00:00:00.0 UTC (+00:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4425 -form: Symfony\Component\Form\Form {#2430 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4427 …5} |
| full_name | "filtrar_factura[fechaEmisionFrom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaEmisionFrom" |
| label | "Desde:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaEmisionFrom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaEmisionFrom" |
| valid | true |
| value | "2025-12-26" |
| widget | "single_text" |
fechaEmisionTo
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Hasta:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Hasta:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2374 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaEmisionTo" ] |
| cache_key | "_filtrar_factura_fechaEmisionTo_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4450 -form: Symfony\Component\Form\Form {#2433 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4445 …5} |
| full_name | "filtrar_factura[fechaEmisionTo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaEmisionTo" |
| label | "Hasta:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaEmisionTo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaEmisionTo" |
| valid | true |
| value | "" |
| widget | "single_text" |
fechaLecturaFrom
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2258 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2259 date: 2025-12-26 13:28:02.362344 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2258 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2259 date: 2025-12-26 13:28:02.362344 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
| label | "Desde:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\LessThanOrEqual {#2258 +message: "This value should be less than or equal to {{ compared_value }}." +value: DateTime @1766755682 {#2259 date: 2025-12-26 13:28:02.362344 UTC (+00:00) } +propertyPath: null +payload: null +groups: [ "Default" ] } ] |
| 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Desde:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2383 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaLecturaFrom" ] |
| cache_key | "_filtrar_factura_fechaLecturaFrom_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4423 -form: Symfony\Component\Form\Form {#2436 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4421 …5} |
| full_name | "filtrar_factura[fechaLecturaFrom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaLecturaFrom" |
| label | "Desde:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaLecturaFrom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaLecturaFrom" |
| valid | true |
| value | "" |
| widget | "single_text" |
fechaLecturaTo
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Hasta:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Hasta:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2392 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaLecturaTo" ] |
| cache_key | "_filtrar_factura_fechaLecturaTo_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4446 -form: Symfony\Component\Form\Form {#2439 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4455 …5} |
| full_name | "filtrar_factura[fechaLecturaTo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaLecturaTo" |
| label | "Hasta:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaLecturaTo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaLecturaTo" |
| valid | true |
| value | "" |
| widget | "single_text" |
fechaCobroFrom
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Desde:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Desde:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2401 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaCobroFrom" ] |
| cache_key | "_filtrar_factura_fechaCobroFrom_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4443 -form: Symfony\Component\Form\Form {#2442 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4448 …5} |
| full_name | "filtrar_factura[fechaCobroFrom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaCobroFrom" |
| label | "Desde:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaCobroFrom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaCobroFrom" |
| valid | true |
| value | "" |
| widget | "single_text" |
fechaCobroTo
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Hasta:" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
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 | 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 {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | "Hasta:" |
| 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" => "" "month" => "" "day" => "" ] |
| 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() {#2411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#2410 …} } } |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_filtrar_factura_fechaCobroTo" ] |
| cache_key | "_filtrar_factura_fechaCobroTo_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4440 -form: Symfony\Component\Form\Form {#2445 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4441 …5} |
| full_name | "filtrar_factura[fechaCobroTo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura_fechaCobroTo" |
| label | "Hasta:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fechaCobroTo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_filtrar_factura_fechaCobroTo" |
| valid | true |
| value | "" |
| widget | "single_text" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a697.w9YXaLE_xhJdX8SfQONtI0vyQNppCR4IHnBdJGICEYc.iIUjPYNymVcEFqv9M6E9aHiocLM5TXVvbhoKSjNLJPO7u3UJwBK3fRcAgQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "a697.w9YXaLE_xhJdX8SfQONtI0vyQNppCR4IHnBdJGICEYc.iIUjPYNymVcEFqv9M6E9aHiocLM5TXVvbhoKSjNLJPO7u3UJwBK3fRcAgQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2226 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2227 …} -namespace: Closure() {#2229 …} } |
| data | "a697.w9YXaLE_xhJdX8SfQONtI0vyQNppCR4IHnBdJGICEYc.iIUjPYNymVcEFqv9M6E9aHiocLM5TXVvbhoKSjNLJPO7u3UJwBK3fRcAgQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4460 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2134 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2231 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2146 …} $translationDomain: "validators" $message: Closure() {#4458 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_filtrar_factura__token" ] |
| cache_key | "_filtrar_factura__token_hidden" |
| compound | false |
| data | "a697.w9YXaLE_xhJdX8SfQONtI0vyQNppCR4IHnBdJGICEYc.iIUjPYNymVcEFqv9M6E9aHiocLM5TXVvbhoKSjNLJPO7u3UJwBK3fRcAgQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4472 -form: Symfony\Component\Form\Form {#4468 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4463 …5} |
| full_name | "filtrar_factura[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "filtrar_factura__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_filtrar_factura__token" |
| valid | true |
| value | "a697.w9YXaLE_xhJdX8SfQONtI0vyQNppCR4IHnBdJGICEYc.iIUjPYNymVcEFqv9M6E9aHiocLM5TXVvbhoKSjNLJPO7u3UJwBK3fRcAgQ" |