function NodeDisplaysPlugins::getInfo in Node displays 6
Same name and namespace in other branches
- 6.3 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('Plugins'),
'description' => t('Tests for plugins.'),
'group' => t('Node Displays'),
);
}