You are here

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

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

Get current processor plugin.

Return value

\Drupal\bibcite\Plugin\BibCiteProcessorInterface|null Current processor plugin.

1 method overrides CitationStylerInterface::getProcessor()
CitationStyler::getProcessor in src/CitationStyler.php
Get current processor plugin.

File

src/CitationStylerInterface.php, line 52

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function getProcessor();