You are here

public function BundleInterface::getContainerExtension in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Bundle/BundleInterface.php \Symfony\Component\HttpKernel\Bundle\BundleInterface::getContainerExtension()

Returns the container extension that should be implicitly loaded.

Return value

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

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

File

vendor/symfony/http-kernel/Bundle/BundleInterface.php, line 49

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getContainerExtension();