X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Flocale%2Ftests%2Fmodules%2Fearly_translation_test%2Fearly_translation_test.services.yml;fp=web%2Fcore%2Fmodules%2Flocale%2Ftests%2Fmodules%2Fearly_translation_test%2Fearly_translation_test.services.yml;h=98b399d91b40a46988d0e7cf3b0abcde8c35a4ca;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website 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 index 000000000..98b399d91 --- /dev/null +++ b/web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml @@ -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 }