function WorkspaceProviderBase::__construct
Same name and namespace in other branches
- 11.x core/modules/workspaces/src/Provider/WorkspaceProviderBase.php \Drupal\workspaces\Provider\WorkspaceProviderBase::__construct()
File
-
core/
modules/ workspaces/ src/ Provider/ WorkspaceProviderBase.php, line 32
Class
- WorkspaceProviderBase
- Defines the base class for workspace providers.
Namespace
Drupal\workspaces\ProviderCode
public function __construct(protected EntityTypeManagerInterface $entityTypeManager, protected WorkspaceManagerInterface $workspaceManager, protected WorkspaceTrackerInterface $workspaceTracker, protected WorkspaceInformationInterface $workspaceInfo) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.