public function KernelInterface::getContainer

Gets the current container.

@api

Return value

ContainerInterface A ContainerInterface instance

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

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 171

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getContainer();