You are here

function jssor_requirements in Jssor Slider 8

Same name and namespace in other branches
  1. 7 jssor.install \jssor_requirements()

Implements hook_requirements().

File

./jssor.install, line 11
Install, update and uninstall functions for the jssor module.

Code

function jssor_requirements($phase) {
  $requirements = array();

  // @todo.
  return $requirements;
}