You are here

public function KernelInterface::shutdown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::shutdown()

Shutdowns the kernel.

This method is mainly useful when doing functional testing.

1 method overrides KernelInterface::shutdown()
Kernel::shutdown in vendor/symfony/http-kernel/Kernel.php
Shutdowns the kernel.

File

vendor/symfony/http-kernel/KernelInterface.php, line 51

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function shutdown();