Version 1
[yaffs-website] / web / core / modules / locale / tests / modules / early_translation_test / early_translation_test.services.yml
diff --git a/web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml b/web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml
new file mode 100644 (file)
index 0000000..98b399d
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+  early_translation_test.authentication.early_translation_test:
+    class: Drupal\early_translation_test\Auth
+    arguments: ['@entity.manager']
+    tags:
+      - { name: authentication_provider, provider_id: 'early_translation_test', priority: 100 }