21 calls to system_rebuild_module_data()

BareMinimalUpgradePathTest::testBasicMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
field_ui_fields_list in drupal/core/modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
HelpController::helpLinksAsList in drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php
Provides a formatted list of available help topics.
HelpTest::getModuleList in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Gets the list of enabled modules that implement hook_help().
install_profile_modules in drupal/core/includes/install.core.inc
Installs required modules via a batch process.
locale_translation_project_list in drupal/core/modules/locale/locale.compare.inc
Fetch an array of projects for translation update.
ModuleApiTest::testModuleMetaData in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Tests whether the correct module metadata is returned.
ModuleHandler::disable in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Disables a given set of modules.
ModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Enables or installs a given list of modules.
ModuleHandler::uninstall in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Uninstalls a given list of disabled modules.
ModulesDisabledUpgradePathTest::testDisabledUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php
Tests an upgrade with all non-required modules installed but disabled.
simpletest_test_get_all in drupal/core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
system_get_info in drupal/core/modules/system/system.module
Returns an array of information about enabled modules or themes.
system_modules in drupal/core/modules/system/system.admin.inc
Form constructor for the module enable/disable interface.
system_modules_submit in drupal/core/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in drupal/core/modules/system/system.admin.inc
Form constructor for the uninstalling disabled modules form.
system_requirements in drupal/core/modules/system/system.install
Test and report Drupal installation requirements.
update_check_incompatibility in drupal/core/includes/update.inc
Tests the compatibility of a module or theme.
update_get_projects in drupal/core/modules/update/update.compare.inc
Fetches an array of installed and enabled projects.