function views_post_update_remove_skip_cache_setting

Remove the skip_cache settings.

File

core/modules/views/views.post_update.php, line 112

Code

function views_post_update_remove_skip_cache_setting() : void {
    \Drupal::configFactory()->getEditable('views.settings')
        ->clear('skip_cache')
        ->save(TRUE);
}

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