public function BiblioStyleBase::render in Bibliography Module 7.3
Render the Biblio according to the style plugin.
Return value
A an HTML string.
Overrides BiblioStyleInterface::render
3 methods override BiblioStyleBase::render()
- BiblioStyleBibtex::render in plugins/
biblio_style/ bibtex/ BiblioStyleBibtex.class.php - @inheritdoc
- BiblioStyleCiteProc::render in plugins/
biblio_style/ citeproc/ BiblioStyleCiteProc.class.php - Render the Biblio according to the style plugin.
- BiblioStyleEndNote::render in plugins/
biblio_style/ endnote/ BiblioStyleEndNote.class.php - @inheritdoc
File
- plugins/
biblio_style/ abstract.inc, line 81
Class
- BiblioStyleBase
- An abstract implementation of MessageNotifierInterface.
Code
public function render($options = array(), $langcode = NULL) {
return '';
}