Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

admin_bar_field_update_instance in core/modules/admin_bar/admin_bar.module
Implements hook_field_update_instance().
ajax_command_update_build_id in core/includes/ajax.inc
Creates a Backdrop Ajax 'update_build_id' command.
ajax_example_update_last_removed in modules/examples/ajax_example/ajax_example.install
Implements hook_update_last_removed().
batch_example_update_1100 in modules/examples/batch_example/batch_example.install
Example of batch-driven update function.
block_update_1000 in core/modules/block/block.install
Block cache is always enabled in Backdrop.
block_update_1001 in core/modules/block/block.install
Add a column for title to the block_custom table.
block_update_1002 in core/modules/block/block.install
Remove the legacy block tables.
block_update_1003 in core/modules/block/block.install
Increase {block_custom}.title length to 255 characters.
block_update_1004 in core/modules/block/block.install
Move individual blocks into config files.
block_update_dependencies in core/modules/block/block.install
Implements hook_update_dependencies().
book_update_1000 in core/modules/book/book.install
Move book settings from variables to config.
book_update_1001 in core/modules/book/book.install
Add options for navigation and links.
book_update_1002 in core/modules/book/book.install
Add option for reorder link.
book_update_bid in core/modules/book/book.module
Updates the book ID of a page and its children when it moves to a new book.
ckeditor5_update_1000 in core/modules/ckeditor5/ckeditor5.install
Updates the editor settings key from "cketoolbar" to just "toolbar".
color_update_1000 in core/modules/color/color.install
Convert color module settings to config files.
comment_node_update_index in core/modules/comment/comment.module
Implements hook_node_update_index().
comment_update_1000 in core/modules/comment/comment.install
Renames {comment}.language to {comment}.langcode.
comment_update_1001 in core/modules/comment/comment.install
Move comment content type settings into configuration files.
comment_update_1002 in core/modules/comment/comment.install
Move comment variables to configuration files.
comment_update_1003 in core/modules/comment/comment.install
Node type comment settings should be closed instead of hidden by default.
comment_update_1004 in core/modules/comment/comment.install
Add an Override column for automatic comment closing for individual nodes.
comment_update_1005 in core/modules/comment/comment.install
Move default comment view to comment module.
comment_update_1006 in core/modules/comment/comment.install
Creates the table to enable caching of Comment entities.
comment_update_1007 in core/modules/comment/comment.install
Give access to the new 'Administer comment settings' permission as needed.
comment_update_1008 in core/modules/comment/comment.install
Replace comment_subject_field setting with comment_title_options.
comment_update_dependencies in core/modules/comment/comment.install
Implements hook_update_dependencies().
comment_update_index in core/modules/comment/comment.module
Implements hook_update_index().
config_export_single_form_update_export in core/modules/config/config.admin.inc
AJAX submit handler for config_export_single_form().
config_export_single_form_update_type in core/modules/config/config.admin.inc
Handles switching the configuration type selector.
config_test_hooks_config_update_validate in core/modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_update_validate().
contact_update_1000 in core/modules/contact/contact.install
Convert contact module settings to use configuration files.
contact_update_1001 in core/modules/contact/contact.install
Convert available database contact categories to configuration files.
contact_update_1002 in core/modules/contact/contact.install
Set default value for new 'Phone' field setting.
contextual_update_1000 in core/modules/contextual/contextual.install
Increases weight of contextual module so it runs after most other modules.
dashboard_update_1000 in core/modules/dashboard/dashboard.install
Set the URL for the Dashboard news feed.
database_example_form_update_callback in modules/examples/database_example/database_example.module
AJAX callback handler for the pid select.
database_example_form_update_submit in modules/examples/database_example/database_example.module
Submit handler for the 'update entry' form.
date_update_1000 in core/modules/date/date.install
Upgrade configuration from Drupal 7 Date module.
date_update_1001 in core/modules/date/date.install
Remove legacy Date API and Date Popup configurations.
date_update_1002 in core/modules/date/date.install
Remove entries with null values from date field tables.
date_update_last_removed in core/modules/date/date.install
Implements hook_update_last_removed().
dblog_update_1000 in core/modules/dblog/dblog.install
Account for possible legacy systems where dblog was not installed.
dblog_update_1001 in core/modules/dblog/dblog.install
Set the format for dates in the database log.
dblog_update_1002 in core/modules/dblog/dblog.install
Convert the format for dates in the database log.
dblog_update_1003 in core/modules/dblog/dblog.install
Restore the format for dates in the database log.
email_update_1000 in core/modules/email/email.install
Remove the old email module configuration file.
entityreference_update_1000 in core/modules/entityreference/entityreference.install
Move entityreference settings from config to state.
entityreference_update_1001 in core/modules/entityreference/entityreference.install
Update each field base that references old plugin name "views-select-list" to "views".
entityreference_update_1002 in core/modules/entityreference/entityreference.install
Updates each field instance that references old plugin name "taxonomy-index" to "taxonomy".
field_config_update_validate in core/modules/field/field.module
Implements hook_config_update_validate().
field_sql_storage_field_storage_update_field in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
field_sql_storage_field_update_forbid in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_update_forbid().
field_test_field_update_forbid in core/modules/field/tests/field_test/field_test.field.inc
Implements hook_field_update_forbid().
field_update_1000 in core/modules/field/field.install
Convert fields to configuration files.
field_update_1001 in core/modules/field/field.install
Add missing entity type and bundle information to Field config files.
field_update_1002 in core/modules/field/field.install
Grant the new "administer fields" permission to trusted users.
field_update_1003 in core/modules/field/field.install
Uninstall the options_element contrib module, now part of core.
field_update_1004 in core/modules/field/field.install
Uninstall the field_formatter_settings contrib module, now part of core.
field_update_field in core/modules/field/field.crud.inc
Updates a field.
field_update_instance in core/modules/field/field.crud.inc
Updates an instance of a field.
file_update_1000 in core/modules/file/file.install
Add a view for managing files.
file_update_1001 in core/modules/file/file.install
Add a Manage file link to the admin files view.
file_update_1002 in core/modules/file/file.install
Switch the 'edit files' permission to 'manage files'.
file_update_1003 in core/modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_update_1004 in core/modules/file/file.install
Convert file_entity variables to config.
file_update_1005 in core/modules/file/file.install
Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 in core/modules/file/file.install
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
file_update_1007 in core/modules/file/file.install
Grant the admin role permission to manage files and file types.
file_update_1008 in core/modules/file/file.install
Creates the table to enable caching of Comment entities.
file_update_1009 in core/modules/file/file.install
Remove the file_type_determine queue.
file_update_1010 in core/modules/file/file.install
Ensures that the "no results" text in 'file_admin' view has a valid format.
file_update_dependencies in core/modules/file/file.install
Implements hook_update_dependencies().
filter_update_1000 in core/modules/filter/filter.install
Convert filter formats to configuration.
filter_update_1001 in core/modules/filter/filter.install
Add a separate permission for image upload access.
filter_update_1002 in core/modules/filter/filter.install
Import the image_library view.
filter_update_1003 in core/modules/filter/filter.install
Make the image_library view module-provided.
filter_update_1004 in core/modules/filter/filter.install
Add an exposed filename filter to the image_library view.
image_field_update_field in core/modules/image/image.module
Implements hook_field_update_field().
image_field_update_instance in core/modules/image/image.module
Implements hook_field_update_instance().
image_update_1000 in core/modules/image/image.install
Provide default image styles for the Image module.
image_update_1001 in core/modules/image/image.install
Convert available database image styles to configuration files.
image_update_1002 in core/modules/image/image.install
Drop image tables that were converted to configuration files.
image_update_1003 in core/modules/image/image.install
Add labels to all available styles.
image_update_1004 in core/modules/image/image.install
Update all image fields to use a static default image URI.
image_update_1005 in core/modules/image/image.install
Rename image config files.
image_update_1006 in core/modules/image/image.install
Add the configuration option for image_style_flood_limit.
image_update_1007 in core/modules/image/image.install
Update from Image size to more specific Image dimensions.
image_update_1008 in core/modules/image/image.install
Uninstall the imagecache_token contrib module, now part of core.
image_update_dependencies in core/modules/image/image.install
Implements hook_update_dependencies().
installer_authorize_update_batch_finished in core/modules/installer/installer.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
installer_clear_update_disk_cache in core/modules/installer/installer.module
Clears the temporary files and directories based on file age from disk.
installer_manager_update_form in core/modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
installer_manager_update_form_submit in core/modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_form().
installer_manager_update_form_validate in core/modules/installer/installer.manager.inc
Form validation handler for installer_manager_update_form().
installer_manager_update_ready_form in core/modules/installer/installer.manager.inc
Form constructor for the update ready form.
installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_ready_form().
installer_update_1000 in core/modules/installer/installer.install
Set a default value for the core update functionality via the browser.
installer_update_access in core/modules/installer/installer.module
Access callback: Resolves if the current user can access updater menu items.
installer_verify_update_archive in core/modules/installer/installer.module
Implements hook_verify_update_archive().
language_update_1000 in core/modules/language/language.install
Rename {language}.language to {language}.langcode.
language_update_1001 in core/modules/language/language.install
Convert language settings to config.
language_update_1002 in core/modules/language/language.install
Convert the language database table to config.
language_update_1003 in core/modules/language/language.install
Add the native name to all enabled languages.
layout_settings_form_update_layout in core/modules/layout/layout.admin.inc
Submit handler for layout_settings_form() that saves in-progress values.
link_update_1000 in core/modules/link/link.install
Move link settings from variables to config.
link_update_1001 in core/modules/link/link.install
Remove the Link config file. Link no longer has any config.
link_update_last_removed in core/modules/link/link.install
Implements hook_update_last_removed().
list_field_update_field in core/modules/field/modules/list/list.module
Implements hook_field_update_field().
list_field_update_forbid in core/modules/field/modules/list/list.module
Implements hook_field_update_forbid().
locale_update_1000 in core/modules/locale/locale.install
Drop textgroup support.
locale_update_1001 in core/modules/locale/locale.install
Language type 'language' renamed to 'language_interface'.
locale_update_1002 in core/modules/locale/locale.install
Removes duplicates in {locales_source}.
locale_update_1003 in core/modules/locale/locale.install
Move language negotiation settings from variables to config.
locale_update_1004 in core/modules/locale/locale.install
Update locale settings to config.
locale_update_1005 in core/modules/locale/locale.install
Convert source and translation from blob to text.
locale_update_dependencies in core/modules/locale/locale.install
Implements hook_update_dependencies().
menu_update_1000 in core/modules/menu/menu.install
Moves menu settings from variables to config.
menu_update_1001 in core/modules/menu/menu.install
Move menu content type settings into configuration files.
menu_update_1002 in core/modules/menu/menu.install
Move individual menus into config files.
menu_update_1003 in core/modules/menu/menu.install
Delete primary and secondary menu settings.
menu_update_1004 in core/modules/menu/menu.install
Add new default config values.
menu_update_1005 in core/modules/menu/menu.install
Clean up duplicate user/login menu item entries.
menu_update_1006 in core/modules/menu/menu.install
Clean up duplicate system menu item entries.
menu_update_dependencies in core/modules/menu/menu.install
Implements hook_update_dependencies().
menu_update_parent_options_ajax in core/modules/menu/menu.module
Ajax callback to replace the menu item parent options.
node_path_bulk_update_batch_process in core/modules/node/node.path.inc
Batch processing callback; Generate or update aliases for nodes.
node_type_update_nodes in core/modules/node/node.module
Updates all nodes of one type to be of another type.
node_update_1000 in core/modules/node/node.install
Set 'node' as home page path if it implicitly was before.
node_update_1001 in core/modules/node/node.install
Rename node type language variable names.
node_update_1002 in core/modules/node/node.install
Rename node.language field to node.langcode.
node_update_1003 in core/modules/node/node.install
Move theme settings to global site configuration.
node_update_1004 in core/modules/node/node.install
Remove the block_node_type table, now stored in layout configuration files.
node_update_1005 in core/modules/node/node.install
Convert content types to configuration files.
node_update_1006 in core/modules/node/node.install
Delete the node_type table after conversions to configuration files.
node_update_1007 in core/modules/node/node.install
Convert variables to configuration.
node_update_1008 in core/modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1009 in core/modules/node/node.install
Update the language setting for all node types.
node_update_1010 in core/modules/node/node.install
Set all nodes to be language agnostic on mono-lingual sites.
node_update_1011 in core/modules/node/node.install
Delete the node_type table if it still exists.
node_update_1012 in core/modules/node/node.install
Rebuild node access to account for view unpublished.
node_update_1013 in core/modules/node/node.install
Update the empty text, name, and menu link, for the admin content view.
node_update_1014 in core/modules/node/node.install
Change {history}.nid to an unsigned int in order to match {node}.nid.
node_update_1015 in core/modules/node/node.install
Add column for scheduling the publishing of content in the future.
node_update_1016 in core/modules/node/node.install
Ensure content type statuses are the correct published/unpublished value.
node_update_1017 in core/modules/node/node.install
Update each content type with new hidden_path configuration defaulted to disabled.
node_update_1018 in core/modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1019 in core/modules/node/node.install
Update each content type with new node_preview configuration defaulted to enabled.
node_update_1020 in core/modules/node/node.install
Move default promoted view to node module.
node_update_1021 in core/modules/node/node.install
Creates the table to enable caching of Nodes entities.
node_update_1022 in core/modules/node/node.install
Update the admin content view with new/updated indicators and filter.
node_update_dependencies in core/modules/node/node.install
Implements hook_update_dependencies().
node_update_index in core/modules/node/node.module
Implements hook_update_index().
path_bulk_update_batch_finished in core/modules/path/path.admin.inc
Batch finished callback.
path_bulk_update_batch_process in core/modules/path/path.admin.inc
Common batch processing callback for all operations.
path_bulk_update_batch_start in core/modules/path/path.admin.inc
Batch callback; count the current number of URL aliases for comparison later.
path_bulk_update_form in core/modules/path/path.admin.inc
Form builder; Bulk URL alias update form.
path_bulk_update_form_bulk_delete_submit in core/modules/path/path.admin.inc
Submit handler for path_admin_bulk_delete().
path_bulk_update_form_generate_submit in core/modules/path/path.admin.inc
Submit handler for URL alias bulk generate form.
path_bulk_update_form_rebuild_submit in core/modules/path/path.admin.inc
Form submit handler for URL alias bulk update form.
path_bulk_update_form_validate in core/modules/path/path.admin.inc
Validate handler for URL alias bulk generate form.
path_update_1000 in core/modules/path/path.install
Upgrades Drupal 7 Pathauto variables to Path config.
path_update_1001 in core/modules/path/path.install
Moves Backdrop Pathauto configuration to Path module configuration.
redirect_update_1000 in core/modules/redirect/redirect.install
Upgrade Drupal 7 Redirect variables to config.
redirect_update_1001 in core/modules/redirect/redirect.install
Rename the language column to langcode, drop inactive redirects.
redirect_update_1002 in core/modules/redirect/redirect.install
Enable config static caching.
redirect_update_1003 in core/modules/redirect/redirect.install
Explicitly set the redirect status code and remove the default fallback.
redirect_update_1004 in core/modules/redirect/redirect.install
Fix redirect table schema of upgraded sites.
redirect_update_last_removed in core/modules/redirect/redirect.install
Implements hook_update_last_removed().
search_node_update_index in core/modules/search/search.module
Implements hook_node_update_index().
search_update_1000 in core/modules/search/search.install
Update search module to use the configuration system.
search_update_1001 in core/modules/search/search.install
Add the default value for the "search_logging" configuration value.
search_update_1002 in core/modules/search/search.install
Set all search blocks with 'default' title to 'custom' title with 'Search'.
search_update_1003 in core/modules/search/search.install
Set a default for the new search_pager_type setting if not already set.
search_update_totals in core/modules/search/search.module
Updates the {search_total} database table.
simpletest_update_1000 in core/modules/simpletest/simpletest.install
Update the simpletest_test_id table to hold a list of active prefixes.
simpletest_update_1001 in core/modules/simpletest/simpletest.install
Move simpletest settings from variables to config.
system_update_1000 in core/modules/system/system.install
Enable entity module.
system_update_1001 in core/modules/system/system.install
Move from the Garland theme.
system_update_1002 in core/modules/system/system.install
Set Bartik as default theme if it implicitly was the default before.
system_update_1003 in core/modules/system/system.install
Convert performance module settings to use configuration files.
system_update_1004 in core/modules/system/system.install
Create the "state" table for the state storage system.
system_update_1005 in core/modules/system/system.install
Convert basic system variables to the state system.
system_update_1006 in core/modules/system/system.install
Delete unneeded actions for manually saving comments and nodes.
system_update_1007 in core/modules/system/system.install
Create the tempstore table and remove the cache_form table.
system_update_1008 in core/modules/system/system.install
Convert the 'filesize' column in {file_managed} to a bigint.
system_update_1009 in core/modules/system/system.install
Enable Admin Menu module.
system_update_1010 in core/modules/system/system.install
Remove the registry and registry_file tables.
system_update_1011 in core/modules/system/system.install
Specify the files directory manually if needed.
system_update_1012 in core/modules/system/system.install
Convert cron settings to use configuration files.
system_update_1013 in core/modules/system/system.install
Moves site system settings from variable to config.
system_update_1014 in core/modules/system/system.install
Move the system maintenance settings from variable to config.
system_update_1015 in core/modules/system/system.install
Convert RSS publishing settings to use configuration files.
system_update_1016 in core/modules/system/system.install
Moves action_max_stack from variable to config.
system_update_1017 in core/modules/system/system.install
Moves system logging settings from variables to config.
system_update_1018 in core/modules/system/system.install
Moves authorize system settings from variable to config.
system_update_1019 in core/modules/system/system.install
Converts active_menus_default variable to config.
system_update_1020 in core/modules/system/system.install
Convert date settings to config.
system_update_1021 in core/modules/system/system.install
Removes the js_cache_files variable.
system_update_1022 in core/modules/system/system.install
Converts theme logo and shortcut settings to site-wide config.
system_update_1023 in core/modules/system/system.install
Enable admin_bar, replacing the renamed admin_menu.
system_update_1024 in core/modules/system/system.install
Consolidate common config files into "system.core".
system_update_1025 in core/modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1026 in core/modules/system/system.install
Convert file system, clean URL, profile, and theme variables to config.
system_update_1027 in core/modules/system/system.install
Remove the per-user cache column from the session table.
system_update_1028 in core/modules/system/system.install
Convert filter fallback and user cancellation method variables to config.
system_update_1029 in core/modules/system/system.install
Convert config sync size to config.
system_update_1030 in core/modules/system/system.install
Convert mail system variable to config.
system_update_1031 in core/modules/system/system.install
Drop the actions table, no longer used by Backdrop.
system_update_1032 in core/modules/system/system.install
Enable config module.
system_update_1033 in core/modules/system/system.install
Set the minimum page cache lifetime to 5 minutes by default.
system_update_1034 in core/modules/system/system.install
Set the theme_debug flag to FALSE.
system_update_1035 in core/modules/system/system.install
Set the weight of Layout module to run last.
system_update_1036 in core/modules/system/system.install
Remove the private key from configuration.
system_update_1037 in core/modules/system/system.install
Set the default value for canonical_secure option. Check if old menu item exists and remove it.
system_update_1038 in core/modules/system/system.install
Upgrade or prepare for token module in core.
system_update_1039 in core/modules/system/system.install
Add the "auto" column to the url_alias table.
system_update_1040 in core/modules/system/system.install
Notify administrators if a non-core version of CKEditor module is present.
system_update_1041 in core/modules/system/system.install
Notify administrators if a non-core version of Email module is present.
system_update_1042 in core/modules/system/system.install
Notify administrators if a non-core version of Link module is present.
system_update_1043 in core/modules/system/system.install
Remove old Date configuration files.
system_update_1044 in core/modules/system/system.install
Notify administrators if a non-core version of the Date module is present.
system_update_1045 in core/modules/system/system.install
Ensure that the installation flag is properly set.
system_update_1046 in core/modules/system/system.install
Upgrade or prepare for transliteration functions in core.
system_update_1047 in core/modules/system/system.install
Provide a default value for maintenance_page_maximum_age.
system_update_1048 in core/modules/system/system.install
Set background fetch defaults.
system_update_1049 in core/modules/system/system.install
Bartik theme settings update: Indicate whether legacy colors should be used.
system_update_1050 in core/modules/system/system.install
Fix legacy color setting in Bartik.
system_update_1051 in core/modules/system/system.install
Notify administrators if a non-core version of Redirect module is present.
system_update_1052 in core/modules/system/system.install
Disable project browser if it previously existed on the site.
system_update_1053 in core/modules/system/system.install
Remove unnecessary items from the "main-menu" menu.
system_update_1054 in core/modules/system/system.install
Changes the key in layout config files from 'layout' to 'layout_template'.
system_update_1055 in core/modules/system/system.install
Create the new layout settings configuration file.
system_update_1056 in core/modules/system/system.install
Move incorrectly stored "log_row_limit" setting.
system_update_1057 in core/modules/system/system.install
Add default for watchdog_enabled_severity_levels.
system_update_1058 in core/modules/system/system.install
Clarify state "menu_expanded" as "menus_containing_expanded_items".
system_update_1059 in core/modules/system/system.install
Set home page menu to render as a drop-down menu.
system_update_1060 in core/modules/system/system.install
Remove the homepage breadcrumb block.
system_update_1061 in core/modules/system/system.install
Update contrib entity display mode module to core version.
system_update_1062 in core/modules/system/system.install
Remove configuration settings that were never used.
system_update_1063 in core/modules/system/system.install
Set a default value for the X-Frame-Options header. This will not allow the site to be rendered in an iframe on another domain unless specified.
system_update_1064 in core/modules/system/system.install
Add langcode column to {menu_links} table.
system_update_1065 in core/modules/system/system.install
Update the maintenance mode message field to use tokens.
system_update_1066 in core/modules/system/system.install
Update the core profile locations.
system_update_1067 in core/modules/system/system.install
Add default value for form_cache_expiration.
system_update_1068 in core/modules/system/system.install
Add 'jquery-extend-3.4.0.js' to the 'jquery' library.
system_update_1069 in core/modules/system/system.install
Removes an unused state value.
system_update_1070 in core/modules/system/system.install
Set file_temporary_path on existing sites, if not already set.
system_update_1071 in core/modules/system/system.install
Grant the "administer flexible templates" permission to all user roles that already have the "administer layouts" permission.
system_update_1072 in core/modules/system/system.install
Add 'jquery-html-prefilter-3.5.0.js' to the 'jquery' library.
system_update_1073 in core/modules/system/system.install
Set config_sync_clear_staging on existing sites, if not already set.
system_update_1074 in core/modules/system/system.install
Make sure that all config translatables are set for system core.
system_update_1075 in core/modules/system/system.install
Set a default value for the "Permissions-Policy: interest-cohort" header.
system_update_1076 in core/modules/system/system.install
Add default values for dismissible message settings.
system_update_1077 in core/modules/system/system.install
Explicitly set the admin theme to an actual theme, instead of the special 'Default theme' option.
system_update_1078 in core/modules/system/system.install
Re-arrange flexible layout configuration so we can save region classes.
system_update_1079 in core/modules/system/system.install
Clear the cache to reset allowlist settings.
system_update_1080 in core/modules/system/system.install
Set homepage to 'user' if blank to match previous behavior.
system_update_1081 in core/modules/system/system.install
Enable Admin Menu's Page Links component.
system_update_1082 in core/modules/system/system.install
Previous check for Entity Reference module.
system_update_1083 in core/modules/system/system.install
Set the default value for "file_additional_public_schemes" setting.
system_update_1084 in core/modules/system/system.install
Notify if a non-core version of Entity Reference module is present.
system_update_1085 in core/modules/system/system.install
Remove superfluous test files if they are present.
system_update_1086 in core/modules/system/system.install
Preserve 4-byte UTF-8 database update value if set.
system_update_1087 in core/modules/system/system.install
Set the message length for the database log.
system_update_1088 in core/modules/system/system.install
Set the file schemes whose paths should not be normalized.
system_update_1089 in core/modules/system/system.install
Enable Admin Bar's Language Switcher component if this is a multilingual site.
system_update_1090 in core/modules/system/system.install
Set a default value for the new user_editor_role setting on existing sites.
system_update_1091 in core/modules/system/system.install
Set jQuery to the backwards-compatible, legacy version for existing sites.
system_update_1092 in core/modules/system/system.install
Removes the block_interest_cohort configuration added by system_update_1075().
system_update_1093 in core/modules/system/system.install
Set defaults for date_views if not already set.
system_update_1094 in core/modules/system/system.install
Enable static caching of the "system.date" configuration file.
system_update_files_database in core/modules/system/system.module
Updates the records in the system table based on the files array.
system_update_last_removed in core/modules/system/system.install
Implements hook_update_last_removed().
taxonomy_path_bulk_update_batch_process in core/modules/taxonomy/taxonomy.path.inc
Batch processing callback; Generate URL aliases for taxonomy terms.
taxonomy_update_1000 in core/modules/taxonomy/taxonomy.install
Remove the {taxonomy_vocabulary}.module field.
taxonomy_update_1001 in core/modules/taxonomy/taxonomy.install
Convert taxonomy vocabularies to configuration.
taxonomy_update_1002 in core/modules/taxonomy/taxonomy.install
Drop the old taxonomy vocabulary table.
taxonomy_update_1003 in core/modules/taxonomy/taxonomy.install
Create the taxonomy.settings config file.
taxonomy_update_1004 in core/modules/taxonomy/taxonomy.install
Convert taxonomy terms per page to config.
taxonomy_update_1005 in core/modules/taxonomy/taxonomy.install
Drop the old taxonomy vocabulary table for existing Backdrop installations.
taxonomy_update_1006 in core/modules/taxonomy/taxonomy.install
Add langcode column to {taxonomy_term_data} table.
taxonomy_update_1007 in core/modules/taxonomy/taxonomy.install
Move default taxonomy term view to taxonomy module.
taxonomy_update_1008 in core/modules/taxonomy/taxonomy.install
Creates the table to enable caching of Taxonomy Term entities.
taxonomy_update_1009 in core/modules/taxonomy/taxonomy.install
Add new "create terms" permission to editor and admin roles.
taxonomy_update_1010 in core/modules/taxonomy/taxonomy.install
Clean up extraneous language-related configuration setting.
taxonomy_update_dependencies in core/modules/taxonomy/taxonomy.install
Implements hook_update_dependencies().
text_update_1000 in core/modules/field/modules/text/text.install
Delete teaser_length variable.
theme_path_bulk_update_form in core/modules/path/path.admin.inc
Returns HTML for the Path bulk update page.
theme_update_last_check in core/modules/update/update.theme.inc
Returns HTML for the last time we checked for update data.
theme_update_manager_update_form in core/modules/update/update.theme.inc
Returns HTML for the first page in the process of updating projects.
theme_update_page in core/includes/theme.maintenance.inc
Returns HTML for the update page.
theme_update_report in core/modules/update/update.theme.inc
Returns HTML for the project status report.
theme_update_status_label in core/modules/update/update.theme.inc
Returns HTML for a label to display for a project's update status.
theme_update_version in core/modules/update/update.theme.inc
Returns HTML for the version display of a project.
translation_update_1000 in core/modules/translation/translation.install
Convert translation settings to config.
translation_update_1001 in core/modules/translation/translation.install
Fix Views which still have the Drupal 7 version of the language field and filter. Change from "language" to "langcode".
translation_update_1002 in core/modules/translation/translation.install
Add "Show content translation links" setting to each content type.
translation_update_dependencies in core/modules/translation/translation.install
Implements hook_update_dependencies().
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_d7_test_1_update_1000 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 1000.
update_d7_test_1_update_1001 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 1001.
update_d7_test_1_update_1002 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 1002.
update_d7_test_1_update_1003 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 1003.
update_d7_test_1_update_7000 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 7000.
update_d7_test_1_update_7001 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 7001.
update_d7_test_1_update_7002 in core/modules/simpletest/tests/update_d7_test_1.install
Dummy update_d7_test_1 update 7002.
update_d7_test_2_update_1000 in core/modules/simpletest/tests/update_d7_test_2.install
Dummy update_d7_test_2 update 1000.
update_d7_test_2_update_1001 in core/modules/simpletest/tests/update_d7_test_2.install
Dummy update_d7_test_2 update 1001.
update_d7_test_2_update_1002 in core/modules/simpletest/tests/update_d7_test_2.install
Dummy update_d7_test_2 update 1002.
update_d7_test_2_update_last_removed in core/modules/simpletest/tests/update_d7_test_2.install
Implements hook_update_last_removed().
update_get_update_function_list in core/includes/update.inc
Returns an organized list of update functions for a set of modules.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_script_test_update_1000 in core/modules/simpletest/tests/update_script_test.install
Dummy update function to run during the tests.
update_test_1_update_1000 in core/modules/simpletest/tests/update_test_1.install
Dummy update_test_1 update 1000.
update_test_1_update_1001 in core/modules/simpletest/tests/update_test_1.install
Dummy update_test_1 update 8001.
update_test_1_update_1002 in core/modules/simpletest/tests/update_test_1.install
Dummy update_test_1 update 8002.
update_test_1_update_dependencies in core/modules/simpletest/tests/update_test_1.install
Implements hook_update_dependencies().
update_test_2_update_1000 in core/modules/simpletest/tests/update_test_2.install
Dummy update_test_2 update 1000.
update_test_2_update_1001 in core/modules/simpletest/tests/update_test_2.install
Dummy update_test_2 update 1001.
update_test_2_update_1002 in core/modules/simpletest/tests/update_test_2.install
Dummy update_test_2 update 1002.
update_test_2_update_dependencies in core/modules/simpletest/tests/update_test_2.install
Implements hook_update_dependencies().
update_test_3_update_1000 in core/modules/simpletest/tests/update_test_3.install
Dummy update_test_3 update 1000.
update_test_3_update_dependencies in core/modules/simpletest/tests/update_test_3.install
Implements hook_update_dependencies().
update_test_update_status_alter in core/modules/update/tests/update_test/update_test.module
Implements hook_update_status_alter().
update_update_1000 in core/modules/update/update.install
Moves update settings from variables to config.
update_update_1001 in core/modules/update/update.install
Add config default value for "update_not_implemented_url".
update_update_1002 in core/modules/update/update.install
Enable static caching for update settings configuration file.
update_update_1003 in core/modules/update/update.install
Removes the testing-only values from the update.settings config.
update_update_1004 in core/modules/update/update.install
Fix wrong default value for update_threshold setting.
update_update_1005 in core/modules/update/update.install
Check for a faulty installer.settings.json and fix it or remove it if needed.
user_path_bulk_update_batch_process in core/modules/user/user.path.inc
Batch processing callback; Generate URL aliases for users.
user_update_1000 in core/modules/user/user.install
The 'Member for' extra field has moved one level up in the array.
user_update_1001 in core/modules/user/user.install
Grant "administer account settings" to roles with "administer users."
user_update_1002 in core/modules/user/user.install
Remove the ability for users to select a theme.
user_update_1003 in core/modules/user/user.install
Moves account settings from variable to config.
user_update_1004 in core/modules/user/user.install
Moves login flood settings from variable to config.
user_update_1005 in core/modules/user/user.install
Moves user mail settings from variable to config.
user_update_1006 in core/modules/user/user.install
Moves user picture settings from variable to config.
user_update_1007 in core/modules/user/user.install
Convert user roles to configuration files.
user_update_1008 in core/modules/user/user.install
Update views that used the old role ID handlers to use role name instead.
user_update_1009 in core/modules/user/user.install
Create the default view for user administration.
user_update_1010 in core/modules/user/user.install
Set default option for login method to use accounts only.
user_update_1011 in core/modules/user/user.install
Update 'People' menus to 'User accounts'.
user_update_1012 in core/modules/user/user.install
Update 'Find user accounts' to 'Manage user accounts'
user_update_1013 in core/modules/user/user.install
Grant accounts with 'administer permissions' the new 'assign roles' permission.
user_update_1014 in core/modules/user/user.install
Fixes system email linebreaks.
user_update_1015 in core/modules/user/user.install
Change label 'Name' to 'Username' for clarity on user admin view.
user_update_1016 in core/modules/user/user.install
Creates the table to enable caching of User entities.
user_update_1017 in core/modules/user/user.install
Add admin mail text for pending approval.
user_update_1018 in core/modules/user/user.install
Set default values for core password constraints.
user_update_1019 in core/modules/user/user.install
Set the "user_admin_role" attribute to "0" (disabled) if it's missing.
user_update_1020 in core/modules/user/user.install
Make sure that all config translatables are set for user mails.
user_update_1021 in core/modules/user/user.install
Make sure that generation of automatic path alias is enabled for user 1.
user_update_1022 in core/modules/user/user.install
Moves the "log_user_flood_control" variable to config.
user_update_1023 in core/modules/user/user.install
Add default descriptions to user roles.
user_update_1024 in core/modules/user/user.install
Add a "changed" column to the "users" table.
user_update_1025 in core/modules/user/user.install
Add a "changed" column to the user_admin View.
user_update_1026 in core/modules/user/user.install
Correct the default config value for the "flood_uid_only" setting.
user_update_dependencies in core/modules/user/user.install
Implements hook_update_dependencies().
views_field_update_instance in core/modules/views/views.module
Implements hook_field_update_instance.
views_ui_ajax_update_form in core/modules/views_ui/views_ui.admin.inc
Updates a part of the add view form via AJAX.
views_ui_update_1000 in core/modules/views_ui/views_ui.install
Update Views UI variables to use configuration files.
views_ui_update_1001 in core/modules/views_ui/views_ui.install
Add new default display(s) setting.
views_ui_update_1002 in core/modules/views_ui/views_ui.install
Rename the setting that allows showing the default display.
views_update_1000 in core/modules/views/views.install
Convert default views to configuration files.
views_update_1001 in core/modules/views/views.install
Convert available database views to configuration files.
views_update_1002 in core/modules/views/views.install
Drop Views tables that were converted to configuration files.
views_update_1003 in core/modules/views/views.install
Update Views variables to use configuration files.
views_update_1004 in core/modules/views/views.install
Replace the frontpage view with promoted.
views_update_1005 in core/modules/views/views.install
Set all grid style Views to use the deprecated table if not set already.
views_update_1006 in core/modules/views/views.install
Remove headers field from cache tables.
views_update_1007 in core/modules/views/views.install
Remove obsolete variable from config.