hook_aggregator_parse |
drupal/modules/aggregator/aggregator.api.php |
Create an alternative parser for aggregator module. |
|
|
hook_aggregator_parse_info |
drupal/modules/aggregator/aggregator.api.php |
Specify the title and short description of your parser. |
|
|
hook_aggregator_process |
drupal/modules/aggregator/aggregator.api.php |
Create a processor for aggregator.module. |
|
|
hook_aggregator_process_info |
drupal/modules/aggregator/aggregator.api.php |
Specify the title and short description of your processor. |
|
|
hook_aggregator_remove |
drupal/modules/aggregator/aggregator.api.php |
Remove stored feed data. |
|
|
hook_ajax_render_alter |
drupal/modules/system/system.api.php |
Alter the commands that are sent to the user through the Ajax framework. |
|
|
hook_archiver_info |
drupal/modules/system/system.api.php |
Declare archivers to the system. |
|
|
hook_archiver_info_alter |
drupal/modules/system/system.api.php |
Alter archiver information declared by other modules. |
|
|
hook_batch_alter |
drupal/modules/system/system.api.php |
Alter batch information before a batch is processed. |
|
|
hook_block_cid_parts_alter |
drupal/modules/block/block.api.php |
Act on block cache ID (cid) parts before the cid is generated. |
|
|
hook_block_configure |
drupal/modules/block/block.api.php |
Define a configuration form for a block. |
|
|
hook_block_info |
drupal/modules/block/block.api.php |
Define all blocks provided by the module. |
|
|
hook_block_info_alter |
drupal/modules/block/block.api.php |
Change block definition before saving to the database. |
|
|
hook_block_list_alter |
drupal/modules/block/block.api.php |
Act on blocks prior to rendering. |
|
|
hook_block_save |
drupal/modules/block/block.api.php |
Save the configuration options from hook_block_configure(). |
|
|
hook_block_view |
drupal/modules/block/block.api.php |
Return a rendered or renderable view of a block. |
|
|
hook_block_view_alter |
drupal/modules/block/block.api.php |
Perform alterations to the content of a block. |
|
|
hook_block_view_MODULE_DELTA_alter |
drupal/modules/block/block.api.php |
Perform alterations to a specific block. |
|
3 |
hook_boot |
drupal/modules/system/system.api.php |
Perform setup tasks for all page requests. |
|
1 |
hook_comment_delete |
drupal/modules/comment/comment.api.php |
The comment is being deleted by the moderator. |
|
|
hook_comment_insert |
drupal/modules/comment/comment.api.php |
The comment is being inserted. |
|
|
hook_comment_load |
drupal/modules/comment/comment.api.php |
Comments are being loaded from the database. |
|
|
hook_comment_presave |
drupal/modules/comment/comment.api.php |
The comment passed validation and is about to be saved. |
|
|
hook_comment_publish |
drupal/modules/comment/comment.api.php |
The comment is being published by the moderator. |
|
|
hook_comment_unpublish |
drupal/modules/comment/comment.api.php |
The comment is being unpublished by the moderator. |
|
|
hook_comment_update |
drupal/modules/comment/comment.api.php |
The comment is being updated. |
|
|
hook_comment_view |
drupal/modules/comment/comment.api.php |
The comment is being viewed. This hook can be used to add additional data to the comment before theming. |
|
|
hook_comment_view_alter |
drupal/modules/comment/comment.api.php |
The comment was built; the module may modify the structured content. |
|
|
hook_contextual_links_view_alter |
drupal/modules/contextual/contextual.api.php |
Alter a contextual links element before it is rendered. |
|
|
hook_countries_alter |
drupal/modules/system/system.api.php |
Alter the default country list. |
|
|
hook_cron |
drupal/modules/system/system.api.php |
Perform periodic actions. |
|
|
hook_cron_queue_info |
drupal/modules/system/system.api.php |
Declare queues holding items that need to be run periodically. |
|
|
hook_cron_queue_info_alter |
drupal/modules/system/system.api.php |
Alter cron queue information before cron runs. |
|
|
hook_css_alter |
drupal/modules/system/system.api.php |
Alter CSS files before they are output on the page. |
|
|
hook_custom_theme |
drupal/modules/system/system.api.php |
Return the machine-readable name of the theme to use for the current page. |
|
|
hook_dashboard_regions |
drupal/modules/dashboard/dashboard.api.php |
Add regions to the dashboard. |
|
|
hook_dashboard_regions_alter |
drupal/modules/dashboard/dashboard.api.php |
Alter dashboard regions provided by modules. |
|
|
hook_date_formats |
drupal/modules/system/system.api.php |
Define additional date formats. |
|
|
hook_date_formats_alter |
drupal/modules/system/system.api.php |
Alter date formats declared by another module. |
|
|
hook_date_format_types |
drupal/modules/system/system.api.php |
Define additional date types. |
|
|
hook_date_format_types_alter |
drupal/modules/system/system.api.php |
Modify existing date types. |
|
|
hook_delete |
drupal/modules/node/node.api.php |
Respond to node deletion. |
|
|
hook_disable |
drupal/modules/system/system.api.php |
Perform necessary actions before module is disabled. |
|
|
hook_drupal_goto_alter |
drupal/modules/system/system.api.php |
Change the page the user is sent to by drupal_goto(). |
|
|
hook_element_info |
drupal/modules/system/system.api.php |
Allows modules to declare their own Form API element types and specify their
default values. |
|
|
hook_element_info_alter |
drupal/modules/system/system.api.php |
Alter the element type information returned from modules. |
|
|
hook_enable |
drupal/modules/system/system.api.php |
Perform necessary actions after module is enabled. |
|
|
hook_entity_delete |
drupal/modules/system/system.api.php |
Act on entities when deleted. |
|
|
hook_entity_info |
drupal/modules/system/system.api.php |
Inform the base system and the Field API about one or more entity types. |
|
|
hook_entity_info_alter |
drupal/modules/system/system.api.php |
Alter the entity info. |
|
|