Version 1.8 (checked in on 2010/12/12 at 07:04:41 by rfay)
This is an example outlining how a module can define blocks that can be displayed on various pages of a site, or how to alter blocks provided by other modules.
| Name | Description |
|---|---|
| block_example_block_configure | Implements hook_block_configure(). |
| block_example_block_info | Implements hook_block_info(). |
| block_example_block_list_alter | Implements hook_block_list_alter(). |
| block_example_block_save | Implements hook_block_save(). |
| block_example_block_view | Implements hook_block_view(). |
| block_example_block_view_alter | Implements hook_block_view_alter(). |
| block_example_contents | A module-defined block content function. |
| block_example_menu | Implements hook_menu(). |
| block_example_page | Simple page function to explain what the block example is about. |