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