You are here

protected property BlockStyleBase::$entityTypeManager in Block Style Plugins 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/BlockStyleBase.php \Drupal\block_style_plugins\Plugin\BlockStyleBase::entityTypeManager

Instance of the Entity Type Manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/BlockStyleBase.php, line 30

Class

BlockStyleBase
Base class for Block style plugins.

Namespace

Drupal\block_style_plugins\Plugin

Code

protected $entityTypeManager;