You are here

function uc_views_views_api in Ubercart Views 6.3

Same name and namespace in other branches
  1. 6 uc_views.module \uc_views_views_api()
  2. 6.2 uc_views.module \uc_views_views_api()

Implementation of hook_views_api().

File

./uc_views.module, line 6

Code

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