You are here

service workspace.manager in Workspace 8.2

Class

Drupal\workspace\WorkspaceManager

Tags

  • service_id_collector
11 string references to workspace.manager
EntityAccess::create in src/EntityAccess.php
Instantiates a new instance of this class.
EntityOperations::create in src/EntityOperations.php
Instantiates a new instance of this class.
EntityTypeInfo::create in src/EntityTypeInfo.php
Instantiates a new instance of this class.
EntityWorkspaceConflictConstraintValidator::create in src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
Instantiates a new instance of this class.
Tables::__construct in src/EntityQuery/Tables.php

... See full list

File

./workspace.services.yml
workspace.services.yml

View source
  1. class: Drupal\workspace\WorkspaceManager
  2. arguments:
  3. - '@request_stack'
  4. - '@entity_type.manager'
  5. - '@current_user'
  6. - '@state'
  7. - '@logger.channel.workspace'
  8. - '@class_resolver'
  9. tags:
  10. - { name: service_id_collector, tag: workspace_negotiator }