function NodeDisplaysRegions::getInfo in Node displays 6
Same name and namespace in other branches
- 6.3 tests/nd.regions.test \NodeDisplaysRegions::getInfo()
- 6.2 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('Regions'),
'description' => t('Tests for regions.'),
'group' => t('Node Displays'),
);
}