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 {#1910 name: "registration_form" type_class: "App\Form\RegistrationFormType" data: App\Entity\User {#1873 -id: null -email: "gqhvfmpfox1xfii@yahoo.com" -roles: [ "ROLE_CLIENT_USER" ] -code: "user" -password: "$2y$13$VO/Y.M12LdTHlcMCySlSme.CGWuvisxPrVs9pUdCtKG8NbXOGGn8e" -plainPassword: null -enabled: false -avatar: null -createdAt: DateTimeImmutable @1734923721 {#2192 date: 2024-12-23 03:15:21.559011 UTC (+00:00) } -updatedAt: DateTimeImmutable @1734923721 {#2194 date: 2024-12-23 03:15:21.559016 UTC (+00:00) } -userProfile: null -cartShop: null -orders: Doctrine\ORM\PersistentCollection {#2195 …} -activationCode: null -lastAcces: DateTimeImmutable @1734923721 {#2193 date: 2024-12-23 03:15:21.559014 UTC (+00:00) } } } "constraints" => null "groups" => null ]