You are here

service workspaces.association in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/workspaces.services.yml \workspaces.association
  2. 10 core/modules/workspaces/workspaces.services.yml \workspaces.association

Class

Drupal\workspaces\WorkspaceAssociation

Tags

  • backend_overridable
8 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
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.
WorkspaceCRUDTest::testDeletingWorkspaces in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
Tests the deletion of workspaces.

... See full list

File

core/modules/workspaces/workspaces.services.yml
core/modules/workspaces/workspaces.services.yml

View source
  1. class: Drupal\workspaces\WorkspaceAssociation
  2. arguments:
  3. - '@database'
  4. - '@entity_type.manager'
  5. - '@workspaces.repository'
  6. tags:
  7. - { name: backend_overridable }