function WorkspacesAliasManager::getAliasByPath

File

core/modules/workspaces/src/WorkspacesAliasManager.php, line 48

Class

WorkspacesAliasManager
Decorates the path_alias.manager service for workspace-specific caching.

Namespace

Drupal\workspaces

Code

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

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