Returns an array of bundles to registers.
@api
Return value
BundleInterface[] An array of bundle instances.
Overrides KernelInterface::registerBundles
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php, line 24
Class
- KernelForTest
Namespace
Symfony\Component\HttpKernel\Tests\Fixtures
Code
public function registerBundles() {
}