You are here

public function ModifyHtmlEvent::getPath in Tome 8

Returns the current path.

Return value

string The path.

File

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

Class

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

Namespace

Drupal\tome_static\Event

Code

public function getPath() {
  return $this->path;
}