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 {#1801 name: "order" type_class: "App\Form\OrderType" data: App\Entity\Order {#1316 -id: 14279 -createdAt: DateTime @1778861065 {#1311 date: 2026-05-15 18:04:25.0 Europe/Berlin (+02:00) } -hotel: Proxies\__CG__\App\Entity\Hotel {#1063 …} -user: App\Entity\User {#1040 …} -isConfirmed: null -acceptedBy: null -status: "basket" -orderNumber: null -orderHasProducts: Doctrine\ORM\PersistentCollection {#1322 …} -deliveries: Doctrine\ORM\PersistentCollection {#1325 …} -isTemplate: null -templateName: null -basketNumber: 810 -orderHasNotices: Doctrine\ORM\PersistentCollection {#1346 …} -isOnlyTemplate: null -systemLogs: Doctrine\ORM\PersistentCollection {#1368 …} -extraData: null -updatedAt: DateTime @1778861742 {#5045 date: 2026-05-15 18:15:42.853053 Europe/Berlin (+02:00) } -deliveryCode: "51815" } } "constraints" => null "groups" => null ]