Search for hook_block
- Search 9.5.x for hook_block
- Search 8.9.x for hook_block
- Search 10.3.x for hook_block
- Search 11.x for hook_block
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.