You are here

function juicebox_views_api in Juicebox HTML5 Responsive Image Galleries 7.2

Same name and namespace in other branches
  1. 7 juicebox.module \juicebox_views_api()

Implements hook_views_api().

File

./juicebox.module, line 99
Provides Drupal integration with the Juicebox library. This file contains the relevant Drupal hook implementations and callbacks.

Code

function juicebox_views_api() {
  return array(
    'api' => 3.0,
  );
}