function block_test_block_view
Implements hook_block_view().
File
-
modules/
block/ tests/ block_test.module, line 42
Code
function block_test_block_view($delta = 0) {
return array(
'content' => variable_get('block_test_content', ''),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.