function moopapi_boot in Module Object Oriented Programming API 7
Same name and namespace in other branches
- 6.2 moopapi.module \moopapi_boot()
- 6 moopapi.module \moopapi_boot()
- 7.2 moopapi.module \moopapi_boot()
Implements hook_boot().
File
- ./
moopapi.module, line 6
Code
function moopapi_boot() {
/**
* This empty hook is absolutely necessary to force drupal to load this module early on.
* All contrib oop modules will fail to execute properly if we fail to load this module before them.
*/
}