You are here

34 calls to system_rebuild_module_data() in Zircon Profile 8

ConfigDependencyTest::testConfigEntityUninstall in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigImportAllTest::testInstallUninstall in core/modules/config/src/Tests/ConfigImportAllTest.php
Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporter::createExtensionChangelist in core/lib/Drupal/Core/Config/ConfigImporter.php
Populates the extension change list.
ConfigImportSubscriber::getModuleData in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Gets module data.
ConfigImportUITest::testExtensionValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests config importer cannot uninstall extensions which are depended on.
DefaultConfigTest::setUp in core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
drupal_flush_all_caches in core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
FieldDefinitionIntegrityTest::setUp in core/modules/field/src/Tests/FieldDefinitionIntegrityTest.php
Performs setup tasks before each individual test method is run.
GetFilenameUnitTest::testDrupalGetFilename in core/modules/system/src/Tests/Bootstrap/GetFilenameUnitTest.php
Tests that drupal_get_filename() works when the file is not in database.
HelpEmptyPageTest::testEmptyHookHelp in core/modules/help/src/Tests/HelpEmptyPageTest.php
Ensures that no URL generator is called on a page without hook_help().
HelpTest::getModuleList in core/modules/help/src/Tests/HelpTest.php
Gets the list of enabled modules that implement hook_help().
InfoAlterTest::testSystemInfoAlter in core/modules/system/src/Tests/System/InfoAlterTest.php
Tests that theme .info.yml data is rebuild after enabling a module.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
locale_translation_project_list in core/modules/locale/locale.compare.inc
Fetch an array of projects for translation update.
ModuleHandlerTest::setUp in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
ModuleHandlerTest::testModuleMetaData in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests whether the correct module metadata is returned.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that is a "dependency" of a profile.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Installs a given list of modules.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
ModulesListForm::buildForm in core/modules/system/src/Form/ModulesListForm.php
Form constructor.
ModulesListForm::buildModuleList in core/modules/system/src/Form/ModulesListForm.php
Helper function for building a list of modules to install.
ModulesUninstallConfirmForm::buildForm in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Form constructor.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.
PermissionHandler::systemRebuildModuleData in core/modules/user/src/PermissionHandler.php
Wraps system_rebuild_module_data()
RequiredModuleUninstallValidator::getModuleInfoByModule in core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
Returns the module info for a specific module.
ResolvedLibraryDefinitionsFilesMatchTest::setUp in core/modules/system/src/Tests/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
Performs setup tasks before each individual test method is run.
StableLibraryOverrideTest::setUp in core/modules/system/src/Tests/Theme/StableLibraryOverrideTest.php
Performs setup tasks before each individual test method is run.
StableTemplateOverrideTest::installAllModules in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Installs all core modules.
system_get_info in core/modules/system/system.module
Returns an array of information about enabled modules or themes.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
ThemeInstallerTest::testThemeInfoAlter in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests that theme info can be altered by a module.
UpdateManager::getProjects in core/modules/update/src/UpdateManager.php
Fetches an array of installed and enabled projects.
update_check_incompatibility in core/includes/update.inc
Tests the compatibility of a module or theme.