public static function NonDefaultBlockAdmin::getInfo in Drupal 7
File
- modules/
block/ block.test, line 384 - Tests for block.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Non default theme admin',
'description' => 'Check the administer page for non default theme.',
'group' => 'Block',
);
}