You are here

function biblio_xml_views_api in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.module \biblio_xml_views_api()
  2. 7 modules/endnote/biblio_xml.module \biblio_xml_views_api()

File

modules/endnote/biblio_xml.module, line 6

Code

function biblio_xml_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'biblio_xml') . '/views',
  );
}