function system_update_8044

Move system fast 404 settings from variable to config.

Related topics

File

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

Code

function system_update_8044() {
  update_variables_to_config('system.performance', array(
    'fast_404_html' => 'fast_404.html',
    'fast_404_paths' => 'fast_404.paths',
    'fast_404_paths_exclude' => 'fast_404.exclude_paths',
  ));
}