| Versionen | |
|---|---|
| drupal7 | registry_rebuild() |
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.
includes/
<?php
function registry_rebuild() {
require_once DRUPAL_ROOT . '/includes/registry.inc';
_registry_rebuild();
}
?>
Kommentare
Kommentar hinzufügen