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 {#7631 name: "sylius_checkout_address" type_class: "Sylius\Bundle\CoreBundle\Form\Type\Checkout\AddressType" data: App\Entity\Order\Order {#3667 #id: 125 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#3702 …} #itemsTotal: 13768 #adjustments: Doctrine\ORM\PersistentCollection {#3676 …} #adjustmentsTotal: 190 #total: 13958 #state: "cart" #createdAt: DateTime @1749455641 {#3622 date: 2025-06-09 09:54:01.0 Europe/Paris (+02:00) } #updatedAt: DateTime @1749455926 {#9983 date: 2025-06-09 09:58:46.155685 Europe/Paris (+02:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#2677 …} #channel: App\Entity\Channel\Channel {#2272 …} #shippingAddress: App\Entity\Addressing\Address {#8030 …} #billingAddress: App\Entity\Addressing\Address {#8120 …} #payments: Doctrine\ORM\PersistentCollection {#3640 …} #shipments: Doctrine\ORM\PersistentCollection {#3638 …} #currencyCode: "EUR" #localeCode: "fr_FR" #promotionCoupon: null #checkoutState: "addressed" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#3704 …} #tokenValue: null #customerIp: null #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 {#3666 …} -orderStudents: Doctrine\ORM\PersistentCollection {#3655 …} } } "constraints" => null "groups" => null ]