You are here

public function PathPlaceholderEvent::setPath in Tome 8

Sets the path.

Parameters

string $path: The path.

File

modules/tome_static/src/Event/PathPlaceholderEvent.php, line 53

Class

PathPlaceholderEvent
Allows modules that provide placeholder paths to load the real path.

Namespace

Drupal\tome_static\Event

Code

public function setPath($path) {
  $this->path = $path;
}