block_content.uuid_lookup

Same name and namespace in other branches
  1. 9 core/modules/block_content/block_content.services.yml \block_content.uuid_lookup
  2. 8.9.x core/modules/block_content/block_content.services.yml \block_content.uuid_lookup
  3. 10 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
Creates an instance of the plugin.

File

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 }

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