You are here

function biblio_style_apa_info in Bibliography Module 5

Same name and namespace in other branches
  1. 6.2 styles/biblio_style_apa.inc \biblio_style_apa_info()
  2. 6 biblio_style_apa.inc \biblio_style_apa_info()
  3. 7 styles/biblio_style_apa.inc \biblio_style_apa_info()
  4. 7.2 styles/biblio_style_apa.inc \biblio_style_apa_info()

Get the style information

Return value

The name of the style

File

./biblio_style_apa.inc, line 8

Code

function biblio_style_apa_info() {
  return array(
    'apa' => 'American Psychological Association (APA)',
  );
}