function biblio_ris_biblio_mapper_options in Bibliography Module 7.2
Same name and namespace in other branches
- 6.2 modules/RIS/biblio_ris.module \biblio_ris_biblio_mapper_options()
- 7 modules/RIS/biblio_ris.module \biblio_ris_biblio_mapper_options()
File
- modules/
RIS/ biblio_ris.module, line 20
Code
function biblio_ris_biblio_mapper_options() {
return array(
'ris' => array(
'title' => t('RIS'),
'export' => TRUE,
),
);
}