You are here

block_content.services.yml in Drupal 9

Same filename and directory in other branches
  1. 8 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. block_content.uuid_lookup:
  3. class: \Drupal\block_content\BlockContentUuidLookup
  4. arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
  5. tags:
  6. - { name: needs_destruction }