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;
}
Please login to continue.