10 calls to module_rebuild_cache() in Drupal 6
- drupal_install_modules in includes/
install.inc - Calls the install function and updates the system table for a given list of modules.
- drupal_install_system in includes/
install.inc - Callback to install the system module.
- help_links_as_list in modules/
help/ help.admin.inc - install_tasks in ./
install.php - Tasks performed after the database is initialized.
- system_admin_by_module in modules/
system/ system.admin.inc - Menu callback; prints a listing of admin tasks for each installed module.
- system_modules in modules/
system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_update_6008 in modules/
system/ system.install - Add info files to themes. The info and owner columns are added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy description to owner and then drop description.
- system_update_6013 in modules/
system/ system.install - Rebuild cache data for theme system changes
- update_check_incompatibility in ./
update.php - Helper function to test compatibility of a module or theme.
- update_get_projects in modules/
update/ update.compare.inc - Fetch an array of installed and enabled projects.