You are here

function commerce_backoffice_product_views_api in Commerce Backoffice 7

Implements hook_views_api().

File

./commerce_backoffice_product.module, line 6

Code

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