Commit d0328db
committed
minor symfony#8780 Update without_class.rst (tabbi89)
This PR was merged into the 2.7 branch.
Discussion
----------
Update without_class.rst
`$form->isValid()` no validation is done here this method only returns bool flag if any errors occurred during validation or false if a form was not submitted. Validation happens when executing `handleRequest()` or `submit()`.
Commits
-------
b4c203e Update without_class.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments