12 uses of SCHEMA_UNINSTALLED

drupal_get_installed_schema_version in drupal/core/includes/schema.inc
Returns the currently installed schema version for a module.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
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.
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_rebuild_module_data in drupal/core/modules/system/system.module
Rebuild, save, and return data about all currently available modules.
UpdateModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php
Enables or installs a given list of modules.
update_get_update_list in drupal/core/includes/update.inc
Returns a list of all the pending database updates.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_retrieve_dependencies in drupal/core/includes/update.inc
Invokes hook_update_dependencies() in all installed modules.
user_update_8011 in drupal/core/modules/user/user.install
Create user picture field.