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 {#1279 name: "factual_comment" type_class: "App\Form\FactualCommentType" data: App\Entity\FactualComment {#987 -id: 263 -referenceId: "FAEVVPWP" -basicForm: "ewangelicy" -status: 10 -createdAt: DateTimeImmutable @1779530675 {#982 date: 2026-05-23 10:04:35.0 UTC (+00:00) } -updatedAt: Symfony\Component\Clock\DatePoint @1779531104 {#2242 date: 2026-05-23 10:11:44.934119 UTC (+00:00) } -deletedAt: null -factualCommentItems: Doctrine\ORM\PersistentCollection {#1016 …} -sermons: ? array -createdBy: App\Entity\User {#593 …} } } "constraints" => null "groups" => null ]