function ThemeHookInitTestCase::getInfo
File
-
modules/
simpletest/ tests/ theme.test, line 408
Class
- ThemeHookInitTestCase
- Functional test for initialization of the theme system in hook_init().
Code
public static function getInfo() {
return array(
'name' => 'Theme initialization in hook_init()',
'description' => 'Tests that the theme system can be correctly initialized in hook_init().',
'group' => 'Theme',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.