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 {#2812 name: "intervention_site_filter" type_class: "App\Form\Client\InterventionSiteFilterType" data: [ "filters" => [ "nom" => null "ville" => null "codePostal" => null "theStatut" => null "bailleur" => App\Entity\Bailleurs {#1234 -id: 29 -reference: "CL000026" -raisonSociale: "DOMNIS" -siret: null -adresses: Doctrine\ORM\PersistentCollection {#1222 …} -contacts: Doctrine\ORM\PersistentCollection {#1216 …} -secteurs: null -commandes: Doctrine\ORM\PersistentCollection {#1219 …} -diagnostics: Doctrine\ORM\PersistentCollection {#1249 …} -referenceIndex: 26 -client: Proxies\__CG__\App\Entity\Clients {#1236 …} -telephone: null -logo: null -logoFile: null -oldImageName: null -uploadsImageLogo: ? ?string -updatedAt: null -email: null -theStatut: App\Entity\BailleurStatut {#1218 …} -interventionSites: Doctrine\ORM\PersistentCollection {#1045 …} -agences: Doctrine\ORM\PersistentCollection {#999 …} -userBailleurs: Doctrine\ORM\PersistentCollection {#1003 …} } ] "nom" => null "ville" => null "codePostal" => null "theStatut" => null ] } "constraints" => null "groups" => null ]