You are here

public function CitationStylerInterface::render in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/CitationStylerInterface.php \Drupal\bibcite\CitationStylerInterface::render()

Render CSL data to bibliographic citation.

Parameters

array|\stdClass $data: Array or object of values in CSL format.

Return value

string Rendered bibliographic citation.

1 method overrides CitationStylerInterface::render()
CitationStyler::render in src/CitationStyler.php
Render CSL data to bibliographic citation.

File

src/CitationStylerInterface.php, line 22

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function render($data);