You are here

function uc_catalog_views_api in Ubercart 7.3

Implements hooks_views_api().

File

uc_catalog/uc_catalog.module, line 337
Ubercart Catalog module.

Code

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