registry_rebuild()
drupal/includes/bootstrap.inc, line 2440
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.
| Name | Description |
|---|---|
| Code registry | The code registry engine. |
function registry_rebuild() {
system_rebuild_module_data();
registry_update();
}