public function BiblioStyleInterface::render in Bibliography Module 7.3
Render the Biblio according to the style plugin.
Return value
A an HTML string.
1 method overrides BiblioStyleInterface::render()
- BiblioStyleBase::render in plugins/
biblio_style/ abstract.inc - Render the Biblio according to the style plugin.
File
- plugins/
biblio_style/ abstract.inc, line 26
Class
- BiblioStyleInterface
- Biblio Style interface
Code
public function render($options = array(), $langcode = NULL);