function hook_redirect_update in Redirect 7.2
Same name and namespace in other branches
- 7 redirect.api.php \hook_redirect_update()
Respond to updates to a redirect.
This hook is invoked from redirect_save() after the redirect is updated in the redirect table in the database.
Parameters
$redirect: The redirect that is being updated.
See also
Related topics
1 function implements hook_redirect_update()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- redirect_redirect_update in ./
redirect.module - Implements hook_redirect_update().
1 invocation of hook_redirect_update()
- redirect_save in ./
redirect.module - Save an URL redirect.
File
- ./
redirect.api.php, line 257 - Hooks provided by the Redirect module.
Code
function hook_redirect_update($redirect) {
}