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 {#3110 name: "delivery" type_class: "App\Form\DeliveryType" data: App\Entity\Delivery {#2737 -id: 19932 -hotelOrder: Proxies\__CG__\App\Entity\Order {#2781 …} -supplier: Proxies\__CG__\App\Entity\Supplier {#2830 …} -invoiceNo: "FV/KR/26/09-000507" -price: "74.28" -creationDate: null -receiptDate: DateTime @1788300000 {#3187 date: 2026-09-02 00:00:00.0 Europe/Berlin (+02:00) } -file: null -createdAt: DateTime @1788288712 {#2732 date: 2026-09-01 20:51:52.0 Europe/Berlin (+02:00) } -deliveryHasNotices: Doctrine\ORM\PersistentCollection {#2838 …} -number: 1 -dateConfirmed: DateTime @1788300000 {#2662 date: 2026-09-02 00:00:00.0 Europe/Berlin (+02:00) } -hash: "072ca239db9751a4104a00119009195a" -isApi: true -supplierComment: null -supplierNumber: null -comment: null -systemLogs: Doctrine\ORM\PersistentCollection {#2857 …} -extraData: null -apiStatus: 1 -apiStatusDescription: null -isAccepted: true -acceptedBy: App\Entity\User {#2379 …} -acceptedAt: DateTime @1788937889 {#3265 date: 2026-09-09 09:11:29.940658 Europe/Berlin (+02:00) } } } "constraints" => null "groups" => null ]