You are here

function commerce_invoice_pdf_views_api in Commerce Invoice 7.2

Implements hook_views_api().

File

modules/pdf/commerce_invoice_pdf.module, line 281
The Commerce Invoice PDF module.

Code

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