You are here

protected property PrintableController::$printableFormatManager in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Controller/PrintableController.php \Drupal\printable\Controller\PrintableController::printableFormatManager

The printable format plugin manager.

Type: \Drupal\printable\PrintableFormatPluginManager

File

src/Controller/PrintableController.php, line 23

Class

PrintableController
Controller to display an entity in a particular printable format.

Namespace

Drupal\printable\Controller

Code

protected $printableFormatManager;