function biblio_marc_biblio_import_options in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/marcParse/biblio_marc.module \biblio_marc_biblio_import_options()
- 7.2 modules/marcParse/biblio_marc.module \biblio_marc_biblio_import_options()
Add the marc option to the option list of the biblio_import_form the key is the module name use by module_invoke to call hook_biblio_import module_invoke('biblio_marc', 'biblio_import',...)
File
- modules/
marcParse/ biblio_marc.module, line 12
Code
function biblio_marc_biblio_import_options() {
return array(
'biblio_marc' => t('MARC'),
);
}