You are here

public function Bundle::shutdown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Bundle

Code

public function shutdown() {
}