You are here

service block_content.uuid_lookup in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block_content/block_content.services.yml \block_content.uuid_lookup
  2. 9 core/modules/block_content/block_content.services.yml \block_content.uuid_lookup

Class

\Drupal\block_content\BlockContentUuidLookup

Tags

  • needs_destruction
1 string reference to block_content.uuid_lookup
BlockContentBlock::create in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php

File

core/modules/block_content/block_content.services.yml
core/modules/block_content/block_content.services.yml

View source
  1. class: \Drupal\block_content\BlockContentUuidLookup
  2. arguments:
  3. - '@cache.bootstrap'
  4. - '@lock'
  5. - '@entity_type.manager'
  6. tags:
  7. - { name: needs_destruction }