public function BundleModerationConfigurationForm::__construct in Workbench Moderation 8.2
Same name and namespace in other branches
- 8 src/Form/BundleModerationConfigurationForm.php \Drupal\workbench_moderation\Form\BundleModerationConfigurationForm::__construct()
@inheritDoc
File
- src/
Form/ BundleModerationConfigurationForm.php, line 27
Class
- BundleModerationConfigurationForm
- Form for configuring moderation usage on a given entity bundle.
Namespace
Drupal\workbench_moderation\FormCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}