function juicebox_views_api in Juicebox HTML5 Responsive Image Galleries 7
Same name and namespace in other branches
- 7.2 juicebox.module \juicebox_views_api()
Implements hook_views_api().
File
- ./
juicebox.module, line 78 - Provides Drupal integration with the Juicebox library.
Code
function juicebox_views_api() {
return array(
'api' => 3.0,
);
}