You are here

function opigno_class_update_8008 in Opigno class 8

Enable Userprotect and Role Delegation modules.

File

./opigno_class.install, line 104
Install, update and uninstall functions for the Opigno Class module.

Code

function opigno_class_update_8008() {
  \Drupal::service('module_installer')
    ->install([
    'userprotect',
    'role_delegation',
  ]);
}