Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_node_grants drupal/core/modules/node/node.api.php Inform the node access system what permissions the user has.
hook_node_grants_alter drupal/core/modules/node/node.api.php Alter user access rules when trying to view, edit or delete a node.
hook_node_info drupal/core/modules/node/node.api.php Define module-provided node types.
hook_node_insert drupal/core/modules/node/node.api.php Respond to creation of a new node.
hook_node_load drupal/core/modules/node/node.api.php Act on arbitrary nodes being loaded from the database.
hook_node_predelete drupal/core/modules/node/node.api.php Act before node deletion.
hook_node_prepare drupal/core/modules/node/node.api.php Act on a node object about to be shown on the add/edit form.
hook_node_presave drupal/core/modules/node/node.api.php Act on a node being inserted or updated.
hook_node_revision_delete drupal/core/modules/node/node.api.php Respond to deletion of a node revision.
hook_node_search_result drupal/core/modules/node/node.api.php Act on a node being displayed as a search result.
hook_node_submit drupal/core/modules/node/node.api.php Act on a node after validated form values have been copied to it.
hook_node_type_delete drupal/core/modules/node/node.api.php Respond to node type deletion.
hook_node_type_insert drupal/core/modules/node/node.api.php Respond to node type creation.
hook_node_type_update drupal/core/modules/node/node.api.php Respond to node type updates.
hook_node_update drupal/core/modules/node/node.api.php Respond to updates to a node.
hook_node_update_index drupal/core/modules/node/node.api.php Act on a node being indexed for searching.
hook_node_validate drupal/core/modules/node/node.api.php Perform node validation before a node is created or updated.
hook_node_view drupal/core/modules/node/node.api.php Act on a node that is being assembled before rendering.
hook_node_view_alter drupal/core/modules/node/node.api.php Alter the results of node_view().
hook_options_list drupal/core/modules/options/options.api.php Returns the list of options to be displayed for a field.
hook_options_list_alter drupal/core/modules/options/options.api.php Alters the list of options to be displayed for a field.
hook_overlay_child_initialize drupal/core/modules/overlay/overlay.api.php Allow modules to act when an overlay child window is initialized.
hook_overlay_parent_initialize drupal/core/modules/overlay/overlay.api.php Allow modules to act when an overlay parent window is initialized.
hook_page_alter drupal/core/modules/system/system.api.php Perform alterations before a page is rendered.
hook_page_build drupal/core/modules/system/system.api.php Add elements to a page before it is rendered.
hook_path_delete drupal/core/modules/path/path.api.php Respond to a path being deleted.
hook_path_insert drupal/core/modules/path/path.api.php Respond to a path being inserted.
hook_path_update drupal/core/modules/path/path.api.php Respond to a path being updated.
hook_permission drupal/core/modules/system/system.api.php Define user permissions.
hook_prepare drupal/core/modules/node/node.api.php Act on a node object about to be shown on the add/edit form.
hook_preprocess drupal/core/modules/system/theme.api.php Preprocess theme variables for templates.
hook_preprocess_HOOK drupal/core/modules/system/theme.api.php Preprocess theme variables for a specific theme hook.
hook_process drupal/core/modules/system/theme.api.php Process theme variables for templates.
hook_process_HOOK drupal/core/modules/system/theme.api.php Process theme variables for a specific theme hook.
hook_query_alter drupal/core/modules/system/system.api.php Perform alterations to a structured query.
hook_query_TAG_alter drupal/core/modules/system/system.api.php Perform alterations to a structured query for a given tag.
hook_queue_info drupal/core/modules/system/system.api.php Declare queues holding items that need to be run periodically.
hook_queue_info_alter drupal/core/modules/system/system.api.php Alter cron queue information before cron runs.
hook_ranking drupal/core/modules/node/node.api.php Provide additional methods of scoring for core search results for nodes.
hook_rdf_mapping drupal/core/modules/rdf/rdf.api.php Allow modules to define RDF mappings for field bundles.
hook_rdf_namespaces drupal/core/modules/rdf/rdf.api.php Allow modules to define namespaces for RDF mappings.
hook_rebuild drupal/core/modules/system/system.api.php Rebuild data based upon refreshed caches.
hook_requirements drupal/core/modules/system/system.api.php Check installation requirements and do status reporting.
hook_rest_resource_alter drupal/core/modules/rest/rest.api.php Alter the resource plugin definitions.
hook_schema drupal/core/modules/system/system.api.php Define the current version of the database schema.
hook_schema_alter drupal/core/modules/system/system.api.php Perform alterations to existing database schemas.
hook_search_access drupal/core/modules/search/search.api.php Define access to a custom search routine.
hook_search_admin drupal/core/modules/search/search.api.php Add elements to the search settings form.
hook_search_execute drupal/core/modules/search/search.api.php Execute a search for a set of key words.
hook_search_info drupal/core/modules/search/search.api.php Define a custom search type.

Pages

Other projects