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 {#1005 name: "registration" type_class: "App\Apps\Application\Auth\Form\RegistrationType" data: [ "ukdropzone" => Symfony\Component\HttpFoundation\File\UploadedFile {#19 -originalName: "Screenshot_20260327_150524_Video Player.jpg" -mimeType: "image/jpeg" -error: 0 -originalPath: "Screenshot_20260327_150524_Video Player.jpg" -test: false path: "/tmp" filename: "phppnEF6Z" basename: "phppnEF6Z" pathname: "/tmp/phppnEF6Z" extension: "" realPath: "/tmp/phppnEF6Z" aTime: 2026-04-01 23:04:23 mTime: 2026-04-01 23:04:23 cTime: 2026-04-01 23:04:23 inode: 1982 size: 58827 perms: 0100600 owner: 10000 group: 1003 type: "file" writable: true readable: true executable: false file: true dir: false link: false } ] } "constraints" => null "groups" => null ]