function hal_post_update_delete_settings

Remove obsolete hal.settings configuration key.

File

core/modules/hal/hal.post_update.php, line 11

Code

function hal_post_update_delete_settings() {
    \Drupal::configFactory()->getEditable('hal.settings')
        ->clear('bc_file_uri_as_url_normalizer')
        ->save();
}

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