You are here

module_install_class_loader_test1.services.yml in Drupal 8

core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml

File

core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml
View source
  1. services:
  2. module_install_class_loader_test1.event_subscriber:
  3. class: Drupal\module_install_class_loader_test1\EventSubscriber
  4. tags:
  5. - { name: event_subscriber }