- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- 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.
Validator calls
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#1916 name: "equipo" type_class: "App\Form\EquipoType" data: App\Entity\Equipo {#1041 -idEqu: 5311 #marbete: "2383001728" -descripcion: "COMPUTADORA MARCA HP INC 200 G4 AIO 21.5"" -modelo: "200 G4 22" -serie: "8CC1151QCH" -procesador: "Intel Core i5-10210U" -nucleos: 8 -cpuVelocidad: "4.2" -ram: "8" -hhd: 238 -ssd: 0 -mac: "00:ff:46:74:1e:29" -ip: "10.2.62.254" -monitorMarbete: "2383001727" -monitorModelo: "200 G4 22" -monitorSerie: "8CC1151QCH" -monitorTipo: "ALL IN ONE" -monitorPulgadas: "22"" -tecladoModelo: "HP" -tecladoSerie: "BGBYV0A9HF03Q5" -mouseModelo: "HP" -mouseSerie: "S/N" -uso: "1" -funcion: "1" -funcionDescripcion: null -estatus: "1" -falta: DateTime @1674062250 {#889 date: 2023-01-18 11:17:30.0 America/Chicago (-06:00) } -factualizacion: DateTime @1774459786 {#1884 date: 2026-03-25 11:29:46.128941 America/Mexico_City (-06:00) } -emhv: true -usuario: App\Entity\Usuario {#2367 …} -ubicacion: Proxies\__CG__\App\Entity\Ubicacion {#919 …} -unidad: Proxies\__CG__\App\Entity\Unidad {#802 …} -mantenimientoCount: 0 -allinone: false -color: "NEGRO" -piso: "0" -seccionAula: "G" -numPuertaCubi: "1" -idMaterial: App\Entity\CMaterial {#2345 …} -idUso: App\Entity\CEstadoUso {#2341 …} -idMarca: Proxies\__CG__\App\Entity\CMarcas {#874 …} -monitorMarca: Proxies\__CG__\App\Entity\CMarcas {#874 …} -tecladoMarca: Proxies\__CG__\App\Entity\CMarcas {#874 …} -mouseMarca: Proxies\__CG__\App\Entity\CMarcas {#874 …} -actualizable: true } } "constraints" => null "groups" => null ]