You are here

public function KernelInterface::getBundles in Zircon Profile 8

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

Code

public function getBundles();