function variable_realm_boot in Variable 7
Same name and namespace in other branches
- 7.2 variable_realm/variable_realm.module \variable_realm_boot()
Implements hook_boot()
We set variable realm and language code as early as possible in the page request.
File
- variable_realm/
variable_realm.module, line 17 - Variable API module - Realms
Code
function variable_realm_boot() {
variable_realm_status('global', 'default');
}