You are here

public function ModifyHtmlEvent::getHtml in Tome 8

Gets the HTML for this page.

Return value

string The HTML.

File

modules/tome_static/src/Event/ModifyHtmlEvent.php, line 111

Class

ModifyHtmlEvent
Allows modules to modify the HTML of a static page before save.

Namespace

Drupal\tome_static\Event

Code

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