You are here

function thunder_article_update_8101 in Thunder 8.2

Enable shariff module.

File

modules/thunder_article/thunder_article.install, line 58
Thunder Article install hooks.

Code

function thunder_article_update_8101() {

  /** @var \Drupal\update_helper\Updater $updater */
  $updater = \Drupal::service('update_helper.updater');
  $updater
    ->executeUpdate('thunder', 'v1_1__shariff');
  return $updater
    ->logger()
    ->output();
}