performance_test.services.yml

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/performance_test/performance_test.services.yml
core/modules/system/tests/modules/performance_test/performance_test.services.yml

File

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

View source
  1. services:
  2. Drupal\performance_test\PerformanceDataCollector:
  3. tags:
  4. - { name: event_subscriber }
  5. - { name: needs_destruction, priority: -1000 }
  6. Drupal\performance_test\DatabaseEventEnabler:
  7. arguments: ['@database']
  8. tags:
  9. - { name: http_middleware, priority: 1000, responder: true }
  10. performance_test.cache_factory:
  11. class: Drupal\performance_test\Cache\CacheFactoryDecorator
  12. public: false
  13. decorates: cache_factory
  14. arguments: ['@performance_test.cache_factory.inner', '@Drupal\performance_test\PerformanceDataCollector']
  15. performance_test.cache_tags.invalidator.checksum:
  16. class: Drupal\performance_test\Cache\CacheTagsChecksumDecorator
  17. public: false
  18. decorates: cache_tags.invalidator.checksum
  19. arguments: ['@performance_test.cache_tags.invalidator.checksum.inner', '@Drupal\performance_test\PerformanceDataCollector']

Services

Title Deprecated Summary
Drupal\performance_test\DatabaseEventEnabler
Drupal\performance_test\PerformanceDataCollector
performance_test.cache_factory Drupal\performance_test\Cache\CacheFactoryDecorator
performance_test.cache_tags.invalidator.checksum Drupal\performance_test\Cache\CacheTagsChecksumDecorator

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