You are here

function opigno_course_update_8001 in Opigno course 8

Import Opigno Course configs for adding badges fields.

Implements hook_update_N().

File

./opigno_course.install, line 17
Install, update and uninstall functions for the Opigno Course module.

Code

function opigno_course_update_8001() {
  \Drupal::service('config.installer')
    ->installDefaultConfig('module', 'opigno_course');
}