You are here

public function VariableRealmDefaultController::isEnabled in Variable 7.2

Implementation of VariableRealmControllerInterface::isEnabled()

Overrides VariableRealmControllerInterface::isEnabled

2 calls to VariableRealmDefaultController::isEnabled()
VariableRealmDefaultController::isActive in variable_realm/variable_realm.class.inc
Implementation of VariableRealmControllerInterface::isActive()
VariableRealmUnionController::variableRealmEnable in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmHooks::variableRealmEnable()

File

variable_realm/variable_realm.class.inc, line 234
Variable realm controller

Class

VariableRealmDefaultController
Base class, keeps static list of variables.

Code

public function isEnabled() {
  return isset($this->current_key);
}