function EntityManagerWrapper::getInstance

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function getInstance(array $options) {
    return $this->entityManager
        ->getInstance($options);
}