public static function OgContext::getInfo in Organic groups 6.2
Same name and namespace in other branches
- 6 tests/og.context.test \OgContext::getInfo()
File
- tests/
og.context.test, line 11
Class
Code
public static 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'),
);
}