function commerce_eu_vat_views_api in Commerce European Union VAT 7
Same name and namespace in other branches
- 7.2 commerce_eu_vat.module \commerce_eu_vat_views_api()
Impliments hook_views_api()
File
- ./
commerce_eu_vat.module, line 10 - Code for the Commerce EU VAT.
Code
function commerce_eu_vat_views_api() {
return array(
'api' => 3,
'template path' => drupal_get_path('module', 'commerce_eu_vat') . '/themes',
);
}