service workspaces.association in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workspaces/workspaces.services.yml \workspaces.association
 - 9 core/modules/workspaces/workspaces.services.yml \workspaces.association
 
Class
Drupal\workspaces\WorkspaceAssociationTags
- backend_overridable
 
9 string references to workspaces.association
- content_moderation_workspace_access in core/
modules/ content_moderation/ content_moderation.module  - Implements hook_ENTITY_TYPE_access() for the 'workspace' entity type.
 - DeletedWorkspaceConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ DeletedWorkspaceConstraintValidator.php  - Instantiates a new instance of this class.
 - EntityOperations::create in core/
modules/ workspaces/ src/ EntityOperations.php  - EntityWorkspaceConflictConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityWorkspaceConflictConstraintValidator.php  - Instantiates a new instance of this class.
 - WorkspaceCRUDTest::testDeletingWorkspaces in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php  - Tests the deletion of workspaces.
 
File
- core/
modules/ workspaces/ workspaces.services.yml  - core/modules/workspaces/workspaces.services.yml
 
View source
- class: Drupal\workspaces\WorkspaceAssociation
 - arguments:
 -   - '@database'
 -   - '@entity_type.manager'
 -   - '@workspaces.repository'
 - tags:
 -   - { name: backend_overridable }