Search for all
Title | Object type | File name | Summary |
---|---|---|---|
HelpTestCase::getModuleList | function | modules/ |
Gets the list of enabled modules that implement hook_help(). |
HelpTestCase::setUp | function | modules/ |
|
HelpTestCase::testHelp | function | modules/ |
Logs in users, creates dblog events, and tests dblog functionality. |
HelpTestCase::verifyHelp | function | modules/ |
Verifies the logged in user has access to the various help nodes. |
help_help | function | modules/ |
Implements hook_help(). |
help_links_as_list | function | modules/ |
Provides a formatted list of available help topics. |
help_main | function | modules/ |
Menu callback; prints a page listing a glossary of Drupal terminology. |
help_menu | function | modules/ |
Implements hook_menu(). |
help_page | function | modules/ |
Menu callback; prints a page listing general help for a module. |
hide | function | includes/ |
Hides an element from later rendering. |
Hook implementations for user-created content types | group | modules/ |
Functions that implement hooks for user-created content types. |
HookBootExitTestCase | class | modules/ |
Test hook_boot() and hook_exit(). |
HookBootExitTestCase::getInfo | function | modules/ |
|
HookBootExitTestCase::setUp | function | modules/ |
|
HookBootExitTestCase::testHookBootExit | function | modules/ |
Test calling of hook_boot() and hook_exit(). |
HookRequirementsTestCase | class | modules/ |
Tests failure of hook_requirements('install'). |
HookRequirementsTestCase::getInfo | function | modules/ |
|
HookRequirementsTestCase::testHookRequirementsFailure | function | modules/ |
Assert that a module cannot be installed if it fails hook_requirements(). |
Hooks | group | includes/ |
Allow modules to interact with the Drupal core. |
hook_actions_delete | function | modules/ |
Executes code after an action is deleted. |
hook_action_info | function | modules/ |
Declares information about actions. |
hook_action_info_alter | function | modules/ |
Alters the actions declared by another module. |
hook_admin_paths | function | modules/ |
Define administrative paths. |
hook_admin_paths_alter | function | modules/ |
Redefine administrative paths defined by other modules. |
hook_aggregator_fetch | function | modules/ |
Create an alternative fetcher for aggregator.module. |
hook_aggregator_fetch_info | function | modules/ |
Specify the title and short description of your fetcher. |
hook_aggregator_parse | function | modules/ |
Create an alternative parser for aggregator module. |
hook_aggregator_parse_info | function | modules/ |
Specify the title and short description of your parser. |
hook_aggregator_process | function | modules/ |
Create a processor for aggregator.module. |
hook_aggregator_process_info | function | modules/ |
Specify the title and short description of your processor. |
hook_aggregator_remove | function | modules/ |
Remove stored feed data. |
hook_ajax_render_alter | function | modules/ |
Alter the commands that are sent to the user through the Ajax framework. |
hook_archiver_info | function | modules/ |
Declare archivers to the system. |
hook_archiver_info_alter | function | modules/ |
Alter archiver information declared by other modules. |
hook_batch_alter | function | modules/ |
Alter batch information before a batch is processed. |
hook_block_cid_parts_alter | function | modules/ |
Act on block cache ID (cid) parts before the cid is generated. |
hook_block_configure | function | modules/ |
Define a configuration form for a block. |
hook_block_info | function | modules/ |
Define all blocks provided by the module. |
hook_block_info_alter | function | modules/ |
Change block definition before saving to the database. |
hook_block_list_alter | function | modules/ |
Act on blocks prior to rendering. |
hook_block_save | function | modules/ |
Save the configuration options from hook_block_configure(). |
hook_block_view | function | modules/ |
Return a rendered or renderable view of a block. |
hook_block_view_alter | function | modules/ |
Perform alterations to the content of a block. |
hook_block_view_MODULE_DELTA_alter | function | modules/ |
Perform alterations to a specific block. |
hook_boot | function | modules/ |
Perform setup tasks for all page requests. |
hook_comment_delete | function | modules/ |
The comment is being deleted by the moderator. |
hook_comment_insert | function | modules/ |
The comment is being inserted. |
hook_comment_load | function | modules/ |
Comments are being loaded from the database. |
hook_comment_presave | function | modules/ |
The comment passed validation and is about to be saved. |
hook_comment_publish | function | modules/ |
Act on a comment that is being saved in a published state. |
Pagination
- Previous page
- Page 97
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.