You are here

function thunder_update_8131 in Thunder 8.2

Change the base table of the scheduler view.

File

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

Code

function thunder_update_8131() {

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

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