public function VariableRealmControllerInterface::addStore in Variable 7.2
Add store for realm key.
Parameters
$variables: Optional array with variable values to initialize the realm key store.
1 method overrides VariableRealmControllerInterface::addStore()
- VariableRealmDefaultController::addStore in variable_realm/
variable_realm.class.inc - Implementation of VariableRealmControllerInterface::addStore().
File
- variable_realm/
variable_realm.class.inc, line 48 - Variable realm controller
Class
- VariableRealmControllerInterface
- Realm Controller Interface.
Code
public function addStore($realm_key, $variables = NULL);