You are here

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

Same name and namespace in other branches
  1. 8 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\bibcite

Code

public function setStyleById($style_id);