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