You are here

function uc_order_views_api in Ubercart 7.3

Implements hook_views_api().

File

uc_order/uc_order.module, line 667

Code

function uc_order_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'uc_order') . '/views',
  );
}