You are here

function thunder_article_update_8102 in Thunder 8.2

Enable length_indicator module.

File

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

Code

function thunder_article_update_8102() {

  /** @var \Drupal\update_helper\Updater $updater */
  $updater = \Drupal::service('update_helper.updater');
  $updater
    ->executeUpdate('thunder', 'thunder_article_update_8102');

  // Output logged messages to related channel of update execution.
  return $updater
    ->logger()
    ->output();
}