block.services.yml

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

File

core/modules/block/block.services.yml

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

Services

Title Deprecated Summary
block.page_display_variant_subscriber Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber
block.repository Drupal\block\BlockRepository
theme.negotiator.block.admin_demo Drupal\block\Theme\AdminDemoNegotiator

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