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 {#7354 name: "sylius_user_request_password_reset" type_class: "Sylius\Bundle\UserBundle\Form\Type\UserRequestPasswordResetType" data: Sylius\Bundle\UserBundle\Form\Model\PasswordResetRequest {#6367 -email: "claravachon25@hotmail.com" } } "constraints" => null "groups" => null ]
In
ValidationMiddleware.php
line ():
No violations
[ "value" => Symfony\Component\Mailer\Messenger\SendEmailMessage {#8542 -message: Symfony\Component\Mime\Email {#7290 …} -envelope: null } "constraints" => null "groups" => null ]