You are here

function thunder_article_install in Thunder 8.2

Install the thunder article integration.

File

modules/thunder_article/thunder_article.install, line 11
Thunder Article install hooks.

Code

function thunder_article_install() {

  // Install Shariff integration as soft dependency.
  \Drupal::service('module_installer')
    ->install([
    'shariff',
  ]);
}