public function KernelInterface::shutdown

Shutdowns the kernel.

This method is mainly useful when doing functional testing.

@api

1 method overrides KernelInterface::shutdown()
Kernel::shutdown in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 62

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function shutdown();