You are here

21 calls to drupal_get_installed_schema_version() in Zircon Profile 8

block_post_update_disable_blocks_with_missing_contexts in core/modules/block/block.post_update.php
Disable all blocks with missing context IDs in block_update_8001().
drupal_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
drupal_set_installed_schema_version in core/includes/schema.inc
Updates the installed version information for a module.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/src/Tests/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
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.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
UpdatePathTestBaseTest::testUpdateHookN in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Test that updates are properly run.
UpdateSchemaTest::testUpdateHooks in core/modules/system/src/Tests/Update/UpdateSchemaTest.php
Tests that update hooks are properly run.
UpdateScriptTest::testRequirements in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdatesWith7xTest::testWith7x in core/modules/system/src/Tests/Update/UpdatesWith7xTest.php
update_already_performed in core/includes/update.inc
Determines if a module update has already been performed.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_system_schema_requirements in core/includes/update.inc
Returns whether the minimum schema requirement has been satisfied.