Validator calls
In
ValidationListener.php
line 46 (context):
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 {#1150 name: "follower" type_class: "App\Form\FollowerType" data: App\Entity\Follower {#1077 -id: null -first_name: "ubesuvezozoq86" -last_name: "ubesuvezozoq86" -email: "[email protected]" -createdAt: DateTimeImmutable @1758013003 {#1264 date: 2025-09-16 08:56:43.610118 UTC (+00:00) } -updatedAt: DateTimeImmutable @1758013003 {#1265 date: 2025-09-16 08:56:43.610121 UTC (+00:00) } -deletedAt: null } } "constraints" => null "groups" => null ]