You are here

function opigno_learning_path_update_9001 in Opigno Learning path 3.x

Install additional modules.

File

./opigno_learning_path.install, line 336
Install, update and uninstall functions for the module.

Code

function opigno_learning_path_update_9001() {
  \Drupal::service('module_installer')
    ->install([
    'opigno_user_selection',
    'twig_field_value',
  ]);
}