You are here

protected property EntityBlock::$entityTypeManager in Entity Blocks 8

Same name in this branch
  1. 8 src/Plugin/Derivative/EntityBlock.php \Drupal\entity_block\Plugin\Derivative\EntityBlock::entityTypeManager
  2. 8 src/Plugin/Block/EntityBlock.php \Drupal\entity_block\Plugin\Block\EntityBlock::entityTypeManager

The entity type manager.

Type: EntityTypeManagerInterface

File

src/Plugin/Derivative/EntityBlock.php, line 35

Class

EntityBlock
Provides block plugin definitions for all Entity Block block displays.

Namespace

Drupal\entity_block\Plugin\Derivative

Code

protected $entityTypeManager;