registry_rebuild
- Versions
- 7
registry_rebuild()
Rescan all enabled modules and rebuild the registry.
Rescans all code in modules or includes directories, storing the location of each interface or class in the database.
Related topics
Code
includes/bootstrap.inc, line 2083
<?php
function registry_rebuild() {
require_once DRUPAL_ROOT . '/includes/registry.inc';
_registry_rebuild();
}
?>Login or register to post comments 