You are here

public function FormatExportLink::__construct in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_export/src/Plugin/Derivative/FormatExportLink.php \Drupal\bibcite_export\Plugin\Derivative\FormatExportLink::__construct()

Construct a new FormatLocalTask.

Parameters

\Drupal\bibcite\Plugin\BibciteFormatManagerInterface $format_manager: Bibcite format manager service.

File

modules/bibcite_export/src/Plugin/Derivative/FormatExportLink.php, line 28

Class

FormatExportLink
Provides dynamic tabs based on available formats.

Namespace

Drupal\bibcite_export\Plugin\Derivative

Code

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