You are here

protected property ParagraphBlock::$entityTypeManager in Paragraph blocks 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/Block/ParagraphBlock.php \Drupal\paragraph_blocks\Plugin\Block\ParagraphBlock::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Block/ParagraphBlock.php, line 50

Class

ParagraphBlock
Provides a block to a paragraph value on an entity.

Namespace

Drupal\paragraph_blocks\Plugin\Block

Code

protected $entityTypeManager;