Version 1
[yaffs-website] / web / core / modules / system / tests / modules / module_install_class_loader_test1 / module_install_class_loader_test1.services.yml
diff --git a/web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml
new file mode 100644 (file)
index 0000000..71b5d58
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+  module_install_class_loader_test1.event_subscriber:
+    class: Drupal\module_install_class_loader_test1\EventSubscriber
+    tags:
+      - { name: event_subscriber }