workspaces.association
Same name in other branches
- 9 core/modules/workspaces/workspaces.services.yml \workspaces.association
- 8.9.x core/modules/workspaces/workspaces.services.yml \workspaces.association
- 11.x core/modules/workspaces/workspaces.services.yml \workspaces.association
Class
Drupal\workspaces\WorkspaceAssociationTags
- backend_overridable
8 string references to workspaces.association
- EntityOperations::create in core/
modules/ workspaces/ src/ EntityOperations.php - Instantiates a new instance of this class.
- EntityWorkspaceConflictConstraintValidator::create in core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityWorkspaceConflictConstraintValidator.php - Instantiates a new instance of this class.
- WorkspaceAssociationTest::assertWorkspaceAssociations in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAssociationTest.php - Checks the workspace associations for a test scenario.
- WorkspaceCRUDTest::testDeletingWorkspaces in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php - Tests the deletion of workspaces.
- WorkspaceDeleteForm::create in core/
modules/ workspaces/ src/ Form/ WorkspaceDeleteForm.php - Instantiates a new instance of this class.
File
-
core/
modules/ workspaces/ workspaces.services.yml
View source
- class: Drupal\workspaces\WorkspaceAssociation
- arguments:
- - '@database'
- - '@entity_type.manager'
- - '@workspaces.repository'
- - '@logger.channel.workspaces'
- tags:
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.