Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. locale.services.yml

locale.config_manager

Class

Drupal\locale\LocaleConfigManager
5 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
  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'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal