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 {#3544 name: "delivery" type_class: "App\Form\DeliveryType" data: App\Entity\Delivery {#3222 -id: 12450 -hotelOrder: Proxies\__CG__\App\Entity\Order {#3232 …} -supplier: Proxies\__CG__\App\Entity\Supplier {#3262 …} -invoiceNo: "000" -price: "335.05" -creationDate: null -receiptDate: DateTime @1777240800 {#3606 date: 2026-04-27 00:00:00.0 Europe/Berlin (+02:00) } -file: null -createdAt: DateTime @1776867868 {#3147 date: 2026-04-22 16:24:28.0 Europe/Berlin (+02:00) } -deliveryHasNotices: Doctrine\ORM\PersistentCollection {#3254 …} -number: 1 -dateConfirmed: DateTime @1776895200 {#3144 date: 2026-04-23 00:00:00.0 Europe/Berlin (+02:00) } -hash: "a87ba717e70b91a74fbef6b08b8a9071" -isApi: null -supplierComment: "" -supplierNumber: null -comment: null -systemLogs: Doctrine\ORM\PersistentCollection {#3275 …} -extraData: null -apiStatus: null -apiStatusDescription: null -isAccepted: true -acceptedBy: App\Entity\User {#2864 …} -acceptedAt: DateTime @1778862043 {#3651 date: 2026-05-15 18:20:43.191589 Europe/Berlin (+02:00) } } } "constraints" => null "groups" => null ]