Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

Title Deprecated Summary
block.page_display_variant_subscriber Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber
block.repository Drupal\block\BlockRepository
Drupal\block\BlockRepositoryInterface
theme.negotiator.block.admin_demo Drupal\block\Theme\AdminDemoNegotiator
_defaults
RSS feed
Powered by Drupal