You are here

protected property BlockContentUuidLookup::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/BlockContentUuidLookup.php \Drupal\block_content\BlockContentUuidLookup::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/block_content/src/BlockContentUuidLookup.php, line 28

Class

BlockContentUuidLookup
A cache collector that caches IDs for block_content UUIDs.

Namespace

Drupal\block_content

Code

protected $entityTypeManager;