You are here

public function Bundle::boot 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::boot()

Boots the Bundle.

Overrides BundleInterface::boot

File

vendor/symfony/http-kernel/Bundle/Bundle.php, line 36

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 boot() {
}