Example: Block in Examples for Developers 7
Same name and namespace in other branches
- 8 block_example/block_example.module \block_example
- 6 block_example/block_example.module \block_example
- 3.x modules/block_example/block_example.module \block_example
Demonstrates code creation of blocks.
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.
Parent topics
File
- block_example/
block_example.module, line 7 - Module file for block_example.
Functions
Name | Location | Description |
---|---|---|
block_example_block_configure |
block_example/ |
Implements hook_block_configure(). |
block_example_block_info |
block_example/ |
Implements hook_block_info(). |
block_example_block_list_alter |
block_example/ |
Implements hook_block_list_alter(). |
block_example_block_save |
block_example/ |
Implements hook_block_save(). |
block_example_block_view |
block_example/ |
Implements hook_block_view(). |
block_example_block_view_alter |
block_example/ |
Implements hook_block_view_alter(). |
block_example_contents |
block_example/ |
A module-defined block content function. |
block_example_menu |
block_example/ |
Implements hook_menu(). |
block_example_page |
block_example/ |
Simple page function to explain what the block example is about. |
block_example_uninstall |
block_example/ |
Implements hook_uninstall(). |
Classes
Name | Location | Description |
---|---|---|
BlockExampleTestCase |
block_example/ |
Functional tests for the Block Example module. |