You are here

public function ZfExtensionManagerSfContainer::setContainer in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php \Drupal\Component\Bridge\ZfExtensionManagerSfContainer::setContainer()

Sets the Container.

Parameters

ContainerInterface|null $container A ContainerInterface instance or null:

Overrides ContainerAwareInterface::setContainer

File

core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php, line 105
Contains \Drupal\Component\Bridge\ZfExtensionManagerSfContainer.

Class

ZfExtensionManagerSfContainer
Defines a bridge between the ZF2 service manager to Symfony container.

Namespace

Drupal\Component\Bridge

Code

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