function OgContext::getInfo in Organic groups 6
Same name and namespace in other branches
- 6.2 tests/og.context.test \OgContext::getInfo()
File
- tests/
og.context.test, line 11
Class
Code
function getInfo() {
return array(
'name' => t('Organic groups context tests'),
'description' => t('Tests the context system that determines how a group should be presented to the user.'),
'group' => t('Organic groups'),
);
}