You are here

public function BiblioStyleEndNoteTagged::renderEntryFile in Bibliography Module 7.3

File

plugins/biblio_style/endnote/BiblioStyleEndNoteTagged.php, line 141
EndNote tagged biblio style.

Class

BiblioStyleEndNoteTagged
@file EndNote tagged biblio style.

Code

public function renderEntryFile(&$output = array(), EntityMetadataWrapper $wrapper, $tag) {
  if (!($file = $wrapper->biblio_pdf
    ->value())) {
    return;
  }
  $output[] = "%> " . file_create_url($file['uri']);
}