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.
includes/bootstrap.inc, line 2441
<?php
function registry_rebuild() {
system_rebuild_module_data();
registry_update();
}
?>