You are here

function xautoload_install in X Autoload 7.5

Same name and namespace in other branches
  1. 7.3 xautoload.install \xautoload_install()
  2. 7.4 xautoload.install \xautoload_install()

Implements hook_install()

File

./xautoload.install, line 10

Code

function xautoload_install() {

  // Set module weight for xautoload to run before other modules.
  // This has to work in unit tests!
  xautoload()->system
    ->installSetModuleWeight(-90);
}