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
Namespace
Drupal\entity_print\EventCode
public function &getHtml() {
return $this->html;
}