function WorkspacesAliasManager::__construct

File

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

Class

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

Namespace

Drupal\workspaces

Code

public function __construct(protected readonly AliasManagerInterface $inner, protected readonly WorkspaceManagerInterface $workspaceManager) {
}

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