Redirection API in Redirect 7
Same name and namespace in other branches
- 7.2 redirect.module \redirect_api
Functions related to URL redirects.
End of "defgroup redirect_api".
File
- ./
redirect.module, line 3
Functions
Name | Location | Description |
---|---|---|
redirect_change_status_multiple |
./ |
Change the status of multiple URL redirects. |
redirect_delete |
./ |
Delete a single URL redirect. |
redirect_delete_by_entity_path |
./ |
Delete an entity URL alias and any of its sub-paths. |
redirect_delete_by_path |
./ |
Delete any redirects associated with a path or any of its sub-paths. |
redirect_delete_multiple |
./ |
Delete multiple URL redirects. |
redirect_disable_by_path |
./ |
Disable any redirects associated with a path. |
redirect_load |
./ |
Load an URL redirect from the database. |
redirect_load_by_hash |
./ |
Load an URL redirect from the database by {redirect}.hash. |
redirect_load_by_source |
./ |
Load multiple URL redirects from the database by {redirect}.source. |
redirect_load_multiple |
./ |
Load multiple URL redirects from the database. |
redirect_redirect |
./ |
Perform an URL redirect. |
redirect_save |
./ |
Save an URL redirect. |