public function KernelInterface::boot in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::boot()
Boots the current kernel.
1 method overrides KernelInterface::boot()
- Kernel::boot in vendor/
symfony/ http-kernel/ Kernel.php - Boots the current kernel.
File
- vendor/
symfony/ http-kernel/ KernelInterface.php, line 44
Class
- KernelInterface
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernelCode
public function boot();