Validator calls
In
ValidationListener.php
line ():
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 {#12888 name: "persona" type_class: "App\Form\PersonaType" data: App\Entity\Persona {#1404 -id: 8291 -primernombre: "ALEJANDRO" -segundonombre: null -primerapellido: "DAVILA" -segundoapellido: "CHAVEZ" -documento: "1027151050" -estado: true -fechanacimiento: DateTime @1115442000 {#1405 date: 2005-05-07 00:00:00.0 America/Bogota (-05:00) } -direccion: "CHIPRE CRA 65 NO 30C49" -telefono: "3028667325" -email: "pardo330@yahoo.com" -tipodocumento: Proxies\__CG__\App\Entity\Tipodocumento {#1440 …} -municipio: Proxies\__CG__\App\Entity\Municipio {#1462 …} -empresa: null -users: Doctrine\ORM\PersistentCollection {#1466 …} -asistenteprofesionals: Doctrine\ORM\PersistentCollection {#1496 …} -solicitudcoberturas: Doctrine\ORM\PersistentCollection {#1494 …} -coberturafacturacion: Doctrine\ORM\PersistentCollection {#1498 …} -profesionales: Doctrine\ORM\PersistentCollection {#1609 …} -tipopago: null -idintegracion: null -catalogoprecio: null -documentfile: "WhatsApp-Image-2026-02-26-at-9-11-44-AM-1-69a058c7bea89.jpg" -tipocliente: null -servicios: Doctrine\ORM\PersistentCollection {#1716 …} -pedidos: Doctrine\ORM\PersistentCollection {#1836 …} -pedidopaciente: Doctrine\ORM\PersistentCollection {#1834 …} -tiporesponsabilidad: Doctrine\ORM\PersistentCollection {#1838 …} -resptributaria: null -posicionfiscal: null -quiroPays: Doctrine\ORM\PersistentCollection {#1840 …} } } "constraints" => null "groups" => null ]