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 {#1201 name: "mouvement" type_class: "App\Form\MouvementType" data: App\Entity\Mouvement {#875 -id: 1347 -caisse: Proxies\__CG__\App\Entity\Caisse {#830 …} -userCreate: App\Entity\User {#489 …} -dateCreate: DateTime @1776430272 {#1320 date: 2026-04-17 12:51:12.654988 UTC (+00:00) } -dateOperation: DateTime @1776384000 {#790 date: 2026-04-17 00:00:00.0 UTC (+00:00) } -devise: App\Entity\Devise {#919 …} -motif: "CDE GMK/BOULANGERIE POUR 1 FUT GENGEAR 220 210L" -isDeleted: false -dateModification: null -nomPartenaire: null -nomOuvrier: null -typeOperation: "DEBIT" -montantOperation: "1063" -numeroPiece: "BSC 008/4" -pieceComptable: "WhatsApp-Image-2026-04-17-at-13-39-40-69e22cc0a0068.jpg" -rapport: App\Entity\RapportCaisse {#797 …} -compte: Proxies\__CG__\App\Entity\Account {#961 …} } } "constraints" => null "groups" => null ]