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 {#1572 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1087 -id: 14286 -createdAt: DateTime @1778863848 {#1082 date: 2026-05-15 18:50:48.0 Europe/Berlin (+02:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#842 …} -user: App\Entity\User {#819 …} -isConfirmed: null -acceptedBy: null -status: "basket" -orderNumber: null -orderHasProducts: Doctrine\ORM\PersistentCollection {#1093 …} -deliveries: Doctrine\ORM\PersistentCollection {#1096 …} -isTemplate: null -templateName: null -basketNumber: 815 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1117 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1139 …} -extraData: null -updatedAt: DateTime @1778864305 {#4066 date: 2026-05-15 18:58:25.569505 Europe/Berlin (+02:00) } -deliveryCode: "51017" } } "constraints" => null "groups" => null ]