You are here

public function KernelInterface::registerContainerConfiguration in Zircon Profile 8

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

Loads the container configuration.

Parameters

LoaderInterface $loader A LoaderInterface instance:

1 call to KernelInterface::registerContainerConfiguration()
Kernel::buildContainer in vendor/symfony/http-kernel/Kernel.php
Builds the service container.
3 methods override KernelInterface::registerContainerConfiguration()
KernelForOverrideName::registerContainerConfiguration in vendor/symfony/http-kernel/Tests/Fixtures/KernelForOverrideName.php
Loads the container configuration.
KernelForTest::registerContainerConfiguration in vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
Loads the container configuration.
KernelForTest::registerContainerConfiguration in vendor/symfony/http-kernel/Tests/DataCollector/ConfigDataCollectorTest.php
Loads the container configuration.

File

vendor/symfony/http-kernel/KernelInterface.php, line 39

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function registerContainerConfiguration(LoaderInterface $loader);