You are here

8 uses of SCHEMA_UNINSTALLED in Zircon Profile 8.0

drupal_get_installed_schema_version in core/includes/schema.inc
Returns the currently installed schema version for a module.
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that is a "dependency" of a profile.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.
system_rebuild_module_data in core/modules/system/system.module
Rebuild, save, and return data about all currently available modules.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_retrieve_dependencies in core/includes/update.inc
Invokes hook_update_dependencies() in all installed modules.