public function VariableRealmControllerInterface::isEnabled in Variable 7.2
Check whether the realm is enabled (has a key set).
1 method overrides VariableRealmControllerInterface::isEnabled()
- VariableRealmDefaultController::isEnabled in variable_realm/
variable_realm.class.inc - Implementation of VariableRealmControllerInterface::isEnabled()
File
- variable_realm/
variable_realm.class.inc, line 23 - Variable realm controller
Class
- VariableRealmControllerInterface
- Realm Controller Interface.
Code
public function isEnabled();