workspaces.association

Same name and namespace in other branches
  1. 9 core/modules/workspaces/workspaces.services.yml \workspaces.association
  2. 8.9.x core/modules/workspaces/workspaces.services.yml \workspaces.association
  3. 10 core/modules/workspaces/workspaces.services.yml \workspaces.association

Class

Drupal\workspaces\WorkspaceAssociation

Tags

  • 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.

... See full list

File

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. - '@logger.channel.workspaces'
  7. tags:
  8. - { name: backend_overridable }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.