You are here

function imagemagick_update_8303 in ImageMagick 8.3

Enable the Sophron module.

File

./imagemagick.install, line 69
ImageMagick installation scripts.

Code

function imagemagick_update_8303() {
  \Drupal::service('module_installer')
    ->install([
    'sophron',
  ]);
}