You are here

jssor.install in Jssor Slider 8

Same filename and directory in other branches
  1. 7 jssor.install

Install, update and uninstall functions for the jssor module.

File

jssor.install
View 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

Namesort descending Description
jssor_requirements Implements hook_requirements().