You are here

function commerce_product_attributes_views_api in Commerce Product Attributes 7

Implements hook_views_api().

File

./commerce_product_attributes.module, line 43
This module adds some improvements to the Drupal Commerce core.

Code

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