Validator calls
In
ValidationListener.php
line 55 (context):
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
// ConstraintViolation::getConstraint() must not expect to provide a constraint as long as Symfony\Component\Validator\ExecutionContext exists (before 3.0)
[ "value" => Form {#1430 name: "units_filter" type_class: "AppBundle\Form\Type\UnitsFilterType" data: [ "flat_disposition" => null "floor" => null "price_range" => null "area_range" => null "flat_price_min" => null "flat_price_max" => null "flat_area_min" => null "flat_area_max" => null "project" => null "year" => null "flat_status" => null "flat_type" => null "terraceorbalcony" => false "view" => null "sort" => "u.attributes.flat_status" "direction" => "asc" ] } "constraints" => null "groups" => null ]