You are here

semanticviews.module in Semantic Views 7

Same filename and directory in other branches
  1. 8.2 semanticviews.module
  2. 6 semanticviews.module

Semantic Views module file.

Not so much here, only declare which Views API.

File

semanticviews.module
View source
<?php

/**
 * @file
 * Semantic Views module file.
 *
 * Not so much here, only declare which Views API.
 */

/**
 * Implements hook_views_api().
 */
function semanticviews_views_api() {
  return array(
    'api' => 3.0,
  );
}

Functions

Namesort descending Description
semanticviews_views_api Implements hook_views_api().