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