You are here

function variable_realm_boot in Variable 7.2

Same name and namespace in other branches
  1. 7 variable_realm/variable_realm.module \variable_realm_boot()

Implements hook_boot()

We set current variable realms as early as possible in the page request.

File

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

Code

function variable_realm_boot() {
  variable_realm_status('global', 'default');
  variable_realm_rebuild();
}