public function BibCiteProcessorInterface::render in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibCiteProcessorInterface.php \Drupal\bibcite\Plugin\BibCiteProcessorInterface::render()
Render citation string from CSL values array.
Parameters
array|\stdClass $data: CSL values array or object.
string $csl: Citation style (CSL) content.
string $lang: Citation language.
Return value
string Rendered citation.
1 method overrides BibCiteProcessorInterface::render()
- CiteprocPhp::render in src/
Plugin/ BibCiteProcessor/ CiteprocPhp.php - Render citation string from CSL values array.
File
- src/
Plugin/ BibCiteProcessorInterface.php, line 25
Class
- BibCiteProcessorInterface
- Defines an interface for Processor plugins.
Namespace
Drupal\bibcite\PluginCode
public function render($data, $csl, $lang);