You are here

protected property ActiveEntity::$entityTypeManager in Configuration selector 8.2

Same name and namespace in other branches
  1. 8 src/ActiveEntity.php \Drupal\config_selector\ActiveEntity::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/ActiveEntity.php, line 19

Class

ActiveEntity
Helper for getting the active entity or ID of any config_selector feature.

Namespace

Drupal\config_selector

Code

protected $entityTypeManager;