public function I18nVariableLanguageRealm::getRequestKey in Internationalization 7
Implementation of VariableRealmControllerInterface::getRequestKey().
File
- i18n_variable/
i18n_variable.class.inc, line 34 - Variable Realm controller.
Class
- I18nVariableLanguageRealm
- Controller for Language realms.
Code
public function getRequestKey() {
return i18n_variable_language()->language;
}