form_test.services.yml

drupal/core/modules/system/tests/modules/form_test/form_test.services.yml

File

drupal/core/modules/system/tests/modules/form_test/form_test.services.yml
View source
  1. services:
  2. form_test.form.serviceform:
  3. class: Drupal\form_test\FormTestServiceObject
  4. form_test.event_subscriber:
  5. class: Drupal\form_test\EventSubscriber\FormTestEventSubscriber
  6. tags:
  7. - { name: event_subscriber }

Services