File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ Changing a Form's Method and Action
535
535
By default, a form is submitted to the same URI that rendered the form with
536
536
an HTTP POST request. This behavior can be changed using the :ref: `form-option-action `
537
537
and :ref: `form-option-method ` options (the ``method `` option is also used
538
- by `` handleRequest() ` ` to determine whether a form has been submitted):
538
+ by :method: ` Symfony \\ Component \\ Form \\ Form:: handleRequest ` to determine whether a form has been submitted):
539
539
540
540
.. configuration-block ::
541
541
@@ -658,8 +658,8 @@ Then:
658
658
3) if the form is valid, perform some action and redirect.
659
659
660
660
Luckily, you don't need to decide whether or not a form has been submitted.
661
- Just pass the current request to the `` handleRequest() `` method. Then, the Form
662
- component will do all the necessary work for you.
661
+ Just pass the current request to the :method: ` Symfony \\ Component \\ Form \\ Form:: handleRequest`
662
+ method. Then, the Form component will do all the necessary work for you.
663
663
664
664
.. _component-form-intro-validation :
665
665
You can’t perform that action at this time.
0 commit comments