You are here

public function BoostCacheRoute::getPath in Boost 8

Return the current path.

2 calls to BoostCacheRoute::getPath()
BoostCacheRoute::convertPath in src/BoostCacheRoute.php
Convert the path into a file path.
BoostCacheRoute::getUri in src/BoostCacheRoute.php
Return the current file uri.

File

src/BoostCacheRoute.php, line 70
Contains Drupal\boost\BoostCacheRoute

Class

BoostCacheRoute
BoostCacheRoute class.

Namespace

Drupal\boost

Code

public function getPath() {
  return $this->aliasManager
    ->getAliasByPath($this->currentPath
    ->getPath());
}