Change record status: 
Project: 
Introduced in branch: 
10.2.x
Introduced in version: 
10.2.0
Description: 

All functions in includes/update.inc are deprecated and replaced with methods in the class \Drupal\Core\Update\Update.

Deprecated function Method
update_fix_compatibility() Update::fixCompatibility()
update_check_incompatibility($name, $type) Update::checkIncompatibility($name, $type)
update_system_schema_requirements() Update::systemSchemaRequirements()
update_check_requirements() Update::checkRequirements()
update_do_one($module, $number, $dependency_map, $context) Update::doOne($module, $number, $dependency_map, $context)
update_invoke_post_update($function, $context) Update::invokePostUpdate(function, $context)
update_get_update_list() Update::getUpdateList()
update_resolve_dependencies($starting_updates) Update::resolveDependencies($starting_updates)
update_get_update_function_list($starting_updates) Update::getUpdateFunctionList($starting_updates)
update_build_dependency_graph($update_functions) Update::buildDependencyGraph($update_functions)
update_is_missing($module, $number, $update_functions) Update::isMissing($module, $number, $update_functions)
update_already_performed($module, $number) Update::alreadyPerformed($module, $number)
update_retrieve_dependencies() Update::retrieveDependencies()
update_replace_permissions() Update::replacePermissions()
Impacts: 
Module developers