You are here

protected property Block::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/Block.php \Drupal\views\Plugin\views\display\Block::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/views/src/Plugin/views/display/Block.php, line 46

Class

Block
The plugin that handles a block.

Namespace

Drupal\views\Plugin\views\display

Code

protected $entityTypeManager;