public function PathTranslatorEvent::getPath in Decoupled Router 8
Same name and namespace in other branches
- 2.x src/PathTranslatorEvent.php \Drupal\decoupled_router\PathTranslatorEvent::getPath()
Get the path.
Return value
string The path.
File
- src/
PathTranslatorEvent.php, line 73
Class
- PathTranslatorEvent
- Path translation event.
Namespace
Drupal\decoupled_routerCode
public function getPath() {
return $this->path;
}