You are here

function hook_redirect_hash_alter in Redirect 7.2

Same name and namespace in other branches
  1. 7 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

redirect_hash()

Related topics

1 invocation of hook_redirect_hash_alter()
redirect_hash in ./redirect.module

File

./redirect.api.php, line 304
Hooks provided by the Redirect module.

Code

function hook_redirect_hash_alter(array &$hash, $redirect) {
}