views_slideshow.install in Views Slideshow 7.3
Same filename and directory in other branches
Handles Views Slideshow installation and upgrade tasks.
File
views_slideshow.installView 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
Name | Description |
---|---|
views_slideshow_update_7300 | Ensure all caches are cleared. Primarily for 7.x-3.2 -> 7.x-3.4+. |