You are here

toolbar_anti_flicker.install in Toolbar Anti-flicker 8.3

Same filename and directory in other branches
  1. 8.2 toolbar_anti_flicker.install
  2. 9.3.x toolbar_anti_flicker.install

Install, update and uninstall functions for the "Toolbar Anti-flicker" module.

File

toolbar_anti_flicker.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the "Toolbar Anti-flicker" module.
 */

/**
 * Clear caches
 */
function toolbar_anti_flicker_update_8301() {

  // Empty update to cause a cache flush.
}

Functions

Namesort descending Description
toolbar_anti_flicker_update_8301 Clear caches