You are here

function ad_views_api in Advertisement 7.3

Same name and namespace in other branches
  1. 6.2 ad.module \ad_views_api()

Implements hook_views_api().

File

./ad.features.inc, line 10
ad.features.inc

Code

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