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 {#1098 name: "celebration" type_class: "App\Form\CelebrationType" data: App\Entity\Celebration {#929 -id: 1 -dateAndTime: DateTime @1770936720 {#1311 date: 2026-02-12 22:52:00.0 UTC (+00:00) } -address: App\Entity\Address {#1136 …} -churchName: "Eglise de Test" -parishName: "Paroisse de test" -mass: true -person1Details: App\Entity\ProfileDetails {#1511 …} -person2Details: App\Entity\ProfileDetails {#1570 …} -celebrantDetails: null -archived: false -creationDate: DateTime @1770242034 {#930 date: 2026-02-04 21:53:54.630513 UTC (+00:00) } -creationBy: App\Entity\User {#732 …} -paid: false -paidBy: null -paymentMethod: null -paymentDate: null } } "constraints" => null "groups" => null ]