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 {#8570 name: "sylius_checkout_complete" type_class: "Sylius\Bundle\CoreBundle\Form\Type\Checkout\CompleteType" data: App\Entity\Order\Order {#3666 #id: 125 #checkoutCompletedAt: DateTime @1749456007 {#9589 date: 2025-06-09 10:00:07.134001 Europe/Paris (+02:00) } #number: "000000156" #notes: null #items: Doctrine\ORM\PersistentCollection {#3689 …} #itemsTotal: 13768 #adjustments: Doctrine\ORM\PersistentCollection {#3777 …} #adjustmentsTotal: 190 #total: 13958 #state: "new" #createdAt: DateTime @1749455641 {#3621 date: 2025-06-09 09:54:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1749456007 {#10394 date: 2025-06-09 10:00:07.151791 Europe/Paris (+02:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#2677 …} #channel: App\Entity\Channel\Channel {#2272 …} #shippingAddress: Proxies\__CG__\App\Entity\Addressing\Address {#3643 …} #billingAddress: Proxies\__CG__\App\Entity\Addressing\Address {#3642 …} #payments: Doctrine\ORM\PersistentCollection {#3707 …} #shipments: Doctrine\ORM\PersistentCollection {#3698 …} #currencyCode: "EUR" #localeCode: "fr_FR" #promotionCoupon: null #checkoutState: "completed" #paymentState: "awaiting_payment" #shippingState: "ready" #promotions: Doctrine\ORM\PersistentCollection {#3690 …} #tokenValue: "PVZH2tG1ud_hz8fHZ_fDo1BxVYhIzYchgq6i734Qo_dBT97V1s-ioIyOGTeu-Ggw" #customerIp: "92.170.65.223" #createdByGuest: false -studentFirstName: null -studentLastName: null -establishment: null -legalDocumentNumber: null -isLegalNumberValid: null -shippingDate: null -shippingboOrderId: null -shippingboOrderShippingTrackingURL: null -shippingboOrderShippingId: null -shippingboOrderShippingTrackingId: null -requirements: Doctrine\ORM\PersistentCollection {#3665 …} -orderStudents: Doctrine\ORM\PersistentCollection {#3654 …} } } "constraints" => null "groups" => null ]
In
ValidationMiddleware.php
line ():
No violations
[ "value" => Symfony\Component\Mailer\Messenger\SendEmailMessage {#6014 -message: Symfony\Component\Mime\Email {#9031 …} -envelope: null } "constraints" => null "groups" => null ]