hook_node_type_load |
core/modules/node/node.api.php |
Respond to the loading of node types. |
hook_node_type_update |
core/modules/node/node.api.php |
Respond to node type updates. |
hook_node_update |
core/modules/node/node.api.php |
Respond to updates to a node. |
hook_node_update_index |
core/modules/node/node.api.php |
Act on a node being indexed for searching. |
hook_node_validate |
core/modules/node/node.api.php |
Perform node validation before a node is created or updated. |
hook_node_view |
core/modules/node/node.api.php |
Act on a node that is being assembled before rendering. |
hook_node_view_alter |
core/modules/node/node.api.php |
Alter the results of node_view(). |
hook_options_list |
core/modules/field/modules/options/options.api.php |
Returns the list of options to be displayed for a field. |
hook_page_delivery_callback_alter |
core/modules/system/system.api.php |
Alters the delivery callback used to send the result of the page callback to the browser. |
hook_path_alias_alter |
core/modules/path/path.api.php |
Alter generated aliases before saving. |
hook_path_delete |
core/modules/path/path.api.php |
Respond to a path being deleted. |
hook_path_info |
core/modules/path/path.api.php |
Provide information about the way your module's aliases will be built. |
hook_path_insert |
core/modules/path/path.api.php |
Respond to a path being inserted. |
hook_path_is_alias_reserved |
core/modules/path/path.api.php |
Determine if a possible URL alias would conflict with any existing paths. |
hook_path_pattern_alter |
core/modules/path/path.api.php |
Alter the pattern to be used before an alias is generated. |
hook_path_punctuation_chars_alter |
core/modules/path/path.api.php |
Alter the list of punctuation characters used by Path module. |
hook_path_update |
core/modules/path/path.api.php |
Respond to a path being updated. |
hook_permission |
core/modules/system/system.api.php |
Define user permissions. |
hook_prepare |
core/modules/node/node.api.php |
Act on a node object about to be shown on the add/edit form. |
hook_preprocess |
core/modules/system/theme.api.php |
Preprocess theme variables for templates. |
hook_preprocess_HOOK |
core/modules/system/theme.api.php |
Preprocess theme variables for a specific theme hook. |
hook_query_alter |
core/modules/system/system.api.php |
Perform alterations to a structured query. |
hook_query_file_access_alter |
core/modules/file/file.api.php |
Control access to listings of files. |
hook_query_TAG_alter |
core/modules/system/system.api.php |
Perform alterations to a structured query for a given tag. |
hook_ranking |
core/modules/node/node.api.php |
Provide additional methods of scoring for core search results for nodes. |
hook_redirect_access |
core/modules/redirect/redirect.api.php |
Control access to a redirect. |
hook_redirect_alter |
core/modules/redirect/redirect.api.php |
Act on a redirect being redirected. |
hook_redirect_delete |
core/modules/redirect/redirect.api.php |
Respond to redirect deletion. |
hook_redirect_insert |
core/modules/redirect/redirect.api.php |
Respond to creation of a new redirect. |
hook_redirect_load |
core/modules/redirect/redirect.api.php |
Act on redirects being loaded from the database. |
hook_redirect_load_by_source_alter |
core/modules/redirect/redirect.api.php |
Alter the list of redirects matching a certain source. |
hook_redirect_operations |
core/modules/redirect/redirect.api.php |
Provide additional operations that may be done on redirects. |
hook_redirect_prepare |
core/modules/redirect/redirect.api.php |
Act on a redirect object about to be shown on the add/edit form. |
hook_redirect_presave |
core/modules/redirect/redirect.api.php |
Act on a redirect being inserted or updated. |
hook_redirect_update |
core/modules/redirect/redirect.api.php |
Respond to updates to a redirect. |
hook_redirect_validate |
core/modules/redirect/redirect.api.php |
Perform redirect validation before a redirect is created or updated. |
hook_requirements |
core/modules/system/system.api.php |
Check installation requirements and do status reporting. |
hook_schema |
core/modules/system/system.api.php |
Define the current version of the database schema. |
hook_schema_0 |
core/modules/system/system.api.php |
Define the database schema to use when a module is installed during updates. |
hook_schema_alter |
core/modules/system/system.api.php |
Perform alterations to existing database schemas. |
hook_search_access |
core/modules/search/search.api.php |
Define access to a custom search routine. |
hook_search_admin |
core/modules/search/search.api.php |
Add elements to the search settings form. |
hook_search_execute |
core/modules/search/search.api.php |
Execute a search for a set of key words. |
hook_search_info |
core/modules/search/search.api.php |
Define a custom search type. |
hook_search_page |
core/modules/search/search.api.php |
Override the rendering of search results. |
hook_search_preprocess |
core/modules/search/search.api.php |
Preprocess text for search. |
hook_search_reset |
core/modules/search/search.api.php |
Take action when the search index is going to be rebuilt. |
hook_search_status |
core/modules/search/search.api.php |
Report the status of indexing. |
hook_simpletest_alter |
core/modules/simpletest/simpletest.api.php |
Alter the list of tests. |
hook_stream_wrappers |
core/modules/system/system.api.php |
Registers PHP stream wrapper implementations associated with a module. |