block_content.services.yml 210 B

123456
  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 }