function EntityManagerWrapper::setContainer

File

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

Class

EntityManagerWrapper
Class EntityManagerWrapper

Namespace

Drupal\webprofiler\Entity

Code

public function setContainer(ContainerInterface $container = NULL) {
    $this->entityManager
        ->setContainer($container);
}