Validator calls
In
ValidationListener.php
line 46 (context):
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 {#748 name: "contact" type_class: "App\Application\Front\Form\ContactType" data: [ "name" => "SaBjYIofjxC" "email" => "naberdenise709894@yahoo.com" "message" => null ] } "constraints" => null "groups" => null ]
Path | Message | Invalid value | Violation |
---|---|---|---|
children[captcha].data | The captcha value is missing | null |
Symfony\Component\Validator\ConstraintViolation {#840 -message: "The captcha value is missing" -messageTemplate: "The captcha value is missing" -parameters: [ "{{ value }}" => """" "{{ errorCodes }}" => """" ] -plural: null -root: Symfony\Component\Form\Form {#748 name: "contact" type_class: "App\Application\Front\Form\ContactType" data: [ "name" => "SaBjYIofjxC" "email" => "naberdenise709894@yahoo.com" "message" => null ] } -propertyPath: "children[captcha].data" -invalidValue: null -constraint: Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#691 …} -code: "7147ffdb-0af4-4f7a-bd5e-e9dcfa6d7a2d" -cause: null } |