function hook_redirect_hash_alter in Redirect 7
Same name and namespace in other branches
- 7.2 redirect.api.php \hook_redirect_hash_alter()
Alter the hash of a redirect.
Parameters
array $hash: The hash of the URL redirect.
object $redirect: The redirect that is being used for the redirect.
See also
Related topics
1 invocation of hook_redirect_hash_alter()
File
- ./
redirect.api.php, line 304 - Hooks provided by the Redirect module.
Code
function hook_redirect_hash_alter(array &$hash, $redirect) {
}