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 {#4602 name: "checkout" type_class: "App\Form\Frontend\CheckoutType" data: App\Entity\Dto\CheckoutDto {#3638 +customerTitle: null +customerSalutation: null +customerMember: null +customerRabatt: null +customerCompany: null +customerFirstname: "Inga" +customerLastname: "Janssen" +customerStreet: "Keersmakerskamp" +customerStreetNumber: "47" +customerPostalcode: "26605" +customerCity: "Aurich, Ostfriesland" +customerContactEmail: "inga_85@gmx.de" +customerPhone: "049419804436" +customerAgeGroup: null +customerCountry: "DE" +createCustomerAccount: null +password: null +acceptPrivacyPolicy: true +paymentType: "invoice" +iban: "DE08120300001080428863" +bic: "BYLADEM1001" +bank: "DKB" +participants: [] +customerComment: null +voucherCode: "" +voucherCodes: [] } } "constraints" => null "groups" => null ]