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: "pikubac096" -last_name: "pikubac096" -email: "[email protected]" -createdAt: DateTimeImmutable @1758169389 {#1700 date: 2025-09-18 04:23:09.342025 UTC (+00:00) } -updatedAt: DateTimeImmutable @1758169389 {#1170 date: 2025-09-18 04:23:09.342027 UTC (+00:00) } -deletedAt: null } } "constraints" => null "groups" => null ]