You are here

dxpr_gridstack_examples.module in DXPR GridStack 7

Code for the DXPR GridStack feature.

File

dxpr_gridstack_examples/dxpr_gridstack_examples.module
View source
<?php

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

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

Functions