You are here

function opigno_lms_update_8001 in Opigno LMS 8.2

Same name and namespace in other branches
  1. 8 opigno_lms.install \opigno_lms_update_8001()

Implements hook_update_N().

File

./opigno_lms.install, line 115
Install, update and uninstall functions for the "opigno_lms" installation profile.

Code

function opigno_lms_update_8001() {

  // Install module.
  \Drupal::service('module_installer')
    ->install([
    'opigno_tour',
    'opigno_alter_entity_autocomplete',
  ]);
}