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 {#2249 name: "import_site" type_class: "App\Form\Client\ImportSiteType" data: [ "file" => Symfony\Component\HttpFoundation\File\UploadedFile {#19 -originalName: "Marché DOMNIS SECTEUR NORD Import lieux.csv" -mimeType: "application/vnd.ms-excel" -error: 0 -originalPath: "Marché DOMNIS SECTEUR NORD Import lieux.csv" -test: false path: "/tmp" filename: "phpsoaBgT" basename: "phpsoaBgT" pathname: "/tmp/phpsoaBgT" extension: "" realPath: "/tmp/phpsoaBgT" aTime: 2026-02-08 13:00:13 mTime: 2026-02-08 13:00:13 cTime: 2026-02-08 13:00:13 inode: 515908 size: 808971 perms: 0100600 owner: 33 group: 33 type: "file" writable: true readable: true executable: false file: true dir: false link: false } ] } "constraints" => null "groups" => null ]