public function CitationStylerInterface::render in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\bibciteCode
public function render($data);