function vars_boot in Variable API 7
Same name and namespace in other branches
- 6.2 vars.module \vars_boot()
- 6 vars.module \vars_boot()
- 7.2 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 378 - Implement an API to handle persistent variables.
Code
function vars_boot() {
}