You are here

function thunder_media_update_8108 in Thunder 8.2

Use blazy for lazy loading.

File

modules/thunder_media/thunder_media.install, line 938
Contains.

Code

function thunder_media_update_8108() {

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

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