function Container::getAlias
Return value
string
File
-
misc/
typo3/ phar-stream-wrapper/ src/ Phar/ Container.php, line 55
Class
Namespace
TYPO3\PharStreamWrapper\PharCode
public function getAlias() {
return $this->manifest
->getAlias() ?: $this->stub
->getMappedAlias();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.