Functions related to URL redirects.

End of "defgroup redirect_api".

File

core/modules/redirect/redirect.module, line 2

Functions

Namesort ascending Location Description
redirect_save core/modules/redirect/redirect.module Save an URL redirect.
redirect_redirect core/modules/redirect/redirect.module Perform an URL redirect.
redirect_load_multiple core/modules/redirect/redirect.module Load multiple URL redirects from the database.
redirect_load_by_source core/modules/redirect/redirect.module Load multiple URL redirects from the database by {redirect}.source.
redirect_load_by_hash core/modules/redirect/redirect.module Load an URL redirect from the database by {redirect}.hash.
redirect_load core/modules/redirect/redirect.module Load an URL redirect from the database.
redirect_delete_multiple core/modules/redirect/redirect.module Delete multiple URL redirects.
redirect_delete_by_path core/modules/redirect/redirect.module Delete any redirects associated with a path or any of its sub-paths.
redirect_delete_by_entity_path core/modules/redirect/redirect.module Delete an entity URL alias and any of its sub-paths.
redirect_delete core/modules/redirect/redirect.module Delete a single URL redirect.