You are here

function commerce_invoice_views_api in Commerce Invoice 7.2

Same name and namespace in other branches
  1. 7 commerce_invoice.module \commerce_invoice_views_api()

Implements hook_views_api().

File

./commerce_invoice.module, line 218
The Commerce Invoice module.

Code

function commerce_invoice_views_api() {
  return [
    'api' => 3,
  ];
}