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 {#1006 name: "contact_form" type_class: "App\Form\ContactFormType" data: [ "identity" => "DavidCib" "email" => "no.reply.UweJohnson@gmail.com" "phone" => "81431262232" "message" => """ Hey! laplacedescanailles.com, \r\n While exploring web pages I discovered your site. \r\n We help businesses communicate with website owners through contact forms. \r\n This approach is often used by businesses looking to grow their online presence. \r\n Our plans are designed to be flexible and easy to start with. \r\n If you would like, you can see how the platform works. \r\n If you are curious, feel free to reach out. \r\n \r\n Thank you for your time. \r\n Contact us. \r\n Telegram - https://t.me/FeedbackFormEU \r\n WhatsApp - +375259112693 \r\n WhatsApp https://wa.me/+375259112693 """ ] } "constraints" => null "groups" => null ]