Same filename and directory in other branches
  1. 8.9.x core/modules/block/block.services.yml
  2. 9 core/modules/block/block.services.yml
core/modules/block/block.services.yml

File

core/modules/block/block.services.yml
View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. theme.negotiator.block.admin_demo:
  5. class: Drupal\block\Theme\AdminDemoNegotiator
  6. tags:
  7. - { name: theme_negotiator, priority: 1000 }
  8. block.page_display_variant_subscriber:
  9. class: Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber
  10. block.repository:
  11. class: Drupal\block\BlockRepository
  12. arguments: ['@entity_type.manager', '@theme.manager', '@context.handler']
  13. Drupal\block\BlockRepositoryInterface: '@block.repository'

Services