function taxonomy_test_block_view
Implements hook_block_view().
File
-
modules/
simpletest/ tests/ taxonomy_test.module, line 156
Code
function taxonomy_test_block_view($delta = 0) {
$form = drupal_get_form('taxonomy_test_simple_form');
return array(
'subject' => 'Simple form',
'content' => drupal_render($form),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.