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 3a31aad commit e433a06Copy full SHA for e433a06
form/action_method.rst
@@ -28,7 +28,7 @@ form, you can use ``setAction()`` and ``setMethod()``:
28
public function newAction()
29
{
30
// ...
31
-
+
32
$form = $this->createFormBuilder($task)
33
->setAction($this->generateUrl('target_route'))
34
->setMethod('GET')
0 commit comments