You are here

function biblio_xml_biblio_import_options in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_import_options()
  2. 7.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_import_options()

Add the xml 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_xml', 'biblio_import',...)

File

modules/endnote/biblio_xml.module, line 22

Code

function biblio_xml_biblio_import_options() {
  return array(
    'biblio_xml' => t('EndNote XML'),
  );
}