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 {#2548 name: "form" type_class: "App\Form\KalenderFilterType" data: [ "datum_bis" => null "datum_von" => null "nat" => null "plz" => null "ort" => null "umkreis" => null "lokal" => null "veranstalter" => null "region" => null "idVeranstalter" => null "idLocation" => null "rubrik" => null "zielgruppe" => null "filter1" => false "filter2" => false "filter3" => false "filter4" => false "filter5" => false "suche" => null "bg" => null "lg" => null "m" => "2026-05" "t" => "2026-05-24" ] } "constraints" => null "groups" => null ]