public function FormatConverter::__construct in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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\RoutingCode
public function __construct(BibciteFormatManagerInterface $format_manager) {
$this->formatManager = $format_manager;
}