public static function BundleModerationConfigurationForm::create in Workbench Moderation 8.2
Same name and namespace in other branches
- 8 src/Form/BundleModerationConfigurationForm.php \Drupal\workbench_moderation\Form\BundleModerationConfigurationForm::create()
@inheritDoc
Overrides FormBase::create
File
- src/
Form/ BundleModerationConfigurationForm.php, line 34
Class
- BundleModerationConfigurationForm
- Form for configuring moderation usage on a given entity bundle.
Namespace
Drupal\workbench_moderation\FormCode
public static function create(ContainerInterface $container) {
return new static($container
->get('entity_type.manager'));
}