You are here

pagerer.install in Pagerer 8

Same filename and directory in other branches
  1. 8.2 pagerer.install
  2. 7 pagerer.install

Pagerer installation scripts.

File

pagerer.install
View source
<?php

/**
 * @file
 * Pagerer installation scripts.
 */

/**
 * Clear caches to update PagererPreset entity changes.
 */
function pagerer_update_8201() {

  // Empty function.
}

/**
 * Clear caches to update PagererPreset entity changes.
 */
function pagerer_update_8202() {

  // Empty function.
}

Functions

Namesort descending Description
pagerer_update_8201 Clear caches to update PagererPreset entity changes.
pagerer_update_8202 Clear caches to update PagererPreset entity changes.