block_content.services.yml
Same filename in other branches
File
-
core/
modules/ block_content/ block_content.services.yml
View source
- services:
- _defaults:
- autoconfigure: true
- block_content.uuid_lookup:
- class: \Drupal\block_content\BlockContentUuidLookup
- arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
- tags:
- - { name: needs_destruction }
- block_content.bc_subscriber:
- class: Drupal\block_content\Routing\RouteSubscriber
- arguments: ['@entity_type.manager', '@module_handler']
Services
Title | Deprecated | Summary |
---|---|---|
block_content.bc_subscriber | Drupal\block_content\Routing\RouteSubscriber | |
block_content.uuid_lookup | \Drupal\block_content\BlockContentUuidLookup | |
_defaults |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.