block.services.yml
File
- 
              core/
modules/ block/ block.services.yml  
View source
- parameters:
 -   block.skip_procedural_hook_scan: true
 - 
 - services:
 -   _defaults:
 -     autoconfigure: true
 -   theme.negotiator.block.admin_demo:
 -     class: Drupal\block\Theme\AdminDemoNegotiator
 -     tags:
 -       - { name: theme_negotiator, priority: 1000 }
 -   block.page_display_variant_subscriber:
 -     class: Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber
 -   block.repository:
 -     class: Drupal\block\BlockRepository
 -     arguments: ['@entity_type.manager', '@theme.manager', '@context.handler']
 -   Drupal\block\BlockRepositoryInterface: '@block.repository'
 -   Drupal\block\BlockConfigUpdater: ~
 
Services
| Title | Deprecated | Summary | 
|---|---|---|
| block.page_display_variant_subscriber | Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber | |
| block.repository | Drupal\block\BlockRepository | |
| Drupal\block\BlockConfigUpdater | ||
| theme.negotiator.block.admin_demo | Drupal\block\Theme\AdminDemoNegotiator | |
| _defaults | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.