public function KernelInterface::shutdown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpKernelCode
public function shutdown();