EntityDeriverBase::$entityTypeManager

Same name in other branches
  1. 8.x-3.x src/Plugin/Deriver/EntityDeriverBase.php \Drupal\ctools\Plugin\Deriver\EntityDeriverBase::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Deriver/EntityDeriverBase.php, line 26

Class

EntityDeriverBase
An abstract base class that sets up the needs of entity specific derivers.

Namespace

Drupal\ctools\Plugin\Deriver

Code

protected $entityTypeManager;