- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- EasyAdmin
- 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 {#1559 name: "cabecera" type_class: "App\Form\Type\CabeceraType" data: App\Entity\Cabecera {#1251 -id: 369367 -nombrecliente: "MARCELA VELEZ QUIROZ" -nombres: "MARCELA" -apellidos: "VELEZ QUIROZ" -codpostalcliente: null -direccioncliente: "CLL 17 82D 14 MEDELLLIN" -poblacioncliente: null -provinciacliente: null -paiscliente: null -telefonocliente: "3006526963" -telefono2cliente: null -movilcliente: null -emailcliente: "" -codmonedaminuta: null -nifcliente: "1026137843" -zona: null -fechareserva: null -codcliente: 14489 -direccion2cliente: "APTO 401 ED JUANES 2 SECTOR BELEN LA NUBIA" -lineas: Doctrine\ORM\PersistentCollection {#2259 …} -user: App\Entity\User {#983 …} -total: "0" -totalsiniva: null -sucursal: "OCCIDENTE DOMICILIOS" -comentario: null -isFinalizada: null -metododepago: null -Tipodeservicio: 4 -is_enviado: false -filename: null -CabeceraStatus: Doctrine\ORM\PersistentCollection {#2179 …} -estado: "INICIADO" -domicilios: null -propinatotal: null -propinaporcentaje: null -linkdepago: null -CabeceraLinkdepago: Doctrine\ORM\PersistentCollection {#2180 …} -facturaelectronica: false -direccion_2: "NULL" -nombre_1: "MARCELA" -otros_nombres: null -apellido_1: "VELEZ QUIROZ" -apellido_2: null -fe_municipio: "NULL" -fe_responsabilidades: null -tipo_de_documento: null -tipopersona: null -fe_regimen: "NULL" -fe_det_tributario: null -cuenta_alimentacion: "NULL" -centro_costos: "NULL" -centro_operacion: "NULL" -alias: "0" -email_linkdepago: "" -nombre_receptor: "MARCELA VELEZ QUIROZ" -telefono_receptor: "3006526936" -observaciones_receptor: null -createdAt: DateTime @1765990965 {#2296 date: 2025-12-17 12:02:45.202255 America/Bogota (-05:00) } -updatedAt: null } } "constraints" => null "groups" => null ]