locale.config_manager
Class
Drupal\locale\LocaleConfigManager5 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.
- _install_config_locale_overrides in core/
includes/ install.core.inc - Creates a batch to process config translations after installing from config.
- _install_config_locale_overrides_process_batch in core/
includes/ install.core.inc - Batch operation callback for install_config_locale_overrides().
- _locale_refresh_configuration in core/
modules/ locale/ locale.module - Refreshes configuration after string translations have been updated.
File
-
core/
modules/ locale/ locale.services.yml
View source
- class: Drupal\locale\LocaleConfigManager
- arguments:
- - '@config.storage'
- - '@locale.storage'
- - '@config.factory'
- - '@config.typed'
- - '@language_manager'
- - '@locale.default.config.storage'
- - '@config.manager'