Same name in other branches
- 2.x src/Form/EntityCloneSettingsForm.php \Drupal\entity_clone\Form\EntityCloneSettingsForm::create()
File
-
src/
Form/ EntityCloneSettingsForm.php, line 37
Class
- EntityCloneSettingsForm
- Provide the settings form for entity clone.
Namespace
Drupal\entity_clone\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('config.factory'), $container->get('entity_clone.settings.manager'));
}