You are here

public function Container::getAlias in Drupal 7

Return value

string

File

misc/typo3/phar-stream-wrapper/src/Phar/Container.php, line 55

Class

Container

Namespace

TYPO3\PharStreamWrapper\Phar

Code

public function getAlias() {
  return $this->manifest
    ->getAlias() ?: $this->stub
    ->getMappedAlias();
}