You are here

service workspaces.repository in Drupal 10

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

Class

Drupal\workspaces\WorkspaceRepository
8 string references to workspaces.repository
EntityWorkspaceConflictConstraintValidator::create in core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
Instantiates a new instance of this class.
Workspace::preDelete in core/modules/workspaces/src/Entity/Workspace.php
Acts on entities before they are deleted and before hooks are invoked.
WorkspaceDeleteForm::create in core/modules/workspaces/src/Form/WorkspaceDeleteForm.php
Instantiates a new instance of this class.
WorkspaceListBuilder::createInstance in core/modules/workspaces/src/WorkspaceListBuilder.php
Instantiates a new instance of this entity handler.
WorkspaceSelection::create in core/modules/workspaces/src/Plugin/EntityReferenceSelection/WorkspaceSelection.php

... See full list

File

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

View source
  1. class: Drupal\workspaces\WorkspaceRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@cache.default'