You are here

protected property BlockContentDependencyCollector::$entityTypeManager in Dependency Calculation 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/EventSubscriber/LayoutBuilderComponentDepencyCollector/BlockContentDependencyCollector.php, line 21

Class

BlockContentDependencyCollector
Subscribes to layout builder dependency collection to extract block content dependencies.

Namespace

Drupal\depcalc\EventSubscriber\LayoutBuilderComponentDepencyCollector

Code

protected $entityTypeManager;