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 {#1706 name: "contact" type_class: "App\Form\ContactType" data: App\Model\Mail {#1571 -fullName: "Aundrea Elkington" -subject: "Checking in" -message: """ Hey,\r\n \r\n Saw your site and figured this might be valuable.\r\n \r\n Here’s a free service that can help you get seen on more platforms across multiple classified sites with no manual posting.\r\n \r\n If you want an easy traffic lift, here’s the page:\r\n https://websubmitterpro.com\r\n \r\n It’s 100% free to try and takes less effort than posting manually.\r\n \r\n I can send more free resources if you want. """ -email: "elkington.aundrea9@gmail.com" -contact: "53277009" -attachment: null -template: "mail/contact_message.html.twig" } } "constraints" => null "groups" => null ]