You are here

protected property BlockContentBlock::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Plugin/Block/BlockContentBlock.php \Drupal\block_content\Plugin\Block\BlockContentBlock::entityManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/block_content/src/Plugin/Block/BlockContentBlock.php, line 44
Contains \Drupal\block_content\Plugin\Block\BlockContentBlock.

Class

BlockContentBlock
Defines a generic custom block type.

Namespace

Drupal\block_content\Plugin\Block

Code

protected $entityManager;