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 {#1933 name: "tenant" type_class: "App\Form\TenantType" data: App\Entity\Tenant {#1095 -id: 381497 -code: 381497 -address: Proxies\__CG__\App\Entity\Address {#1135 …} -lastName: "ARIAS" -firstName: "OLGA LUCIA" -documentType: "" -documentNumber: 11599444 -cuitCuil: 32564698745 -nroContrib: 1672381 -maritalStatus: "" -type: "" -phone: "1170025337" -email: null -createdAt: DateTime @1769051446 {#1053 date: 2026-01-22 00:10:46.0 America/Argentina/Buenos_Aires (-03:00) } -updatedAt: DateTime @1780814350 {#2455 date: 2026-06-07 03:39:10.219393 America/Argentina/Buenos_Aires (-03:00) } -deletedAt: null -plotTenants: Doctrine\ORM\PersistentCollection {#1166 …} -deceased: Doctrine\ORM\PersistentCollection {#1247 …} -titles: Doctrine\ORM\PersistentCollection {#1371 …} -procedures: Doctrine\ORM\PersistentCollection {#1429 …} -invoices: Doctrine\ORM\PersistentCollection {#1551 …} -debts: Doctrine\ORM\PersistentCollection {#1643 …} } } "constraints" => null "groups" => null ]