You are here

function commerce_reports_tax_views_api in Commerce Reporting 7.3

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

Implements hook_views_api().

File

modules/tax/commerce_reports_tax.module, line 17

Code

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