Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c62d5d

Browse files
committed
Merge pull requestsymfony#3254 from WouterJ/fix_link
Fixed link syntax
2 parents02aead2 +1a2b5f6 commit5c62d5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎cookbook/form/direct_submit.rst

Lines changed: 4 additions & 3 deletions
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 formsubmissions 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)

[8]ページ先頭

©2009-2025 Movatter.jp