public function Kernel::getBundles

@api

Overrides KernelInterface::getBundles

3 calls to Kernel::getBundles()
Kernel::boot in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Boots the current kernel.
Kernel::isClassInActiveBundle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api
Kernel::shutdown in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api
1 method overrides Kernel::getBundles()
KernelForTest::getBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
@api

File

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

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

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