public function VariableRealmControllerInterface::setStore in Variable 7.2
Set store for realm key.
1 method overrides VariableRealmControllerInterface::setStore()
- VariableRealmDefaultController::setStore in variable_realm/
variable_realm.class.inc - Set store for realm key.
File
- variable_realm/
variable_realm.class.inc, line 56 - Variable realm controller
Class
- VariableRealmControllerInterface
- Realm Controller Interface.
Code
public function setStore($realm_key, $realm_store);