You are here

function autoload_adminmenu_flush_cache in Autoload 6.2

Administration menu callback; flush the class registry cache.

1 string reference to 'autoload_adminmenu_flush_cache'
autoload_menu in ./autoload.module
Implements hook_menu().

File

./autoload.module, line 66

Code

function autoload_adminmenu_flush_cache() {
  autoload_registry_rebuild();
  drupal_goto();
}