Version 1
[yaffs-website] / vendor / drupal / console / templates / module / plugin-yaml-services.yml.twig
diff --git a/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig b/vendor/drupal/console/templates/module/plugin-yaml-services.yml.twig
new file mode 100644 (file)
index 0000000..7587e90
--- /dev/null
@@ -0,0 +1,6 @@
+{% if not file_exists %}
+services:
+{% endif %}
+  plugin.manager.{{ plugin_name | lower }}:
+    class: Drupal\{{ module }}\{{ plugin_class }}Manager
+    arguments: ['@module_handler', '@cache.discovery']