You are here

public function BoostCacheRoute::getUri in Boost 8

Return the current file uri.

File

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

Class

BoostCacheRoute
BoostCacheRoute class.

Namespace

Drupal\boost

Code

public function getUri() {
  return $this->schema . $this
    ->getPath() . $this->extension;
}