Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6246a7 commit 0d2486dCopy full SHA for 0d2486d
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