1.13 (checked in on 2010/08/13 at 12:25:14 by dries)
Hooks provided by the Block module.
| Name | Description |
|---|---|
| hook_block_view_MODULE_DELTA_alter | Perform alterations to a specific block. |
| hook_block_view_alter | Perform alterations to the content of a block. |
| hook_block_view | Return a rendered or renderable view of a block. |
| hook_block_save | Save the configuration options from hook_block_configure(). |
| hook_block_list_alter | Act on blocks prior to rendering. |
| hook_block_info_alter | Change block definition before saving to the database. |
| hook_block_info | Define all blocks provided by the module. |
| hook_block_configure | Define a configuration form for a block. |