You are here

function ad_views_api in Advertisement 6.2

Same name and namespace in other branches
  1. 7.3 ad.features.inc \ad_views_api()

Implements hook_views_api().

File

./ad.module, line 1620

Code

function ad_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'ad') . '/views',
  );
}