Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_batch_alter drupal/core/modules/system/system.api.php Alter batch information before a batch is processed.
hook_block_configure drupal/core/modules/block/block.api.php Define a configuration form for a block.
hook_block_info drupal/core/modules/block/block.api.php Define all blocks provided by the module.
hook_block_info_alter drupal/core/modules/block/block.api.php Change block definition before saving to the database.
hook_block_list_alter drupal/core/modules/block/block.api.php Act on blocks prior to rendering.
hook_block_save drupal/core/modules/block/block.api.php Save the configuration options from hook_block_configure().
hook_block_view drupal/core/modules/block/block.api.php Return a rendered or renderable view of a block.
hook_block_view_alter drupal/core/modules/block/block.api.php Perform alterations to the content of a block.
hook_block_view_MODULE_DELTA_alter drupal/core/modules/block/block.api.php Perform alterations to a specific block.
hook_boot drupal/core/modules/system/system.api.php Perform setup tasks for all page requests. 1
hook_cache_flush drupal/core/modules/system/system.api.php Flush all persistent and static caches.
hook_comment_delete drupal/core/modules/comment/comment.api.php Respond to comment deletion.
hook_comment_insert drupal/core/modules/comment/comment.api.php Respond to creation of a new comment.
hook_comment_load drupal/core/modules/comment/comment.api.php Act on comments being loaded from the database.
hook_comment_predelete drupal/core/modules/comment/comment.api.php Act before comment deletion.
hook_comment_presave drupal/core/modules/comment/comment.api.php Act on a comment being inserted or updated.
hook_comment_publish drupal/core/modules/comment/comment.api.php Respond to a comment being published by a moderator.
hook_comment_unpublish drupal/core/modules/comment/comment.api.php Respond to a comment being unpublished by a moderator.
hook_comment_update drupal/core/modules/comment/comment.api.php Respond to updates to a comment.
hook_comment_view drupal/core/modules/comment/comment.api.php Act on a comment that is being assembled before rendering.
hook_comment_view_alter drupal/core/modules/comment/comment.api.php Alter the results of comment_view().
hook_config_import_change drupal/core/modules/config/config.api.php Update configuration upon synchronizing configuration changes.
hook_config_import_create drupal/core/modules/config/config.api.php Create configuration upon synchronizing configuration changes.
hook_config_import_delete drupal/core/modules/config/config.api.php Delete configuration upon synchronizing configuration changes.
hook_contextual_links_view_alter drupal/core/modules/contextual/contextual.api.php Alter a contextual links element before it is rendered.
hook_countries_alter drupal/core/modules/system/system.api.php Alter the default country list.
hook_cron drupal/core/modules/system/system.api.php Perform periodic actions.
hook_css_alter drupal/core/modules/system/system.api.php Alter CSS files before they are output on the page.
hook_custom_theme drupal/core/modules/system/system.api.php Return the machine-readable name of the theme to use for the current page.
hook_data_type_info drupal/core/modules/system/system.api.php Defines available data types for the typed data API.
hook_data_type_info_alter drupal/core/modules/system/system.api.php Alter available data types for typed data wrappers.
hook_delete drupal/core/modules/node/node.api.php Respond to node deletion.
hook_disable drupal/core/modules/system/system.api.php Perform necessary actions before module is disabled.
hook_drupal_goto_alter drupal/core/modules/system/system.api.php Change the page the user is sent to by drupal_goto().
hook_element_info drupal/core/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/core/modules/system/system.api.php Alter the element type information returned from modules.
hook_enable drupal/core/modules/system/system.api.php Perform necessary actions after module is enabled.
hook_entity_delete drupal/core/includes/entity.api.php Respond to entity deletion.
hook_entity_field_info drupal/core/includes/entity.api.php Define custom entity properties.
hook_entity_field_info_alter drupal/core/includes/entity.api.php Alter defined entity properties.
hook_entity_info drupal/core/includes/entity.api.php Add to entity type definitions.
hook_entity_info_alter drupal/core/includes/entity.api.php Alter the entity type definitions.
hook_entity_insert drupal/core/includes/entity.api.php Act on entities when inserted.
hook_entity_load drupal/core/includes/entity.api.php Act on entities when loaded.
hook_entity_predelete drupal/core/includes/entity.api.php Act before entity deletion.
hook_entity_prepare_view drupal/core/includes/entity.api.php Act on entities as they are being prepared for view.
hook_entity_presave drupal/core/includes/entity.api.php Act on an entity before it is about to be created or updated.
hook_entity_query_alter drupal/core/includes/entity.api.php Alter or execute an Drupal\Core\Entity\Query\EntityQueryInterface.
hook_entity_update drupal/core/includes/entity.api.php Act on entities when updated.
hook_entity_view drupal/core/includes/entity.api.php Act on entities being assembled before rendering.

Pages

Other projects