You are here

service workspaces.operation_factory in Drupal 9

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

Class

Drupal\workspaces\WorkspaceOperationFactory
2 string references to workspaces.operation_factory
WorkspaceMergeForm::create in core/modules/workspaces/src/Form/WorkspaceMergeForm.php
Instantiates a new instance of this class.
WorkspacePublishForm::create in core/modules/workspaces/src/Form/WorkspacePublishForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\workspaces\WorkspaceOperationFactory
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@database'
  5. - '@workspaces.manager'
  6. - '@workspaces.association'
  7. - '@cache_tags.invalidator'