You are here

service locale.config_manager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/locale.services.yml \locale.config_manager
  2. 10 core/modules/locale/locale.services.yml \locale.config_manager

Class

Drupal\locale\LocaleConfigManager
6 string references to locale.config_manager
ConfigEntityMapper::create in core/modules/config_translation/src/ConfigEntityMapper.php
Creates an instance of the plugin.
ConfigNamesMapper::create in core/modules/config_translation/src/ConfigNamesMapper.php
Creates an instance of the plugin.
Locale::config in core/modules/locale/src/Locale.php
Returns the locale configuration manager service.
LocaleConfigManagerTest::testGetStringTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
Tests hasTranslation().

... See full list

File

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

View source
  1. class: Drupal\locale\LocaleConfigManager
  2. arguments:
  3. - '@config.storage'
  4. - '@locale.storage'
  5. - '@config.factory'
  6. - '@config.typed'
  7. - '@language_manager'
  8. - '@locale.default.config.storage'
  9. - '@config.manager'