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" => "Joanna Riggs" "email" => "joannariggs278@gmail.com" "message" => """ Hi,\r\n \r\n I just visited clearsprings.us and wondered if you'd ever thought about having an engaging video to explain what you do?\r\n \r\n Our videos cost just $195 (USD) for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\r\n \r\n I can show you some previous videos we've done if you want me to send some over. Let me know if you're interested in seeing samples of our previous work.\r\n \r\n Regards,\r\n Joanna\r\n \r\n Unsubscribe: https://unsubscribe.video/unsubscribe.php?d=clearsprings.us """ "phone" => "3698786080" ] } "constraints" => null "groups" => null ]