You are here

protected property SetInlineBlockDependency::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php \Drupal\layout_builder\EventSubscriber\SetInlineBlockDependency::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php, line 44

Class

SetInlineBlockDependency
An event subscriber that returns an access dependency for inline blocks.

Namespace

Drupal\layout_builder\EventSubscriber

Code

protected $entityTypeManager;