function hook_redirect_alter in Redirect 8
Same name and namespace in other branches
- 7.2 redirect.api.php \hook_redirect_alter()
- 7 redirect.api.php \hook_redirect_alter()
Act on a redirect being redirected.
This hook is invoked from redirect_redirect() before the redirect callback is invoked.
Parameters
$redirect: The redirect that is being used for the redirect.
See also
redirect_redirect()
drupal_page_is_cacheable()
Related topics
File
- ./
redirect.api.php, line 137 - Hooks provided by the Redirect module.
Code
function hook_redirect_alter($redirect) {
}