function system_update_8036

Move the admin_compact_mode setting from variable to config.

Related topics

File

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

Code

function system_update_8036() {
  update_variables_to_config('system.site', array(
    'admin_compact_mode' => 'admin_compact_mode',
  ));
}