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 {#2392 name: "user_profile" type_class: "App\Form\UserProfileType" data: App\Entity\User {#1217 -id: Symfony\Component\Uid\UuidV6 {#1207 …} -firstname: "Scale" -lastname: "DEV" -email: "contact@scaledev.fr" -mobilePhone: null -password: "$2y$13$GF3kXkln.Pf06Ae7g3dYl.aZK755rqsAcngwOg.q0gNqDrs2HkZVC" -token: null -token_validity: null -loginName: null -apiPin: null -apiToken: null -apiTokenValidity: null -config: [ "core" => [ "dashboard" => [ "dateBegin" => null "dateEnd" => null ] "list" => [ "limit" => "" ] "notifications" => [ "mark_read_on_click" => false ] ] ] -profile: Proxies\__CG__\App\Entity\Profile {#1229 …} -emailSignature: null -userLoginLogs: Doctrine\ORM\PersistentCollection {#1271 …} -notifications: Doctrine\ORM\PersistentCollection {#1324 …} -userContexts: Doctrine\ORM\PersistentCollection {#1329 …} -language: null -note: null -isSolo: false -mail_servers: Doctrine\ORM\PersistentCollection {#1403 …} -teamUsers: Doctrine\ORM\PersistentCollection {#1446 …} -usersEstablishments: Doctrine\ORM\PersistentCollection {#1462 …} #createdBy: null #updatedBy: App\Entity\User {#1217} #createdAt: DateTime @1786458842 {#1204 date: 2026-08-11 16:34:02.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1786459084 {#2580 date: 2026-08-11 16:38:04.364403 Europe/Paris (+02:00) } #deletedBy: null #deletedAt: null -isActive: true -openssl: App\Services\Openssl {#1167 …} -virtualOptions: [] } } "constraints" => null "groups" => null ]