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\boostCode
public function getPath() {
return $this->aliasManager
->getAliasByPath($this->currentPath
->getPath());
}