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

Breadcrumb

  1. Drupal Core 11.1.x

block_content.services.yml

core/modules/block_content/block_content.services.yml

File

core/modules/block_content/block_content.services.yml

View source
  1. services:
  2. _defaults:
  3. autoconfigure: true
  4. block_content.uuid_lookup:
  5. class: \Drupal\block_content\BlockContentUuidLookup
  6. arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
  7. tags:
  8. - { name: needs_destruction }
  9. block_content.bc_subscriber:
  10. class: Drupal\block_content\Routing\RouteSubscriber
  11. 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
RSS feed
Powered by Drupal