You are here

uc_views_marketing.module in Ubercart Views 6.3

Same filename and directory in other branches
  1. 6.2 uc_views_marketing/uc_views_marketing.module

File

uc_views_marketing/uc_views_marketing.module
View source
<?php

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

Functions

Namesort descending Description
uc_views_marketing_views_api Implementation of hook_views_api().