You are here

function uc_wishlist_views_api in UC Wish List 7

Same name and namespace in other branches
  1. 6 uc_wishlist.module \uc_wishlist_views_api()

Implements hook_views_api().

File

./uc_wishlist.module, line 1009
Allows users to create public shopping/wish lists.

Code

function uc_wishlist_views_api() {
  return array(
    'api' => 3,
  );
}