function hook_redirect_prepare in Redirect 7
Same name and namespace in other branches
- 8 redirect.api.php \hook_redirect_prepare()
- 7.2 redirect.api.php \hook_redirect_prepare()
Act on a redirect object about to be shown on the add/edit form.
This hook is invoked from redirect_object_prepare().
Parameters
$redirect: The redirect that is about to be shown on the add/edit form.
Related topics
1 invocation of hook_redirect_prepare()
File
- ./
redirect.api.php, line 181 - Hooks provided by the Redirect module.
Code
function hook_redirect_prepare($redirect) {
}