1 redirect.api.php | hook_redirect_update($redirect) |
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
File
- core/
modules/ redirect/ redirect.api.php, line 244 - Hooks provided by the Redirect module.
Code
function hook_redirect_update($redirect) {
}