Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BundleInterface.php

function BundleInterface::build

Builds the bundle.

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

Return value

void

1 method overrides BundleInterface::build()
Bundle::build in vendor/symfony/http-kernel/Bundle/Bundle.php
This method can be overridden to register compilation passes, other extensions, ...

File

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

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function build(ContainerBuilder $container);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal