dxpr_gridstack_examples.module in DXPR GridStack 7
Code for the DXPR GridStack feature.
File
dxpr_gridstack_examples/dxpr_gridstack_examples.moduleView 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
Name | Description |
---|---|
dxpr_gridstack_examples_views_api | Implements hook_views_api(). |