You are here

public function VariableRealmControllerInterface::setRealmVariable in Variable 7.2

Set system variable for this realm.

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

File

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

Class

VariableRealmControllerInterface
Realm Controller Interface.

Code

public function setRealmVariable($name, $value);