You are here

function moopapi_boot in Module Object Oriented Programming API 6.2

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

Implementation of 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.
   */
}