You are here

function uc_discounts_views_api in Ubercart Discounts (Alternative) 7.2

Same name and namespace in other branches
  1. 6.2 uc_discounts/uc_discounts.module \uc_discounts_views_api()

Implements hook_views_api().

File

uc_discounts/uc_discounts.module, line 2502

Code

function uc_discounts_views_api() {
  return array(
    'api' => 2,
  );
}