public function BundleInterface::shutdown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Bundle/BundleInterface.php \Symfony\Component\HttpKernel\Bundle\BundleInterface::shutdown()
Shutdowns the Bundle.
1 method overrides BundleInterface::shutdown()
- Bundle::shutdown in vendor/
symfony/ http-kernel/ Bundle/ Bundle.php - Shutdowns the Bundle.
File
- vendor/
symfony/ http-kernel/ Bundle/ BundleInterface.php, line 33
Class
- BundleInterface
- BundleInterface.
Namespace
Symfony\Component\HttpKernel\BundleCode
public function shutdown();