You are here

uc_views.module in Ubercart Views 6

Same filename and directory in other branches
  1. 6.3 uc_views.module
  2. 6.2 uc_views.module

File

uc_views.module
View source
<?php

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

Functions

Namesort descending Description
uc_views_views_api Implementation of hook_views_api().