function NodeDisplaysDefaults::getInfo in Node displays 7
Same name and namespace in other branches
- 6.3 tests/nd.tools.test \NodeDisplaysDefaults::getInfo()
- 6.2 tests/nd.tools.test \NodeDisplaysDefaults::getInfo()
Implementation of getInfo().
File
- tests/
nd.tools.test, line 12 - Tests for Node displays (defaults)
Class
- NodeDisplaysDefaults
- @file Tests for Node displays (defaults)
Code
function getInfo() {
return array(
'name' => t('ND defaults'),
'description' => t('Tests for default settings.'),
'group' => t('Display suite'),
);
}