protected function Kernel::getContainerBaseClass

Gets the container's base class.

All names except Container must be fully qualified.

Return value

string

2 calls to Kernel::getContainerBaseClass()

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 566

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

protected function getContainerBaseClass() {
  return 'Container';
}