You are here

function commerce_gc_views_api in Commerce GC 7

File

./commerce_gc.module, line 1138
Provides Giftcard coupon bundle, Giftcard Transaction entity and basic user interface elements.

Code

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