You are here

public function PdfEventBase::getPdfEngine in Entity Print 8

Gets the PDF Engine plugin that will print the PDF.

Return value

\Drupal\entity_print\Plugin\PdfEngineInterface The PDF Engine.

File

src/Event/PdfEventBase.php, line 31

Class

PdfEventBase

Namespace

Drupal\entity_print\Event

Code

public function getPdfEngine() {
  return $this->pdfEngine;
}