function filter_update_8000

Moves filter_fallback settings from variable to config.

Related topics

File

drupal/core/modules/filter/filter.install, line 20
Install, update, and uninstall functions for the Filter module.

Code

function filter_update_8000() {
  update_variables_to_config('filter.settings', array(
    'filter_fallback_format' => 'fallback_format',
  ));
}