function image_update_8002

Moves image module settings from variable to config.

Related topics

File

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

Code

function image_update_8002() {
  update_variables_to_config('image.settings', array(
    'image_style_preview_image' => 'preview_image',
  ));
}