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 {#1831 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1346 -id: 14279 -createdAt: DateTime @1778861065 {#1341 date: 2026-05-15 18:04:25.0 Europe/Berlin (+02:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#1093 …} -user: App\Entity\User {#1070 …} -isConfirmed: null -acceptedBy: null -status: "basket" -orderNumber: null -orderHasProducts: Doctrine\ORM\PersistentCollection {#1352 …} -deliveries: Doctrine\ORM\PersistentCollection {#1355 …} -isTemplate: null -templateName: null -basketNumber: 810 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1376 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1398 …} -extraData: null -updatedAt: DateTime @1778861686 {#4857 date: 2026-05-15 18:14:46.528764 Europe/Berlin (+02:00) } -deliveryCode: "51815" } } "constraints" => null "groups" => null ]