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 {#1646 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1226 -id: 9175 -createdAt: DateTime @1770658046 {#1221 date: 2026-02-09 18:27:26.0 Europe/Berlin (+01:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#1044 …} -user: App\Entity\User {#1047 …} -isConfirmed: null -acceptedBy: null -status: "basket" -orderNumber: null -orderHasProducts: Doctrine\ORM\PersistentCollection {#1232 …} -deliveries: Doctrine\ORM\PersistentCollection {#1235 …} -isTemplate: null -templateName: null -basketNumber: 376 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1256 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1278 …} -extraData: null -updatedAt: DateTime @1770659112 {#2646 date: 2026-02-09 18:45:12.808346 Europe/Berlin (+01:00) } } } "constraints" => null "groups" => null ]