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
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PdfEngineCode
public function send($filename = NULL) {
}