You are here

protected property InlineBlockDeriver::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php \Drupal\layout_builder\Plugin\Derivative\InlineBlockDeriver::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php, line 23

Class

InlineBlockDeriver
Provides inline block plugin definitions for all custom block types.

Namespace

Drupal\layout_builder\Plugin\Derivative

Code

protected $entityTypeManager;