Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Kernel.php

function Kernel::getContainerBaseClass

Gets the container's base class.

All names except Container must be fully qualified.

1 call to Kernel::getContainerBaseClass()
Kernel::initializeContainer in vendor/symfony/http-kernel/Kernel.php
Initializes the service container.

File

vendor/symfony/http-kernel/Kernel.php, line 380

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

protected function getContainerBaseClass() : string {
    return 'Container';
}
RSS feed
Powered by Drupal