public function EntityManagerWrapper::__construct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::__construct()
- 8.2 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::__construct()
- 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\EntityCode
public function __construct(EntityTypeManagerInterface $entityManager) {
$this->entityManager = $entityManager;
}