Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
KernelInterface.php
function KernelInterface::getContainer
Gets the current container.
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 106
Class
KernelInterface
The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernel
Code
public
function
getContainer
() : ContainerInterface;
RSS feed