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