service string_translator.locale.lookup

Class

Drupal\locale\LocaleTranslation

Tags

  • string_translator
  • needs_destruction

File

drupal/core/modules/locale/locale.services.yml
drupal/core/modules/locale/locale.services.yml

View source
  1. class: Drupal\locale\LocaleTranslation
  2. arguments:
  3. - '@locale.storage'
  4. tags:
  5. - { name: string_translator }
  6. - { name: needs_destruction }