You are here

public function PathTranslatorEvent::getPath in Decoupled Router 8

Same name and namespace in other branches
  1. 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_router

Code

public function getPath() {
  return $this->path;
}