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 {#1575 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1087 -id: 17579 -createdAt: DateTime @1783760864 {#1082 date: 2026-07-11 11:07:44.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: 544 -orderHasProducts: Doctrine\ORM\PersistentCollection {#1093 …} -deliveries: Doctrine\ORM\PersistentCollection {#1096 …} -isTemplate: null -templateName: null -basketNumber: 639 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1117 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1139 …} -extraData: null -updatedAt: DateTime @1783760946 {#2137 date: 2026-07-11 11:09:06.710730 Europe/Berlin (+02:00) } -deliveryCode: "51147" } } "constraints" => null "groups" => null ]