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 {#2238 name: "user" type_class: "App\Form\UserType" data: App\Entity\User\User {#1130 -id: "019e3af2-f44b-77ec-b9c2-202394179ba4" -imgProfile: App\Entity\Document\Document {#2607 …} -email: "darribas@studio128k.com" -password: "$2y$04$vvVRScQ9nqns7/FUNKraae3Y0RZbzBGjmzZbNhECq8bR9a3MUX9jS" -name: "Domingo" -surnames: "Arribas" -phone: "876543287" -createdAt: DateTime @1779105461 {#2627 date: 2026-05-18 13:57:41.339184 Europe/Madrid (+02:00) } -updatedAt: ? ?DateTime -lastLogin: ? ?DateTime -status: true -darkMode: false -menuExpanded: true -locale: "ES" -address: "C/ikjdkajsdkja" -bio: "idfjsjdofjsdjfsjdfjsjdfjs" -documents: Doctrine\ORM\PersistentCollection {#2593 …} -roles: Doctrine\ORM\PersistentCollection {#2595 …} -permissions: Doctrine\ORM\PersistentCollection {#2597 …} -companies: Doctrine\ORM\PersistentCollection {#2613 …} -tasks: Doctrine\ORM\PersistentCollection {#2612 …} } } "constraints" => null "groups" => null ]