You are here

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

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

Load plugin object by identifier.

Parameters

string $processor_id: Identifier of processor plugin.

Return value

\Drupal\bibcite\CitationStylerInterface The called Styler object.

1 method overrides CitationStylerInterface::setProcessorById()
CitationStyler::setProcessorById in src/CitationStyler.php
Load plugin object by identifier.

File

src/CitationStylerInterface.php, line 44

Class

CitationStylerInterface
Defines an interface for Styler service.

Namespace

Drupal\bibcite

Code

public function setProcessorById($processor_id);