You are here

service locale.config_subscriber in Drupal 10

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

Class

Drupal\locale\LocaleConfigSubscriber

Tags

  • event_subscriber
1 string reference to locale.config_subscriber
_install_config_locale_overrides_process_batch in core/includes/install.core.inc
Batch operation callback for install_config_locale_overrides().

File

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

View source
  1. class: Drupal\locale\LocaleConfigSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@locale.config_manager'
  5. tags:
  6. - { name: event_subscriber }