You are here

function autoload_paths_recompute in Autoload 7

Recompute autoload paths.

2 calls to autoload_paths_recompute()
autoload_entity_info in ./autoload.module
Implements hook_entity_info().
autoload_modules_enabled in ./autoload.install
Implements hook_modules_enabled().
1 string reference to 'autoload_paths_recompute'
autoload_modules_enabled in ./autoload.install
Implements hook_modules_enabled().

File

./autoload.module, line 71

Code

function autoload_paths_recompute() {
  drupal_static_reset('autoload_paths');
  $_SESSION['autoload_paths'] = autoload_paths();
}