public function BundleModerationConfigurationForm::__construct in Workbench Moderation 8
Same name and namespace in other branches
- 8.2 src/Form/BundleModerationConfigurationForm.php \Drupal\workbench_moderation\Form\BundleModerationConfigurationForm::__construct()
File
- src/
Form/ BundleModerationConfigurationForm.php, line 28
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;
}