You are here

function slick_schema in Slick Carousel 7.3

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

Implements hook_schema().

File

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

Code

function slick_schema() {
  $schema = [];
  $schema[Slick::TABLE] = _slick_schema();
  return $schema;
}