function thunder_update_8105 in Thunder 8.2
Installs the config_update module.
File
- ./
thunder.install, line 379 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8105() {
/** @var \Drupal\update_helper\Updater $updater */
$updater = \Drupal::service('update_helper.updater');
$updater
->executeUpdate('thunder', 'v1_1__config_update');
return $updater
->logger()
->output();
}