public function PathTranslatorEvent::setPath in Decoupled Router 8
Same name and namespace in other branches
- 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_routerCode
public function setPath($path) {
$this->path = $path;
}