public function NotAvailablePrintEngine::addPage in Entity Print 8.2
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 PrintEngineInterface::addPage
File
- tests/
modules/ entity_print_test/ src/ Plugin/ EntityPrint/ PrintEngine/ NotAvailablePrintEngine.php, line 36
Class
- NotAvailablePrintEngine
- Unavailable print engine for testing.
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngineCode
public function addPage($content) {
}