function ContextConditionSitewideTest::getInfo in Context 6
Same name and namespace in other branches
- 6.3 tests/context.conditions.test \ContextConditionSitewideTest::getInfo()
- 7.3 tests/context.conditions.test \ContextConditionSitewideTest::getInfo()
File
- tests/
context.conditions.test, line 230
Class
Code
function getInfo() {
return array(
'name' => t('Condition: sitewide'),
'description' => t('Test sitewide condition.'),
'group' => t('Context'),
);
}