function thunder_update_8133 in Thunder 8.2
Update configurations related to previously used Thunder Updater.
File
- ./
thunder.install, line 1105 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8133() {
/** @var \Drupal\update_helper\Updater $updateHelper */
$updater = \Drupal::service('update_helper.updater');
$updater
->executeUpdate('thunder', 'thunder_update_8133');
// Output logged messages to related channel of update execution.
return $updater
->logger()
->output();
}