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