public function Kernel::getBundles

Gets the registered bundle instances.

@api

Return value

array An array of registered bundle instances

Overrides KernelInterface::getBundles

3 calls to Kernel::getBundles()
1 method overrides Kernel::getBundles()

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 213

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getBundles() {
  return $this->bundles;
}