You are here

function context_condition_sitewide::condition_values in Context 7.3

Same name and namespace in other branches
  1. 6.3 plugins/context_condition_sitewide.inc \context_condition_sitewide::condition_values()
  2. 6 plugins/context_condition_sitewide.inc \context_condition_sitewide::condition_values()

Condition values.

Overrides context_condition::condition_values

File

plugins/context_condition_sitewide.inc, line 7

Class

context_condition_sitewide
Simple sitewide context, always present.

Code

function condition_values() {
  return array(
    1 => t('Always active'),
  );
}