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