Skip to content

Commit 5c62d5d

Browse files
committed
Merge pull request symfony#3254 from WouterJ/fix_link
Fixed link syntax
2 parents 02aead2 + 1a2b5f6 commit 5c62d5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cookbook/form/direct_submit.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ How to use the submit() Function to handle Form Submissions
55
===========================================================
66

77
.. versionadded:: 2.3
8-
The ``handleRequest()`` method was added in Symfony 2.3.
8+
The :method:`Symfony\\Component\\Form\\FormInterface::handleRequest`
9+
method was added in Symfony 2.3.
910

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::
11+
With the ``handleRequest()`` method, it is really easy to handle form
12+
submissions::
1213

1314
use Symfony\Component\HttpFoundation\Request;
1415
// ...

0 commit comments

Comments
 (0)