You are here

function xautoload_boot in X Autoload 7.2

Same name and namespace in other branches
  1. 6 xautoload.module \xautoload_boot()
  2. 7.5 xautoload.module \xautoload_boot()
  3. 7 xautoload.module \xautoload_boot()
  4. 7.3 xautoload.module \xautoload_boot()
  5. 7.4 xautoload.module \xautoload_boot()

Implements hook_boot()

This is only to let Drupal know we want this module to load in bootstrap.

File

./xautoload.module, line 23

Code

function xautoload_boot() {
  $finder = xautoload_get_finder();
  $api = new xautoload_InjectedAPI_hookXautoload($finder);
  _simpletest_xautoload($api);
}