You are here

public function NotAvailablePdfEngine::send in Entity Print 8

Send the PDF contents to the browser.

Parameters

$filename: (optional) The filename if we want to force the browser to download.

Throws

\Drupal\entity_print\PdfEngineException Thrown when PDF generation fails.

Overrides PdfEngineInterface::send

File

tests/modules/entity_print_test/src/Plugin/EntityPrint/PdfEngine/NotAvailablePdfEngine.php, line 12

Class

NotAvailablePdfEngine

Namespace

Drupal\entity_print_test\Plugin\EntityPrint\PdfEngine

Code

public function send($filename = NULL) {
}