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 {#2272 name: "dossier" type_class: "App\Form\DossierType" data: App\Entity\Dossier {#2254 -id: null -libelle: null -projet: null -createdAt: DateTimeImmutable @1788772918 {#2176 date: 2026-09-07 11:21:58.918568 Europe/Paris (+02:00) } -dateReception: null -dateLivraisonMaquette: null -dateProduction: null -dateLivraison: null -contact: null -description: null -link: null -status: null -priority: 1 -type: null -createdBy: null -docs: null -deadline: null -devis: null -quotes: Doctrine\Common\Collections\ArrayCollection {#2390 …} -slug: null -linkPreview: null -linkTemplate: null -facture: null -seoStats: false -bloque: false -kanban: null -reference: null -metas: Doctrine\Common\Collections\ArrayCollection {#2387 …} -manager: null -affectedTo: null -statusHistories: Doctrine\Common\Collections\ArrayCollection {#2391 …} } } "constraints" => null "groups" => null ]