function sooperthemes_gridstack_views_api in Sooperthemes GridStack 7
Implements hook_views_api().
File
- ./
sooperthemes_gridstack.module, line 19 - Code for the SooperThemes GridStack feature.
Code
function sooperthemes_gridstack_views_api() {
return array(
"api" => "3.0",
);
}