workspaces.operation_factory

Same name and namespace in other branches
  1. 9 core/modules/workspaces/workspaces.services.yml \workspaces.operation_factory
  2. 8.9.x core/modules/workspaces/workspaces.services.yml \workspaces.operation_factory
  3. 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

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

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