You are here

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

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Plugin/Derivative/FormatLocalTask.php \Drupal\bibcite_entity\Plugin\Derivative\FormatLocalTask::__construct()

Construct a new FormatLocalTask.

Parameters

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

File

modules/bibcite_entity/src/Plugin/Derivative/FormatLocalTask.php, line 28

Class

FormatLocalTask
Provides dynamic tabs based on available formats.

Namespace

Drupal\bibcite_entity\Plugin\Derivative

Code

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