backdrop_load_updates in core/includes/install.inc
Loads .install files for installed modules to initialize the update system.
backdrop_set_installed_schema_version in core/includes/install.inc
Update the installed version information for a module.
backdrop_uninstall_modules in core/includes/install.inc
Uninstalls a given list of disabled modules.
drupal_get_installed_schema_version in core/includes/drupal.inc
Returns the currently installed schema version for a module.
ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
Test dependency resolution.
module_enable in core/includes/module.inc
Enables or installs a given list of modules.
system_modules_submit in core/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in core/modules/system/system.admin.inc
Builds a form of currently disabled modules.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UpdateDrupal7TestCase::testAvailableUpdates in core/modules/simpletest/tests/update.test
Tests that updates will be executed in the correct order.
UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/system.test
Tests update.php after performing a successful update.
update_already_performed in core/includes/update.inc
Determines if a module update has already been performed.
update_fix_requirements in core/includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_prepare_bootstrap in core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_update_1005 in core/modules/update/update.install
Check for a faulty installer.settings.json and fix it or remove it if needed.
update_upgrade_check_dependencies in core/includes/update.inc
update_upgrade_enable_dependencies in core/includes/update.inc
Enables needed dependencies.
user_schema_alter in core/modules/user/user.install
Implements hook_schema_alter().