You are here

public function PdfHtmlAlterEvent::getHtml in Entity Print 8

Gets the rendered HTML.

Return value

string The HTML string.

File

src/Event/PdfHtmlAlterEvent.php, line 42

Class

PdfHtmlAlterEvent

Namespace

Drupal\entity_print\Event

Code

public function &getHtml() {
  return $this->html;
}