You are here

function autoloadtest_autoload_info_alter in Autoload 6.2

Same name and namespace in other branches
  1. 6 autoloadtest/autoloadtest.module \autoloadtest_autoload_info_alter()

Implements hook_autoload_info_alter().

File

autoloadtest/autoloadtest.module, line 15

Code

function autoloadtest_autoload_info_alter(&$classes) {
  $classes['AutoloadTestClass']['file'] = 'autoload.classes.inc';
}