You are here

popup.install in Popup 8

Same filename and directory in other branches
  1. 7 popup.install

File

popup.install
View source
<?php

function popup_update_8001() {

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

Functions

Namesort descending Description
popup_update_8001