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 9fb81a3 commit f44ec98Copy full SHA for f44ec98
book/forms.rst
@@ -260,7 +260,7 @@ possible paths:
260
#. When initially loading the page in a browser, the form is simply created and
261
rendered. :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`
262
recognizes that the form was not submitted and does nothing.
263
- :method:`Symfony\\Component\\Form\\FormInterface::isValid` returns ``false``
+ :method:`Symfony\\Component\\Form\\FormInterface::isSubmitted` returns ``false``
264
if the form was not submitted.
265
266
#. When the user submits the form, :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`
0 commit comments