public function KernelInterface::registerContainerConfiguration

Loads the container configuration

@api

Parameters

LoaderInterface $loader A LoaderInterface instance:

1 call to KernelInterface::registerContainerConfiguration()
Kernel::buildContainer in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
Builds the service container.
4 methods override KernelInterface::registerContainerConfiguration()
DrupalKernel::registerContainerConfiguration in drupal/core/lib/Drupal/Core/DrupalKernel.php
Overrides and eliminates this method from the parent class. Do not use.
KernelForOverrideName::registerContainerConfiguration in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForOverrideName.php
Loads the container configuration
KernelForTest::registerContainerConfiguration in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php
Loads the container configuration
KernelForTest::registerContainerConfiguration in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php
Loads the container configuration

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 46

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function registerContainerConfiguration(LoaderInterface $loader);