function sweaverThemeSettings::getInfo in Sweaver 6
Same name and namespace in other branches
- 7 tests/sweaver.themesettings.test \sweaverThemeSettings::getInfo()
Implementation of getInfo().
File
- tests/
sweaver.themesettings.test, line 22 - Advanced tests for sweaver editor + theme settings.
Class
- sweaverThemeSettings
- @file Advanced tests for sweaver editor + theme settings.
Code
function getInfo() {
return array(
'name' => t('Sweaver theme settings'),
'description' => t('Tests for the theme settings.'),
'group' => t('Sweaver'),
);
}