public function KernelInterface::getBundles in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::getBundles()
Gets the registered bundle instances.
Return value
BundleInterface[] An array of registered bundle instances
1 method overrides KernelInterface::getBundles()
- Kernel::getBundles in vendor/
symfony/ http-kernel/ Kernel.php - Gets the registered bundle instances.
File
- vendor/
symfony/ http-kernel/ KernelInterface.php, line 58
Class
- KernelInterface
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernelCode
public function getBundles();