Search for hook_
- Search 9.5.x for hook_
- Search 8.9.x for hook_
- Search 10.3.x for hook_
- Search 11.x for hook_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_preprocess_HOOK | function | modules/ |
Preprocess theme variables for a specific theme hook. |
| hook_process | function | modules/ |
Process theme variables for templates. |
| hook_process_HOOK | function | modules/ |
Process theme variables for a specific theme hook. |
| hook_query_alter | function | modules/ |
Perform alterations to a structured query. |
| hook_query_TAG_alter | function | modules/ |
Perform alterations to a structured query for a given tag. |
| hook_ranking | function | modules/ |
Provide additional methods of scoring for core search results for nodes. |
| hook_rdf_mapping | function | modules/ |
Allow modules to define RDF mappings for field bundles. |
| hook_rdf_namespaces | function | modules/ |
Allow modules to define namespaces for RDF mappings. |
| hook_registry_files_alter | function | modules/ |
Perform necessary alterations to the list of files parsed by the registry. |
| hook_requirements | function | modules/ |
Check installation requirements and do status reporting. |
| hook_schema | function | modules/ |
Define the current version of the database schema. |
| hook_schema_alter | function | modules/ |
Perform alterations to existing database schemas. |
| hook_search_access | function | modules/ |
Define access to a custom search routine. |
| hook_search_admin | function | modules/ |
Add elements to the search settings form. |
| hook_search_execute | function | modules/ |
Execute a search for a set of key words. |
| hook_search_info | function | modules/ |
Define a custom search type. |
| hook_search_page | function | modules/ |
Override the rendering of search results. |
| hook_search_preprocess | function | modules/ |
Preprocess text for search. |
| hook_search_reset | function | modules/ |
Take action when the search index is going to be rebuilt. |
| hook_search_status | function | modules/ |
Report the status of indexing. |
| hook_shortcut_default_set | function | modules/ |
Return the name of a default shortcut set for the provided user account. |
| hook_simpletest_alter | function | modules/ |
Alter the list of tests. |
| hook_stream_wrappers | function | modules/ |
Registers PHP stream wrapper implementations associated with a module. |
| hook_stream_wrappers_alter | function | modules/ |
Alters the list of PHP stream wrapper implementations. |
| hook_system_info_alter | function | modules/ |
Alter the information parsed from module and theme .info files |
| hook_system_themes_page_alter | function | modules/ |
Alters theme operation links. |
| hook_system_theme_engine_info | function | modules/ |
Return additional theme engines provided by modules. |
| hook_system_theme_info | function | modules/ |
Return additional themes provided by modules. |
| hook_taxonomy_term_delete | function | modules/ |
Respond to the deletion of taxonomy terms. |
| hook_taxonomy_term_insert | function | modules/ |
Act on taxonomy terms when inserted. |
| hook_taxonomy_term_load | function | modules/ |
Act on taxonomy terms when loaded. |
| hook_taxonomy_term_presave | function | modules/ |
Act on taxonomy terms before they are saved. |
| hook_taxonomy_term_update | function | modules/ |
Act on taxonomy terms when updated. |
| hook_taxonomy_term_view | function | modules/ |
Act on a taxonomy term that is being assembled before rendering. |
| hook_taxonomy_term_view_alter | function | modules/ |
Alter the results of taxonomy_term_view(). |
| hook_taxonomy_vocabulary_delete | function | modules/ |
Respond to the deletion of taxonomy vocabularies. |
| hook_taxonomy_vocabulary_insert | function | modules/ |
Act on taxonomy vocabularies when inserted. |
| hook_taxonomy_vocabulary_load | function | modules/ |
Act on taxonomy vocabularies when loaded. |
| hook_taxonomy_vocabulary_presave | function | modules/ |
Act on taxonomy vocabularies before they are saved. |
| hook_taxonomy_vocabulary_update | function | modules/ |
Act on taxonomy vocabularies when updated. |
| hook_test_finished | function | modules/ |
An individual test has finished. |
| hook_test_group_finished | function | modules/ |
A test group has finished. |
| hook_test_group_started | function | modules/ |
A test group has started. |
| hook_theme | function | modules/ |
Register a module (or theme's) theme implementations. |
| hook_themes_disabled | function | modules/ |
Respond to themes being disabled. |
| hook_themes_enabled | function | modules/ |
Respond to themes being enabled. |
| hook_theme_registry_alter | function | modules/ |
Alter the theme registry information returned from hook_theme(). |
| hook_tokens | function | modules/ |
Provide replacement values for placeholder tokens. |
| hook_tokens_alter | function | modules/ |
Alter replacement values for placeholder tokens. |
| hook_token_info | function | modules/ |
Provide information about available placeholder tokens and token types. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.