You are here

function biblio_ui_views_api in Bibliography Module 7.3

Implements hook_views_api().

File

modules/biblio_ui/biblio_ui.module, line 365
Main functionality file for the biblio UI module.

Code

function biblio_ui_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'biblio_ui') . '/includes/views',
  );
}