You are here

function ContextConditionSitewideTest::getInfo in Context 6

Same name and namespace in other branches
  1. 6.3 tests/context.conditions.test \ContextConditionSitewideTest::getInfo()
  2. 7.3 tests/context.conditions.test \ContextConditionSitewideTest::getInfo()

File

tests/context.conditions.test, line 230

Class

ContextConditionSitewideTest

Code

function getInfo() {
  return array(
    'name' => t('Condition: sitewide'),
    'description' => t('Test sitewide condition.'),
    'group' => t('Context'),
  );
}