hook_taxonomy_term_load |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when loaded. |
hook_taxonomy_term_predelete |
modules/taxonomy/taxonomy.api.php |
Act before taxonomy term deletion. |
hook_taxonomy_term_presave |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms before they are saved. |
hook_taxonomy_term_update |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when updated. |
hook_taxonomy_term_view |
modules/taxonomy/taxonomy.api.php |
Act on a taxonomy term that is being assembled before rendering. |
hook_taxonomy_term_view_alter |
modules/taxonomy/taxonomy.api.php |
Alter the results of taxonomy_term_view(). |
hook_taxonomy_vocabulary_delete |
modules/taxonomy/taxonomy.api.php |
Respond to taxonomy vocabulary deletion. |
hook_taxonomy_vocabulary_insert |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when inserted. |
hook_taxonomy_vocabulary_load |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when loaded. |
hook_taxonomy_vocabulary_predelete |
modules/taxonomy/taxonomy.api.php |
Act before taxonomy vocabulary deletion. |
hook_taxonomy_vocabulary_presave |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies before they are saved. |
hook_taxonomy_vocabulary_update |
modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies when updated. |
hook_telemetry_data |
modules/telemetry/telemetry.api.php |
Populates the telemetry data from this module. |
hook_telemetry_data_alter |
modules/telemetry/telemetry.api.php |
Alter the complete list of values collected by Telemetry before sending. |
hook_telemetry_info |
modules/telemetry/telemetry.api.php |
Provides information about data collected by this module. |
hook_telemetry_info_alter |
modules/telemetry/telemetry.api.php |
Alter the list of data collected by Telemetry. |
hook_test_finished |
modules/simpletest/simpletest.api.php |
An individual test has finished. |
hook_test_group_finished |
modules/simpletest/simpletest.api.php |
A test group has finished. |
hook_test_group_started |
modules/simpletest/simpletest.api.php |
A test group has started. |
hook_theme |
modules/system/system.api.php |
Register a module (or theme's) theme implementations. |
hook_theme_registry_alter |
modules/system/system.api.php |
Alter the theme registry information returned from hook_theme(). |
hook_themes_disabled |
modules/system/theme.api.php |
Respond to themes being disabled. |
hook_themes_enabled |
modules/system/theme.api.php |
Respond to themes being enabled. |
hook_timezone_countries_alter |
modules/system/system.api.php |
Alter the default timezone country list. |
hook_token_info |
modules/system/system.api.php |
Provide information about available placeholder tokens and token types. |
hook_token_info_alter |
modules/system/system.api.php |
Alter the metadata about available placeholder tokens and token types. |
hook_tokens |
modules/system/system.api.php |
Provide replacement values for placeholder tokens. |
hook_tokens_alter |
modules/system/system.api.php |
Alter replacement values for placeholder tokens. |
hook_translated_menu_link_alter |
modules/system/system.api.php |
Alter a menu link after it has been translated and before it is rendered. |
hook_uninstall |
modules/system/system.api.php |
Remove any information that the module sets. |
hook_update |
modules/node/node.api.php |
Respond to updates to a node. |
hook_update_dependencies |
modules/system/system.api.php |
Return an array of information about module update dependencies. |
hook_update_index |
modules/search/search.api.php |
Update the search index for this module. |
hook_update_last_removed |
modules/system/system.api.php |
Return a number which is no longer available as hook_update_N(). |
hook_update_N |
modules/system/system.api.php |
Perform a single update. |
hook_update_projects_alter |
modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
hook_updater_info |
modules/system/system.api.php |
Provide information on Updaters (classes that can update Backdrop). |
hook_updater_info_alter |
modules/system/system.api.php |
Alter the Updater information array. |
hook_update_status_alter |
modules/update/update.api.php |
Alter the information about available updates for projects. |
hook_url_inbound_alter |
modules/system/system.api.php |
Alters inbound URL requests. |
hook_url_outbound_alter |
modules/system/system.api.php |
Alters outbound URLs. |
hook_user_cancel |
modules/user/user.api.php |
Act on user account cancellations. |
hook_user_cancel_methods_alter |
modules/user/user.api.php |
Modify account cancellation methods. |
hook_user_delete |
modules/user/user.api.php |
Respond to user deletion. |
hook_user_format_name_alter |
modules/user/user.api.php |
Alter the username that is displayed for a user. |
hook_user_insert |
modules/user/user.api.php |
Respond to creation of a new user account. |
hook_user_load |
modules/user/user.api.php |
Act on user objects when loaded from the database. |
hook_user_login |
modules/user/user.api.php |
The user just logged in. |
hook_user_logout |
modules/user/user.api.php |
The user just logged out. |
hook_user_password_reject_weak_alter |
modules/user/user.api.php |
Alter the requirement for rejecting weak passwords. |