function variable_boot in Variable 6
Same name and namespace in other branches
- 7.2 variable.module \variable_boot()
- 7 variable.module \variable_boot()
Implementation of hook_boot()
Though we don't do anything here, we ensure the module is loaded at boot stage for other modules (like variable_realm) to be able to use the API
File
- ./
variable.module, line 13 - Variable API module
Code
function variable_boot() {
}