You are here

public function EntityManagerWrapper::__construct in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::__construct()
  2. 8.2 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::__construct()
  3. 4.x webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::__construct()

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityManager:

Overrides DefaultPluginManager::__construct

File

webprofiler/src/Entity/EntityManagerWrapper.php, line 41

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function __construct(EntityTypeManagerInterface $entityManager) {
  $this->entityManager = $entityManager;
}