- 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
historia
"App\Form\HistoriaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data | App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } |
data_class | "App\Entity\Historia" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1385 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $class: "App\Entity\Historia" } } |
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() {#1386 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1384 …} } } |
validation_groups | null |
fecha
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1756944000 {#95 date: 2025-09-04 00:00:00.0 UTC (+00:00) } |
View Format |
"04-09-2025"
|
Submitted Data
Property | Value |
---|---|
View Format |
"04-09-2025"
|
Normalized Format | DateTime @1756944000 {#1545 date: 2025-09-04 00:00:00.0 UTC (+00:00) } |
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 | [ "type" => "date" "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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
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() {#1409 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1406 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} } |
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() {#180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#182 …} } } |
validation_groups | null |
historiaTipo
"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 |
---|---|---|
class | "App\Entity\HistoriaTipo" |
same as passed value |
em | "default" |
ContainerWuYegoC\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} |
multiple | false |
false
|
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 |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#152 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#141 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#149 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#140 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#139 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#148 -om: ContainerWuYegoC\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1102 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\HistoriaTipo" |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | null |
disabled | false |
em | ContainerWuYegoC\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#148 -om: ContainerWuYegoC\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#189 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1102 …} -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 | "" |
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() {#151 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#154 …} } } |
validation_groups | null |
archivos
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182} -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182} -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
entry_type | "App\Form\ArchivoType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | false |
allow_delete | false |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#126 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "App\Form\ArchivoType" |
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 |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#125 …} } } |
validation_groups | null |
0
"App\Form\ArchivoType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Archivo {#1525 #createAt: DateTime @1757015351 {#1519 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015351 {#1515 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #updateBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} -id: 10799 -nombre: "Transporte JDG c Transporte Furlong. PJN - 04-09-2025.pdf" -archivo: "transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" -historia: App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } -eventoHistoria: null -informe: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\Archivo {#1525 #createAt: DateTime @1757015351 {#1519 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015351 {#1515 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #updateBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} -id: 10799 -nombre: "Transporte JDG c Transporte Furlong. PJN - 04-09-2025.pdf" -archivo: "transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" -historia: App\Entity\Historia {#1138 #createAt: DateTime @1757015351 {#1127 date: 2025-09-04 19:49:11.0 UTC (+00:00) } #createBy: Proxies\__CG__\App\Entity\Usuario {#1249 …} #updateAt: DateTime @1757015798 {#1736 date: 2025-09-04 19:56:38.749125 UTC (+00:00) } #updateBy: App\Entity\Usuario {#620 …} -id: 7709 -fecha: DateTime @1756944000 {#1131 date: 2025-09-04 00:00:00.0 UTC (+00:00) } -detalle: "Vencimientos – 10 de Septiembre, se corre traslado de Planilla." -archivos: Doctrine\ORM\PersistentCollection {#1182 #collection: Doctrine\Common\Collections\ArrayCollection {#1181 …} #initialized: true -snapshot: [ …1] -owner: App\Entity\Historia {#1138} -association: [ …15] -em: Doctrine\ORM\EntityManager {#186 …} -backRefFieldName: "historia" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3366 …} -isDirty: false } -juicio: Proxies\__CG__\App\Entity\Juicio {#1250 …} -historiaTipo: null } -eventoHistoria: null -informe: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
block_name | "entry" |
same as passed value |
property_path | "[0]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | "entry" |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | "App\Entity\Archivo" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $class: "App\Entity\Archivo" } } |
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 | "[0]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1531 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1529 …} } } |
validation_groups | null |
nombre
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Transporte JDG c Transporte Furlong. PJN - 04-09-2025.pdf" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Transporte JDG c Transporte Furlong. PJN - 04-09-2025.pdf" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} } |
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() {#1442 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1495 …} } } |
validation_groups | null |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Symfony\Component\HttpFoundation\File\File {#1631 path: "/home/www/juris/public/archivos" filename: "transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" basename: "transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" pathname: "/home/www/juris/public/archivos/transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" extension: "pdf" realPath: "/home/www/juris/public/archivos/transporte-jdg-c-transporte-furlong-pjn-04-09-2025-68b9ed373520c.pdf" aTime: 2025-09-04 19:49:11 mTime: 2025-09-04 19:49:11 cTime: 2025-09-04 19:49:11 inode: 9707033 size: 749605 perms: 0100666 owner: 33 group: 33 type: "file" writable: true readable: true executable: false file: true dir: false link: false } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#1364 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1365 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1366 …} -namespace: Closure() {#1368 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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" |
multiple | false |
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() {#1571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1275 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1614 …} } } |
validation_groups | null |