You are here

function pantheon_advanced_page_cache_update_8001 in Pantheon Advanced Page Cache 8

Set override_list_tags to TRUE for backwards compatibility. We recommend manually changing to FALSE for more consistent clearing. See README

File

./pantheon_advanced_page_cache.install, line 11
Update functions for the Pantheon Advanced Page Cache module.

Code

function pantheon_advanced_page_cache_update_8001() {
  \Drupal::configFactory()
    ->getEditable('pantheon_advanced_page_cache.settings')
    ->set('override_list_tags', TRUE)
    ->save();
}