8000 Change isValid to isSubmitted. · a-ast/symfony-docs@f44ec98 · GitHub
[go: up one dir, main page]

Skip to content

Commit f44ec98

Browse files
mustafaalokowouterj
authored andcommitted
Change isValid to isSubmitted.
1 parent 9fb81a3 commit f44ec98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ possible paths:
260260
#. When initially loading the page in a browser, the form is simply created and
261261
rendered. :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`
262262
recognizes that the form was not submitted and does nothing.
263-
:method:`Symfony\\Component\\Form\\FormInterface::isValid` returns ``false``
263+
:method:`Symfony\\Component\\Form\\FormInterface::isSubmitted` returns ``false``
264264
if the form was not submitted.
265265

266266
#. When the user submits the form, :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`

0 commit comments

Comments
 (0)
0