You are here

function currency_views_api in Currency 7

Same name and namespace in other branches
  1. 6 currency.module \currency_views_api()

Implements hook_views().

File

./currency.module, line 222
This module provides currency exchange rates.

Code

function currency_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'currency') . '/includes/views',
  );
}