public function VariableMobileRealmController::getRequestKey in Variable Extra 7
Implementation of VariableRealmControllerInterface::getRequestKey().
File
- variable_mobile/
variable_mobile.class.inc, line 20 - Variable Realm controller.
Class
- VariableMobileRealmController
- Controller for Language realms.
Code
public function getRequestKey() {
return variable_mobile_current_realm();
}