public function Kernel::init

Deprecated

Deprecated since version 2.3, to be removed in 3.0. Move your logic in the constructor instead.

1 call to Kernel::init()
Kernel::__construct in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Constructor.
3 methods override Kernel::init()
DrupalKernel::init in drupal/core/lib/Drupal/Core/DrupalKernel.php
Overrides Kernel::init().
KernelForTest::init in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php
KernelForTest::init in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php

File

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

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function init() {
}