You are here

function openid_connect_update_8206 in OpenID Connect / OAuth client 2.x

Installs the new config entity type openid_connect_client.

File

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

Code

function openid_connect_update_8206() {
  return openid_connect_update_8199();
}