BundleModerationConfigurationForm::__construct

public BundleModerationConfigurationForm::__construct(EntityTypeManagerInterface $entity_type_manager)

File

core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php, line 28

Class

BundleModerationConfigurationForm
Form for configuring moderation usage on a given entity bundle.

Namespace

Drupal\content_moderation\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}
doc_Drupal
2016-10-29 08:49:06
Comments
Leave a Comment

Please login to continue.