You are here

function commerce_invoice_ui_views_api in Commerce Invoice 7

Implements hook_views_api().

File

./commerce_invoice_ui.module, line 53

Code

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