Update functions from 7.x to 8.x.
Name | Location | Description |
---|---|---|
block_update_8000 |
drupal/ |
Block cache is always enabled in 8.x. |
block_update_8001 |
drupal/ |
Creates table {block_language} for language visibility settings per block. |
block_update_8002 |
drupal/ |
Replace serial role IDs with machine name strings. |
block_update_8003 |
drupal/ |
Increase {block}.title length to 255 characters. |
block_update_8004 |
drupal/ |
Rename default menu names. |
block_update_8005 |
drupal/ |
Migrate {users}.data into {users_data}. |
block_update_8006 |
drupal/ |
Enable the Custom Block module. |
block_update_8007 |
drupal/ |
Migrate {block_custom} to {custom_block}. |
block_update_8008 |
drupal/ |
Migrate {block_custom}.body and {block_custom}.format to block_body field. |
block_update_dependencies |
drupal/ |
Implements hook_update_dependencies(). |
comment_update_8000 |
drupal/ |
Renames {comment}.language to {comment}.langcode. |
comment_update_8001 |
drupal/ |
Create a UUID column for comments. |
comment_update_8002 |
drupal/ |
Make *id fields unsigned. |
comment_update_8003 |
drupal/ |
Generate a UUID for all comments. |
comment_update_8004 |
drupal/ |
Convert variables to state. |
contact_update_8000 |
drupal/ |
Moves contact setting from variable to config. |
contact_update_8001 |
drupal/ |
Migrate contact categories into configuration. |
contact_update_8002 |
drupal/ |
Drop the {contact} table. |
contact_update_8003 |
drupal/ |
Migrate {users}.data into {users_data}. |
contact_update_dependencies |
drupal/ |
Implements hook_update_dependencies(). |
dblog_update_8000 |
drupal/ |
Update settings to the new configuration system. |
dblog_update_8001 |
drupal/ |
Make *id fields unsigned. |
field_update_8001 |
drupal/ |
Empty update - moved into field_update_8003(). |
field_update_8002 |
drupal/ |
Migrate all instance widget and display settings to configuration. |
field_update_8003 |
drupal/ |
Convert fields and instances to config. |
field_update_8004 |
drupal/ |
Moves field_storage_default and field_language_fallback to config. |
filter_update_8000 |
drupal/ |
Moves filter_fallback settings from variable to config. |
filter_update_8001 |
drupal/ |
Migrate filter formats into configuration. |
locale_update_8000 |
drupal/ |
Drops textgroup support. |
locale_update_8001 |
drupal/ |
Language type 'language' renamed to 'language_interface'. |
locale_update_8002 |
drupal/ |
Removes duplicates in {locales_source}. |
locale_update_8003 |
drupal/ |
Converts language domains to new format. |
locale_update_8004 |
drupal/ |
Rename language providers to language negotiation methods. |
locale_update_8005 |
drupal/ |
Update plural interface translations to new format. |
locale_update_8007 |
drupal/ |
Convert language_negotiation_* variables to use the new callbacks. |
locale_update_8008 |
drupal/ |
Update locale variables to config or state systems as appropriate. |
locale_update_8009 |
drupal/ |
Convert locale blocks to language blocks. |
locale_update_8010 |
drupal/ |
Add {locale_file} table. |
locale_update_8011 |
drupal/ |
Add a cache table and locale_project table for the locale module. |
locale_update_8013 |
drupal/ |
Renames language_default language negotiation method to language_selected. |
locale_update_8014 |
drupal/ |
Drop old 'location' field. |
locale_update_8015 |
drupal/ |
Build a new {locale_file} table. |
locale_update_8016 |
drupal/ |
Converts localized date formats. |
locale_update_8017 |
drupal/ |
Moves locale translation directory settings from variable to config. |
node_update_8001 |
drupal/ |
Rename node type language variable names. |
node_update_8002 |
drupal/ |
Rename node.language field to node.langcode. |
node_update_8003 |
drupal/ |
Rename node type language variable names. |
node_update_8004 |
drupal/ |
Create a UUID column for nodes. |
node_update_8005 |
drupal/ |
Make *id fields unsigned. |
node_update_8006 |
drupal/ |
Generate a UUID for all nodes. |
node_update_8007 |
drupal/ |
Move the language default values to config. |
node_update_8008 |
drupal/ |
Rename default menu names. |
node_update_8009 |
drupal/ |
Coverts default_nodes_main variable to config. |
node_update_8010 |
drupal/ |
Moves node_access_needs_rebuild from variable to state. |
node_update_8011 |
drupal/ |
Moves node cron last run time from variable to state. |
node_update_8012 |
drupal/ |
Enable History module. |
node_update_8013 |
drupal/ |
Renames global revision permissions to use the word 'all'. |
node_update_8014 |
drupal/ |
Empty update. See http://drupal.org/node/1836392. |
node_update_8015 |
drupal/ |
Add language support to the {node_access} table. |
node_update_8016 |
drupal/ |
Upgrade node schema to the standard entity SQL schema: create new tables. |
node_update_8017 |
drupal/ |
Upgrade node schema to the standard entity SQL schema: migrate data. |
node_update_8018 |
drupal/ |
Upgrade node schema to the standard entity SQL schema: delete old fields. |
shortcut_update_8000 |
drupal/ |
Migrate shortcuts into configuration. |
shortcut_update_8001 |
drupal/ |
Drop the {shortcut_set} table. |
syslog_update_8000 |
drupal/ |
Update settings to the new configuration system. |
system_update_8001 |
drupal/ |
Move from the Garland theme. |
system_update_8002 |
drupal/ |
Set 'node' as front page path and Bartik as default theme if it implicitly was before. |
system_update_8003 |
drupal/ |
Create {cache_config} cache table for the new configuration system. |
system_update_8004 |
drupal/ |
Add {file_managed}.langcode field. |
system_update_8005 |
drupal/ |
Remove the obsolete {session}.cache column. |
system_update_8006 |
drupal/ |
Add the {cache_tags} table. |
system_update_8007 |
drupal/ |
Modify existing cache tables, adding support for cache tags. |
system_update_8008 |
drupal/ |
Remove the 'clean_url' configuration variable. |
system_update_8009 |
drupal/ |
Move cron system settings from variable to config. |
system_update_8010 |
drupal/ |
Move RSS system settings from variable to config. |
system_update_8011 |
drupal/ |
Update the module and base fields for the blog node type. |
system_update_8012 |
drupal/ |
Move site system settings from variable to config. |
system_update_8013 |
drupal/ |
Add description_callback and description_arguments fields to {menu_router}. |
system_update_8014 |
drupal/ |
Move system logging settings from variables to config. |
system_update_8015 |
drupal/ |
Create a UUID column for managed files. |
system_update_8016 |
drupal/ |
Move the system maintenance settings from variable to config. |
system_update_8017 |
drupal/ |
Move system performance settings from variable to config. |
system_update_8019 |
drupal/ |
Remove the registry tables. |
system_update_8020 |
drupal/ |
Conditionally enable the new Ban module. |
system_update_8021 |
drupal/ |
Enable the Actions module. |
system_update_8022 |
drupal/ |
Create the new routing table. |
system_update_8023 |
drupal/ |
Create the 'key_value_expire' table. |
system_update_8024 |
drupal/ |
Generate a UUID for all files. |
system_update_8025 |
drupal/ |
Remove {system} table. |
system_update_8027 |
drupal/ |
Clean up javascript_parsed variable. |
system_update_8028 |
drupal/ |
Remove the 'menu_masks' configuration variable. |
system_update_8029 |
drupal/ |
Convert path_alias_whitelist variable to state API. |
system_update_8030 |
drupal/ |
Move authorize system settings from variable to config. |
system_update_8031 |
drupal/ |
Rename default menu names. |
system_update_8032 |
drupal/ |
Remove the drupal_js_cache_files variable. |
system_update_8033 |
drupal/ |
Convert active_menus_default variable to config. |
system_update_8034 |
drupal/ |
Move cron last run time and cron key from variable to state. |
system_update_8035 |
drupal/ |
Move filter_allowed_protocols variable to config. |
system_update_8036 |
drupal/ |
Move the admin_compact_mode setting from variable to config. |
system_update_8037 |
drupal/ |
Remove the 'password_count_log2' variable. |
system_update_8038 |
drupal/ |
Move site system regional settings from variable to config. |
system_update_8039 |
drupal/ |
Convert css and js gzip compression variables to config. |
system_update_8040 |
drupal/ |
Move action_max_stack from variable to config. |
system_update_8041 |
drupal/ |
Convert admin_theme variable to config. |
system_update_8042 |
drupal/ |
Enable the new Entity module. |
system_update_8043 |
drupal/ |
Move system theme settings from variable to config. |
system_update_8044 |
drupal/ |
Move system fast 404 settings from variable to config. |
system_update_8045 |
drupal/ |
Convert existing date formats to the new config system. |
system_update_8046 |
drupal/ |
Install new default views. |
system_update_8047 |
drupal/ |
Move site system settings from variable to config. |
system_update_8048 |
drupal/ |
Enable the new Menu link module. |
system_update_8049 |
drupal/ |
Create the 'config_snapshot' table. |
system_update_8050 |
drupal/ |
Convert mail settings to config. |
system_update_8051 |
drupal/ |
Add route_name column to the menu_links table. |
system_update_8052 |
drupal/ |
Move image toolkit settings from variable to config. |
system_update_8053 |
drupal/ |
Remove {cache_form} table. |
system_update_8054 |
drupal/ |
Add route_name column to the menu_router table. |
system_update_8055 |
drupal/ |
Move system theme settings from variables to config. |
system_update_8056 |
drupal/ |
Move entity view modes to config. |
system_update_8057 |
drupal/ |
Convert actions to configuration. |
toolbar_update_8000 |
drupal/ |
Enable the Breakpoint and Config modules. |
tracker_update_8000 |
drupal/ |
Moves tracker settings from variable to config. |
tracker_update_8001 |
drupal/ |
Make *id fields unsigned. |
tracker_update_8002 |
drupal/ |
Convert tracker_index_nid variable to state system. |
user_update_8000 |
drupal/ |
The 'Member for' extra field has moved one level up in the array. |
user_update_8001 |
drupal/ |
Splits {users}.language field to langcode and preferred_langcode. |
user_update_8002 |
drupal/ |
Replace serial role IDs with machine name strings. |
user_update_8003 |
drupal/ |
Create a UUID column for users. |
user_update_8004 |
drupal/ |
Moves account settings from variable to config. |
user_update_8005 |
drupal/ |
Creates a preferred_admin_langcode column. |
user_update_8006 |
drupal/ |
Moves user mail settings from variable to config. |
user_update_8007 |
drupal/ |
Moves login flood settings from variable to config. |
user_update_8008 |
drupal/ |
Make *id fields unsigned. |
user_update_8009 |
drupal/ |
Generate a UUID for all users. |
user_update_8011 |
drupal/ |
Create user picture field. |
user_update_8012 |
drupal/ |
Migrate {users}.picture to 'user_picture' image field. |
user_update_8013 |
drupal/ |
Deletes {users}.picture field. |
user_update_8014 |
drupal/ |
Create new {users_data} table. |
user_update_8015 |
drupal/ |
Move existing {users}.data into {_d7_users_data} migration table. |
user_update_8016 |
drupal/ |
Drop {users}.data column. |
user_update_8017 |
drupal/ |
Migrate user roles into configuration. |
_node_update_8016_schema |
drupal/ |
Upgrade node schema to the standard entity SQL schema: schema definition. |