Downloads

Download tar.gz 9.3 KB
MD5: d82def20d35cdb2f7ea8b33424b924d3
SHA-1: a10b80ffb5a6ac0d9c2774c6b1e81e4d996fb671
SHA-256: 9cc4a244ef3aff4ce20b5a286afe5b0721a0a37c86afaffe4daab29599761be1
Download zip 10.97 KB
MD5: 620932da1958e4a9afc7d00726ff40db
SHA-1: 6c5dffad8e0537299df21bfcd39ca91449fa96cb
SHA-256: 4ac7da6f207771088d47adf352ed2ba11d94d85122e398b18e6dea02be445a1b

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().

Created by: jamestombs
Created on: 28 Sep 2010 at 13:30 UTC
Last updated: 28 Sep 2010 at 13:31 UTC
New features
Bug fixes
Unsupported

Other releases