You are here

public function VariableRealmControllerInterface::enable in Variable 7.2

Start this realm with request key.

This will only change the realm key if the realm is not initialized yet.

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

File

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

Class

VariableRealmControllerInterface
Realm Controller Interface.

Code

public function enable($realm_key = NULL);