registry_rebuild

Definition

registry_rebuild()
drupal/includes/bootstrap.inc, line 2440

Description

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.

Related topics

Namesort iconDescription
Code registryThe code registry engine.

Code