You are here

public function UrlBag::getPathInArchive in Mini site 8

Get path in the archive.

2 calls to UrlBag::getPathInArchive()
UrlBag::getAlias in src/UrlBag.php
Get alias for the current URL.
UrlBag::setAlias in src/UrlBag.php
Set alias.

File

src/UrlBag.php, line 182

Class

UrlBag
Class UrlBag.

Namespace

Drupal\minisite

Code

public function getPathInArchive() {
  return static::getUriPart($this
    ->getUri(), self::URI_PART_PATH_IN_ARCHIVE);
}