You are here

public function PrintEngineInterface::getPrintObject in Entity Print 8.2

Gets the object for this Print engine.

Note, it is not advised that you use this method if you want your code to work generically across all print engines.

Return value

object The implementation specific print object being used.

7 methods override PrintEngineInterface::getPrintObject()
DomPdf::getPrintObject in src/Plugin/EntityPrint/PrintEngine/DomPdf.php
Gets the object for this Print engine.
NotAvailablePrintEngine::getPrintObject in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/NotAvailablePrintEngine.php
Gets the object for this Print engine.
PhpWkhtmlToPdf::getPrintObject in src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php
Gets the object for this Print engine.
PrintExceptionEngine::getPrintObject in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/PrintExceptionEngine.php
Gets the object for this Print engine.
TcPdfv1::getPrintObject in src/Plugin/EntityPrint/PrintEngine/TcPdfv1.php
Gets the object for this Print engine.

... See full list

File

src/Plugin/PrintEngineInterface.php, line 78

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public function getPrintObject();