function block_test_block_view_block_test_test_underscore_alter
Implements hook_block_view_MODULE_DELTA_alter().
File
-
modules/
block/ tests/ block_test.module, line 49
Code
function block_test_block_view_block_test_test_underscore_alter(&$data, $block) {
$data['content'] = 'hook_block_view_MODULE_DELTA_alter';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.