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 {#1331 name: "reservation" type_class: "App\Form\ReservationType" data: App\Entity\Reservation {#900 -id: 7 -location: "geneve" -eventType: "club" -eventDate: DateTime @1771027200 {#1422 date: 2026-02-14 00:00:00.0 UTC (+00:00) } -eventTime: DateTime @82800 {#1425 date: 1970-01-01 23:00:00.0 UTC (+00:00) } -fullName: "junior junior" -email: "juniorcmr@gmail.com" -phone: "0102030405" -guests: 120 -notes: null -status: "pending" -createdAt: DateTimeImmutable @1768554031 {#1275 date: 2026-01-16 09:00:31.718247 UTC (+00:00) } -updatedAt: null -artiste: App\Entity\Artiste {#912 …} -duration: "5" } } "constraints" => null "groups" => null ]