14 calls to drupal_get_installed_schema_version()

drupal_load_updates in drupal/core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
drupal_set_installed_schema_version in drupal/core/includes/schema.inc
Updates the installed version information for a module.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
ModuleEnable::testRequiredModuleSchemaVersions in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php
Tests recorded schema versions of early installed modules in the installer.
module_enable in drupal/core/includes/module.inc
Enables or installs a given list of modules.
module_uninstall in drupal/core/includes/module.inc
Uninstalls a given list of 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
Builds a form of currently disabled modules.
UpdateScriptTest::testRequirements in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
update_already_performed in drupal/core/includes/update.inc
Determines if a module update has already been performed.
update_fix_d8_requirements in drupal/core/includes/update.inc
Perform Drupal 7.x to 8.x updates that are required for update.php to function properly.
update_get_update_list in drupal/core/includes/update.inc
Return 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.