You are here

function slick_schema in Slick Carousel 7.2

Same name and namespace in other branches
  1. 7.3 slick.install \slick_schema()

Implements hook_schema().

File

./slick.install, line 112
Installation actions for Slick.

Code

function slick_schema() {
  $schema = array();
  $schema['slick_optionset'] = _slick_schema();
  return $schema;
}