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