| 1 |
<?php |
<?php |
| 2 |
// $Id: $ |
// $Id: autoload.module,v 1.1 2008/10/03 05:43:31 crell Exp $ |
| 3 |
/** |
/** |
| 4 |
* Implementation of hook_init(). |
* Implementation of hook_init(). |
| 5 |
*/ |
*/ |
| 52 |
} |
} |
| 53 |
} |
} |
| 54 |
// Alter the menu as defined in modules, keys class and interface names. |
// Alter the menu as defined in modules, keys class and interface names. |
| 55 |
drupal_alter('autoload', $classes); |
drupal_alter('autoload_info', $classes); |
| 56 |
|
|
| 57 |
// Derive the full path name and store just the lookup table itself. |
// Derive the full path name and store just the lookup table itself. |
| 58 |
$lookup = array(); |
$lookup = array(); |