You are here

function xautoload_test_2_boot in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/test_2/xautoload_test_2.module \xautoload_test_2_boot()
  2. 7.3 tests/test_2/xautoload_test_2.module \xautoload_test_2_boot()

Implements hook_boot()

This turns xautoload_test_2 into a boot module.

File

tests/test_2/xautoload_test_2.module, line 12

Code

function xautoload_test_2_boot() {
  _xautoload_test_2_early_boot_observations('boot');
}