jssor.install in Jssor Slider 8
Same filename and directory in other branches
Install, update and uninstall functions for the jssor module.
File
jssor.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the jssor module.
*/
/**
* Implements hook_requirements().
*/
function jssor_requirements($phase) {
$requirements = array();
// @todo.
return $requirements;
}
Functions
Name | Description |
---|---|
jssor_requirements | Implements hook_requirements(). |