You are here

function hook_redirect_prepare in Redirect 7.2

Same name and namespace in other branches
  1. 8 redirect.api.php \hook_redirect_prepare()
  2. 7 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()
redirect_object_prepare in ./redirect.module

File

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

Code

function hook_redirect_prepare($redirect) {
}