workspaces.manager
Same name in other branches
- 9 core/modules/workspaces/workspaces.services.yml \workspaces.manager
- 10 core/modules/workspaces/workspaces.services.yml \workspaces.manager
- 11.x core/modules/workspaces/workspaces.services.yml \workspaces.manager
Class
Drupal\workspaces\WorkspaceManagerTags
- service_id_collector
19 string references to workspaces.manager
- ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/
modules/ workspaces/ tests/ src/ Functional/ UpdateSystem/ ActiveWorkspaceUpdateTest.php - Tests that there is no active workspace during database updates.
- EntityAccess::create in core/
modules/ workspaces/ src/ EntityAccess.php - Instantiates a new instance of this class.
- EntityOperations::create in core/
modules/ workspaces/ src/ EntityOperations.php - Instantiates a new instance of this class.
- EntityReferenceSupportedNewEntitiesConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityReferenceSupportedNewEntitiesConstraintValidator.php - Instantiates a new instance of this class.
- EntityTypeInfo::create in core/
modules/ workspaces/ src/ EntityTypeInfo.php - Instantiates a new instance of this class.
File
-
core/
modules/ workspaces/ workspaces.services.yml
View source
- class: Drupal\workspaces\WorkspaceManager
- arguments:
- - '@request_stack'
- - '@entity_type.manager'
- - '@entity.memory_cache'
- - '@current_user'
- - '@state'
- - '@logger.channel.workspaces'
- - '@class_resolver'
- - '@workspaces.association'
- tags:
- - { name: service_id_collector, tag: workspace_negotiator }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.