Posted by jamestamr on September 28, 2010 at 1:30pm
| Download | Size | md5 hash |
|---|---|---|
| block_api-6.x-1.0-beta2.tar.gz | 9.3 KB | d82def20d35cdb2f7ea8b33424b924d3 |
| block_api-6.x-1.0-beta2.zip | 10.97 KB | 620932da1958e4a9afc7d00726ff40db |
Last updated: December 24, 2010 - 22:32
Release notes
Updates to module to enable a similar codebase to the Drupal 7 release.
Changes to hooks:
- hook_block_api_info() is now hook_block_api_block_types().
- hook_block_api_view() is now hook_block_api_display().
- hook_block_api_form(), hook_block_api_save(), hook_block_api_delete() all remain the same.
There is also no need to call hook_block() anymore to use Block API as Block API will handle this through hook_block_api_block_types().