public function BundleInterface::build

Builds the bundle.

It is only ever called once when the cache is empty.

@api

Parameters

ContainerBuilder $container A ContainerBuilder instance:

1 method overrides BundleInterface::build()
Bundle::build in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php
Builds the bundle.

File

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

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function build(ContainerBuilder $container);