public function EntityManagerWrapper::setContainer in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::setContainer()
- 8 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::setContainer()
- 8.2 webprofiler/src/Entity/EntityManagerWrapper.php \Drupal\webprofiler\Entity\EntityManagerWrapper::setContainer()
File
- webprofiler/
src/ Entity/ EntityManagerWrapper.php, line 245
Class
- EntityManagerWrapper
- Class EntityManagerWrapper.
Namespace
Drupal\webprofiler\EntityCode
public function setContainer(ContainerInterface $container = NULL) {
$this->entityTypeManager
->setContainer($container);
}