Gets the registered bundle instances.
@api
Return value
array An array of registered bundle instances
Overrides KernelInterface::getBundles
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php, line 213
Class
- Kernel
- The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernel
Code
public function getBundles() {
return $this->bundles;
}