You are here

function commerce_coupon_ui_views_api in Commerce Coupon 7

Implements hook_views_api().

File

./commerce_coupon_ui.module, line 206
Coupon User Interface for Drupal Commerce

Code

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