block_content.services.yml

Same filename and directory in other branches
  1. 9 core/modules/block_content/block_content.services.yml
  2. 8.9.x core/modules/block_content/block_content.services.yml
  3. 10 core/modules/block_content/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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.