You are here

function commerce_reports_tax_views_api in Commerce Reporting 7.2

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.3 modules/tax/commerce_reports_tax.module \commerce_reports_tax_views_api()

Implements hook_views_api().

File

modules/tax/commerce_reports_tax.module, line 39

Code

function commerce_reports_tax_views_api() {
  return array(
    'api' => 3,
  );
}