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 {#874 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "name" => "David Williams" "email" => "davidwilliams28798@gmail.com" "message" => """ Hi,\r\n \r\n I recently came across your website and noticed a few areas where improvements could significantly enhance your visibility on Google.\r\n \r\n With a well-planned SEO strategy, you can attract more relevant traffic, improve your search rankings, and generate higher-quality inquiries for your business.\r\n \r\n I’d be glad to share insights on how we can strengthen your online presence, along with details of my SEO services and pricing.\r\n \r\n Let me know a convenient time to connect.\r\n \r\n Regards,\r\n David """ "phone" => "363420117" ] } "constraints" => null "groups" => null ]