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 {#724 name: "contact" type_class: "App\Form\ContactType" data: App\Entity\LesvgpMessages {#551 -id: null -Email: "info@michelides.pawtrim.shop" -Nom: "Nora" -Message: """ Hey \r\n \r\n Is your dog's nails getting too long? If you're tired of going to the vet or groomer to get them trimmed, why not try PawSafer™? \r\n With PawSafer™, you can trim your dog's nails from the comfort of your own home, and it only takes a few minutes!\r\n \r\n PawSafer™ is the safest and most convenient way to trim your dog's nails, and it's very affordable. \r\n \r\n Get it while it's still 50% OFF + FREE Shipping\r\n \r\n Buy here: https://pawtrim.shop\r\n \r\n All the best, \r\n \r\n Nora """ } } "constraints" => null "groups" => null ]