You are here

function feeds_news_views_api in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds_news/feeds_news.features.inc \feeds_news_views_api()
  2. 6 feeds_news/feeds_news.features.inc \feeds_news_views_api()
  3. 7 feeds_news/feeds_news.features.inc \feeds_news_views_api()

Implements hook_views_api().

File

feeds_news/feeds_news.features.inc, line 20
feeds_news.features.inc

Code

function feeds_news_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}