block_test.multiple_static_context

Same name and namespace in other branches
  1. 9 core/modules/block/tests/modules/block_test/block_test.services.yml \block_test.multiple_static_context
  2. 8.9.x core/modules/block/tests/modules/block_test/block_test.services.yml \block_test.multiple_static_context
  3. 10 core/modules/block/tests/modules/block_test/block_test.services.yml \block_test.multiple_static_context

Class

Drupal\block_test\ContextProvider\MultipleStaticContext

Tags

  • context_provider

File

core/modules/block/tests/modules/block_test/block_test.services.yml

View source
  1. class: Drupal\block_test\ContextProvider\MultipleStaticContext
  2. arguments:
  3. - '@current_user'
  4. - '@entity_type.manager'
  5. tags:
  6. - { name: context_provider }

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