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 {#1209 name: "clients" type_class: "App\Form\ClientsType" data: App\Entity\Clients {#698 -id: 8096 -nom: "BOUCHOUK" -prenom: "Mourad" -mail: "BOUCHOUK@MPSA.COM" -adresse: "22 PRO MAXIME GORKI" -ville: "SARTROUVILLE" -tel: "+33630743270" -numEdof: 1 -dateCreation: DateTime @1740388112 {#696 date: 2025-02-24 09:08:32.979702 UTC (+00:00) } -vendeur: "zinedine" -statut: App\Entity\Statut {#1395 …} -statutProspect: App\Entity\StatutProspect {#1463 …} -provenance: App\Entity\Provenance {#1451 …} -categorie: App\Entity\Categorie {#1457 …} -civilite: App\Entity\Civilite {#1468 …} -sessionClients: Doctrine\ORM\PersistentCollection {#1498 …} -societe: Proxies\__CG__\App\Entity\Societe {#489 …} -hitoriqueMails: Doctrine\ORM\PersistentCollection {#1821 …} -cp: 78500 -dateNaissance: null -lieuNaissance: null } } "constraints" => null "groups" => null ]