You are here

service workbench_moderation.moderation_information in Workbench Moderation 8

Same name and namespace in other branches
  1. 8.2 workbench_moderation.services.yml \workbench_moderation.moderation_information

Class

Drupal\workbench_moderation\ModerationInformation
10 string references to workbench_moderation.moderation_information
EditTab::create in src/Plugin/Menu/EditTab.php
Creates an instance of the plugin.
EntityModerationForm::create in src/Form/EntityModerationForm.php
Instantiates a new instance of this class.
EntityTypeInfo::bundleFormRedirect in src/EntityTypeInfo.php
Redirect content entity edit forms on save, if there is a forward revision.
ModerationOptOutPublishNode::create in src/Plugin/Action/ModerationOptOutPublishNode.php
Creates an instance of the plugin.
ModerationOptOutUnpublishNode::create in src/Plugin/Action/ModerationOptOutUnpublishNode.php
Creates an instance of the plugin.

... See full list

File

./workbench_moderation.services.yml
workbench_moderation.services.yml

View source
  1. class: Drupal\workbench_moderation\ModerationInformation
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@current_user'