You are here

function openid_connect_update_8203 in OpenID Connect / OAuth client 2.x

Enable externalauth.

File

./openid_connect.install, line 203
Install, update and uninstall functions for the OpenID Connect module.

Code

function openid_connect_update_8203() {
  \Drupal::service('module_installer')
    ->install([
    'externalauth',
  ]);
}