Skip to content
Snippets Groups Projects
Commit 8ffc33b0 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2103163 by pfrenssen: Fix up docs for ControllerBase::redirect

parent cce09764
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -273,7 +273,7 @@ protected function container() {
}
/**
* Returns a redirect response object for the specified
* Returns a redirect response object for the specified route.
*
* @param string $route_name
* The name of the route to which to redirect.
......@@ -281,6 +281,7 @@ protected function container() {
* Parameters for the route.
* @param int $status
* The HTTP redirect status code for the redirect. The default is 302 Found.
*
* @return \Symfony\Component\HttpFoundation\RedirectResponse
* A redirect response object that may be returned by the controller.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment