function AliasManagerDecorator::getAliasByPath

Overrides AliasManagerInterface::getAliasByPath

File

core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/AliasManagerDecorator.php, line 39

Class

AliasManagerDecorator
Test alias manager decorator.

Namespace

Drupal\path_alias_deprecated_test

Code

public function getAliasByPath($path, $langcode = NULL) {
    return $this->aliasManager
        ->getAliasByPath($path, $langcode);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.