public function VariableRealmControllerInterface::getRealmVariable in Variable 7.2
Get system variable for this realm.
1 method overrides VariableRealmControllerInterface::getRealmVariable()
- VariableRealmDefaultController::getRealmVariable in variable_realm/
variable_realm.class.inc - Implementation of VariableRealmControllerInterface::getRealmVariable().
File
- variable_realm/
variable_realm.class.inc, line 118 - Variable realm controller
Class
- VariableRealmControllerInterface
- Realm Controller Interface.
Code
public function getRealmVariable($name, $default = NULL);