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 {#1507 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1057 -id: 9175 -createdAt: DateTime @1770658046 {#1052 date: 2026-02-09 18:27:26.0 Europe/Berlin (+01:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#822 …} -user: App\Entity\User {#801 …} -isConfirmed: null -acceptedBy: null -status: "basket" -orderNumber: null -orderHasProducts: Doctrine\ORM\PersistentCollection {#1063 …} -deliveries: Doctrine\ORM\PersistentCollection {#1066 …} -isTemplate: null -templateName: null -basketNumber: 376 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1087 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1109 …} -extraData: null -updatedAt: DateTime @1770659281 {#2729 date: 2026-02-09 18:48:01.573424 Europe/Berlin (+01:00) } } } "constraints" => null "groups" => null ]