You are here

public function PrintEngineInterface::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

7 methods override PrintEngineInterface::addPage()
DomPdf::addPage in src/Plugin/EntityPrint/PrintEngine/DomPdf.php
Add a string of HTML to a new page.
NotAvailablePrintEngine::addPage in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/NotAvailablePrintEngine.php
Add a string of HTML to a new page.
PhpWkhtmlToPdf::addPage in src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php
Add a string of HTML to a new page.
PrintExceptionEngine::addPage in tests/modules/entity_print_test/src/Plugin/EntityPrint/PrintEngine/PrintExceptionEngine.php
Add a string of HTML to a new page.
TcPdfv1::addPage in src/Plugin/EntityPrint/PrintEngine/TcPdfv1.php
Add a string of HTML to a new page.

... See full list

File

src/Plugin/PrintEngineInterface.php, line 30

Class

PrintEngineInterface
Print engine interface.

Namespace

Drupal\entity_print\Plugin

Code

public function addPage($content);