block.api.php lists in Drupal7?

  • hook_block_configure- Define a configuration form for a block.
  • hook_block_info-  Define all blocks provided by the module.
  • hook_block_info_alter - Change block definition before saving to the database.
  • hook_block_list_alter - Act on blocks prior to rendering.
  • hook_block_save - Save the configuration options from hook_block_configure().
  • hook_block_view - Return a rendered or renderable view of a block.
  • hook_block_view_alter -Perform alterations to the content of a block.
  • hook_block_view_MODULE_DELTA_alter - Perform alterations to a specific block.
     
Tags