Validator calls
In
ValidationListener.php
line 46 (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
$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#1294 name: "app_vehiclesSearch" type_class: "App\Form\VehiclesSearchType" data: [ "locale" => "ar" "em" => Container5SOPqUJ\EntityManagerGhost51e8656 {#212 …12} "vehicleNumber" => null "panelNumbers" => "3898" "panelLetter1" => App\Entity\PanelLetters {#1472 -letterCode: 2 -letterAr: "ب" -letterEn: "B" } "panelLetter2" => App\Entity\PanelLetters {#1367 -letterCode: 9 -letterAr: "ع" -letterEn: "E" } "panelLetter3" => App\Entity\PanelLetters {#1484 -letterCode: 8 -letterAr: "ط" -letterEn: "T" } "model" => null "beneficiary" => null "registrationType" => null "registrationSerialNumber" => null "lastStorage" => null "vinNumber" => null "beneficiaryVehicleNumber" => null "vehicleSaleOfferability" => null "noEstimation" => false "VehicleLocationState" => null "VehicleSaleState" => null "VehicleOTState" => null "VehicleExitState" => null "manufacturingYear" => null ] } "constraints" => null "groups" => null ]