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 {#1588 name: "filters" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" data: [ "title" => [ "comparison" => null "value" => null ] "author" => [ "comparison" => "=" "value" => App\Entity\User {#2005 -id: 7 -fullName: "Carey Roob" -username: "carey495" -email: "carey.roob@example.com" -password: "password123" -roles: [ "ROLE_USER" ] -bio: "Voluptate non perferendis ratione et consequatur distinctio soluta. Blanditiis aut facere ratione mollitia culpa velit." -website: null -twitterHandle: null -isVerified: true -lastLoginAt: DateTimeImmutable @1766332856 {#2007 date: 2025-12-21 16:00:56.0 UTC (+00:00) } -comments: Doctrine\ORM\PersistentCollection {#2051 …} -posts: Doctrine\ORM\PersistentCollection {#2049 …} } ] "authorMinPosts" => null "category" => [ "comparison" => null "value" => null ] "tags" => [ "comparison" => null "value" => Doctrine\Common\Collections\ArrayCollection {#2070 -elements: [] } ] "status" => [ "comparison" => null "value" => null ] "isFeatured" => null "publishedAt" => [ "comparison" => null "value" => null "value2" => null ] ] } "constraints" => null "groups" => null ]