You are here

function variable_realm_variable_realm_controller in Variable 7

Implements hook_variable_realm_controller().

File

variable_realm/variable_realm.module, line 148
Variable API module - Realms

Code

function variable_realm_variable_realm_controller() {
  $realm['global'] = array(
    'weight' => 0,
    'class' => 'VariableRealmGlobal',
  );
  return $realm;
}