block_test.services.yml

Same filename and directory in other branches
  1. 9 core/modules/block/tests/modules/block_test/block_test.services.yml
  2. 8.9.x core/modules/block/tests/modules/block_test/block_test.services.yml
  3. 10 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_type.manager']
  5. tags:
  6. - { name: 'context_provider' }

Services

Title Deprecated Summary
block_test.multiple_static_context Drupal\block_test\ContextProvider\MultipleStaticContext

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