function BlockHTMLIdTestCase::getInfo

File

modules/block/block.test, line 681

Class

BlockHTMLIdTestCase
Test block HTML id validity.

Code

public static function getInfo() {
    return array(
        'name' => 'Block HTML id',
        'description' => 'Test block HTML id validity.',
        'group' => 'Block',
    );
}

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