We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02aead2 + 1a2b5f6 commit 5c62d5dCopy full SHA for 5c62d5d
cookbook/form/direct_submit.rst
@@ -5,10 +5,11 @@ How to use the submit() Function to handle Form Submissions
5
===========================================================
6
7
.. versionadded:: 2.3
8
- The ``handleRequest()`` method was added in Symfony 2.3.
+ The :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`
9
+ method was added in Symfony 2.3.
10
-In Symfony 2.3, a new :method:`Symfony\Component\Form\FormInterface::handleRequest`
11
-method was added, which makes handling form submissions easier than ever::
+With the ``handleRequest()`` method, it is really easy to handle form
12
+submissions::
13
14
use Symfony\Component\HttpFoundation\Request;
15
// ...
0 commit comments