public function KernelInterface::registerBundles

Returns an array of bundles to registers.

@api

Return value

BundleInterface[] An array of bundle instances.

1 call to KernelInterface::registerBundles()
Kernel::initializeBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Initializes the data structures related to the bundle management.
4 methods override KernelInterface::registerBundles()
DrupalKernel::registerBundles in drupal/core/lib/Drupal/Core/DrupalKernel.php
Returns an array of available bundles.
KernelForOverrideName::registerBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php
Returns an array of bundles to registers.
KernelForTest::registerBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php
Returns an array of bundles to registers.
KernelForTest::registerBundles in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
Returns an array of bundles to registers.

File

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

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function registerBundles();