You are here

function commerce_reports_tax_views_api in Commerce Reporting 7.4

Same name and namespace in other branches
  1. 7 commerce_reports_tax/commerce_reports_tax.module \commerce_reports_tax_views_api()
  2. 7.2 modules/tax/commerce_reports_tax.module \commerce_reports_tax_views_api()
  3. 7.3 modules/tax/commerce_reports_tax.module \commerce_reports_tax_views_api()

Implements hook_views_api().

File

modules/tax/commerce_reports_tax.module, line 22
Module file for Commerce Reports Tax.

Code

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