public function PathPlaceholderEvent::getPath in Tome 8
Gets the path.
Return value
string The path.
File
- modules/
tome_static/ src/ Event/ PathPlaceholderEvent.php, line 43
Class
- PathPlaceholderEvent
- Allows modules that provide placeholder paths to load the real path.
Namespace
Drupal\tome_static\EventCode
public function getPath() {
return $this->path;
}