block.services.yml
Same filename in other branches
File
-
core/
modules/ block/ block.services.yml
View source
- services:
- 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
- tags:
- - { name: event_subscriber }
- block.repository:
- class: Drupal\block\BlockRepository
- 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.