You are here

public function KernelInterface::getContainer in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getContainer()

Gets the current container.

Return value

ContainerInterface A ContainerInterface instance

1 method overrides KernelInterface::getContainer()
Kernel::getContainer in vendor/symfony/http-kernel/Kernel.php
Gets the current container.

File

vendor/symfony/http-kernel/KernelInterface.php, line 146

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getContainer();