You are here

public function VariableMobileRealmController::getAllKeys in Variable Extra 7

Implementation of VariableRealmControllerInterface::getAllKeys().

File

variable_mobile/variable_mobile.class.inc, line 26
Variable Realm controller.

Class

VariableMobileRealmController
Controller for Language realms.

Code

public function getAllKeys() {
  return array(
    'mobile' => t('Mobile device'),
    'standard' => t('Standard device'),
  );
}