We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getOrigin
2 parents a6246a7 + 0d2486d commit d865733Copy full SHA for d865733
components/form.rst
@@ -749,7 +749,6 @@ method to access the list of errors. It returns a
749
$errors = $form['firstName']->getErrors();
750
751
// a FormErrorIterator instance in a flattened structure
752
- // use getOrigin() to determine the form causing the error
753
$errors = $form->getErrors(true);
754
755
// a FormErrorIterator instance representing the form tree structure
0 commit comments