We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd2ccdcf commitc4ff989Copy full SHA for c4ff989
routing/redirect_in_config.rst
@@ -96,7 +96,7 @@ Redirecting Using a Route
96
97
Assume you are migrating your website from WordPress to Symfony, you want to
98
redirect ``/wp-admin`` to the route ``sonata_admin_dashboard``. You don't know
99
-the path, only the route name. This can be achieved using the
+the path, only the route name, if you pass query parameters to this route, it will be redirected too. This can be achieved using the
100
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction`
101
action:
102
@@ -155,3 +155,4 @@ action:
155
Because you are redirecting to a route instead of a path, the required
156
option is called ``route`` in the ``redirect()`` action, instead of ``path``
157
in the ``urlRedirect()`` action.
158
+