Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
hook_stream_wrappers_alter | modules/ |
Alters the list of PHP stream wrapper implementations. | |||
hook_system_info_alter | modules/ |
Alter the information parsed from module and theme .info files | |||
hook_system_themes_page_alter | modules/ |
Alters theme operation links. | |||
hook_system_theme_engine_info | modules/ |
Return additional theme engines provided by modules. | |||
hook_system_theme_info | modules/ |
Return additional themes provided by modules. | |||
hook_taxonomy_term_delete | modules/ |
Respond to the deletion of taxonomy terms. | |||
hook_taxonomy_term_insert | modules/ |
Act on taxonomy terms when inserted. | |||
hook_taxonomy_term_load | modules/ |
Act on taxonomy terms when loaded. | |||
hook_taxonomy_term_presave | modules/ |
Act on taxonomy terms before they are saved. | |||
hook_taxonomy_term_update | modules/ |
Act on taxonomy terms when updated. | |||
hook_taxonomy_term_view | modules/ |
Act on a taxonomy term that is being assembled before rendering. | |||
hook_taxonomy_term_view_alter | modules/ |
Alter the results of taxonomy_term_view(). | |||
hook_taxonomy_vocabulary_delete | modules/ |
Respond to the deletion of taxonomy vocabularies. | |||
hook_taxonomy_vocabulary_insert | modules/ |
Act on taxonomy vocabularies when inserted. | |||
hook_taxonomy_vocabulary_load | modules/ |
Act on taxonomy vocabularies when loaded. | |||
hook_taxonomy_vocabulary_presave | modules/ |
Act on taxonomy vocabularies before they are saved. | |||
hook_taxonomy_vocabulary_update | modules/ |
Act on taxonomy vocabularies when updated. | |||
hook_test_finished | modules/ |
An individual test has finished. | |||
hook_test_group_finished | modules/ |
A test group has finished. | |||
hook_test_group_started | modules/ |
A test group has started. | |||
hook_theme | modules/ |
Register a module (or theme's) theme implementations. | |||
hook_themes_disabled | modules/ |
Respond to themes being disabled. | |||
hook_themes_enabled | modules/ |
Respond to themes being enabled. | |||
hook_theme_registry_alter | modules/ |
Alter the theme registry information returned from hook_theme(). | |||
hook_tokens | modules/ |
Provide replacement values for placeholder tokens. | |||
hook_tokens_alter | modules/ |
Alter replacement values for placeholder tokens. | |||
hook_token_info | modules/ |
Provide information about available placeholder tokens and token types. | |||
hook_token_info_alter | modules/ |
Alter the metadata about available placeholder tokens and token types. | |||
hook_translated_menu_link_alter | modules/ |
Alter a menu link after it has been translated and before it is rendered. | |||
hook_trigger_info | modules/ |
Declare triggers (events) for users to assign actions to. | |||
hook_trigger_info_alter | modules/ |
Alter triggers declared by hook_trigger_info(). | |||
hook_uninstall | modules/ |
Remove any information that the module sets. | |||
hook_update | modules/ |
Respond to updates to a node. | |||
hook_updater_info | modules/ |
Provide information on Updaters (classes that can update Drupal). | |||
hook_updater_info_alter | modules/ |
Alter the Updater information array. | |||
hook_update_dependencies | modules/ |
Return an array of information about module update dependencies. | |||
hook_update_index | modules/ |
Update the search index for this module. | |||
hook_update_last_removed | modules/ |
Return a number which is no longer available as hook_update_N(). | |||
hook_update_N | modules/ |
Perform a single update. | |||
hook_update_projects_alter | modules/ |
Alter the list of projects before fetching data and comparing versions. | |||
hook_update_status_alter | modules/ |
Alter the information about available updates for projects. | |||
hook_url_inbound_alter | modules/ |
Alters inbound URL requests. | |||
hook_url_outbound_alter | modules/ |
Alters outbound URLs. | |||
hook_username_alter | modules/ |
Alter the username that is displayed for a user. | |||
hook_user_cancel | modules/ |
Act on user account cancellations. | |||
hook_user_cancel_methods_alter | modules/ |
Modify account cancellation methods. | |||
hook_user_categories | modules/ |
Define a list of user settings or profile information categories. | |||
hook_user_delete | modules/ |
Respond to user deletion. | |||
hook_user_flood_control | modules/ |
Respond to user flood control events. | |||
hook_user_insert | modules/ |
A user account was created. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.