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: "abejagaratud87" -last_name: "abejagaratud87" -email: "[email protected]" -createdAt: DateTimeImmutable @1758554806 {#1264 date: 2025-09-22 15:26:46.523846 UTC (+00:00) } -updatedAt: DateTimeImmutable @1758554806 {#1265 date: 2025-09-22 15:26:46.523849 UTC (+00:00) } -deletedAt: null } } "constraints" => null "groups" => null ]