public function KernelInterface::registerBundles in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::registerBundles()
Returns an array of bundles to register.
Return value
BundleInterface[] An array of bundle instances.
1 call to KernelInterface::registerBundles()
- Kernel::initializeBundles in vendor/
symfony/ http-kernel/ Kernel.php - Initializes the data structures related to the bundle management.
3 methods override KernelInterface::registerBundles()
- KernelForOverrideName::registerBundles in vendor/
symfony/ http-kernel/ Tests/ Fixtures/ KernelForOverrideName.php - Returns an array of bundles to register.
- KernelForTest::registerBundles in vendor/
symfony/ http-kernel/ Tests/ Fixtures/ KernelForTest.php - Returns an array of bundles to register.
- KernelForTest::registerBundles in vendor/
symfony/ http-kernel/ Tests/ DataCollector/ ConfigDataCollectorTest.php - Returns an array of bundles to register.
File
- vendor/
symfony/ http-kernel/ KernelInterface.php, line 32
Class
- KernelInterface
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernelCode
public function registerBundles();