You are here

service workspaces.repository in Drupal 8

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

Class

Drupal\workspaces\WorkspaceRepository
4 string references to workspaces.repository
EntityWorkspaceConflictConstraintValidator::create in core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php
Instantiates a new instance of this class.
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
Creates an instance of the plugin.

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'