You are here

config.services.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/config/config.services.yml
core/modules/config/config.services.yml

File

core/modules/config/config.services.yml
View source
  1. services:
  2. config.config_subscriber:
  3. class: Drupal\config\ConfigSubscriber
  4. tags:
  5. - { name: event_subscriber }