You are here

function simplesamlphp_auth_update_8302 in simpleSAMLphp Authentication 8.3

Remove Site default language from simplesamlphp_auth configuration.

File

./simplesamlphp_auth.install, line 112
The install file for the simplesamlphp_auth module.

Code

function simplesamlphp_auth_update_8302() {
  \Drupal::configFactory()
    ->getEditable('simplesamlphp_auth.settings')
    ->clear('default_langcode')
    ->save(TRUE);
}