You are here

function autoload_flush_caches in Autoload 6.2

Same name and namespace in other branches
  1. 6 autoload.module \autoload_flush_caches()

Implements hook_flush_caches().

File

./autoload.module, line 46

Code

function autoload_flush_caches() {
  autoload_registry_rebuild();
}