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 {#762 name: "user_type_form" type_class: "App\Form\UserTypeForm" data: App\Entity\User {#471 -id: 1060 -email: "lamelune.production@gmail.com" -roles: [ "ROLE_ARTIST" ] -password: "$2y$13$g.9M5uUHmd9P8qmq9VPZpOZSg9c5iYH9DUuVQG7adVe2G7E11wB8O" -firstName: "Pascal" -lastName: "Sylvain" -artist: App\Entity\Artist {#1054 …} -programmer: null -address: App\Entity\Address {#974 …} -moreInformation: null -favoriteCategories: Doctrine\ORM\PersistentCollection {#1660 …} -festivalPresences: Doctrine\ORM\PersistentCollection {#1691 …} -contactFestivals: Doctrine\ORM\PersistentCollection {#1714 …} -shows: Doctrine\ORM\PersistentCollection {#1749 …} -subscribes: Doctrine\ORM\PersistentCollection {#1809 …} -idStripe: "cus_TzRolW12ygAJqe" -favorites: Doctrine\ORM\PersistentCollection {#2028 …} -seens: Doctrine\ORM\PersistentCollection {#2048 …} -negociations: Doctrine\ORM\PersistentCollection {#2068 …} -programs: Doctrine\ORM\PersistentCollection {#2088 …} -notes: Doctrine\ORM\PersistentCollection {#2108 …} -createdAt: DateTimeImmutable @1771252583 {#487 date: 2026-02-16 14:36:23.491515 UTC (+00:00) } -cgv: null -rgpd: null -resetToken: null -resetRequestedAt: null -safes: Doctrine\ORM\PersistentCollection {#2131 …} -searches: Doctrine\ORM\PersistentCollection {#2161 …} -trackings: Doctrine\ORM\PersistentCollection {#2184 …} -userSessions: Doctrine\ORM\PersistentCollection {#2210 …} -lastSeenAt: null -idWp: null -favoriteSubCat: Doctrine\ORM\PersistentCollection {#2232 …} -status: "active" } } "constraints" => null "groups" => null ]