function EntityManagerWrapper::createHandlerInstance

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function createHandlerInstance($class, EntityTypeInterface $definition = NULL) {
    return $this->entityManager
        ->createHandlerInstance($class, $definition);
}