You are here

function vars_boot in Variable API 6.2

Same name and namespace in other branches
  1. 6 vars.module \vars_boot()
  2. 7.2 vars.module \vars_boot()
  3. 7 vars.module \vars_boot()

Implements hook_boot().

The hook is intentionally empty, as it is used only to assure the module is loaded on early bootstrap time.

File

./vars.module, line 527
Implement an API to handle persistent variables.

Code

function vars_boot() {
}