Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_test_group_finished drupal/core/modules/simpletest/simpletest.api.php A test group has finished.
hook_test_group_started drupal/core/modules/simpletest/simpletest.api.php A test group has started.
hook_theme drupal/core/modules/system/system.api.php Register a module (or theme's) theme implementations.
hook_themes_disabled drupal/core/modules/system/theme.api.php Respond to themes being disabled.
hook_themes_enabled drupal/core/modules/system/theme.api.php Respond to themes being enabled.
hook_theme_registry_alter drupal/core/modules/system/system.api.php Alter the theme registry information returned from hook_theme().
hook_tokens drupal/core/modules/system/system.api.php Provide replacement values for placeholder tokens.
hook_tokens_alter drupal/core/modules/system/system.api.php Alter replacement values for placeholder tokens.
hook_token_info drupal/core/modules/system/system.api.php Provide information about available placeholder tokens and token types.
hook_token_info_alter drupal/core/modules/system/system.api.php Alter the metadata about available placeholder tokens and token types.
hook_toolbar drupal/core/modules/toolbar/toolbar.api.php Add items to the Toolbar menu.
hook_toolbar_alter drupal/core/modules/toolbar/toolbar.api.php Alter the Toolbar menu after hook_toolbar() is invoked.
hook_translated_menu_link_alter drupal/core/modules/system/system.api.php Alter a menu link after it has been translated and before it is rendered.
hook_transliteration_overrides_alter drupal/core/modules/system/language.api.php Provide language-specific overrides for transliteration.
hook_uninstall drupal/core/modules/system/system.api.php Remove any information that the module sets.
hook_update drupal/core/modules/node/node.api.php Respond to updates to a node.
hook_updater_info drupal/core/modules/system/system.api.php Provide information on Updaters (classes that can update Drupal).
hook_updater_info_alter drupal/core/modules/system/system.api.php Alter the Updater information array.
hook_update_dependencies drupal/core/modules/system/system.api.php Return an array of information about module update dependencies.
hook_update_index drupal/core/modules/search/search.api.php Update the search index for this module.
hook_update_last_removed drupal/core/modules/system/system.api.php Return a number which is no longer available as hook_update_N().
hook_update_N drupal/core/modules/system/system.api.php Perform a single update.
hook_update_projects_alter drupal/core/modules/update/update.api.php Alter the list of projects before fetching data and comparing versions.
hook_update_status_alter drupal/core/modules/update/update.api.php Alter the information about available updates for projects.
hook_url_inbound_alter drupal/core/modules/system/system.api.php Alters inbound URL requests.
hook_url_outbound_alter drupal/core/modules/system/system.api.php Alters outbound URLs.
hook_user_cancel drupal/core/modules/user/user.api.php Act on user account cancellations.
hook_user_cancel_methods_alter drupal/core/modules/user/user.api.php Modify account cancellation methods.
hook_user_delete drupal/core/modules/user/user.api.php Respond to user deletion.
hook_user_format_name_alter drupal/core/modules/user/user.api.php Alter the username that is displayed for a user.
hook_user_insert drupal/core/modules/user/user.api.php Respond to creation of a new user account.
hook_user_load drupal/core/modules/user/user.api.php Act on user objects when loaded from the database.
hook_user_login drupal/core/modules/user/user.api.php The user just logged in.
hook_user_logout drupal/core/modules/user/user.api.php The user just logged out.
hook_user_operations drupal/core/modules/user/user.api.php Add mass user operations.
hook_user_predelete drupal/core/modules/user/user.api.php Act before user deletion.
hook_user_presave drupal/core/modules/user/user.api.php Act on a user account being inserted or updated.
hook_user_role_delete drupal/core/modules/user/user.api.php Inform other modules that a user role has been deleted.
hook_user_role_insert drupal/core/modules/user/user.api.php Inform other modules that a user role has been added.
hook_user_role_presave drupal/core/modules/user/user.api.php Inform other modules that a user role is about to be saved.
hook_user_role_update drupal/core/modules/user/user.api.php Inform other modules that a user role has been updated.
hook_user_update drupal/core/modules/user/user.api.php Respond to updates to a user account.
hook_user_view drupal/core/modules/user/user.api.php The user's account information is being displayed.
hook_user_view_alter drupal/core/modules/user/user.api.php The user was built; the module may modify the structured content.
hook_validate drupal/core/modules/node/node.api.php Perform node validation before a node is created or updated.
hook_verify_update_archive drupal/core/modules/update/update.api.php Verify an archive after it has been downloaded and extracted.
hook_view drupal/core/modules/node/node.api.php Display a node.
hook_views_ajax_data_alter drupal/core/modules/views/views.api.php Alter the commands used on a Views AJAX request.
hook_views_data drupal/core/modules/views/views.api.php Describe data tables (or the equivalent) to Views.
hook_views_data_alter drupal/core/modules/views/views.api.php Alter the table structure defined by hook_views_data().

Pages

Other projects