You are here

function colorbox_views_api in Colorbox 6

Same name and namespace in other branches
  1. 7.2 colorbox.module \colorbox_views_api()
  2. 7 colorbox.module \colorbox_views_api()

Implementation of hook_views_api().

File

./colorbox.module, line 60
A light-weight, customizable lightbox plugin for jQuery 1.3

Code

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