You are here

function brightcove_cck_views_api in Brightcove Video Connect 6.2

Same name and namespace in other branches
  1. 6 brightcove_cck/brightcove_cck.module \brightcove_cck_views_api()

Implementation of hook_views_api().

File

brightcove_cck/brightcove_cck.module, line 868
Brightcove CCK module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.

Code

function brightcove_cck_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'brightcove_cck') . '/views',
  );
}