function EntityManagerWrapper::hasHandler

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

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