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 {#1526 name: "filters" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" data: [ "customer" => [ "comparison" => "=" "value" => App\Entity\Customer {#1860 #id: 5 -idMagento: "Genny" -businessName: "Genny" -vat: "00531950202" -commercialReference: "Chiara Capparotto" -commercialEmails: "chiaracapparotto@swinger.it" -boards: Doctrine\ORM\PersistentCollection {#1906 …} -hourlyPackages: Doctrine\ORM\PersistentCollection {#1905 …} -active: true -deactivatedAt: ? DateTime -logs: Doctrine\ORM\PersistentCollection {#1903 …} -users: Doctrine\ORM\PersistentCollection {#1901 …} -created: DateTime @1630076171 {#1820 date: 2021-08-27 14:56:11.0 UTC (+00:00) } -updated: DateTime @1648642792 {#1895 date: 2022-03-30 12:19:52.0 UTC (+00:00) } } ] "hourlyPackage" => [ "comparison" => null "value" => null ] "trelloCard" => [ "comparison" => null "value" => null ] "taskType" => [ "comparison" => null "value" => null ] "user" => [ "comparison" => null "value" => null ] "date" => [ "comparison" => null "value" => null "value2" => null ] "registered" => false ] } "constraints" => null "groups" => null ]