registry_rebuild

  1. drupal
    1. drupal7
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.

Verwandte Themen

▾ 5 functions call registry_rebuild()

drupal_flush_all_caches in includes/common.inc
Flush all cached data on the site.
module_disable in includes/module.inc
Disable a given set of modules.
module_enable in includes/module.inc
Enable a given list of modules.
system_modules in modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_update_7006 in modules/system/system.install
Registry tables and drop the file key of the menu router, since it is no longer needed.

Code

includes/bootstrap.inc, line 1812

<?php
function registry_rebuild() {
  require_once DRUPAL_ROOT . '/includes/registry.inc';
  _registry_rebuild();
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen