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

Breadcrumb

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

function Kernel::build

The extension point similar to the Bundle::build() method.

Use this method to register compiler passes and manipulate the container during the building process.

1 call to Kernel::build()
Kernel::prepareContainer in vendor/symfony/http-kernel/Kernel.php
Prepares the ContainerBuilder before it is compiled.

File

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

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

protected function build(ContainerBuilder $container) : void {
}
RSS feed
Powered by Drupal