You are here

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

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

Set processor plugin.

Parameters

\Drupal\bibcite\Plugin\BibCiteProcessorInterface $processor: Processor plugin object.

Return value

\Drupal\bibcite\CitationStylerInterface The called Styler object.

1 method overrides CitationStylerInterface::setProcessor()
CitationStyler::setProcessor in src/CitationStyler.php
Set processor plugin.

File

src/CitationStylerInterface.php, line 33

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function setProcessor(BibCiteProcessorInterface $processor);