Issue #2725533 by timmillwood, alexpott, amateescu, webchick, dixon_, larowlan, dawehner, catch, Crell, Bojhan, jibran, Wim Leers, agentrickard, Berdir: Add experimental content_moderation module
2016-08-08 12:26:31 +00:00
|
|
|
services:
|
|
|
|
content_moderation.state_transition_validation:
|
2019-11-28 12:21:21 +00:00
|
|
|
class: Drupal\content_moderation\StateTransitionValidation
|
Issue #2779647 by alexpott, Sam152, catch, scookie, yoroy, pericxc, timmillwood, tacituseu, jhedstrom, xjm, bojanz, tstoeckler: Add a workflow component, ui module, and implement it in content moderation
2016-12-13 12:34:20 +00:00
|
|
|
arguments: ['@content_moderation.moderation_information']
|
2023-06-14 12:59:48 +00:00
|
|
|
Drupal\content_moderation\StateTransitionValidationInterface: '@content_moderation.state_transition_validation'
|
Issue #2725533 by timmillwood, alexpott, amateescu, webchick, dixon_, larowlan, dawehner, catch, Crell, Bojhan, jibran, Wim Leers, agentrickard, Berdir: Add experimental content_moderation module
2016-08-08 12:26:31 +00:00
|
|
|
content_moderation.moderation_information:
|
|
|
|
class: Drupal\content_moderation\ModerationInformation
|
Issue #2779647 by alexpott, Sam152, catch, scookie, yoroy, pericxc, timmillwood, tacituseu, jhedstrom, xjm, bojanz, tstoeckler: Add a workflow component, ui module, and implement it in content moderation
2016-12-13 12:34:20 +00:00
|
|
|
arguments: ['@entity_type.manager', '@entity_type.bundle.info']
|
2023-06-14 12:59:48 +00:00
|
|
|
Drupal\content_moderation\ModerationInformationInterface: '@content_moderation.moderation_information'
|
Issue #2725533 by timmillwood, alexpott, amateescu, webchick, dixon_, larowlan, dawehner, catch, Crell, Bojhan, jibran, Wim Leers, agentrickard, Berdir: Add experimental content_moderation module
2016-08-08 12:26:31 +00:00
|
|
|
access_check.latest_revision:
|
|
|
|
class: Drupal\content_moderation\Access\LatestRevisionCheck
|
|
|
|
arguments: ['@content_moderation.moderation_information']
|
|
|
|
tags:
|
|
|
|
- { name: access_check, applies_to: _content_moderation_latest_version }
|
2017-07-27 23:07:55 +00:00
|
|
|
content_moderation.config_import_subscriber:
|
|
|
|
class: Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber
|
|
|
|
arguments: ['@config.manager', '@entity_type.manager']
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
2018-02-08 10:54:19 +00:00
|
|
|
content_moderation.route_subscriber:
|
|
|
|
class: Drupal\content_moderation\Routing\ContentModerationRouteSubscriber
|
|
|
|
arguments: ['@entity_type.manager']
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
2023-04-04 23:20:29 +00:00
|
|
|
content_moderation.workspace_subscriber:
|
|
|
|
class: Drupal\content_moderation\EventSubscriber\WorkspaceSubscriber
|
|
|
|
arguments: ['@entity_type.manager', '@?workspaces.association']
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|