You are here

function sooperthemes_gridstack_examples_views_api in Sooperthemes GridStack 7

Implements hook_views_api().

File

sooperthemes_gridstack_examples/sooperthemes_gridstack_examples.module, line 11
Code for the SooperThemes GridStack feature.

Code

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