You are here

function amazon_views_api in Amazon Product Advertisement API 7

Same name and namespace in other branches
  1. 6 amazon.module \amazon_views_api()
  2. 7.2 amazon.module \amazon_views_api()

Implementation of hook_views_api.

File

./amazon.module, line 860

Code

function amazon_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'amazon') . '/includes',
  );
}