function EntityManagerWrapper::setContainer
File
-
webprofiler/
src/ Entity/ EntityManagerWrapper.php, line 239
Class
- EntityManagerWrapper
- Class EntityManagerWrapper
Namespace
Drupal\webprofiler\EntityCode
public function setContainer(ContainerInterface $container = NULL) {
$this->entityManager
->setContainer($container);
}