8000
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 02aead2 commit 1a2b5f6Copy full SHA for 1a2b5f6
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