function WorkspaceManager::__construct
Same name in other branches
- 9 core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::__construct()
- 8.9.x core/modules/workspaces/src/WorkspaceManager.php \Drupal\workspaces\WorkspaceManager::__construct()
- 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\workspacesCode
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.