You are here

block_test.services.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/block/tests/modules/block_test/block_test.services.yml
core/modules/block/tests/modules/block_test/block_test.services.yml

File

core/modules/block/tests/modules/block_test/block_test.services.yml
View source
  1. services:
  2. block_test.multiple_static_context:
  3. class: Drupal\block_test\ContextProvider\MultipleStaticContext
  4. arguments: ['@current_user', '@entity.manager']
  5. tags:
  6. - { name: 'context_provider' }