You are here

function commerce_coupon_batch_views_api in Commerce coupon batch 7.2

Implements hook_views_api().

File

./commerce_coupon_batch.module, line 57
Batch generation functionalities for commerce_coupon module.

Code

function commerce_coupon_batch_views_api($module = NULL, $api = NULL) {
  return array(
    'api' => '3.0',
  );
}