service locale.config.typed

Class

Drupal\locale\LocaleConfigManager
2 string references to locale.config.typed
Locale::config in drupal/core/modules/locale/lib/Drupal/locale/Locale.php
Returns the locale configuration manager service.
LocaleImportFunctionalTest::testConfigPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.

File

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

View source
  1. class: Drupal\locale\LocaleConfigManager
  2. arguments:
  3. - '@config.storage'
  4. - '@config.storage.schema'
  5. - '@config.storage.installer'
  6. - '@locale.storage'