Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Kernel.php

function Kernel::getBundles

Overrides KernelInterface::getBundles

2 calls to Kernel::getBundles()
Kernel::boot in vendor/symfony/http-kernel/Kernel.php
Boots the current kernel.
Kernel::shutdown in vendor/symfony/http-kernel/Kernel.php
Shutdowns the kernel.

File

vendor/symfony/http-kernel/Kernel.php, line 196

Class

Kernel
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function getBundles() : array {
    return $this->bundles;
}
RSS feed
Powered by Drupal