public function PdfGeneratorInterface::send in PDF generator API 8
Same name and namespace in other branches
- 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::send()
The name of the file to be downloaded.
4 methods override PdfGeneratorInterface::send()
- DompdfGenerator::send in src/
Plugin/ PdfGenerator/ DompdfGenerator.php - The name of the file to be downloaded.
- MpdfGenerator::send in src/
Plugin/ PdfGenerator/ MpdfGenerator.php - The name of the file to be downloaded.
- TcpdfGenerator::send in src/
Plugin/ PdfGenerator/ TcpdfGenerator.php - The name of the file to be downloaded.
- WkhtmltopdfGenerator::send in src/
Plugin/ PdfGenerator/ WkhtmltopdfGenerator.php - The name of the file to be downloaded.
File
- src/
Plugin/ PdfGeneratorInterface.php, line 122 - Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.
Class
- PdfGeneratorInterface
- Defines an interface for PDF generator plugins.
Namespace
Drupal\pdf_api\PluginCode
public function send();