function WorkspacesHooks::__construct

Same name and namespace in other branches
  1. main core/modules/workspaces/src/Hook/WorkspacesHooks.php \Drupal\workspaces\Hook\WorkspacesHooks::__construct()

File

core/modules/workspaces/src/Hook/WorkspacesHooks.php, line 28

Class

WorkspacesHooks
Hook implementations for workspaces.

Namespace

Drupal\workspaces\Hook

Code

public function __construct(protected WorkspaceManagerInterface $workspaceManager, protected WorkspaceTrackerInterface $workspaceTracker, protected WorkspaceInformationInterface $workspaceInfo, protected EntityTypeManagerInterface $entityTypeManager, protected StateInterface $state, protected EntityDefinitionUpdateManagerInterface $entityDefinitionUpdateManager, protected CacheTagsInvalidatorInterface $cacheTagsInvalidator) {
}

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