function opigno_lms_update_8001 in Opigno LMS 8
Same name and namespace in other branches
- 8.2 opigno_lms.install \opigno_lms_update_8001()
Implements hook_update_N().
File
- ./
opigno_lms.install, line 113 - 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',
]);
}