You are here

sooperthemes_gridstack_examples.module in Sooperthemes GridStack 7

Code for the SooperThemes GridStack feature.

File

sooperthemes_gridstack_examples/sooperthemes_gridstack_examples.module
View source
<?php

/**
 * @file
 * Code for the SooperThemes GridStack feature.
 */

/**
 * Implements hook_views_api().
 */
function sooperthemes_gridstack_examples_views_api() {
  return array(
    "api" => "3.0",
  );
}

Functions