public function BundleInterface::getContainerExtension

Returns the container extension that should be implicitly loaded.

@api

Return value

ExtensionInterface|null The default extension or null if there is none

1 method overrides BundleInterface::getContainerExtension()
Bundle::getContainerExtension in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
Returns the bundle's container extension.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php, line 59

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getContainerExtension();