You are here

public function VariableRealmControllerInterface::isActive in Variable 7.2

Check whether the realm is active (has a valid key set).

1 method overrides VariableRealmControllerInterface::isActive()
VariableRealmDefaultController::isActive in variable_realm/variable_realm.class.inc
Implementation of VariableRealmControllerInterface::isActive()

File

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

Class

VariableRealmControllerInterface
Realm Controller Interface.

Code

public function isActive();