You are here

function hook_redirect_prepare in Redirect 8

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

Parameters

$redirect: The redirect that is about to be shown on the add/edit form.

Related topics

File

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

Code

function hook_redirect_prepare($redirect) {
}