Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_node_load | function | modules/ |
Act on arbitrary nodes being loaded from the database. |
| hook_node_operations | function | modules/ |
Add mass node operations. |
| hook_node_prepare | function | modules/ |
Act on a node object about to be shown on the add/edit form. |
| hook_node_presave | function | modules/ |
Act on a node being inserted or updated. |
| hook_node_revision_delete | function | modules/ |
Respond to deletion of a node revision. |
| hook_node_search_result | function | modules/ |
Act on a node being displayed as a search result. |
| hook_node_submit | function | modules/ |
Act on a node after validated form values have been copied to it. |
| hook_node_type_delete | function | modules/ |
Respond to node type deletion. |
| hook_node_type_insert | function | modules/ |
Respond to node type creation. |
| hook_node_type_update | function | modules/ |
Respond to node type updates. |
| hook_node_update | function | modules/ |
Respond to updates to a node. |
| hook_node_update_index | function | modules/ |
Act on a node being indexed for searching. |
| hook_node_validate | function | modules/ |
Perform node validation before a node is created or updated. |
| hook_node_view | function | modules/ |
Act on a node that is being assembled before rendering. |
| hook_node_view_alter | function | modules/ |
Alter the results of node_view(). |
| hook_openid | function | modules/ |
Allow modules to modify the OpenID request parameters. |
| hook_openid_discovery_method_info | function | modules/ |
Allow modules to declare OpenID discovery methods. |
| hook_openid_discovery_method_info_alter | function | modules/ |
Allow modules to alter discovery methods. |
| hook_openid_normalization_method_info | function | modules/ |
Allow modules to declare OpenID normalization methods. |
| hook_openid_normalization_method_info_alter | function | modules/ |
Allow modules to alter normalization methods. |
| hook_openid_response | function | modules/ |
Allow modules to act upon a successful OpenID login. |
| hook_options_list | function | modules/ |
Returns the list of options to be displayed for a field. |
| hook_overlay_child_initialize | function | modules/ |
Allow modules to act when an overlay child window is initialized. |
| hook_overlay_parent_initialize | function | modules/ |
Allow modules to act when an overlay parent window is initialized. |
| hook_page_alter | function | modules/ |
Perform alterations before a page is rendered. |
| hook_page_build | function | modules/ |
Add elements to a page before it is rendered. |
| hook_page_delivery_callback_alter | function | modules/ |
Alters the delivery callback used to send the result of the page callback to the browser. |
| hook_path_delete | function | modules/ |
Respond to a path being deleted. |
| hook_path_insert | function | modules/ |
Respond to a path being inserted. |
| hook_path_update | function | modules/ |
Respond to a path being updated. |
| hook_permission | function | modules/ |
Define user permissions. |
| hook_prepare | function | modules/ |
Act on a node object about to be shown on the add/edit form. |
| hook_preprocess | function | modules/ |
Preprocess theme variables for templates. |
| hook_preprocess_HOOK | function | modules/ |
Preprocess theme variables for a specific theme hook. |
| hook_process | function | modules/ |
Process theme variables for templates. |
| hook_process_HOOK | function | modules/ |
Process theme variables for a specific theme hook. |
| hook_query_alter | function | modules/ |
Perform alterations to a structured query. |
| hook_query_TAG_alter | function | modules/ |
Perform alterations to a structured query for a given tag. |
| hook_ranking | function | modules/ |
Provide additional methods of scoring for core search results for nodes. |
| hook_rdf_mapping | function | modules/ |
Allow modules to define RDF mappings for field bundles. |
| hook_rdf_namespaces | function | modules/ |
Allow modules to define namespaces for RDF mappings. |
| hook_registry_files_alter | function | modules/ |
Perform necessary alterations to the list of files parsed by the registry. |
| hook_requirements | function | modules/ |
Check installation requirements and do status reporting. |
| hook_schema | function | modules/ |
Define the current version of the database schema. |
| hook_schema_alter | function | modules/ |
Perform alterations to existing database schemas. |
| hook_search_access | function | modules/ |
Define access to a custom search routine. |
| hook_search_admin | function | modules/ |
Add elements to the search settings form. |
| hook_search_execute | function | modules/ |
Execute a search for a set of key words. |
| hook_search_info | function | modules/ |
Define a custom search type. |
| hook_search_page | function | modules/ |
Override the rendering of search results. |
Pagination
- Previous page
- Page 105
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.