You are here

public function PrintableFormatConfigureTabs::__construct in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Derivative/PrintableFormatConfigureTabs.php \Drupal\printable\Plugin\Derivative\PrintableFormatConfigureTabs::__construct()

Construct a new printable format configuration tab plugin derivative.

Parameters

\Drupal\printable\PrintableFormatPluginManager $printable_format_manager: The printable format plugin manager.

File

src/Plugin/Derivative/PrintableFormatConfigureTabs.php, line 28

Class

PrintableFormatConfigureTabs
Local tasks plugin derivative to provide a tab for each printable format.

Namespace

Drupal\printable\Plugin\Derivative

Code

public function __construct(PrintableFormatPluginManager $printable_format_manager) {
  $this->printableFormatManager = $printable_format_manager;
}