form_test.services.yml

Same filename in other branches
  1. 9 core/modules/system/tests/modules/form_test/form_test.services.yml
  2. 8.9.x core/modules/system/tests/modules/form_test/form_test.services.yml
  3. 10 core/modules/system/tests/modules/form_test/form_test.services.yml
core/modules/system/tests/modules/form_test/form_test.services.yml

File

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

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. form_test.form.service_form:
  5. class: Drupal\form_test\FormTestServiceObject
  6. arguments: ['@config.factory', '@config.typed']
  7. form_test.event_subscriber:
  8. class: Drupal\form_test\EventSubscriber\FormTestEventSubscriber
  9. form_test.http_middleware:
  10. class: Drupal\form_test\StackMiddleware\FormTestMiddleware
  11. tags:
  12. - { name: http_middleware, priority: 0 }

Services

Title Deprecated Summary
form_test.event_subscriber Drupal\form_test\EventSubscriber\FormTestEventSubscriber
form_test.form.service_form Drupal\form_test\FormTestServiceObject
form_test.http_middleware Drupal\form_test\StackMiddleware\FormTestMiddleware
_defaults

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.