function WorkspaceManager::__construct

Same name in other branches
  1. 9 core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::__construct()
  2. 8.9.x core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::__construct()
  3. 10 core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::__construct()

File

core/modules/workspaces/src/WorkspaceManager.php, line 29

Class

WorkspaceManager
Provides the workspace manager.

Namespace

Drupal\workspaces

Code

public function __construct(RequestStack $requestStack, EntityTypeManagerInterface $entityTypeManager, MemoryCacheInterface $entityMemoryCache, AccountProxyInterface $currentUser, StateInterface $state, LoggerInterface $logger, ClassResolverInterface $classResolver, WorkspaceAssociationInterface $workspaceAssociation, WorkspaceInformationInterface $workspaceInfo, array $negotiatorIds = []) {
}

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