function taxonomy_test_block_info
Implements hook_block_info().
File
-
modules/
simpletest/ tests/ taxonomy_test.module, line 146
Code
function taxonomy_test_block_info() {
$blocks['test_block_form'] = array(
'info' => t('Test block with form'),
);
return $blocks;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.