sooperthemes_gridstack_examples.module in Sooperthemes GridStack 7
Code for the SooperThemes GridStack feature.
File
sooperthemes_gridstack_examples/sooperthemes_gridstack_examples.moduleView 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
|
Name |
Description |
|---|---|
| sooperthemes_gridstack_examples_views_api | Implements hook_views_api(). |