Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
8ffc33b0
Commit
8ffc33b0
authored
Nov 11, 2013
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2103163
by pfrenssen: Fix up docs for ControllerBase::redirect
parent
cce09764
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
core/lib/Drupal/Core/Controller/ControllerBase.php
core/lib/Drupal/Core/Controller/ControllerBase.php
+2
-1
No files found.
core/lib/Drupal/Core/Controller/ControllerBase.php
View file @
8ffc33b0
...
...
@@ -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.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment