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 {#8076 name: "sylius_contact" type_class: "Sylius\Bundle\CoreBundle\Form\Type\ContactType" data: [ "email" => "ericjonesmyemail@gmail.com" "message" => """ Hello Tekko Administrator,\r\n \r\n My name is Eric, and I just found your site Tekko. It’s got a lot to offer, but here’s a suggestion to make it even better.\r\n \r\n Web Visitors Into Leads – see the live demo now: \r\n https://trustedleadgeneration.com\r\n \r\n Web Visitors Into Leads is a software widget that works on your site, ready to gather any visitor’s Name, Email address, and Phone Number. It alerts you the moment they inform you they’re interested – so that you can talk to that lead while they’re actually browsing your site.\r\n \r\n Once you’ve gathered their phone number, with our new SMS Text With Lead feature, you can promptly start a text conversation. Even if they don’t agree on your offer then, you can follow up with text messages for new offers, content links, or even just friendly notes to build a relationship.\r\n \r\n Learn what Web Visitors Into Leads can do for your business: \r\n https://trustedleadgeneration.com\r\n \r\n The difference between contacting someone within 5 minutes versus waiting longer means you can be converting significantly more leads now!\r\n \r\n Eric \r\n PS: Studies show that 70% of a site’s visitors leave and are gone for good after just a moment. Don’t keep missing out on them. \r\n Web Visitors Into Leads offers a complimentary 14-day trial – it even includes International calling. \r\n You have customers ready to talk with you right now… don’t keep them waiting. \r\n Try Web Visitors Into Leads now: \r\n https://trustedleadgeneration.com\r\n \r\n If you'd like to Want to receive less emails, or none whatsoever? Update your email preferences by clicking here. https://trustedleadgeneration.com/unsubscribe.aspx?d=tekko.ltd """ ] } "constraints" => null "groups" => null ]
In
ValidationMiddleware.php
line ():
No violations
[ "value" => Symfony\Component\Mailer\Messenger\SendEmailMessage {#8349 -message: Symfony\Component\Mime\Email {#8254 …} -envelope: null } "constraints" => null "groups" => null ]