You are here

public function PrintEngineInterface::getBlob in Entity Print 8.2

Gets the binary data for the printed document.

Return value

mixed The binary data.

7 methods override PrintEngineInterface::getBlob()
DomPdf::getBlob in src/Plugin/EntityPrint/PrintEngine/DomPdf.php
Gets the binary data for the printed document.
NotAvailablePrintEngine::getBlob in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/NotAvailablePrintEngine.php
Gets the binary data for the printed document.
PhpWkhtmlToPdf::getBlob in src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php
Gets the binary data for the printed document.
PrintExceptionEngine::getBlob in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/PrintExceptionEngine.php
Gets the binary data for the printed document.
TcPdfv1::getBlob in src/Plugin/EntityPrint/PrintEngine/TcPdfv1.php
Gets the binary data for the printed document.

... See full list

File

src/Plugin/PrintEngineInterface.php, line 51

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public function getBlob();