You are here

public function PathTranslatorEvent::setPath in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/PathTranslatorEvent.php \Drupal\decoupled_router\PathTranslatorEvent::setPath()

Set the path.

Parameters

string $path: The path.

File

src/PathTranslatorEvent.php, line 83

Class

PathTranslatorEvent
Path translation event.

Namespace

Drupal\decoupled_router

Code

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