function BlockViewModuleDeltaAlterWebTest::getInfo

File

modules/block/block.test, line 761

Class

BlockViewModuleDeltaAlterWebTest
Tests for hook_block_view_MODULE_DELTA_alter().

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.