service block_test.multiple_static_context in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/tests/modules/block_test/block_test.services.yml \block_test.multiple_static_context
- 9 core/modules/block/tests/modules/block_test/block_test.services.yml \block_test.multiple_static_context
Class
Drupal\block_test\ContextProvider\MultipleStaticContextTags
- context_provider
File
- core/
modules/ block/ tests/ modules/ block_test/ block_test.services.yml - core/modules/block/tests/modules/block_test/block_test.services.yml
View source
- class: Drupal\block_test\ContextProvider\MultipleStaticContext
- arguments:
- - '@current_user'
- - '@entity_type.manager'
- tags:
- - { name: context_provider }