You are here

function uc_wishlist_views_api in UC Wish List 6

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

Implements hook_views_api()

File

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

Code

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