function NonDefaultBlockAdmin::getInfo

File

modules/block/block.test, line 384

Class

NonDefaultBlockAdmin

Code

public static function getInfo() {
    return array(
        'name' => 'Non default theme admin',
        'description' => 'Check the administer page for non default theme.',
        'group' => 'Block',
    );
}

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