You are here

function thunder_update_8101 in Thunder 8.2

Installs the responsive_preview module.

File

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

Code

function thunder_update_8101() {
  \Drupal::service('module_installer')
    ->install([
    'responsive_preview',
  ]);
}