You are here

function lightning_api_update_8302 in Lightning API 8.3

Same name and namespace in other branches
  1. 8.4 lightning_api.install \lightning_api_update_8302()

Installs Lightning Core.

File

./lightning_api.install, line 127
Install, update, and uninstall functions for the Lightning API module.

Code

function lightning_api_update_8302() {
  Drupal::service('module_installer')
    ->install([
    'lightning_core',
  ]);
}