Handles Views Slideshow installation and upgrade tasks.

Fichier

./views_slideshow.install

View source
<?php


/**
 * @file
 * Handles Views Slideshow installation and upgrade tasks.
 */

/**
 * Ensure all caches are cleared. Primarily for 7.x-3.2 -> 7.x-3.4+.
 *
 * Implements hook_update_N().
 */
function views_slideshow_update_7300(&$sandbox) {
}

Functions

Titre Deprecated Résumé
views_slideshow_update_7300 Ensure all caches are cleared. Primarily for 7.x-3.2 -> 7.x-3.4+.