public function BundleInterface::build in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Bundle/BundleInterface.php \Symfony\Component\HttpKernel\Bundle\BundleInterface::build()
Builds the bundle.
It is only ever called once when the cache is empty.
Parameters
ContainerBuilder $container A ContainerBuilder instance:
1 method overrides BundleInterface::build()
- Bundle::build in vendor/
symfony/ http-kernel/ Bundle/ Bundle.php - Builds the bundle.
File
- vendor/
symfony/ http-kernel/ Bundle/ BundleInterface.php, line 42
Class
- BundleInterface
- BundleInterface.
Namespace
Symfony\Component\HttpKernel\BundleCode
public function build(ContainerBuilder $container);