You are here

function dxpr_gridstack_views_api in DXPR GridStack 7

Implements hook_views_api().

File

./dxpr_gridstack.module, line 19
Code for the DXPR GridStack feature.

Code

function dxpr_gridstack_views_api() {
  return array(
    "api" => "3.0",
  );
}