function system_update_8041

Convert admin_theme variable to config.

Related topics

File

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

Code

function system_update_8041() {
  update_variables_to_config('system.theme', array(
    'admin_theme' => 'admin',
    'theme_default' => 'default',
  ));
}