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 bd68890 commit 9d29c39Copy full SHA for 9d29c39
controller/forwarding.rst
@@ -6,9 +6,8 @@ How to Forward Requests to another Controller
6
7
Though not very common, you can also forward to another controller internally
8
with the ``forward()`` method provided by the
9
-:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController` class
10
-(or :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerTrait` if
11
-your controller doesn't extend from ``AbstractController``).
+:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`
+class.
12
13
Instead of redirecting the user's browser, this makes an "internal" sub-request
14
and calls the defined controller. The ``forward()`` method returns the
0 commit comments