public function PdfGeneratorInterface::stream in PDF generator API 8
Same name and namespace in other branches
- 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::stream()
Stream the PDF to the browser.
4 methods override PdfGeneratorInterface::stream()
- DompdfGenerator::stream in src/
Plugin/ PdfGenerator/ DompdfGenerator.php - Stream the PDF to the browser.
- MpdfGenerator::stream in src/
Plugin/ PdfGenerator/ MpdfGenerator.php - Stream the PDF to the browser.
- TcpdfGenerator::stream in src/
Plugin/ PdfGenerator/ TcpdfGenerator.php - Stream the PDF to the browser.
- WkhtmltopdfGenerator::stream in src/
Plugin/ PdfGenerator/ WkhtmltopdfGenerator.php - Stream the PDF to the browser.
File
- src/
Plugin/ PdfGeneratorInterface.php, line 127 - Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.
Class
- PdfGeneratorInterface
- Defines an interface for PDF generator plugins.
Namespace
Drupal\pdf_api\PluginCode
public function stream($filelocation);