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 {#823 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "name" => "Deepa Gupta" "email" => "deepa.sale01@gmail.com" "message" => """ Hi,\r\n \r\n Trust you're well. \r\n \r\n "We are a team of creative web designers and developers, specializing in attractive, mobile-friendly, and user-centered websites." \r\n \r\n We can design/re-design a unique website for your organization as well for a very affordable cost. \r\n \r\n May I send you a quote? If interested.\r\n \r\n Best Regards,\r\n Deepa Gupta """ ] } "constraints" => null "groups" => null ]