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 {#1602 name: "filters" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" data: [ "project" => null "projectItem" => null "itemParameter" => [ "comparison" => "=" "value" => Project\Entity\ProjectItemParameter {#1692 #createdAt: DateTimeImmutable @1777956531 {#1678 date: 2026-05-05 04:48:51.0 UTC (+00:00) } #deletedAt: null #id: 52 #projectItem: Project\Entity\ProjectItem {#1700 …} #parameter: Statement\Entity\Parameter {#1703 …} #values: Doctrine\ORM\PersistentCollection {#1762 …} } ] ] } "constraints" => null "groups" => null ]