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 {#1023 name: "contact_form" type_class: "App\Form\ContactFormType" data: App\Entity\Contact {#891 -id: 161 -firstName: "Raymondmig" -lastName: "Raymondmig" -email: "raymondwebra@gmail.com" -phone: "86517886371" -message: """ Hi-ya! goldrogerpizzeria.com \r\n \r\n It is possible to send business proposals without risk and in a completely legal way, guaranteeing message reception. \r\n This guarantees a secure and lawful approach, ensuring legitimate and transparent outreach. \r\n Sending via Contact Forms helps avoid spam filters compared to traditional email marketing. \r\n Start using our service today—no hidden fees! \r\n Rely on our service to deliver up to 50,000 messages efficiently. \r\n \r\n The cost of sending one million messages is $59. \r\n \r\n This message was automatically generated. \r\n \r\n Contact us. \r\n Telegram - https://t.me/FeedbackFormEU \r\n WhatsApp - +375259112693 \r\n WhatsApp https://wa.me/+375259112693 \r\n We only use chat for communication. """ -createdAt: DateTimeImmutable @1751821388 {#892 date: 2025-07-06 19:03:08.660442 Europe/Paris (+02:00) } -user: null } } "constraints" => null "groups" => null ]