You are here

public function I18nVariableLanguageRealm::getAllKeys in Internationalization 7

Implementation of VariableRealmControllerInterface::getAllKeys().

File

i18n_variable/i18n_variable.class.inc, line 40
Variable Realm controller.

Class

I18nVariableLanguageRealm
Controller for Language realms.

Code

public function getAllKeys() {
  return locale_language_list('name', TRUE);
}