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 {#1375 name: "search_form" type_class: "App\Form\SearchFormType" data: [ "keywords" => null "language" => null "minPlayers" => null "maxPlayers" => null "minAge" => null "difficulty" => null "minMiseEnPlace" => null "minRejouabilite" => null "minInteractivite" => null "minPriseEnMain" => null "minThematique" => null "minMateriel" => null "minAuthorRating" => null "minAverageRating" => null "creators" => Doctrine\Common\Collections\ArrayCollection {#1521 -elements: [] } "illustrators" => Doctrine\Common\Collections\ArrayCollection {#1523 -elements: [] } "publishers" => Doctrine\Common\Collections\ArrayCollection {#1583 -elements: [ App\Entity\Boardgame\Publisher {#1559 -id: 13 -name: "Magilano" -boardgames: Doctrine\ORM\PersistentCollection {#1835 …} } ] } "tags" => Doctrine\Common\Collections\ArrayCollection {#1582 -elements: [] } "sortOrder" => null ] } "constraints" => null "groups" => null ]