You are here

function thunder_update_8104 in Thunder 8.2

Installs the metatag_facebook module.

File

./thunder.install, line 368
Install, update and uninstall functions for the thunder installation profile.

Code

function thunder_update_8104() {

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