27 calls to drupal_get_installed_schema_version()
- 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().
- comment_requirements in core/
modules/ comment/ comment.install - Implements hook_requirements().
- 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/ tests/ src/ Functional/ 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 installed by a profile.
- ModuleHandlerTest::testUninstallProfileDependencyBC 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_path_alias_presave in core/
modules/ system/ system.module - Implements hook_ENTITY_TYPE_presave().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- UpdatePathLastRemovedTest::testLastRemovedVersion in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePathLastRemovedTest.php - Tests that a module with a too old schema version can not be updated.
- UpdatePathRC1TestBaseTest::testDatabaseLoaded in core/
modules/ system/ tests/ src/ Functional/ Update/ UpdatePathRC1TestBaseTest.php - Tests that the database was properly loaded.
- UpdatePathTestBaseTest::testDatabaseLoaded in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBaseTest.php - Tests that the database was properly loaded.
- UpdatePathTestBaseTest::testUpdateHookN in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBaseTest.php - Test that updates are properly run.
- UpdatePathTestTrait::runUpdates in core/
tests/ Drupal/ Tests/ UpdatePathTestTrait.php - Helper function to run pending database updates.
- UpdateSchemaTest::testUpdateHooks in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateSchemaTest.php - Tests that update hooks are properly run.
- UpdateScriptTest::runUpdates in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Helper function to run updates via the browser.
- UpdateScriptTest::testRequirements in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests perfoming updates with update.php in a multilingual environment.
- UpdateScriptTest::testSuccessfulUpdateFunctionality in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - Tests update.php after performing a successful update.
- UpdatesWith7xTest::testWith7x in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ 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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.