function thunder_update_8112 in Thunder 8.2
Installs new Thunder Admin theme.
File
- ./
thunder.install, line 686 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8112() {
/** @var \Drupal\update_helper\Updater $updater */
$updater = \Drupal::service('update_helper.updater');
$updater
->executeUpdate('thunder', 'v1_1__thunder_admin_ux');
// Output logged messages to related channel of update execution.
return $updater
->logger()
->output();
}