You are here

function asset_widget_views_api in Asset 7

Implements hook_views_api().

File

modules/asset_widget/asset_widget.module, line 69
Code for the Asset widget module.

Code

function asset_widget_views_api() {
  return array(
    'api' => '3.0',
    'path' => ASSET_WIDGET_MODULE_PATH . '/views',
    'template path' => ASSET_WIDGET_MODULE_PATH . '/views/theme',
  );
}