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 {#1577 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1087 -id: 21494 -createdAt: DateTime @1789198290 {#1082 date: 2026-09-12 09:31:30.0 Europe/Berlin (+02:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#842 …} -user: App\Entity\User {#819 …} -isConfirmed: null -acceptedBy: App\Entity\User {#819 …} -status: "accepted" -orderNumber: 648 -orderHasProducts: Doctrine\ORM\PersistentCollection {#1093 …} -deliveries: Doctrine\ORM\PersistentCollection {#1096 …} -isTemplate: null -templateName: null -basketNumber: 776 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1117 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1139 …} -extraData: null -updatedAt: DateTime @1789216544 {#2140 date: 2026-09-12 14:35:44.446460 Europe/Berlin (+02:00) } -deliveryCode: "53026" } } "constraints" => null "groups" => null ]