public function DrupalKernel::init

Overrides Kernel::init().

Overrides Kernel::init

File

drupal/core/lib/Drupal/Core/DrupalKernel.php, line 131
Definition of Drupal\Core\DrupalKernel.

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

public function init() {

  // Intentionally empty. The sole purpose is to not execute Kernel::init(),
  // since that overrides/breaks Drupal's current error handling.
  // @todo Investigate whether it is possible to migrate Drupal's error
  //   handling to the one of Kernel without losing functionality.
}