function currency_views_api in Currency 6
Same name and namespace in other branches
- 7 currency.module \currency_views_api()
Implementation of hook_views().
File
- ./
currency.module, line 209 - This module provides currency exchange rates.
Code
function currency_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'currency') . '/views',
);
}