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
Namespace
Drupal\entity_print\EventCode
public function getPdfEngine() {
return $this->pdfEngine;
}