public function NotAvailablePdfEngine::addPage in Entity Print 8
Add a string of HTML to a new page.
Parameters
string $content: The string of HTML to add to a new page.
Return value
$this
Overrides PdfEngineInterface::addPage
File
- tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PdfEngine/ NotAvailablePdfEngine.php, line 22
Class
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PdfEngineCode
public function addPage($content) {
}