8000 Update form.rst · symfony/symfony-docs@700f811 · GitHub
[go: up one dir, main page]

Skip to content

Commit 700f811

Browse files
authored
Update form.rst
1 parent 625cfb5 commit 700f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ This defines a common form "workflow", which contains 3 different possibilities:
651651
1) On the initial GET request (i.e. when the user "surfs" to your page),
652652
build your form and render it;
653653

654-
If the request is a POST, process the submitted data (via ``handleRequest()``).
654+
If the request is a POST, process the submitted data (via :method:`Symfony\\Component\\Form\\Form::handleRequest`).
655655
Then:
656656

657657
2) if the form is invalid, re-render the form (which will now contain errors);

0 commit comments

Comments
 (0)
0