function system_update_8043

Move system theme settings from variable to config.

Related topics

File

drupal/core/modules/system/system.install, line 1868
Install, update and uninstall functions for the system module.

Code

function system_update_8043() {
  update_variables_to_config('system.performance', array(
    'theme_link' => 'theme_link',
  ));
}