You are here

function thunder_media_update_8105 in Thunder 8.2

Enable empty fields module.

File

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

Code

function thunder_media_update_8105() {

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