You are here

protected property EntityModerationForm::$moderationInfo in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/Form/EntityModerationForm.php \Drupal\content_moderation\Form\EntityModerationForm::moderationInfo

The moderation information service.

Type: \Drupal\content_moderation\ModerationInformationInterface

File

core/modules/content_moderation/src/Form/EntityModerationForm.php, line 27

Class

EntityModerationForm
The EntityModerationForm provides a simple UI for changing moderation state.

Namespace

Drupal\content_moderation\Form

Code

protected $moderationInfo;