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 {#8250 name: "delivery" type_class: "App\Form\DeliveryType" data: App\Entity\Delivery {#7868 -id: 16950 -hotelOrder: Proxies\__CG__\App\Entity\Order {#7954 …} -supplier: Proxies\__CG__\App\Entity\Supplier {#7984 …} -invoiceNo: "0/0(006)0049/194073" -price: "342.38" -creationDate: null -receiptDate: DateTime @1783893600 {#8327 date: 2026-07-13 00:00:00.0 Europe/Berlin (+02:00) } -file: null -createdAt: DateTime @1784045814 {#7939 date: 2026-07-14 18:16:54.0 Europe/Berlin (+02:00) } -deliveryHasNotices: Doctrine\ORM\PersistentCollection {#7976 …} -number: 2 -dateConfirmed: null -hash: "a43ad435ab3c2ecc623b62a5f0a46db3" -isApi: true -supplierComment: null -supplierNumber: null -comment: null -systemLogs: Doctrine\ORM\PersistentCollection {#7997 …} -extraData: null -apiStatus: null -apiStatusDescription: null -isAccepted: true -acceptedBy: App\Entity\User {#7588 …} -acceptedAt: DateTime @1784048853 {#8405 date: 2026-07-14 19:07:33.948621 Europe/Berlin (+02:00) } } } "constraints" => null "groups" => null ]