block_content.services.yml

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

Services

Title Deprecated Summary
block_content.uuid_lookup \Drupal\block_content\BlockContentUuidLookup

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