function EntityManagerWrapper::getHandler

2 calls to EntityManagerWrapper::getHandler()
EntityManagerWrapper::getStorage in webprofiler/src/Entity/EntityManagerWrapper.php
EntityManagerWrapper::getViewBuilder in webprofiler/src/Entity/EntityManagerWrapper.php

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function getHandler($entity_type, $handler_type) {
    return $this->entityManager
        ->getHandler($entity_type, $handler_type);
}