You are here

public function FormatConverter::__construct in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 src/Routing/FormatConverter.php \Drupal\bibcite\Routing\FormatConverter::__construct()

Format converter constructor.

Parameters

\Drupal\bibcite\Plugin\BibciteFormatManagerInterface $format_manager: Format plugins manager service.

File

src/Routing/FormatConverter.php, line 27

Class

FormatConverter
Converts export plugin id to definition array.

Namespace

Drupal\bibcite\Routing

Code

public function __construct(BibciteFormatManagerInterface $format_manager) {
  $this->formatManager = $format_manager;
}