function system_post_update_delete_authorize_settings

Remove obsolete system.authorize configuration.

File

core/modules/system/system.post_update.php, line 206

Code

function system_post_update_delete_authorize_settings() {
    \Drupal::configFactory()->getEditable('system.authorize')
        ->delete();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.