autoload.install in Autoload 7
Same filename and directory in other branches
Installation and updating tasks.
File
autoload.installView source
<?php
/**
* @file
* Installation and updating tasks.
*/
/**
* Implements hook_modules_enabled().
*/
function autoload_modules_enabled() {
if (!function_exists('autoload_paths_recompute')) {
drupal_load('module', 'autoload');
}
autoload_paths_recompute();
}
Functions
Name![]() |
Description |
---|---|
autoload_modules_enabled | Implements hook_modules_enabled(). |