You are here

early_translation_test.services.yml in Zircon Profile 8

core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml

File

core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml
View source
  1. services:
  2. early_translation_test.authentication.early_translation_test:
  3. class: Drupal\early_translation_test\Auth
  4. arguments: ['@entity.manager']
  5. tags:
  6. - { name: authentication_provider, provider_id: 'early_translation_test', priority: 100 }