registry_rebuild()
drupal/includes/bootstrap.inc, line 1552
Rescan all enabled modules and rebuild the registry.
Rescans all code in modules or includes directory, storing a mapping of each function, file, and hook implementation in the database.
| Name | Description |
|---|---|
| Code registry | The code registry engine. |
function registry_rebuild() {
require_once DRUPAL_ROOT . '/includes/registry.inc';
_registry_rebuild();
}