function galleria_views_api in Galleria 7
Implements hook_views_api().
This tells drupal that there is Views integration file named galleria.views.inc
File
- ./
galleria.module, line 179 - A light-weight, customizable image gallery plugin for Drupal based on jQuery
Code
function galleria_views_api() {
return array(
'api' => 3,
);
}