function EntityManagerWrapper::getInstance
File
-
webprofiler/
src/ Entity/ EntityManagerWrapper.php, line 232
Class
- EntityManagerWrapper
- Class EntityManagerWrapper
Namespace
Drupal\webprofiler\EntityCode
public function getInstance(array $options) {
return $this->entityManager
->getInstance($options);
}