Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_taxonomy_vocabulary_insert drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_taxonomy_vocabulary_load drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
hook_taxonomy_vocabulary_presave drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
hook_taxonomy_vocabulary_update drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
hook_test_finished drupal/modules/simpletest/simpletest.api.php An individual test has finished.
hook_test_group_finished drupal/modules/simpletest/simpletest.api.php A test group has finished.
hook_test_group_started drupal/modules/simpletest/simpletest.api.php A test group has started.
hook_theme drupal/modules/system/system.api.php Register a module (or theme's) theme implementations.
hook_themes_disabled drupal/modules/system/theme.api.php Respond to themes being disabled.
hook_themes_enabled drupal/modules/system/theme.api.php Respond to themes being enabled.
hook_theme_registry_alter drupal/modules/system/system.api.php Alter the theme registry information returned from hook_theme().
hook_tokens drupal/modules/system/system.api.php Provide replacement values for placeholder tokens.
hook_tokens_alter drupal/modules/system/system.api.php Alter replacement values for placeholder tokens.
hook_token_info drupal/modules/system/system.api.php Provide information about available placeholder tokens and token types.
hook_token_info_alter drupal/modules/system/system.api.php Alter the metadata about available placeholder tokens and token types.
hook_translated_menu_link_alter drupal/modules/system/system.api.php Alter a menu link after it has been translated and before it is rendered.
hook_trigger_info drupal/modules/trigger/trigger.api.php Declare triggers (events) for users to assign actions to.
hook_trigger_info_alter drupal/modules/trigger/trigger.api.php Alter triggers declared by hook_trigger_info().
hook_uninstall drupal/modules/system/system.api.php Remove any information that the module sets.
hook_update drupal/modules/node/node.api.php Respond to updates to a node.
hook_updater_info drupal/modules/system/system.api.php Provide information on Updaters (classes that can update Drupal).
hook_updater_info_alter drupal/modules/system/system.api.php Alter the Updater information array.
hook_update_dependencies drupal/modules/system/system.api.php Return an array of information about module update dependencies.
hook_update_index drupal/modules/search/search.api.php Update the search index for this module.
hook_update_last_removed drupal/modules/system/system.api.php Return a number which is no longer available as hook_update_N().
hook_update_N drupal/modules/system/system.api.php Perform a single update.
hook_update_projects_alter drupal/modules/update/update.api.php Alter the list of projects before fetching data and comparing versions.
hook_update_status_alter drupal/modules/update/update.api.php Alter the information about available updates for projects.
hook_url_inbound_alter drupal/modules/system/system.api.php Alters inbound URL requests.
hook_url_outbound_alter drupal/modules/system/system.api.php Alters outbound URLs.
hook_username_alter drupal/modules/system/system.api.php Alter the username that is displayed for a user.
hook_user_cancel drupal/modules/user/user.api.php Act on user account cancellations.
hook_user_cancel_methods_alter drupal/modules/user/user.api.php Modify account cancellation methods.
hook_user_categories drupal/modules/user/user.api.php Define a list of user settings or profile information categories.
hook_user_delete drupal/modules/user/user.api.php Respond to user deletion.
hook_user_insert drupal/modules/user/user.api.php A user account was created.
hook_user_load drupal/modules/user/user.api.php Act on user objects when loaded from the database.
hook_user_login drupal/modules/user/user.api.php The user just logged in.
hook_user_logout drupal/modules/user/user.api.php The user just logged out.
hook_user_operations drupal/modules/user/user.api.php Add mass user operations.
hook_user_presave drupal/modules/user/user.api.php A user account is about to be created or updated.
hook_user_role_delete drupal/modules/user/user.api.php Respond to user role deletion.
hook_user_role_insert drupal/modules/user/user.api.php Respond to creation of a new user role.
hook_user_role_presave drupal/modules/user/user.api.php Act on a user role being inserted or updated.
hook_user_role_update drupal/modules/user/user.api.php Respond to updates to a user role.
hook_user_update drupal/modules/user/user.api.php A user account was updated.
hook_user_view drupal/modules/user/user.api.php The user's account information is being displayed.
hook_user_view_alter drupal/modules/user/user.api.php The user was built; the module may modify the structured content.
hook_validate drupal/modules/node/node.api.php Perform node validation before a node is created or updated.
hook_verify_update_archive drupal/modules/update/update.api.php Verify an archive after it has been downloaded and extracted.

Pages

Other projects