You are here

function asset_gallery_views_api in Asset 7

Implements hook_views_api().

File

modules/asset_gallery/asset_gallery.module, line 30
Code for the Image gallery asset.

Code

function asset_gallery_views_api() {
  return array(
    'api' => '3.0',
    'path' => ASSET_GALLERY_MODULE_PATH . '/views',
  );
}