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 {#1805 name: "filters" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" data: [ "code" => [ "comparison" => null "value" => null ] "name" => [ "comparison" => null "value" => null ] "department" => [ "comparison" => "=" "value" => App\Faculty\Domain\Entity\Department {#2100 -id: 1 -name: "Nouvelles Technologies de L'information et la Communication" -code: "NTIC" -faculty: Proxies\__CG__\App\Faculty\Domain\Entity\Faculty {#2245 …} -courses: Doctrine\ORM\PersistentCollection {#2254 …} -teachers: Doctrine\ORM\PersistentCollection {#2256 …} -levels: Doctrine\ORM\PersistentCollection {#2258 …} -createdAt: DateTime @1751123646 {#2099 date: 2025-06-28 15:14:06.0 UTC (+00:00) } -updatedAt: DateTime @1751123980 {#2184 date: 2025-06-28 15:19:40.0 UTC (+00:00) } } ] "semester" => [ "comparison" => "=" "value" => App\Course\Domain\Entity\Semester {#2277 -id: 6 -number: 6 -startDate: DateTime @1725148800 {#2288 date: 2024-09-01 00:00:00.0 UTC (+00:00) } -endDate: DateTime @1751241600 {#2270 date: 2025-06-30 00:00:00.0 UTC (+00:00) } -status: "inactive" -academicYear: Proxies\__CG__\App\Course\Domain\Entity\AcademicYear {#2341 …} -courses: Doctrine\ORM\PersistentCollection {#2353 …} -createdAt: DateTime @1751198568 {#2284 date: 2025-06-29 12:02:48.0 UTC (+00:00) } -updatedAt: DateTime @1751198568 {#2276 date: 2025-06-29 12:02:48.0 UTC (+00:00) } } ] "level" => [ "comparison" => "=" "value" => App\Faculty\Domain\Entity\Level {#2371 -id: 3 -cycle: "Licence" -number: 3 -department: App\Faculty\Domain\Entity\Department {#2100} -courses: Doctrine\ORM\PersistentCollection {#2372 …} -createdAt: DateTime @1751123727 {#2383 date: 2025-06-28 15:15:27.0 UTC (+00:00) } -updatedAt: DateTime @1751123727 {#2365 date: 2025-06-28 15:15:27.0 UTC (+00:00) } } ] "teacher" => [ "comparison" => null "value" => null ] "teachingUnit" => [ "comparison" => null "value" => null ] "credits" => [ "comparison" => null "value" => null "value2" => null ] ] } "constraints" => null "groups" => null ]