You are here

function imagemagick_update_8201 in ImageMagick 8.2

Enable file_mdm module.

File

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

Code

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