You are here

public function TestPrintEngine::getBlob in Entity Print 8.2

Gets the binary data for the printed document.

Return value

mixed The binary data.

Overrides PrintEngineInterface::getBlob

File

tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/TestPrintEngine.php, line 39

Class

TestPrintEngine
A test print engine plugin.

Namespace

Drupal\entity_print_test\Plugin\EntityPrint\PrintEngine

Code

public function getBlob() {
  return 'Using testprintengine';
}