You are here

function xautoload_test_1_boot in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 tests/test_1/xautoload_test_1.module \xautoload_test_1_boot()
  2. 7.3 tests/test_1/xautoload_test_1.module \xautoload_test_1_boot()

Implements hook_boot()

This turns xautoload_test_1 into a boot module.

File

tests/test_1/xautoload_test_1.module, line 10

Code

function xautoload_test_1_boot() {
  _xautoload_test_1_early_boot_observations('boot');
}