You are here

function ContextConditionBookroot::getInfo in Context 6.3

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

File

tests/context.conditions.test, line 469

Class

ContextConditionBookroot

Code

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