You are here

function popup_update_8001 in Popup 8

File

./popup.install, line 3

Code

function popup_update_8001() {

  // variable_del('popup_ajax_cache');
  function popup_update_1() {
    \Drupal::config('popup.settings')
      ->clear('popup_ajax_cache')
      ->save();
  }
}