public function CitationStylerInterface::setStyleById in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/CitationStylerInterface.php \Drupal\bibcite\CitationStylerInterface::setStyleById()
Load and set style by identifier.
Parameters
string $style_id: CSL style identifier.
Return value
\Drupal\bibcite\CitationStylerInterface The called Styler object.
1 method overrides CitationStylerInterface::setStyleById()
- CitationStyler::setStyleById in src/
CitationStyler.php - Load and set style by identifier.
File
- src/
CitationStylerInterface.php, line 91
Class
- CitationStylerInterface
- Defines an interface for Styler service.
Namespace
Drupal\bibciteCode
public function setStyleById($style_id);