You are here

service config_exclude_modules_subscriber in Drupal 9

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

Class

Drupal\Core\EventSubscriber\ExcludedModulesEventSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\ExcludedModulesEventSubscriber
  2. arguments:
  3. - '@config.storage'
  4. - '@settings'
  5. - '@config.manager'
  6. tags:
  7. - { name: event_subscriber }