You are here

function autoload_form_submit_registry_rebuild in Autoload 6.2

Form submit handler; rebuild the autoload registry.

1 string reference to 'autoload_form_submit_registry_rebuild'
autoload_form_alter in ./autoload.module
Implements hook_form_alter().

File

./autoload.module, line 85

Code

function autoload_form_submit_registry_rebuild() {
  autoload_registry_rebuild();
}