function biblio_bibtex_views_api in Bibliography Module 6.2
Same name and namespace in other branches
- 7 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_views_api()
- 7.2 modules/bibtexParse/biblio_bibtex.module \biblio_bibtex_views_api()
File
- modules/
bibtexParse/ biblio_bibtex.module, line 6
Code
function biblio_bibtex_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'biblio_bibtex') . '/views',
);
}