You are here

function semanticviews_views_api in Semantic Views 7

Same name and namespace in other branches
  1. 6 semanticviews.module \semanticviews_views_api()

Implements hook_views_api().

File

./semanticviews.module, line 12
Semantic Views module file.

Code

function semanticviews_views_api() {
  return array(
    'api' => 3.0,
  );
}