public function VariableRealmDefaultController::setKey in Variable 7.2
Implementation of VariableRealmControllerInterface::setKey().
Overrides VariableRealmControllerInterface::setKey
2 calls to VariableRealmDefaultController::setKey()
- VariableRealmUnionController::variableRealmEnable in variable_realm/
variable_realm_union.class.inc - Implementation of VariableRealmHooks::variableRealmEnable()
- VariableRealmUnionController::variableRealmSwitch in variable_realm/
variable_realm_union.class.inc - Implementation of VariableRealmHooks::variableRealmSwitch()
File
- variable_realm/
variable_realm.class.inc, line 299 - Variable realm controller
Class
- VariableRealmDefaultController
- Base class, keeps static list of variables.
Code
public function setKey($realm_key) {
$this->current_key = $realm_key;
}