Validator calls
In
ValidationListener.php
line ():
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 {#3389 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "link" => "http://rawafedtech.info/news-story/8072" "name" => "IjwrwLQDsMC" "email" => "[email protected]" "problem" => null ] } "constraints" => null "groups" => null ]
Path | Message | Invalid value | Violation |
---|---|---|---|
children[problem].data | هذه القيمة يجب لا تكون فارغة. | null |
Symfony\Component\Validator\ConstraintViolation {#3526 -message: "هذه القيمة يجب لا تكون فارغة." -messageTemplate: "This value should not be blank." -parameters: [ "{{ value }}" => "null" ] -plural: null -root: Symfony\Component\Form\Form {#3389 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "link" => "http://rawafedtech.info/news-story/8072" "name" => "IjwrwLQDsMC" "email" => "[email protected]" "problem" => null ] } -propertyPath: "children[problem].data" -invalidValue: null -constraint: Symfony\Component\Validator\Constraints\NotBlank {#3257 …} -code: "c1051bb4-d103-4f74-8988-acbcafc7fdc3" -cause: null } |