You are here

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

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

Get current CSL style.

Return value

\Drupal\bibcite\Entity\CslStyleInterface|null Current CSL style.

1 method overrides CitationStylerInterface::getStyle()
CitationStyler::getStyle in src/CitationStyler.php
Get current CSL style.

File

src/CitationStylerInterface.php, line 68

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function getStyle();