You are here

function biblio_crossref_biblio_mapper_options in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/crossref/biblio_crossref.module \biblio_crossref_biblio_mapper_options()
  2. 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,
    ),
  );
}