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 {#981 name: "email_sign" type_class: "App\Form\EmailSignType" data: App\Dto\EmailSignData {#936 +fullname: "Gregory ROUSSAT" +function: "Developer" +website: "https://www.dotg.io" +company: "DotG" +siren: "123 456 789" +phone: "+33 1 23 45 67 89" +cellphone: "+33 6 12 34 56 78" +primaryColor: "#000000" +secondaryColor: "#000000" +template: null +logo: null +logoUrl: "https://dev.dotg.io/uploads/emailSign/images/logo_6976376181f88.png" +color: null } } "constraints" => null "groups" => null ]