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

Appearance settings

Commit d6fb962

Browse filesBrowse files
committed
Merge branch '4.2'
* 4.2: Minor fix remove documentation for features introduced in 4.3 do not mention the internal ControllerTrait
2 parents bf9dd53 + e56c0b6 commit d6fb962
Copy full SHA for d6fb962

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎controller/forwarding.rst

Copy file name to clipboardExpand all lines: controller/forwarding.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ How to Forward Requests to another Controller
66

77
Though not very common, you can also forward to another controller internally
88
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``).
9+
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`
10+
class.
1211

1312
Instead of redirecting the user's browser, this makes an "internal" sub-request
1413
and calls the defined controller. The ``forward()`` method returns the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.