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 {#1521 name: "cotation" type_class: "App\Form\CotationType" data: App\Entity\Cotation {#741 -id: 292 -titre: "eDP_TH" -createdat: DateTime @1782684000 {#753 date: 2026-06-29 00:00:00.0 Europe/Zurich (+02:00) } -updatedat: DateTime @1782703556 {#1618 date: 2026-06-29 05:25:56.792549 Europe/Zurich (+02:00) } -status: "DRAFT" -refclient: "NA" -cotationDetails: Doctrine\ORM\PersistentCollection {#950 …} -cotationProcesses: Doctrine\ORM\PersistentCollection {#974 …} -quantite: null -description: null -createur: App\Entity\User {#807 …} -drawing: "D-17099" -alttext: "eDP" -parent: null -simulations: Doctrine\ORM\PersistentCollection {#972 …} -drawinga: "NA" -stdconfig: null -isactivesimul: null } } "constraints" => null "groups" => null ]