service_provider_test.services.yml
Same filename in other branches
File
-
core/
modules/ system/ tests/ modules/ service_provider_test/ service_provider_test.services.yml
View source
- services:
- _defaults:
- autoconfigure: true
- service_provider_test_class:
- class: Drupal\service_provider_test\TestClass
- tags:
- - { name: needs_destruction }
- arguments: ['@state']
- # Used to test destructable service order.
- service_provider_test_class_1:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: 50 }
- service_provider_test_class_2:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: -10 }
- service_provider_test_class_3:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: 0 }
- service_provider_test_class_4:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: -100 }
- service_provider_test_class_5:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: 100 }
- service_provider_test_class_6:
- parent: service_provider_test_class
- tags:
- - { name: needs_destruction, priority: -50 }
Services
Title | Deprecated | Summary |
---|---|---|
service_provider_test_class | Drupal\service_provider_test\TestClass | |
service_provider_test_class_1 | ||
service_provider_test_class_2 | ||
service_provider_test_class_3 | ||
service_provider_test_class_4 | ||
service_provider_test_class_5 | ||
service_provider_test_class_6 | ||
_defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.