public function Bundle::shutdown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Bundle/Bundle.php \Symfony\Component\HttpKernel\Bundle\Bundle::shutdown()
Shutdowns the Bundle.
Overrides BundleInterface::shutdown
File
- vendor/
symfony/ http-kernel/ Bundle/ Bundle.php, line 43
Class
- Bundle
- An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands.
Namespace
Symfony\Component\HttpKernel\BundleCode
public function shutdown() {
}