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 {#1611 name: "Article" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" data: App\Entity\Article {#991 -id: 493 -name: "118666" -designation: "VERIN ROTATIF" -fabricant: null -referenceFabricant: null -type: "PRODUIT" -prf: 6265.35 -uniteDePrix: "UN" -dateValiditeTarif: DateTimeImmutable @1767135600 {#2202 date: 2025-12-31 00:00:00.0 Europe/Paris (+01:00) } -codeTarif: "G1" -codeDouanier: null -dimentions: null -poids: "0" -paysOrigine: null -numeroMagasin: "45" -emplacementMagasin: "23D" -createdAt: DateTimeImmutable @1524693600 {#981 date: 2018-04-26 00:00:00.0 Europe/Paris (+02:00) } -image: null -idMonday: "1827819939" -devisLignes: Doctrine\ORM\PersistentCollection {#1008 …} -coeffPrix: null -updatedAt: DateTimeImmutable @1756133788 {#2422 date: 2025-08-25 16:56:28.235712 Europe/Paris (+02:00) } -updatedBy: "[email protected]" } } "constraints" => null "groups" => null ]