public static function BlockViewModuleDeltaAlterWebTest::getInfo
7.x block.test | public static BlockViewModuleDeltaAlterWebTest::getInfo() |
File
- drupal-7.x/
modules/ block/ block.test, line 760 - Tests for block.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Block view module delta alter',
'description' => 'Test the hook_block_view_MODULE_DELTA_alter() hook.',
'group' => 'Block',
);
}