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: 8088 -nom: "BRIERE" -prenom: "Celine" -mail: "celine-briere@hotmail.fr" -adresse: "17 RUE Robert Schuman" -ville: "MAIZIERES LES METZ" -tel: "+33630686310" -numEdof: 381098982422 -dateCreation: DateTime @1736347217 {#696 date: 2025-01-08 14:40:17.607309 UTC (+00:00) } -vendeur: "/" -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: 57280 -dateNaissance: null -lieuNaissance: null } } "constraints" => null "groups" => null ]