function biblio_crossref_biblio_mapper_options in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/crossref/biblio_crossref.module \biblio_crossref_biblio_mapper_options()
- 7.2 modules/crossref/biblio_crossref.module \biblio_crossref_biblio_mapper_options()
File
- modules/crossref/ biblio_crossref.module, line 118 
Code
function biblio_crossref_biblio_mapper_options() {
  return array(
    'crossref' => array(
      'title' => t('CrossRef XML'),
      'export' => FALSE,
    ),
  );
}