public function PrintExceptionEngine::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/ PrintExceptionEngine.php, line 41
Class
- PrintExceptionEngine
- A test print engine that throws an exception.
Namespace
Drupal\entity_print_test\Plugin\EntityPrint\PrintEngineCode
public function addPage($content) {
}