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 {#2098 name: "" type_class: "App\Form\ProductSearchType" data: App\DTO\ProductSearchRequest {#1600 +search_query: "tiamo" +price_min: null +price_max: null +frame_kind: null +frame_material: null +brand: null +frame_color: null +frame_gender: null +frame_shape: null +frame_arm_width_min: null +frame_arm_width_max: null +frame_height_min: null +frame_height_max: null +frame_bridge_width_min: null +frame_bridge_width_max: null +frame_width_min: null +frame_width_max: null +frame_spring_hinges: null +price_offline: null +status_offline: null +name_offline: null } } "constraints" => null "groups" => null ]