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 {#1194 name: "session_client" type_class: "App\Form\SessionClientType" data: App\Entity\SessionClient {#775 -id: 10045 -date: DateTime @1742894277 {#771 date: 2025-03-25 09:17:57.0 UTC (+00:00) } -client: Proxies\__CG__\App\Entity\Clients {#803 …} -session: Proxies\__CG__\App\Entity\Sessions {#817 …} -documentClients: Doctrine\ORM\PersistentCollection {#849 …} -societe: Proxies\__CG__\App\Entity\Societe {#490 …} -NumEdof: "421171060211" } } "constraints" => null "groups" => null ]