public function KernelInterface::getBundles

Gets the registered bundle instances.

@api

Return value

array An array of registered bundle instances

1 method overrides KernelInterface::getBundles()
Kernel::getBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Gets the registered bundle instances.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 71

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getBundles();